@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
	font-family: "Lato", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .lato-light {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  
  
  .lato-regular {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  .row.our-pro-active .owl-nav {
  display: none;
}
.blog-col {
  padding-left: 20px;
}
  .lato-bold {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .lato-black {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
  }
  
  .lato-thin-italic {
	font-family: "Lato", sans-serif;
	font-weight: 100;
	font-style: italic;
  }
  
  .lato-light-italic {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .lato-regular-italic {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .lato-bold-italic {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: italic;
  }
  
  .lato-black-italic {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: italic;
  }
  .prata-regular {
	font-family: "Prata", serif;
	font-weight: 400;
	font-style: normal;
  }
  
body{
	font-family: "Lato", sans-serif;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}

:root {
	--heading-fonts: "Prata", 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 {
	position: absolute;
	z-index: 12;
	width: 100%;
	padding: 40px 0;
}

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




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


.apbc-logo-wrapper.logo img {
  width: 120px;

}
/*** 

====================================================================
	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 */



.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;
	padding: 5px 0;
}

/* .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: #fff;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	position: relative;
	font-size: 16px;
}
.apbc-header-section.apbc-header-sticky .apbc-nav-menu 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;
}



.apbc-nav-menu ul li ::after {
	content: '';
	position: absolute;
	top: 25px;
	left: 0px;
	width: 0;
	height: 2px;
	background-color: #f5d808;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

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

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



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

.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: #f5d808;
	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 */

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





/* hero slider css */
.slider-two_image-layer {
	width: 100%;
	height: 700px;
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	/* 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: 2px;
	font-size: 55px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
  }

  .slider-two_text {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 34px auto;
	width: 50%;
  }

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



.btn2:hover {
	background: transparent;
	opacity: .9;
}

.btn2 {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	background-color: #f5d808;
	padding: 18px 48px;
	margin: 0 2px;
	position: relative;
  }
  .btn2::before {
	position: absolute;
	content: '';
	top: -3px;
	left: -6px;
	border: 1px solid #f5d808;
	background: transparent;
	padding: 29px 100px;
  }

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

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

/* about section css */
.hdborder {
	width: 266px;
	border-bottom: 1px solid #f5d808;
	margin: 12px auto 40px;
  }
  .heading-section {
	text-align: center;
  }
  .heading-section h2,h1 {
	font-family: var(--heading-fonts);
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 2px;
  }
  .heading-section {
	text-align: center;
	margin-bottom: 30px;
  }
  .abt-content {
	text-align: center;
  }
  .about_section {
	padding: 50px 0;
  }
  .signature {
	margin: 0 auto;
	  margin-top: 0px;
	display: block;
	margin-top: 50px;
  }
  .about_section {
	padding: 50px 0;
	background-size: cover;
	background-position: center;
  }



  /* 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,.5);
	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;
  }

  /* services section css */

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

.slider-two.detal .slider-two_image-layer::before {
  background: transparent;
}

.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: #f5d808;
	border: 1px solid #f5d808;
	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: #f5d808;
    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;
  }
  .srul li span {
	width: 100px;
	display: block;
	text-align: right;
	font-weight: 600;
	color: #f5d808;
  }
  .services_sectionone {
	padding: 40px 0 20px 0;
  }
  .row.srrow {
	background: #fafafa;
	padding: 30px;
  }
  
.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;
  }


  /* team section css */
  .timg {
	position: relative;
  }
  .timg::before {
	display: inline-block;
	content: "";
	position: absolute;
	border: 1px solid #41392e;
	width: 100%;
	height: 100%;
	top: -11px;
	left: 11px;
	z-index: -1;
  }
  .timg img {
	width: 100%;
	height: 400px;
	object-fit: cover;
  }
  .t-content h3 {
	text-transform: uppercase;
	font-family: var(--heading-fonts);
	font-size: 20px;
	font-weight: 600;
  }
  .t-content {
	text-align: center;
	padding: 10px 0;
  }
  .cimg {
	margin: 0% -25% 0% 13% !important;
	padding: 6% 0% 9% 0% !important;
	z-index: 1;
	position: relative;
  }
  .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;
  }


  /* footer section css */
  .fcol ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 0;
  }
  .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	border-radius: 50%;
  }
  .icon::before {
	box-shadow: 0 0 0 1px currentColor,0 0 0 3px #fff,0 0 0 4px currentColor;
	border-radius: 50%;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	content: '';
	height: 40px;
	color: #f5d808;
  }
  .icon i {
	font-size: 18px;
	color: #f5d808;
  }
  .fcol ul li a {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
  }
  .fcol ul li {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
  }
  .socialul {
	display: flex;
	gap: 20px;
  }
  .getintouch .form-control {
	height: 40px;
	position: relative;
  }
  .getintouch button {
	position: absolute;
	right: 14px;
	top: 19px;
	background: #f5d808;
	color: #fff;
	border: none !important;
	width: 50px;
	height: 50px;
  }
  footer {
	padding: 50px 0 0 0;
  }
  .f-bottom {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	margin-top: 50px;
  }
  .fcol h3 {
	font-family: var(--heading-fonts);
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
  }

  .main-header.tow {
	position: relative;
	padding: 10px 0;
	background: #fff;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  }
  .main-header.tow .apbc-nav-menu ul li a{
	color: #000;
  }

  .heading-section img {
	width: 174px;
	height: 174px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 20px auto;
  }
  .about_section .socialul {
	justify-content: center;
	margin-top: 30px;
  }
  .bredcrumb-section {
	padding: 114px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
  }
  .bredcrumb-section h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: var(--heading-fonts);
	font-weight: 600;
  }
  .contact-wigt-section {
	padding: 50px 0;
  }
  .col-widgt {
	padding: 20px;
	margin-bottom: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	height: 120px;
  }
  .col-widgt h3 {
	font-family: var(--heading-fonts);
	font-size: 22px;
  }
  .col-widgt a:hover{
	color: #f5d808!important;
  }
  .services_section.one .gcol {
	margin-bottom: 30px;
  }
  
  .galery-section.two .gcol {
	margin-bottom: 30px;
  }
  .bntdiv {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
  }
  .btn2:hover {
	color: #f5d808 !important;
  }
  .services-detail {
	padding: 50px 0;
  }
  .slider-two.detal .owl-prev {
	top: 28%;
  }
  .slider-two.detal .owl-next {
	top: 28%;
  }
  .sr-detail-content h3,h1 {
	font-family: var(--heading-fonts) !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	text-transform: capitalize !important; 
  }
  .sr-detail-content ul li h6 {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
  }
  .sr-detail-content ul li {
	margin-bottom: 15px;
  }
  .sr-detail-content ul li span {
	color: #f5d808;
  }
  .slider-two.detal {
	height: 450px;
  }
  .meta {
	color: #888;
	display: flex;
	gap: 15px;
	align-items: center;
  }
  .blog-txt {
	padding: 20px 0;
  }
  .blog-txt h3 {
	font-family: var(--heading-fonts);
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  .blog-txt h3 a:hover{
	color: #f5d808!important;
  }
  .blog-section {
	padding: 50px 0;
  }



  
/*----- 20. Blog details ------*/  
.blog-3-column .blog-meta > span {
	padding-right: 15px;
}
.news-allreply {
	display: inline-block;
	float: left;
	text-align: center;
}
blockquote {
	background-color: #f6f6f6;
	border-left: 2px solid #f5d808;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	margin: 23px 0;
	padding: 14px 50px;
}
.blog-info-2 > p {
	color: #666;
}
h3.leave-comment-text {
	display: inline-block;
	font-size: 16px;
	font-weight: 700!important;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
h3.leave-comment-text::before {
	background: #f5d808 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.4s ease 0s;
	width: 50%;
}
.nes-icon > a i {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.news-allreply img {
	border-radius: 100%;
	width: 100%;
}
.blog-single {
  position: relative;
}
.blog-img > img {
  width: 100%;
  height: 229px;
  object-fit: cover;
}
.blog-img.detail img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.blog-img-details {
	padding-left: 90px;
}
.blog-title > h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 6px;
	text-transform: capitalize;
}
.blog-title > span {
	color: #666666;
	display: block;
	margin-bottom: 7px;
}
.blog-middle-mrg {
	margin: 32px 0 33px 90px;
}
.leave-form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #c1c1c1;
	color: #666666;
	font-size: 14px;
	height: 35px;
	margin-bottom: 30px;
	padding: 0 20px;
}
.leave-form input::-webkit-input-placeholder,
.text-leave textarea::-webkit-input-placeholder,
.main-input input::-webkit-input-placeholder,
.text-leave2 textarea::-webkit-input-placeholder {
	/* Chrome */
	
	color: #666666;
	opacity: 1;
}
.leave-form input::-moz-placeholder,
.text-leave textarea::-moz-placeholder,
.main-input input::-moz-placeholder,
.text-leave2 textarea::-moz-placeholder {
	/* Firefox 19+ */
	
	color: #666666;
	opacity: 1;
}
.leave-form input:focus,
.text-leave textarea:focus {
	border: 1px solid #f5d808;
}
.text-leave textarea {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #c1c1c1;
	color: #666666;
	height: 165px;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 14px;
}
.text-leave button.submit {
	background-color: #f5d808;
	border: 1px solid #f5d808;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	padding: 5px 20px 2px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
button.submit:hover {
	background-color: transparent;
	color: #464646;
}
.nes-icon > a {
	border: 1px solid #ddd;
	color: #666;
	display: inline-block;
	margin-top: 8px;
	padding: 0 5px;
	text-transform: capitalize;
	transition: all .3s ease 0s;
}
.nes-icon > a:hover {
	border: 1px solid #f5d808;
	color: #fff;
	background-color: #f5d808;
}
.blog-meta > span {
	margin-right: 15px;
}
.blog-meta > span a {
	color: #444;
	transition: all .3s ease 0s;
}
.blog-meta > span a:hover {
	color: #f5d808;
}
.blog-meta > span i {
	padding-right: 5px;
	color: #f5d808;
}
.blog-info-2 {
	margin-top: 17px;
}
.blog-info-2 h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 15px 0 20px;
	text-transform: uppercase;
}
.blog-search > form {
	position: relative;
  }
  .blog-right-sidebar-bottom {
	margin-top: 20px;
  }
  .blog-search input[type="text"] {
	background-color: #fff;
	border: 1px solid #f5d808;
	color: #666666;
	height: 40px;
	line-height: 28.8px;
	margin: 0;
	outline: medium none;
	padding: 5px 46px 5px 15px;
	position: relative;
	transition: all 0.4s ease 0s;
	width: 100%;
  }
  .blog-right-sidebar-bottom a {
	border: 1px solid #f5d808;
	color: #666;
	display: inline-block;
	padding: 9px 15px;
	transition: all 0.4s ease 0s;
  }
  .blog-right-sidebar-bottom a:hover {
	background-color: #f5d808;
	border: 1px solid #f5d808;
	color: #fff;
  }
  .blog-right-sidebar-bottom li {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 14px;
  }
  .blog-search button.submit {
	background-color: #f5d808;
	border: 1px solid #f5d808;
	color: #fff;
	font-size: 13px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 45px;
  }
  #our-blog {
	padding: 50px 0;
  }
  .blog-right-sidebar-top.mb-60 {
	margin-top: 20px;
  }



  /* new css */
  .slider-two_inner {
	padding: 250px 0;
	z-index: 2;
	color: #fff;
	position: relative;
  }
  .slider-two_image-layer::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 700px;
	background: rgba(0,0,0, 0.5);
	top: 0;
	left: 0;
	z-index: 1;
  }
  
  
/ services slider section css /

  .ser-slider-section {
	display: none;
  }
  .gcol {
    margin-bottom: 15px;
  }
  
.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;
  }
  .ser-slider-section{
		display: none;
	}
 .mobileno{
	display: none!important;
}

  @media only screen and (max-width: 767px){
	.ser-slider-section{
		display: block!important;
		margin-bottom: 20px;
	}
	.mobileno {
		font-size: 20px;
		color: #f5d808;
		display: block !important;
	  }
	.ser-slider-section .owl-nav {
		display: block;
	  }
	  .wedcontent p {
  text-align: justify;
}
.wedifrcol {
  text-align: center;
}
.heading-section p {
    text-align: justify;
}
	  .ser-slider-section .owl-nav img {
		width: 20px;
	  }
	  .services_sectionone {
		display: none;
	  }
	  .ser-slider-section .owl-dots {
		width: 100%;
		display: flex;
		justify-content: center;
	  }
	  .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: #f5d808;
	  }
  }
