@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.encode-sans-semi-condensed-thin {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .encode-sans-semi-condensed-extralight {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 200;
	font-style: normal;
  }
  
  .encode-sans-semi-condensed-light {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .encode-sans-semi-condensed-regular {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .encode-sans-semi-condensed-medium {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  .abbox ul li {
  list-style: disc;
  font-size: 16px;
}
.abbox ul {
  margin-left: 24px;
}
  
  .encode-sans-semi-condensed-semibold {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
  }
  
  .encode-sans-semi-condensed-bold {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .encode-sans-semi-condensed-extrabold {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 800;
	font-style: normal;
  }
  
  .encode-sans-semi-condensed-black {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
  }

 


body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.9;
}

:root {
	--heading-fonts:"Encode Sans Semi Condensed", sans-serif;
}



a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}


a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
}

.page-wrapper {
	overflow: hidden;
}



/* main Header */

.main-header {
	z-index: 12;
	width: 100%;
	padding: 0 0 10px 0;
	background: #161925;
}
.main-header.fixed-header .topbar {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
  }

.apbc-header-section .container {
	max-width: 1380px;
}

.topbar {
	height: 50px;
	background-color: #ffde00;
	color: #3d3d3d;
	padding: 10px 50px 10px 0;
	position: relative;
	text-align: center;
	margin-bottom: 12px;
  }


.main-header .nav-outer {
	position: relative;
	padding: 10px 0px 0px;
}

.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .main-box .outer-container {
	position: relative;
	padding: 0px 40px;
}

.main-header .header-lower {
	position: relative;
}

/* Main Menu */

.main-menu {
	position: static;
	float: left;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
	float: left;
	display: block !important;
}

.main-menu .navigation {
	position: static;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-right: 40px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px !important;
}

.sticky-header .main-menu .navigation>li>a {
	color: #444444;
	padding: 19px 0px;
}

.sticky-header .mobile-nav-toggler {
	display: none;
}



.sticky-header .navbar-header {
	display: none;
}

.sticky-header .nav-outer .options-box {
	margin-top: 45px;
}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #e8f1f7;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 4px 0px 4px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}




/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 28px;
	line-height: 50px;
	cursor: pointer;
	color: #111111;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left;
}

.mobile-menu .nav-logo img {
	max-width: 200px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;

	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	width: 100%;
	visibility: visible;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
	right: 0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	font-family: "flaticon";
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #404040;
	cursor: pointer;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .navigation li>ul>li>a {
	padding-left: 30px;
}

.mobile-menu .navigation li>ul>li>ul {
	padding-left: 0px;
}

.mobile-menu .navigation li>ul>li>ul>li>a {
	padding-left: 40px;
}



/* new */

.apbc-nav-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0px 10px;
}

.apbc-nav-menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
  }

.apbc-header-section.apbc-header-sticky .apbc-nav-menu ul .has-submenu ul li a {
	color: #000;
}

.contact-author-info .img-holder img {
	width: 100%;
	height: 70px;
	object-fit: cover;
}

.has-submenu ul li a i {
	padding-right: 5px;
	color: #d6d6d6;
}

.has-submenu ul li a {
	width: 100%;
	background: #ffffff;
	padding: 13px 15px 11px 15px !important;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	position: relative;
	outline: 0;
	transition: padding .2s linear;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	line-height: 20px !important;
	border-bottom: 1px solid #ddd;
}




.search-box-btn.search-box-outer::after {
	display: none !important;
	width: 0;
}

.searchli {
	display: inline-block;
	color: #fff;
}

/* .apbc-nav-menu ul li a.active::after {
	width: 50px;
} */



.apbc-nav-menu ul li a:hover {
	color: #ffde00;
}

.apbc-nav-menu ul .side-demo.position-relative a::after {
	width: 100% !important;
}

/* .apbc-nav-menu ul li.has-submenu:hover ::after
{
  width: 0;
} */
.getquot {
	padding: 0 !important;
}

/* 

.apbc-nav-menu ul li.has-submenu::after {
	content: '+';
	position: absolute;
	top: 0px;
	right: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
} */

.apbc-nav-menu ul li.has-submenu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background-color: #fff;
	min-width: 395px;
	z-index: 10;
	text-align: left;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
}

.insta a {
	color: rgba(255, 255, 255, .5);
	font-size: 20px;
  }
  .insta a:hover{
	color: #fff!important;
  }

.apbc-nav-menu ul li.has-submenu ul li {
	display: block;
}

.apbc-nav-menu ul li.has-submenu ul li::after {
	display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a {
	padding: 0px 20px;
	color: #000;
	line-height: 40px;
}

.apbc-nav-menu ul li.has-submenu ul li a::after {
	display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a::before {
	display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a:hover {
	color: #ffde00;
	padding-left: 25px;
  }

.apbc-nav-menu ul li.has-submenu ul li ul {
	left: 100%;
	top: 10px;
}

.apbc-nav-menu ul li.has-submenu ul li:hover>ul {
	top: 5px;
}

.apbc-nav-menu ul li.has-submenu:hover::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.apbc-nav-menu ul li.has-submenu:hover>ul {
	top: calc(100% + 25px);
	opacity: 1;
	visibility: visible;
}

.apbc-sidebar-btn,
.apbc-mobile-menu-open {
	text-align: right;
}

.apbc-sidebar-btn a,
.apbc-mobile-menu-open a {
	font-size: 22px;
	color: #ffffff;
	
}




.apbc-nav-menu {
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

.apbc-desktop-menu {
	padding-right: 0 !important;
}

@media (max-width: 991.98px) {
	.apbc-sidebar-btn {
		display: none;
	}
}

.apbc-mobile-menu-open {
	display: none;
}

.apbc-mobile-navigation {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	overflow: scroll;
	background-color: #161925;
	padding-top: 20px;
	z-index: 300;
	display: none;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 1024.98px) {
	.apbc-mobile-navigation {
		display: block;
	}
}

.apbc-mobile-navigation .apbc-mobile-menu-close {
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #ffffff;
}

.apbc-mobile-navigation ul li {
	position: relative;
}

.apbc-mobile-navigation ul li a {
	padding: 12px 18px;
	display: block;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 15px;
}

.has-submenu ul li a {
	color: #000;
}

.apbc-mobile-navigation ul li+li a {
	border-top: 1px solid #eff3fc2e;
}

.apbc-mobile-navigation ul li ul {
	display: none;
}

.apbc-mobile-navigation ul li ul li a {
	padding-left: 30px;
}

.apbc-mobile-navigation ul li ul li ul li a {
	padding-left: 35px;
}

.apbc-mobile-navigation ul li.has-submenu::after {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ffffff;
}

.apbc-mobile-navigation ul li.abpc-submenu-icon-ratate::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.apbc-mobile-menu-on {
	right: 0;
}

.apbc-sidebar-info .apbc_sidebar_info_content {
	width: 380px;
	height: 100%;
	position: fixed;
	right: -380px;
	top: 0;
	background-color: #161925;
	z-index: 9999999;
	padding: 30px 40px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.apbc-sidebar-info .apbc_sidebar_info_content .close-menu {
	cursor: pointer;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc_sidebar_logo {
	text-align: center;
	margin-bottom: 60px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc_sidebar_logo img {
	width: 130px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-pera-txt {
	line-height: 1.8em;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-gallery {
	margin-top: 30px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-gallery ul li {
	display: inline-block;
	margin: 5px 5px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-social {
	margin-top: 30px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-social h5 {
	margin-bottom: 15px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-social a+a {
	margin-left: 10px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-copyright {
	text-align: center;
	margin-top: 40px;
}

.apbc-sidebar-info .apbc-sidebar-on {
	right: 0;
}







/* new css */





/* hero slider css */
.slider-two_image-layer {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* position: relative; */
}
.single-item-carousel .owl-prev {
	font-size: 28px;
	width: 70px;
	height: 70px;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0,0,0,.3);
	border-radius: 50px;
	text-align: center;
	line-height: 68px;
  }
  .slide-progress {
	width: 0;
	max-width: 100%;
	height: 4px;
	background: #CDDC39;
  }
  .single-item-carousel .owl-next {
	font-size: 28px;
	width: 70px;
	height: 70px;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0,0,0,.3);
	border-radius: 50px;
	text-align: center;
	line-height: 68px;
  }


.slider-two_inner {
	padding: 250px 0;
	z-index: 1;
	color: #fff;
}

.slider-two_heading {
	line-height: 90px;
	letter-spacing: 2px;
	font-size: 90px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
  }

.slider-two_text {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 34px 0;

}
.side-demo.position-relative a {
	color: #ffde00;
  }
.slider-two_button-box .btn1 {
	margin-right: 10px;
}

[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bheading {
	background-color: #FFDE00;
	padding: 20px 0;
	margin: 30px 0;
	text-align: center;
	color: #252525;
	font-weight: 600;
	font-size: 18px;
  }


.btn2:hover {
	color: #fff !important;
}

.btn2 {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 10px 20px;
	margin: 0 2px;
	position: relative;
	background: #25d366;
	border: 2px solid #25d366;
	font-size: 16px;
	border-radius: 2px;
	display: inline-block;
  }

.owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
}

.owl-next {
	position: absolute;
	right: 20px;
	top: 50%;
}

.slide {
	width: 100%;
}

.slider-two {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.apbc-header-section.apbc-header-sticky .container {
	margin-top: 0;
}
.menu {
	text-align: left;
  }
/* about section css */




.heading-section h2 {
	font-family: var(--heading-fonts);
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 2px;
	font-weight: 700;
  }
.heading-section {
	margin-bottom: 30px;
}

.str-about-img .gimg img{
	height: 100%;
  }

.abt-txt .hdborder {
	margin-left: 0;
}

.about_section {
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.abt-txt .slider-two_button-box {
	margin-top: 50px;
}

.abt-txt svg {
	margin-left: 100px;
}
.subtitle {
	font-weight: 700;
	text-transform: uppercase;
  }
.abt-txt .heading-section {
	text-align: left;
}

.icon1 {
	position: absolute;
	right: -20%;
	top: 0;
}

.one {
	position: absolute;
	left: 44%;
	bottom: 0;
}

.abt-img {
	position: relative;
	border-radius: 20px;
	width: 85%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.abt-img img {
	border-radius: 20px;
}




.saasio-page-breadcurmb {
	display: flex;
	justify-content: center;
}

.saasio-page-breadcurmb li a {
	color: #fff;
	margin: 0px 10px;
	position: relative;
}

.saasio-page-breadcurmb li {
	color: #fff;
	margin: 0px 10px;
}

.about_section.three {
	padding: 50px 0;
}

.heading h2 {
	font-size: 30px;
	font-weight: 700;
  }

.saasio-page-breadcurmb li a::after {
	top: 2px;

	right: -17px;

	content: '\f054';

	font-weight: 900;

	font-size: 12px;

	position: absolute;

	font-family: 'Font Awesome 5 Free';

}

.about_section.two {
	padding: 70px 0px;
	background-color: #ebedf2;
}

.about_section.two .heading-section {
	margin-bottom: 10px;
}



.str-about-section {
	padding: 110px 0px 110px;
	position: relative !important;
	overflow: hidden;
}



.abbox {
	margin: 20px 0;
	padding: 0 15px;
  }
  .brand-section.two {
	padding-top: 0;
  }
.abbox h5 {
	font-weight: 600;
	font-size: 22px;
}

.srslider .item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 30px;
  }

  .gelleryrow.row .item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 30px;
  }

.str-about-textarea {
	margin-bottom: 30px;
	font-size: 24px;
	padding: 0 50px;
	text-align: center;
	font-weight: 600;
  }
  .faq-section.str-about-section.position-relative {
	background: #e9e9e9;
  }

.fq-div {
	border: 1px solid #e6e6e6;
	display: block;
	padding: 30px;
	background-color: transparent;
	border-radius: 10px;
}

.fq-div ul {
	margin-left: 0;
	padding: 0;
	font-family: 'Karla', sans-serif;
}

.fq-div .question,
.fq-div .answer {
	list-style-type: none;
}

.fq-div .question {
	border-top: 1px solid #e6e6e6;
	padding: 0.8em 1em 0.8em 3em;
	font-weight: bold;
	position: relative;
	padding: 10px 30px 10px 44px;
	background: #f6fafb;
	color: #4b5981 !important;
	margin-bottom: 10px;
	font-size: 15px;
  }

  .question.open {
	margin-bottom: 0;
  }

.fq-div ul:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.fq-div .question:hover {
	cursor: pointer;
}
.fq-div h2 {
	color: #3d3d3d;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
  }
  .fq-div .heading-section {
	margin-bottom: 15px;
  }
.fq-div .answer {
	display: none;
	padding: 1em 0.5em 2.5em;
	border-top-color: #e8eff1 !important;
	padding: 15px;
	border-top: 1px solid transparent;
	  border-top-color: transparent;
	font-size: 16px;
  }
  

.fq-div .expand-bar {
	position: absolute;
	top: 50%;
	left: 9px;
	transition: all 0.5s ease;
}

.question span {
	width: 30px;
	height: 30px;
	top: 10px;
	border: 2px solid #4b5981;
	display: block;
	position: absolute;
	left: 8px;
	border-radius: 50%;
	text-align: center;
  }

.fq-div .expand-bar,
.fq-div .expand-bar:after {
	width: 10px;
	height: 2px;
	background-color: #4b5981;
}

.fq-div .expand-bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(90deg);
	transition: all 0.5s ease;
}

.fq-div .open {
	border-bottom: none;
	color: #72cad1;
}

.fq-div .open .expand-bar:after,
.fq-div .open .expand-bar {
	background-color: #4b5981;
}

.fq-div .open span {
	border-color: #4b5981;
}

.fq-div .open .expand-bar {
	transform: rotate(180deg);
}

.fq-div .open .expand-bar:after {
	transform: rotate(180deg);
}

.faq-section {
	position: relative;
}
.fq-div .answer {
	list-style-type: none;
	
	background: #fff;
	margin-bottom: 10px;
  }
.headingn h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}
.abt-content .gimg img {
	height: 100%;
  }
/* gallery section css */


.gcol {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	height: 300px;
}

.gimg {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	transition: all .3s ease-in-out;
	backface-visibility: hidden;
}

.gimg img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.gcol:hover .gimg {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.gcol:hover .g-text {
	opacity: 1;
}

.g-text {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.g-text h3 {
	font-family: var(--heading-fonts);
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.g-text p {
	position: relative;
	display: block;
	margin: 5px 0 0;
}

.gallery-anchor {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pd {
	padding-left: 0;
	padding-right: 0;
}

.galery-section {
	padding: 50px 0;
}

.str-about-section.two.position-relative {
	margin-bottom: 0;
	padding: 70px 0;
}

.srslider.single-item-carousel .item img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.srslider.single-item-carousel .item img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border: 5px solid #fff;
	border-radius: 12px;
}


.fadeFromUp {
	animation-name: fadeFromUp;
}

.fadeFromRight {
	animation-name: fadeFromRight;
}

.fadeFromLeft {
	animation-name: fadeFromLeft;
}

@keyframes IT_animation_2 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-40px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes IT_animation_3 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.icon4 {
	animation: IT_animation_2 12s infinite linear alternate;
}



/* services section css */

.services_section .gcol .g-text {
	opacity: 1;
	height: 100%;
}



.twenty span {
	position: relative;
	position: 400ms;
}

.twenty span::after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	right: -10px;
	transition: 400ms ease-out 100ms;
}

.twenty:hover span::after {
	opacity: 1;
	right: -20px;
}

.twenty-one {
	color: #039de3;
	border: 1px solid #039de3;
	position: relative;
	z-index: 1;
	transition: color 400ms;
	padding: 5px 20px;
	font-style: italic;
	background-color: transparent;
}

.twenty-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #039de3;
	z-index: -1;
	transition: transform 400ms ease-out;
	transform: scaleX(0);
	transform-origin: left;
}

.twenty-one:hover::before {
	transform: scaleX(1);
}

.twenty-one:hover {
	color: #fff;
}

.container {
	max-width: 1240px;

}

.services_section {
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;

}

.srul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding: 15px 0;
}
.services_sectionone .heading-section h2 {
  font-size: 30px;
  text-transform: capitalize;
}
.services_sectionone .heading-section {
  margin-bottom: 0;
}
.srul li span {
	width: 100px;
	display: block;
	text-align: right;
	font-weight: 600;
	color: #039de3;
}
.bheading p {
  margin-bottom: 0;
}
.services_sectionone {
	padding: 50px 0 50px 0;
	position: relative;
	overflow: hidden;
}



.row.srrow {
  padding: 40px 0 15px 0;
}

.services_section .container {
	max-width: 1140px;
}

.srlileft h3 {
	font-size: 18px;
	font-family: var(--heading-fonts);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.srlileft p {
	margin-bottom: 0;
}



.contact-form {
	background: #fafafa;
	padding: 30px 100px 30px 190px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.form-control {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	background: none;
	position: relative;
	font-style: italic;
	height: 60px;
	color: #000 !important;
}

.contact-form textarea {
	min-height: 150px !important;
}

.contact-form .form-control:focus {
	box-shadow: none;
	border-color: #ddd;
	transition: all .5s ease-out;
}

.cimg img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.contact-section {
	padding: 50px 0;
}







/* new css */
.slider-two_inner {
	padding: 200px 0;
	z-index: 2;
	color: #fff;
	position: relative;
}



.slider-two .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.2s;
}

.slider-two .owl-item.active .slider-two_text {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}

.slider-two .owl-item.active .slider-two_button-box {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.5s;
}

/* services slider section css */

.ser-slider-section {
	display: none;
}

.gcol {
	margin-bottom: 15px;
	border-radius: 15px;
}

.cta {
	padding:80px 0;
	margin: 0 0 50px 0;
	position: relative;
	background-color: #ffde00;
  }

  .cta a {
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	color: #3D3D3D;
	display: block;
  }



.pr20-software-section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.pr20-software-section .pr20-software-shape-1 {
	position: absolute;
	width: 100px;
	left: 0;
	top: -50px;
}

.pr20-sf-shape-3 {
	position: absolute;
	display: block;
	width: 100%;
	top: 130px;
	left: 0px;
}

.pr20-software-section .pr20-software-shape-2 {
	position: absolute;
	width: 300px;
	right: 0;
	top: 0;
}

.pr20-sf-feature .pr20-sf-shape-3 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.pr20-sf-feature {
	padding: 0 0 70px 0;
	background-color: #f7f9ff;
	position: relative;
}

.choose-col {
	padding: 20px;
	position: relative;
	width: 190px;
	border-radius: 10px;
}

.iconc {
	position: absolute;
	width: 70px;
	height: 70px;
	top: -16px;
	left: 65px;
	padding: 10px;
	border-radius: 50%;
	text-align: center;
}
.iconc i {
	font-size: 36px;
	color: #ffde00;
  }
.pr20-software-right {
	margin-top: 50px;
	display: flex;
	gap: 10px;
}

.iconc img {
	width: 87%;
}

.choose-col h2 {
	margin-top: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
  }


/* brand section css */
.smaltxt {
	font-size: 12px;
	margin-top: 10px;
	font-weight: 600;
  }

.pr20-footer-section .pr20-footer-top {
	margin-top: -200px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area {
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.3);
	box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.3);
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-left {
	padding: 40px 30px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-left .pr20-title-area {
	margin: 0;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right {
	padding: 40px 30px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form {
	width: 100%;
	position: relative;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"] {
	width: 100%;
	padding: 15px 180px 15px 12px;
	border: 1px solid #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]::-webkit-input-placeholder {
	color: #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]:-ms-input-placeholder {
	color: #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]::-ms-input-placeholder {
	color: #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]::placeholder {
	color: #e7e7e7;
}

.pr20-submit-btn {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	width: 170px;
	height: 55px;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(20deg, #0096ff 0%, #00e9f0 100%);
	background-image: -o-linear-gradient(20deg, #0096ff 0%, #00e9f0 100%);
	background-image: linear-gradient(-290deg, #0096ff 0%, #00e9f0 100%);
	z-index: 1;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
}

.pr20-submit-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(160deg, #0096ff 0%, #00e9f0 100%);
	background-image: -o-linear-gradient(160deg, #0096ff 0%, #00e9f0 100%);
	background-image: linear-gradient(290deg, #0096ff 0%, #00e9f0 100%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form .pr20-submit-btn:hover::after {
	opacity: 0;
}

.pr20-footer-bottom {
	padding-top: 60px;
}

.pr20-footer-widget {
	margin-bottom: 60px;
}

.pr20-footer-widget .logo {
	width: 170px;
	display: inline-block;
	margin-bottom: 20px;
}

.pr20-footer-widget .pr20-pera-txt p {
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-socials {
	margin-top: 30px;
}

.pr20-footer-widget .pr20-footer-socials a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	color: #ffffff;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: inline-block;
}

.pr20-footer-widget .pr20-footer-socials a+a {
	margin-left: 8px;
}

.pr20-footer-widget .pr20-footer-socials a:hover {
	background-color: #0096ff;
	border-color: #0096ff;
}

.pr20-footer-widget .pr20-headline {
	margin-bottom: 20px;
}

.pr20-footer-widget .pr20-headline h4 {
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-links ul li+li {
	margin-top: 10px;
}

.pr20-footer-widget .pr20-footer-links ul li a {
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	padding-left: 20px;
}

.pr20-footer-widget .pr20-footer-links ul li a:after {
	content: '\f101';
	position: absolute;
	top: 1px;
	left: 0px;
	color: #ffffff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.pr20-footer-widget .pr20-footer-links ul li a:hover {
	padding-left: 25px;
}

.pr20-footer-widget .pr20-footer-address li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-address li i {
	margin-top: 6px;
}

.pr20-footer-widget .pr20-footer-address li span {
	margin-left: 10px;
}




.pr20-footer-blog ul li {
	color: #fff;
  }

@media (max-width: 991.98px) {
	.pr20-footer-widget .pr20-footer-blog li+li {
		margin-top: 10px;
	}
}

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-thumb {
	margin-right: 10px;
}

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-thumb img {
	border-radius: 5px;
	width: 70px;
}

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-title h6 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.brand-section {
	padding: 50px 0;
  }

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-title .date {
	color: #ffffff;
	display: inline-block;
	margin-top: 6px;
}



@media (max-width: 991.98px) {
	.pr20-footer-copyright {
		padding-top: 60px;
	}
}

.pr20-footer-copyright hr {
	border: 0;
	border-bottom: 1px solid #ffffff9e;
	margin: 0;
}

@media (max-width: 991.98px) {
	.pr20-footer-copyright hr {
		margin-bottom: 20px;
	}
}

.pr20-footer-copyright .pr20-pera-txt p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
  }
.pr20-footer-copyright .pr20-copyright-links {
	text-align: right;
}

@media (max-width: 991.98px) {
	.pr20-footer-copyright .pr20-copyright-links {
		text-align: left;
	}
}

.pr20-footer-copyright .pr20-copyright-links a {
	color: #ffffff;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}

.pr20-footer-copyright .pr20-copyright-links a+a {
	margin-left: 15px;
}

.pr20-footer-copyright .pr20-copyright-links a+a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: 1px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffffff9e;
}

.pr20-footer-copyright .pr20-copyright-links a:hover {
	text-decoration: underline;
}

.brand-item {
	width: 100%;
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	text-align: center;
	line-height: 60px;
	height: 88px;
	padding: 10px;
  }
.brand-item img {
	width: 220px !important;
	height: 60px;
	margin: 0 auto;
	object-fit: contain;
  }
  

.brand-section .section-heading span::before {
	right: auto;
}

.brand-section .owl-prev {
	left: 30px;
	border: 2px solid #0080fe !important;
	top: 24px;
	color: #0080fe;
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size: 23px;
	text-align: center;
  }

.brand-section .owl-next {
	right: 30px;
	border: 2px solid #0080fe !important;
	top: 24px;
	color: #0080fe;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size: 23px;
}

.brand-section .container {
	border-top: 1px solid #ddd;
	padding-top: 100px;
  }


.pr20-footer-section {
	background: #10131b;
}


.pr20-footer-bottom {
	padding-top: 60px;
}

.pr20-footer-widget {
	margin-bottom: 60px;
}




.pr20-ft-sb-area .heading-section h2 {
	margin-bottom: 0;
}

.pr20-headline h4 {
	font-weight: 700;
}


.pr20-footer-widget .pr20-headline {
	margin-bottom: 20px;
}

.pr20-footer-widget .pr20-headline h4 {
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-links ul li+li {
	margin-top: 10px;
}

.pr20-footer-widget .pr20-footer-links ul li a {
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	padding-left: 20px;
}

.pr20-footer-widget .pr20-footer-links ul li a:after {
	content: '\f101';
	position: absolute;
	top: 1px;
	left: 0px;
	color: #ffffff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.pr20-footer-copyright {
	background: #0b0c12;
	padding: 25px 0;

  }
.pr20-footer-widget .pr20-footer-links ul li a:hover {
	padding-left: 25px;
}

.pr20-footer-widget .pr20-footer-address li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-address li i {
	margin-top: 6px;
}

.pr20-footer-widget .pr20-footer-address li span {
	margin-left: 10px;
}

.pr20-footer-widget .pr20-footer-address li+li {
	margin-top: 10px;
}

.pr20-footer-widget .pr20-footer-blog li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pr20-footer-widget .pr20-footer-blog li+li {
	margin-top: 6px;
}

.pr20-footer-address a {
	color: #fff;
}

.pr20-footer-address a:hover {
	color: #09d5f7 !important;
}





.pr20-footer-copyright .pr20-copyright-links a {
	color: #ffffff;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}


.srslider .item a img {
  border: 4px solid #000;
  border-radius: 10px;
}
.gelleryrow.row .item {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.gelleryrow.row {
  width: 88%;
  margin: 0 auto;
}
.str-about-text .abbox {
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
}
.str-section-title.text-left.str-title-left.str-headline h2 {
  text-transform: capitalize;
  font-size: 30px;
}
.abt-txt p {
  font-weight: 500;
  font-size: 22px;
  text-align: justify;
}
.abt-img {
  display: none;
}
@media only screen and (max-width: 767px) {
	.ser-slider-section {
		display: block !important;
		margin-bottom: 20px;
	}

	.ser-slider-section .owl-nav {
		display: block;
	}

	.ser-slider-section .owl-nav img {
		width: 20px;
	}

	

	.ser-slider-section .owl-dots {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 20px !important;
	}

	.ser-slider-section .owl-dots .owl-dot span {
		background: #ddd;
		width: 20px;
		height: 20px;
		display: block;
		margin: 0 10px;
	}

	.ser-slider-section .owl-dots .owl-dot.active span {
		background: #039de3;
	}

}








.str-about-section.two.position-relative {
	background: #ffde00;
  }



.about-author {
	padding: 50px 0;
}

.we-defrent {
	padding: 50px 0;
	background: #fafafa;
}

.wedifrcol {
	background: #fff;
	padding: 24px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.dicon {
	margin-bottom: 10px;
}

.wedcontent h3 {
	font-family: var(--heading-fonts);
	font-size: 20px;
	font-weight: 700;
}


@media only screen and (max-width: 767px) {

	.ser-slider-section .g-text {
		opacity: 1;
	}

	.slider-two-content {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 340px;
	}

	.slider-two.two .slider-two-content {
		height: 240px !important;
	}

	.slider-two.two .slider-two_image-layer {
		height: 240px !important;
	}
}


/* contact us section */
.bis-google-map {
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}


.inner-page-padding {
	padding: 0 0 80px 0px;
  }

.bis-faq-contact-info .info-item-area .inner-text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.pera-content p {
	margin-bottom: 0;
}

.position-relative {
	position: relative !important;
}

.bis-contact-page-content {
	padding: 45px 50px;

}
.fq-div {
	padding: 0;
  }
.bis-faq-contact-info-title h3 {
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
	font-weight: BOLD;
	color: #3D3D3D;
  }
  .bis-faq-contact-form-area {
	margin-top: 40px;
  }
.bis-faq-contact-info {
	margin-top: 30px;
}

.bis-faq-contact-info .info-item-area {
	margin-bottom: 40px;
}

.bis-faq-contact-info .info-item-area .inner-icon {
	width: 70px;
	height: 70px;
	margin-right: 30px;
	border-radius: 5px;
	background-image: linear-gradient(290deg, #0096ff 0%, #00e9f0 100%);
}

.bis-faq-contact-form input, .bis-faq-contact-form textarea {
	width: 100%;
	height: 55px;
	border: none;
	font-size: 15px;
	padding-left: 25px;
	margin-bottom: 30px;
	background: #dadada;
	border-radius: 10px;
	color: #3d3d3d !important;
  }
.bis-faq-contact-form input:focus, .bis-faq-contact-form textarea:focus{
	box-shadow:none!important;
	outline: none;
}
  .bis-faq-contact-form textarea {
	height: 100px;
  }
  .sppb-btn.sppb-btn-primary::after {
	background: #ffc800;
  }
  .sppb-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	  transition-timing-function: ease;
	transition-timing-function: ease;
	z-index: -1;
  }
  .sppb-btn.sppb-btn-primary {
	background-color: #161925;
  }

  .sppb-btn {
	padding: 20px 33px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.75px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border: none!important;
  }
  .sppb-btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	padding: 10px 12px;
	font-size: 16px;
	line-height: 2.25;
	border-radius: 4px;
	transition: all .15s ease-in-out;
	color: #fff;
  }
  .sppb-btn.sppb-btn-primary::after {
	background: #ffc800;
  }
  .sppb-btn i.fa {
	margin-left: 15px;
	font-size: 18px;
  }
  .sppb-btn:hover::after, .sppb-btn:focus::after {
	left: 0;
  }
.bis-faq-contact-info .info-item-area .inner-icon i {
	color: #fff;
	font-size: 30px;
}

.sa-contact-inner-btn.text-center button {
	position: relative;
}

.bis-faq-contact-info-title.headline.pera-content p {
	margin-bottom: 20px;
}




/* call now fixd btn */

#call_btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
  }
  #call_btn a span {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 30px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
  }
  @keyframes pulsing {
	to {
	  box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
  }



  /* services css */
  .srcol h3 {
	position: absolute;
	bottom: -10px;
	width: 100%;
	background: #ffde00;
	left: 0;
	color: #3D3D3D;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding: 8px 0;
  }
#str-about .heading-section h2 {
  font-size: 50px;
}
.str-about-textarea {
  font-size: 28px;
  padding: 0 20px 20px;
}
  .srcol {
	border: 4px solid #333;
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px;
  }

.hlpa a:first-child {
  border-right: 1px solid #ddd;
  padding-right: 50px;
}
.hlpa {
  font-weight: 600;
  display: flex;
  gap: 40px;
}

  .sitemap {
	background: #e9e9e9;
	padding: 100px 0;
  }
  .sitemap h2 {
	font-size: 24px;
	font-weight: 400;
  }
  .mainul {
	padding-left: 50px;
  }
  .mainul li {
	list-style: disc;
  }
  .mnli ul {
	padding-left: 60px;
  }
  .mnli ul li {
	list-style: circle;
  }
  .mainul li a {
	font-weight: 500;
	font-size: 16px;
  }
.str-about-section.position-relative.dtl .abbox p {
  font-size: 17px;
}