@charset "UTF-8";


@font-face {
	font-family: 'Bill-Smith-Demo';
	src: url('../fonts/Bill-Smith-Demo.woff') format('woff'),
		url('../fonts/Bill-Smith-Demo.woff2') format('woff2'),
		url('../fonts/Bill-Smith-Demo.svg#Bill-Smith-Demo') format('svg'),
		url('../fonts/Bill-Smith-Demo.eot'),
		url('../fonts/Bill-Smith-Demo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bill-Smith-Demo.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
	font-display: swap;
}





* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

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 {
	position: absolute;
	z-index: 12;
	width: 100%;
}

.apbc-header-section .container {
	background: #fff;
	max-width: 1240px;
}
.social-links li a i:hover {
	color: #6fe0c8 !important;
  }
  .getquot a:hover {
	background: #76cfd0;
  }
  .getquot a::after {
	display: none;
  }


.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;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #000c3f;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0px;
	opacity: 1;
	font-weight: 600;
	font-size: 16px;
	padding: 16px 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-header .main-menu .navigation>li.dropdown>a {
	padding-right: 15px !important;
}

.main-header .main-menu .navigation>li.dropdown>a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	content: "\f067";
	position: absolute;
	right: 0px;
	font-size: 10px;
	line-height: 30px;
	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:hover>a,
.main-menu .navigation>li.current>a {
	opacity: 1;
	color: #23ac38;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -30px;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 20px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}

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

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 18px;
	line-height: 24px;
	font-weight: 500;
	font-size: 16px;
	color: #111111;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Archivo', sans-serif;
}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	content: '//';
	left: 10px;
	top: 10px;
	opacity: 0;
	color: #23ac38;
	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>ul>li:hover>a::before {
	opacity: 1;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #23ac38;
	padding-left: 30px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #253d4a;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 5;
	font-weight: 800;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #222222;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 120%;
	top: 0%;
	width: 230px;
	z-index: 100;
	display: none;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 20px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 18px;
	line-height: 24px;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	color: #111111;
	padding-left: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	text-transform: capitalize;
	font-family: 'Archivo', sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #23ac38;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: '//';
	left: 10px;
	top: 8px;
	opacity: 0;
	color: #23ac38;
	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>ul>li>ul>li:hover>a::before {
	opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #23ac38;
	padding-left: 30px;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	left: 0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	line-height: 28px;
	border: 1px solid #ffffff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	float: right;
	margin-left: 40px;
}

.main-header .outer-box .search-box-btn {
	position: relative;
	float: left;
	cursor: pointer;
	margin-right: 30px;
}

.main-header .outer-box .nav-btn {
	font-family: "flaticon";
	position: relative;
	width: 40px;
	height: 40px;
	color: #ffffff;
	float: left;
	margin-top: 10px;
	cursor: pointer;
	font-size: 16px;
	padding: 0px 0px;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	background-color: #23ac38;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-header .outer-box .nav-btn:before {
	position: absolute;
	content: '';
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 50px;
	border: 1px solid #23ac38;
}

.main-header .outer-box .nav-btn:hover {
	background-color: #5e5e5e;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/


.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
	width: 80%;
}

.search-popup:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../img/consult/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #05afec;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span {
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*** 

====================================================================
	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 */
.logo img {
	width: 100px;
	padding: 6px 6px 3px 6px;
	margin: 0 auto;
	text-align: center;
  }
  .apbc-logo-wrapper.logo h4 {
	font-size: 16px;
	font-weight: 700;
	color: #02499b;
  }
  .apbc-logo-wrapper.logo {
	text-align: center;
  }


.apbc-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(70, 73, 95, 0.6);
	box-shadow: -3.119px 14.672px 60px 0px rgba(70, 73, 95, 0.6);
	-webkit-animation: 1s slideInDown;
	animation: 1s slideInDown;
	z-index: 20;
}

/* .apbc-nav-menu {
	text-align: right;
  } */

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

.apbc-nav-menu ul li a {

	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	position: relative;
	font-size: 16px;
}
.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;
}



.apbc-nav-menu ul li ::after {
	content: '';
	position: absolute;
	top: 45px;
	left: 0px;
	width: 0;
	height: 4px;
	background-color: #3b4089;
	border-radius: 2px;
	-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 a.active::after {
	width: 50px;
} */



.apbc-nav-menu ul li :hover::after {
	width: 100%;
}

.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: 250px;
	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;
}

.apbc-nav-menu ul li.has-submenu ul:after {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 5px;
	background-color: #503191;
}

.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: #503191;
	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 {
	width: 50px;
	height: 50px;
	background-color: #503191;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 25px;
	border-radius: 50%;
	border: 2px solid transparent;
}

.apbc-sidebar-btn a:hover,
.apbc-mobile-menu-open a:hover {
	background-color: transparent;
	border: 2px solid #503191;
	color: #503191;
}

.getquot a {
	background: #3b4089;
	padding: 51px 35px !important;
	display: block !important;
	color: #fff !important;
  }

.apbc-nav-menu {
	text-align: right;
}

.apbc-desktop-menu {
	padding-right: 0 !important;
}
.top-bar-area {
	position: relative;
	line-height: 50px;
	/* z-index: 999; */
	background: transparent;
	padding: 9px 0 8px;
  }
  .top-contact-info {
	overflow: hidden;
  }
  .top-contact-info li {
	display: inline-block;
	float: left;
	margin-right: 30px;
	color: #ffffff;
	line-height: 32px;
  }
  .top-contact-info li span::before {
	color: #45c4e9;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	padding-right: 8px;
  }
  .top-bar-area .top-right {
	float: right;
  }
  .top-bar-area .top-right h5 {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  text-transform: capitalize;
  margin: 8px 0;
}
.top-bar-area .top-right .social-links {
	overflow: hidden;
	float: left;
	padding-left: 20px;
	margin: 8px 0;
  }
  .top-bar-area .top-right .social-links li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	line-height: 16px;
  }
  .top-bar-area .top-right .social-links li a i {
	color: #fff;
	font-size: 14px;
	transition: all 500ms ease;
  }
@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: #3b4089;
	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;
	font-weight: 600;
	text-transform: capitalize;
}
.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: #ffffff;
	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 */
.header_top {
	padding: 15px 0;
}

.searchBox input {
	width: 70%;
}

.searchBox {
	border: 1px solid #949494;
	height: 40px;
	border-radius: 5px;
	line-height: 38px;
	position: relative;
}

.searchBox .form-select {
	background: none;
	border-right: 2px solid #949494 !important;
	padding: 0 10px;
}

.search {
	color: #fff;
	right: -1px;
	width: 56px;
	height: 100%;
	font-size: 1.125rem;
	box-sizing: content-box;
	background-color: #503191;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
}

.main-header .container {
	max-width: 1280px;
}



/* hero slider css */
.slider-two_image-layer {
	width: 100%;
	height: 700px;
	background-size: cover;
	position: relative;
}

.slider-two_image-layer::before {
	position: absolute;
	content: '';
	background-image: none !important;
	background-color: rgba(27, 48, 83, 0.80);
	width: 100%;
	height: 100%;

}

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

.slider-two_heading {
	line-height: 70px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 55px;
}

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

.slider-two_button-box .btn1 {
	margin-right: 10px;
}

.btn1 {
	padding: 14px 28px;
	border: 2px solid #fff;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
}

.btn1:hover {
	background: #3b4089;
	border: 2px solid #3b4089;
}

.btn2:hover {
	background: transparent;
	border: 2px solid #fff;
}

.btn2 {
	padding: 14px 28px;
	border: 2px solid #3b4089;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	background: #3b4089;
}

.owl-prev {
	position: absolute;
	left: 20px;
	border: 2px solid #fff !important;
	top: 50%;
	width: 40px !important;
	height: 40px !important;
	text-align: center;
	line-height: 36px !important;
	color: #fff;
}

.owl-next {
	position: absolute;
	right: 20px;
	border: 2px solid #fff !important;
	top: 50%;
	width: 40px !important;
	height: 40px !important;
	text-align: center;
	line-height: 36px !important;
	color: #fff;
}

.slide {
	width: 100%;
}

.apbc-header-section.apbc-header-sticky .container {
	margin-top: 0;
}


/* services css */
.section-heading .title {
	color: #222222;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	text-transform: none;
	margin: 0 0 16px;
}

.services_section {
	padding: 100px 0 50px 0;
}

.section-heading {
	text-align: center;
	padding: 0 0 50px 0;
}

.section-heading span {
	width: 200px;
	height: 1px;
	background: #f4f4f4;
	display: block;
	margin: 0 auto;
	position: relative;
}

.section-heading span::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: #70e6c5;
	content: "";
	margin: 0 auto;
}

.single-service-item {
	position: relative;
	margin-bottom: 40px;
}

.single-service-item:hover .overlay-style-one {
	opacity: 1;
}

.single-service-item .img-holder {
	display: block;
	overflow: hidden;
	position: relative;
}

.overlay-style-one {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	background: rgba(114, 212, 202, .9);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%;
}

.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.single-service-item .img-holder .overlay-style-one .box .content a i {
	border: 2px solid #222222;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #222222;
	line-height: 38px;
	transition: all 500ms ease;
}

.fa-chain::before,
.fa-link::before {
	content: "\f0c1";
}

.single-service-item .text-holder::before {
	width: 100%;
	height: 3px;
	position: absolute;
	content: "";
	background: #72d4ca;
	left: 0;
	top: -1px;
}

.single-service-item .text-holder::after {
	width: 100%;
	height: 3px;
	position: absolute;
	content: "";
	background: #222222;
	left: 0;
	top: -1px;
	transform: scaleX(0);
	transition: .5s ease;
}

.single-service-item .text-holder .title {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0 0 12px;
	transition: all 500ms ease;
}

.single-service-item .text-holder p {
	margin: 0 0 10px;
}

.single-service-item .text-holder {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #f4f4f4;
	position: relative;
	top: -40px;
	background: #fff;
	display: block;
	padding: 25px 15px 11px;
}

.single-service-item:hover .img-holder img {
	transform: scale(1.1);
}

.single-service-item .img-holder img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
}

.single-service-item:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}


.single-service-item .text-holder::after {
	width: 100%;
	height: 3px;
	position: absolute;
	content: "";
	background: #222222;
	left: 0;
	top: -1px;
	transform: scaleX(0);
	transition: .5s ease;
}

.single-service-item:hover .text-holder::after {
	transform: scaleY(1);
	transition: .5s ease;
}

.single-service-item .text-holder::after {
	width: 100%;
	height: 3px;
	position: absolute;
	content: "";
	background: #222222;
	left: 0;
	top: -1px;
	transform: scaleX(0);
	transition: .5s ease;
}

.text a:hover {
	color: #2b2e7c;
}


.section-heading p {
	color: #848484;
	font-size: 18px;
	font-weight: 500;
	margin: 25px 0 0;
	line-height: 26px;
	padding: 0 190px;
}

.abtcontent span {
	color: #72d4ca;
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin: 10px 0;
}
.abt-img img {
	width: 100%;
  }

.abtcontent h3 {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.thm-btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	padding: 11px 35px 9px;
	font-family: 'Poppins', sans-serif;
	border: 2px solid #72d8ca;
	background-color: #72d8ca;
	color: #ffffff;
}

.thm-btn:hover {
	background: transparent;
	color: #72d8ca;
}

.about-section {
	padding: 0 0 80px 0;
}

/* testimonial section css */

.testimonial-section {
	background: #72d5c9;
	padding: 62px 0 57px;
}

.testimonial-section .single-item {
	position: relative;
	overflow: hidden;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

.testimonial-section .single-item .text-box {
	overflow: hidden;
	margin: 0;
}

.testimonial-section .single-item .text-box p {
	color: #f7f7f7;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 14px;
	line-height: 40px;
}

.testimonial-section .single-item .text-box .border {
	background: rgba(255, 255, 255, 0.15);
	width: 70px;
	height: 1px;
	display: inline-block;
}

.testimonial-section .single-item .client-info {
	overflow: hidden;
	position: relative;
	padding-top: 31px;
}

.testimonial-section .single-item .client-info h3 {
	color: #ffffff;
	margin: 0 0 3px;
}

.testimonial-section .single-item .client-info span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}

.testimonial-section .owl-prev {
	left: -80px;
}

.testimonial-section .owl-next {
	right: -80px;
}

/* consultations-area section css */
.consultations-area {
	position: relative;
	background: #222222;
}

.sec-padding {
	padding: 70px 0;
}

.consultations-area .contact-info {
	padding: 33px 30px 14px;
	background: #2b2b2b;
	display: block;
}

.consultations-area .contact-info .sec-title {
	padding-bottom: 24px;
}

.consultations-area .contact-info .sec-title h2 {
	margin: 0 0 15px;
}

.sec-title h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-transform: none;
	margin: 0 0 16px;
}

.consultations-area .contact-info .sec-title .border {
	background: #1f1f1f;
}

.sec-title .border {
	width: 100%;
	height: 1px;
	background: #f4f4f4;
	display: block;
	position: relative;
}

.sec-title .border::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: #74d1ce;
	content: "";
}

.sec-title {
	margin-top: -3px;
	padding-bottom: 41px;
	position: relative;
}

.consultations-area .contact-info .text p {
	margin: 0;
	color: #7A7A7A;
}

.consultations-area .contact-info li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 17px;
	line-height: 24px;
	color: #f4f4f4;
}

.consultations-area .contact-info ul {
	margin: 15px 0 0;
}

.consultations-area .contact-info li span {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 24px;
	font-size: 16px;
	color: #74d1ce;
}

.sec-title h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	text-transform: none;
	margin: 0 0 16px;
}

.consultations-area .request-form .sec-title .border {
	background: #2a2a2a;
}

.sec-title .border::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: #72d4ca;
	content: "";
}

.request-form p .form-control {
	width: 100%;
	border: 2px solid #2f2f2f;
	background: #222222;
	height: 50px;
	margin-bottom: 30px;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease;
}

.form-control.selectmenu {
	display: block !important;
	line-height: 47px;
	overflow: hidden;
	text-align: left;
	padding: 14px 15px 15px !important;
	transition: all 500ms ease !important;
	height: 50px !important;
	color: #fff;
}

.form-control:focus {
	border-color: #72d4ca !important;
	box-shadow: none !important;
}


/* latest project css */
.prodect_section .section-heading span {
	margin: 0;
}

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

.prodect_section .section-heading p {
	padding: 0;
}

.prodect_section {
	background: #f7f7f7 none repeat scroll 0 0;
	padding: 60px 0;
}

.fq-div {
	border: 1px solid #e6e6e6;
	display: block;
	padding: 30px;
}

.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;
}

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

.fq-div .question:hover {
	cursor: pointer;
}

.fq-div .answer {
	display: none;
	padding: 1em 0.5em 2.5em;
}

.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 #e6e6e6;
	display: block;
	position: absolute;
	left: 0px;
	border-radius: 50%;
	text-align: center;
}

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

.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: #72cad1;
}

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

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

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

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

.brand-item {
	border: 1px solid #f4f4f4;
	height: 115px;
	width: 100%;
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	text-align: center;
	line-height: 60px;
	height: 85px;
}

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

.brand-section .owl-prev {
	left: 90%;
	border: 2px solid #ababab !important;
	top: -91px;
	color: #ababab;
}

.brand-section .owl-next {
	left: 95%;
	border: 2px solid #ababab !important;
	top: -91px;
	color: #ababab;
}

/* footer css */
.footer-area {
	background: #222222;
	padding-top: 70px;
	padding-bottom: 63px;
	position: relative;
}

.footer-logo img {
	width: 120px;
	margin-bottom: 30px;
}

.widget-content p {
	color: #848484;
	font-size: 16px;
	margin: 0;
}

.footer-widget .widget-content p.top {
	margin-bottom: 15px;
}

.footer-widget .title h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 14px;
}

.footer-widget .title .border {
	background: #72d4ca !important;
	width: 70px;
	height: 1px;
	display: block;
}

.footer-widget ul li::before {
	content: "\f105";
	color: #848484;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
}

.footer-widget ul {
	position: relative;
}

.footer-widget ul li a {
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	transition: all 500ms ease;
}

.footer-widget ul li {
	position: relative;
	margin-bottom: 10px;
}

.footer-widget .title {
	padding-bottom: 40px;
	margin-top: -2px;
}

.footer-widget .newsletter-box .newsletter-form {
	position: relative;
	margin-top: 15px;
}

.single-footer-widget .newsletter-box p {
	color: #848484;
}

.footer-widget .newsletter-box .newsletter-form input[type="email"] {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	letter-spacing: 1px;
	padding-left: 50px;
	padding-right: 55px;
	position: relative;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 100%;
}

.footer-widget .newsletter-box .newsletter-form button {
	background: #72d4ca none repeat scroll 0 0;
	color: #fff;
	display: block;
	height: 45px;
	padding: 9px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 45px;
}

.footer-widget .newsletter-box .newsletter-form .envelope {
	position: absolute;
	top: 13px;
	left: 0;
	width: 40px;
	height: 20px;
	display: block;
	text-align: center;
	border-right: 1px solid #ddd;
}

.footer-widget .newsletter-box .newsletter-form .envelope i {
	color: #72d4ca;
	font-size: 14px;
	display: block;
	line-height: 18px;
}

.footer-widget .footer-social-links {
	overflow: hidden;
	margin-top: -10px;
	position: relative;
}

.footer-widget .footer-social-links li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 0px;
	position: relative;
	margin-bottom: 10px;
}
.footer-widget .footer-social-links li::before{
	display: none;
}
.footer-widget .footer-social-links li a i {
	height: 40px;
	width: 40px;
	border: 2px solid #323232;
	display: block;
	border-radius: 50%;
	color: #999999;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	transition: all 500ms ease;
  }
  .footer-widget .footer-social-links li a:hover i {
	background: #72d4ca;
	color: #fff;
	border-color: #72d4ca;
  }
  .footer-widget .newsletter-box {
	margin-top: -6px;
	margin-bottom: 40px;
  }
  
  .footer-bottom-area {
	background: #1b1b1b;
	padding: 22px 0 22px;
  }
  .copyright-text p {
	margin: 0;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	line-height: 26px;
  }
  .copyright-text p a {
	font-weight: 500;
	color: #72d4ca;
	transition: all 500ms ease;
  }
  .footer-menu {
	float: right;
	overflow: hidden;
  }
  .footer-menu li {
	display: inline-block;
	float: left;
	margin: 0 0 0 30px;
	line-height: 26px;
  }
  .footer-menu li a {
	font-size: 15px;
	transition: all 500ms ease;
	color: #999999;
	font-weight: 400;
  }


  /* bredcrumb section */
  .slider-two.herodiv .slider-two_image-layer {
	width: 100%;
	height: 400px;
	background-size: cover;
	position: relative;
  }
  .breadcrumb-spacings {
	padding: 160px 0;
  }
  .breadcrumb_section
  {
	z-index: 1;
	min-height: 365px;
	padding: 80px 0px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 29%;
  }
  .page_title {
	color: #ffffff;
	line-height: 1;
	font-size: 70px;
	letter-spacing: -2.5px;
	margin-bottom: 25px;
	margin-top: 135px;
  }
  .breadcrumb-menu {
	padding: 0;
	margin: 0;
  }
  .breadcrumb-menu li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
  }
  .breadcrumb-menu ul li a {
	color: #fff;
	font-weight: 500;
  }
  
  .breadcrumb-menu li:not(:last-child)::after {
  
	display: inline-block;
	color: #859099;
	content: "\f054";
	position: absolute;
	right: -6px;
	top: -2px;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-weight: 900;
  
  }
  .breadcrumb-menu li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
  }
  .breadcrumb_section::before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	z-index: -1;
	position: absolute;
	background-color: rgba(4, 7, 57, 0.6);
  }
  

  .about-section.page {
	padding: 80px 0;
  }

  /* contact page css */
  .get-touch-area .sec-title h1 {
	color: #000;
  }
  .sec-title .border-center::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: #73d5cb;
	content: "";
	margin: 0 auto;
  }
  .sec-title .border-center {
	width: 200px;
	height: 1px;
	background: #f4f4f4;
	display: block;
	margin: 0 auto;
	position: relative;
  }
  .sec-title p {
	color: #848484;
	font-size: 18px;
	font-weight: 500;
	margin: 25px 0 0;
	line-height: 26px;
	padding: 0 190px;
  }
  .get-touch-area .single-item {
	border: 1px solid #f4f4f4;
	display: block;
	padding: 39px 20px 31px;
	transition: all .5s ease-in-out;
  }
  .get-touch-area {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .get-touch-area .single-item .icon-holder {
	padding-bottom: 33px;
  }
  .get-touch-area .single-item .icon-holder span::before {
	color: #73d5cb;
	font-size: 50px;
  }
  .get-touch-area .single-item .text-holder h3 {
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
  }
  .get-touch-area .single-item .text-holder .border {
	height: 1px;
	width: 60px;
	background: #f4f4f4;
	display: inline-block;
  }
  .get-touch-area .single-item .text-holder p {
	margin: 15px 0 0;
	color: #848484;
  }
  .hvr-grow-shadow:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  .get-touch-area {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .contact-form h1 {
	color: #000 !important;
  }
  .contact-author-info h1 {
	color: #000;
  }
  .contact-author-info ul {
	background: #f9f9f9;
	border: 1px solid #ececec;
	display: block;
	padding: 30px 20px;
  }
  .contact-author-info ul li {
	background: #ffffff;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 20px;
  }
  .contact-author-info ul li .title {
	padding-bottom: 15px;
  }
  .contact-author-info ul li .img-holder {
	width: 70px;
  }
  .contact-author-info ul li .img-holder, .contact-author-info ul li .text-holder {
	display: table-cell;
	vertical-align: middle;
  }
  .contact-author-info ul li .text-holder {
	padding-left: 20px;
  }
  .contact-author-info ul li .text-holder h5 {
	color: #73d5cb;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px;
  }
  .contact-author-info ul li .text-holder p {
	margin: 0;
	line-height: 22px;
  }
  .contact-author-info ul li .text-holder p span::before {
	color: #73d5cb;
	font-size: 13px;
	display: inline-block;
	line-height: 13px;
	padding-right: 10px;
  }
  .contact-form-area {
	padding-bottom: 80px;
  }
  .form-group .form-control {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #999999;
  display: block;
  font-size: 16px;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}
.form-control.thm-btn {
	border: 2px solid #73d5cb;
	background-color: #73d5cb;
	color: #ffffff;
  }
  .contact-author-info ul li .title h3 {
	color: #222222;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
  }

  
  /* team section */
  .team-area {
	padding-bottom: 45px;
  }
  .sec-padding {
	padding: 70px 0;
	  padding-bottom: 70px;
  }
  .team-area .single-team-member.hvr-underline-reveal::before {
	background: #45c4e9;
	height: 3px;
	width: 94%;

  }
  .team-area .content ul {
	display: flex;
	justify-content: center;
  }
  .team-area  .content ul li {
	padding: 0 5px;
  }
  .team-area .content ul li a i:hover{
	background: #000!important;
	color: #fff!important;
  }
  .hvr-underline-reveal::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	height: 4px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .team-area .single-team-member {
	margin-bottom: 35px;
	display: block;
  }
  .team-area .single-team-member .img-holder {
	position: relative;
	display: block;
	overflow: hidden;
  }
  .team-area .single-team-member .img-holder img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
	width: 100%;
	height: 370px;
	object-fit: cover;
	object-position: top;
  }
  .team-area .single-team-member .img-holder .overlay-style-one .box .content ul li a i {
	background: #ffffff;
	height: 40px;
	width: 40px;
	display: block;
	border-radius: 50%;
	color: #172b42;
	font-size: 13px;
	line-height: 42px;
	transition: all 500ms ease;
  }
  .team-area .single-team-member .text-holder {
	padding-top: 23px;
	padding-bottom: 15px;
  }
  .team-area .single-team-member .text-holder h3 {
	color: #252525;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	margin: 0 0 5px;
  }
  .team-area .single-team-member .text-holder span {
	color: #45c4e9;
	font-size: 16px;
	font-weight: 400;
  }
  .team-area .single-team-member .text-holder .text {
	padding-top: 10px;
  }
  .team-area .single-team-member .text-holder .contact-info {
	border-top: 1px solid #f4f4f4;
	padding-top: 15px;
  }
  .team-area .single-team-member .text-holder .contact-info li {
	margin-bottom: 7px;
  }
  .team-area .single-team-member .text-holder .contact-info li:last-child {
	margin-bottom: 0;
  }
  .team-area .single-team-member:hover .img-holder img {
	transform: scale(1, 1);
  }
  .team-area .single-team-member:hover .img-holder .overlay-style-one {
	transform: translateY(0%);
	opacity: 1;
  }
  .hvr-underline-reveal:hover::before, .hvr-underline-reveal:focus::before, .hvr-underline-reveal:active::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }

  .prodect_section.fqsection {
	background: #fff;
  }
  .faqform {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 30px 30px 30px 30px;
  }
  .faqform h3 {
	overflow: hidden;
	color: #222222;
	font-size: 24px;
	text-transform: capitalize;
	margin: 0 0 24px;
  }
/* services detail css */
  .services-detail {
	padding: 80px 0;
  }
  .service-widget {
	position: relative;
	margin-bottom: 50px;
  }
  .service-widget ul {
	position: relative;
  }
  .service-widget ul li {
	position: relative;
  }
  .service-widget ul li a::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 56px;
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	color: #ffffff;
	line-height: 58px;
	font-size: 18px;
	transform: translate3d(-30px, 0px, 0px);
	transition-delay: 0.5s;
	transition: all 500ms ease;
	opacity: 0;
	font-weight: 900;
  }
  .service-widget ul li a {
	border-bottom: 2px solid #fff;
	background: #f7f7f7 none repeat scroll 0 0;
	color: #222222;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 17px 20px 15px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	position: relative;
	z-index: 1;
	transition: all 500ms ease;
	  transition-delay: 0s;
	transition-delay: 0.15s;
  }
  .service-widget ul li:hover a, .service-widget ul li.current-menu-item a {
	color: #fff;
	background: #45c4e9;
  }
  .service-widget ul li a:hover::before, .service-widget ul li.current-menu-item a::before {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
	color: #fff;
  }
  .service-widget .menu .menu-item.active a{
	color: #fff;
	background: #45c4e9;
}
/*.service-widget .menu .menu-item a{*/
/*	pointer-events: none;*/
/*}*/

.service-widget .single-sidebar h3 {
	color: #222222;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 24px;
  }

.brochures-dwn-link li a {
  border: 1px solid #f4f4f4 !important;
  color: #222222 !important;
  font-size: 18px !important;
  display: flex !important;
  padding: 15px 22px 13px !important;
  transition: all 500ms ease !important;
  font-family: 'Poppins', sans-serif !important;
  background-color: #fff !important;
  margin-bottom: 10px;
  align-items: center;
}
  .single-sidebar .brochures-dwn-link li a .icon-holder {
	width: 35px;
  }
  .single-sidebar .brochures-dwn-link li a .title-holder h5 {
	font-size: 18px;
	color: #222;
	margin-bottom: 0;
  }
  .ser-sidebaright .single-item .img-holder img {
	width: 100%;
	height: 320px;
	object-fit: cover;
  }
  .ser-sidebaright .single-item .text-holder {
	display: block;
	padding: 25px 0px 15px;
  }
  .ser-sidebaright .section-heading span {
	width: 100%;
	margin: 0;
  }
  .ser-sidebaright .section-heading {
	text-align: left;
	padding: 0 0 50px 0;
  }
  .ser-sidebaright .section-heading span::before{
	right: auto;
  }
  .ser-sidebaright .sec-title h1{
	color: #000;
  }
  .ser-sidebaright  .benefits-service-content .text-holder ul li {
	line-height: 30px;
  }
  .ser-sidebaright  .benefits-service-content .text-holder ul li i {
	display: inline-block;
	padding-right: 13px;
	color: #45c4e9;
	font-weight: 600;
  }
  .benefits-service-content .text-holder ul li {
	line-height: 30px;
	color: #7A7A7A;
  }
  p {
	margin: 0 0 10px;
	color: #7A7A7A;
  }
  .request-form.detail .form-control {
	background: #fff;
	border-color: #ececec;
  }
  .request-form.detail {
	padding: 30px;
	border: 1px solid #ddd;
	margin: 30px 0;
  }
  .request-form.detail textarea {
	height: 100px;
  }

  /* project detail css */
  .project-single-area {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .project-single-area h1{
	color: #000;
  }
  .project-single-area .sidebar-wrapper {
	padding-left: 30px;
	border-left: 1px solid #ddd;
  }
  .single-project-img-box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
  }
  .project-single-area .project-info ul {
	background: #f9f9f9;
	display: block;
	padding-top: 23px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
  }
  .project-single-area .single-project-img-box {
	margin-bottom: 50px;
  }
  .project-single-area .project-info ul li {
	color: #45c4e9;
	font-size: 16px;
	margin-bottom: 15px;
  }
  .project-single-area .project-info ul li b {
	width: 100px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
  }
  .project-single-area .project-info ul li span {
	font-family: 'Hind', sans-serif;
	padding-left: 20px;
	color: #999999;
  }
  .project-single-area .legal-work-content h3 {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 6px;
  }
  .project-single-area .legal-work-content span {
	color: #45c4e9;
	margin: 0;
  }
  .project-single-area .legal-work-content p {
	margin: 12px 0 0;
  }
  .project-single-area .legal-work-content a {
	margin: 16px 0 0;
	padding: 13px 30px 11px;
  }
  .project-single-area .project-analysis {
	overflow: hidden;
	padding-top: 60px;
  }
  .project-single-area .sec-title h1 {
	font-size: 24px;
  }
  .project-single-area .project-solution {
	padding-top: 60px;
  }
  .project-single-area .project-results {
	padding-top: 50px;
  }
  .sidebar-wrapper .single-sidebar form.search-form {
	position: relative;
  }
  .sidebar-wrapper .single-sidebar .search-form input[type="text"] {
	background: #fff;
	border: 1px solid #f4f4f4;
	color: #ababab;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 55px;
	position: relative;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 100%;
  }
  .sidebar-wrapper .single-sidebar .search-form button {
	background: #45c4e9 none repeat scroll 0 0;
	color: #fff;
	display: block;
	height: 50px;
	padding: 12px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 50px;
  }
  .widget.widget_categories, .widget .product-categories {
	background: #f7f7f7;
	padding: 24px 30px 24px;
  }
  .sidebar-wrapper .single-sidebar {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
  }
  .sidebar-wrapper .single-sidebar .sec-title h3 {
	color: #222222;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
  }
  .single-sidebar .popular-post li {
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 0px;
	height: 110px;
	padding-bottom: 20px;
  }
  .single-sidebar .popular-post li .img-holder {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90px !important;
  }
  .single-sidebar .popular-post li .img-holder {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 90px;
  }
  .single-sidebar .popular-post li .title-holder {
	padding-left: 20px;
  }
  .widget ul li a, .widget ol li a {
	color: #222;
	transition: all 500ms ease;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	display: inline-block;
  }
  .single-sidebar .popular-post li .title-holder .post-date {
	color: #999999;
	display: block;
	transition: all 500ms ease;
	font-weight: 400;
	font-size: 14px;
  }
  .sidebar-wrapper .single-service-item .img-holder img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
	height: 107px;
	object-fit: cover;
  }
  .sidebar-wrapper .sec-title {
	padding-bottom: 15px;
  }
  .sidebar-wrapper .single-service-item {
	margin-bottom: 14px;
  }
  .single-sidebar .business-enquiry::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	background: url(../images/envelop.png);
	width: 100px;
	height: 60px;
  }
  .single-sidebar .business-enquiry {
	background: #45c4e9;
	display: block;
	padding: 28px 30px 30px;
	position: relative;
  }
  .single-sidebar .business-enquiry h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 16px;
  }
  .single-sidebar .business-enquiry p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
  }
  .single-sidebar .business-enquiry a {
	background: #ffffff;
	height: 42px;
	width: 120px;
	display: inline-block;
	color: #45c4e9;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	margin: 21px 0 0;
	transition: all 500ms ease;
	border: 2px solid #fff;
  }
  .widget .tagcloud a {
	border: 1px solid #f4f4f4;
	color: #848484;
	margin: 0 3px 10px;
	display: inline-block;
	font-size: 14px !important;
	font-weight: 400;
	padding: 4px 12px 4px;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease 0s;
  }


  /* product css */
  .single-service-item.text-center.projectcol .text-holder {
	top: 0;
	margin-left: 0;
	margin-right: 0;
  }
  .project-grid .owl-prev {
	background: #3b4089;
	top: 40%;
	left: 0;
	border-color: #6fe3c6 !important;
  }
  .project-grid .owl-next {
	background: #3b4089;
	top: 40%;
	right: 0;
	border-color: #6fe3c6 !important;
  }
  .projectcol .content a {
	background: #3b4089;
	padding: 15px 30px;
	color: #fff !important;
	border-radius: 50px;
  }
  .projectcol .content a i{
	border: 2px solid #fff!important;
	width: 26px!important;
	height: 26px!important;
	font-size: 12px!important;
	color: #fff!important;
	line-height: 24px!important;
	margin-right: 5px!important;
  }
  .prodect_section.product {
	background: #fff;
  }
   .projectcol .text-holder::before{
	bottom: -1px!important;
	top: auto;
   }
   .projectcol .text-holder::after{
	bottom: -1px!important;
	top: auto;
   }
   .projectcol .title {
	display: block;
	font-size: 14px !important;
	color: #333 !important;
	line-height: 26px !important;
	overflow: hidden!important;
	height: 52px;
  }
  .single-service-item.text-center.projectcol {
	border: 1px solid #ddd;
  }
  .has-submenu ul li {
	padding: 0;
  }
  .has-submenu ul li::before{
	right: 20px;
	top: 10px;
  }
 .has-submenu{
	position: relative!important;
  }
 .has-submenu::before{
	content: '\f078';
	right: 10px;
	top: 2px;
	color: #000;
	width: 10px;
	height: 5px;
	position: absolute;
	opacity: 1;
	z-index: 1;
	font-weight: 900;
	font-family: 'Font Awesome\ 5 Free';
  }


  /* product detail css */

  .product-title {
	margin: 0 0 20px;
	  margin-bottom: 20px;
	font-weight: 600;
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 20px;
	line-height: 24px;
  }
  
  
  
  .custom_btn.border-0 {
	font-size: 15px;
	font-weight: 700;
	padding: 14px 40px;
	letter-spacing: 2px;
	background: #3b4089;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	display: inline-block;
  }
 
  
  /* product detail content description css */
  .tabs {
	display: flex;
  }
  .tabs li a {
	width: 250px;
	background: #3b4089;
	margin-right: 0;
	display: block;
	text-align: center;
	color: #fff;
	margin-left: 0.2rem;
	padding: 0.5em 1em;
	border-radius: 0.25rem;
	font-size: 14px;
	text-transform: uppercase;
  }
  .tab_content {
	background: #fafafa;
	padding: 35px 30px;
  }
  .tabs_item h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
  }
  .tabs li.current a {
	background-color: transparent;
	border: 1px solid #e6e6e6;
  }
  .dtbox {
	margin: 10px 0 20px 0;
  }
  .dtbox table td {
	border: 1px solid #000;
	padding: 4px 10px;
  }
  .mission-tab h6 {
	font-weight: 700;
  }
  .row.Specification {
	margin-bottom: 10px;
  }
  
  .delivery-info {
	margin-bottom: 30px;
  }
  
  
  
  /* pro img slider */
  .outer {
	margin: 0 auto;
	/* max-width: 800px; */
  }
  #big .item {
	margin: 2px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	border: 2px solid #ddd;
  }
  #thumbs .item {
	background: #c9c9c9;
	line-height: 70px;
	padding: 0px;
	margin: 2px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ddd;
  }
  #thumbs .item p {
	font-size: 18px;
  }

  .owl-theme .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
  }
  #big.owl-theme {
	position: relative;
  }
  #big.owl-theme .owl-next,
  #big.owl-theme .owl-prev {
	  background: #3b4089;
	  width: 40px;
	  line-height: 40px;
	  height: 40px;
	  margin-top: -20px;
	  position: absolute;
	  text-align: center;
	  top: 50%;
	  border-radius: 50%;
  }
  #big.owl-theme .owl-prev {
	left: -15px;
  }
  #big.owl-theme .owl-next {
	right: -15px;
  }
  #thumbs.owl-theme .owl-next,
  #thumbs.owl-theme .owl-prev {
	background: #333;
  }
  
  .item img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  border-radius: 10px;
	}
  

	#big .item img {
		width: 100%;
		height: 300px;
	  }
	  #thumbs .owl-nav {
		display: none !important;
	  }
	  .pro_detail {
		padding: 80px 0;
	  }
	  #thumbs .item img {
		width: 100%;
		height: 60px;
	  }
	  .tabs__spec {
		margin: 30px 0;
	  }

	  .product-title {
		margin: 0 0 20px;
		  margin-bottom: 20px;
		font-size: 16px;
		text-transform: capitalize;
		color: #333;
		margin-bottom: 20px;
		line-height: 24px;
	  }
	  .product-content p {
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	  }
	  .tab.mission-list-tab h1 {
		color: #000;
	  }
	  .dtbox table {
		width: 100%;
	  }

/* testimonial page css */
	  .sec-title {
		margin-bottom: 50px;
		padding-bottom: 15px;
		position: relative;
	}
	.sec-title::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100px;
		height: 3px;
		background: #fff;
	}
	.sec-title h2 {
		font-size: 45px;
		font-weight: 700;
		letter-spacing: 0px;
		text-transform: uppercase;
	  }
	
	.testimonial-area {
		background: #3b4089;
		position: relative;
		z-index: 2;
		padding: 50px 0;
	}
	.testimonial-area .owl-carousel {
		overflow: hidden;
		padding: 0 20px;
		margin: 0px -40px;
		padding-right: 40px;
	}
	.testimonial-area .owl-stage-outer {
		padding: 30px 50px;
		margin-left: -34px;
		width: calc(100% + 100px);
	}
	.single-testimonial {
		border: 7px solid #fff;
		text-align: center;
		border-radius: 45px;
		position: relative;
		z-index: 2;
	}
	.single-testimonial p {
		color: #fff;
		font-size: 15px;
		line-height: 24px;
		padding: 50px;
		padding-bottom: 30px;
		position: relative;
		z-index: 3;
	}
	.single-testimonial::before {
		content: "";
		position: absolute;
		left: -35px;
		top: -35px;
		background: url(../images/quote.png) no-repeat #3b4089;
		background-size: 60%;
		width: 126px;
		height: 100px;
		transform: rotate(180deg);
		background-position: 34px 15px;
	}
	.single-testimonial::after {
		content: "";
		position: absolute;
		right: -35px;
		bottom: -34px;
		background: url(../images/quote.png) no-repeat #3b4089;
		background-size: 60%;
		width: 126px;
		height: 100px;
		background-position: 34px 19px;
	}
	.round {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
	}
	.round-1::before {
		content: "";
		position: absolute;
		left: 88px;
		top: -7px;
		width: 50px;
		height: 7px;
		background: #fff;
		border-radius: 30px;
	}
	.round-1::after {
		content: "";
		position: absolute;
		left: -7px;
		top: 62px;
		width: 7px;
		height: 50px;
		background: #fff;
		border-radius: 30px;
	}
	.round-2::before {
		content: "";
		position: absolute;
		right: 87px;
		bottom: -7px;
		width: 50px;
		height: 7px;
		background: #fff;
		border-radius: 30px;
		z-index: 1;
	}
	.round-2::after {
		content: "";
		position: absolute;
		right: -7px;
		bottom: 62px;
		width: 7px;
		height: 50px;
		background: #fff;
		border-radius: 30px;
		z-index: 1;
	}
	.client-video img {
		width: 100%;
		height: 100%;
		border-radius: 50px;
		object-fit: fill;
	  }
	  .client-video {
		padding-right: 15px;
		width: 100px;
		height: 86px;
		border-radius: 50%;
	  }
	.client-info {
		position: relative;
		z-index: 3;
	}
	.client-info a {
		width: 40px;
		height: 40px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
		font-size: 22px;
	}
	.client-info {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		padding-bottom: 50px;
		flex-direction: column;
	}
	.client-info h6 {
		color: #000;
		font-weight: 700;
		font-size: 18px;
		color: #fff;
	}
	.client-info span {
		display: inline-block;
		color: #fff;
		font-size: 12px;
	}
	.sec-title.white-title h2 {
		color: #fff;
	}
	.testimonial-area .owl-dots button {
		background: #fff !important;
		width: 10px;
		height: 10px;
		border-radius: 26px;
		margin: 0 5px;
		transition: 0.3s;
	}
	.testimonial-area	.owl-dots {
		text-align: center;
		margin-top: 50px;
	}
	.testimonial-area .owl-nav{
		display:none;
	}
	.testimonial-area .owl-dots button.active {
		width: 30px;
	}
	
	.row.project-grid .img-holder img {
  width: 100%;
  height: 200px !important;
}
.row.project-grid .text-holder span {
  color: #3b4089;
  font-weight: 600;
}
.row.project-grid .text-holder {
  top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.row.project-grid .title {
  height: 50px;
}
.has-submenu.abpc-submenu-icon-ratate .has-submenu::after {
  color: #000;
}
	