
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Inter&display=swap');
.inte {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "slnt" 0;
  }

  .cardo-regular {
	font-family: "Cardo", serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .cardo-regular-italic {
	font-family: "Cardo", serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .cardo-bold {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-style: normal;
  }
  .data-not-found h2 {
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #e586d7;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  padding: 10px;
    padding-left: 10px;
  margin: 30px 0;
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
}
.data-not-found h2::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "\f058";
  font-family: FontAwesome;
  color: #e586d7;
}
body{
	font-family: "Inter", sans-serif!important;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}

:root {
	--heading-fonts: "Cardo", serif;
  }


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


a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
	transition: all 0.3s ease-out;
}

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

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

.page-wrapper {
	overflow: hidden;
}


/* main Header */

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



.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;
}
.apbc-logo-wrapper.logo img {
	width: 260px;
  }
/*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 */
.main-header.fixed-header .apbc-nav-menu ul li a {
	color: #000;
  }
  .main-header.fixed-header .apbc-nav-menu ul li.active a {
	color: #df6f18 !important;
  }

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

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

.apbc-nav-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0px 7px;
}
.mobileno a {
	background: var(--secondryColor);
	color: #fff !important;
	padding: 1rem 1.25rem;
  }
  .mobileno a {
	background: var(--secondryColor);
	color: #fff !important;
	padding: 12px 22px;
	transition: 300ms ease all;
  }
  .mobileno a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
	box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
  }
  .mobileno span::before {
	font-size: 16px;
	position: relative;
	top: 2px;
  }
  .apbc-header-section {
	padding: 10px 0;
	/* -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.15); */
	border-bottom: 1px solid #BCBCBC;
  }
  .apbc-nav-menu ul li a {
	color: #BCBCBC;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	position: relative;
	font-size: 14px;
	letter-spacing: 1px;
  }

  .apbc-nav-menu ul li a:hover{
	color: #df6f18;
  }
.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: 15px 30px !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;
}
.has-submenu ul {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
	position: relative;
  }
  .has-submenu ul::before {
	content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -33px;
  margin-top: -9px;
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  transition: 200ms ease all;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
  }



  .apbc-nav-menu ul li.has-submenu ul li::after {
	content: '';
	position: absolute;
	top: 24px;
	left: 0px;
	width: 0;
	height: 3px;
	background-color: var(--secondryColor) ;
	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.has-submenu ul li:hover::after {
	width: 20px;
  }




.apbc-nav-menu ul li :hover::after {
	width: 20px;
}

.apbc-nav-menu ul .side-demo.position-relative a::after {
	width: 20px !important;
	content: '';
	position: absolute;
	top: 12px;
	left: -25px;
	height: 3px;
	background-color: var(--secondryColor) ;
	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.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: -35px;
	background-color: #fff;
	min-width: 200px;
	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 li {
	display: block;
	position: relative!important;
	padding: 0;
}

/* .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: var(--secondryColor);
	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: 111px;
	height: 50px;

	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: #fff;
	font-size: 15px;
	border-radius: 50%;
	border: 2px solid transparent;
	text-transform: uppercase;
  }

.apbc-sidebar-btn a:hover,
.apbc-mobile-menu-open a:hover {
	background-color: transparent;
	border: 2px solid var(--primaryColor);
	color: var(--primaryColor);
}

.getquot a {
	background: var(--secondryColor) ;
	padding: 51px 35px !important;
	display: block !important;
	color: #fff !important;
  }

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

.apbc-desktop-menu {
	padding-right: 0 !important;
}
.top-contact-info li span::before {
	top: 3px;
	position: relative;
	color: var(--secondryColor)!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: #fff ;
	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: #909090;
}
.main-header {
	position: absolute;
	z-index: 999;
	width: 100%;
  }
  
.apbc-mobile-navigation ul li {
	position: relative;
}

.apbc-mobile-navigation ul li a {
	padding: 12px 18px;
	display: block;
	color: #909090;
	font-weight: 600;
	text-transform: capitalize;
	font-family: var(--heading-fonts);
	font-size: 22px;
  }
.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: 18px;
	position: absolute;
	right: 10px;
	top: 15px;
	color: #909090;
}

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

.apbc-sidebar-info .apbc_sidebar_info_content {
	width: 300px;
	height: 100%;
	position: fixed;
	right: -320px;
	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;
}



.main-header .container {
	max-width: 1200px !important;
  }



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

.apbc-header-section.apbc-header-sticky .appoientment a{
	background: #1f385e;
  }

  .fcol ul li {
	padding: 3px 0;
  }
  .appoientment {
	display: inline-block;
	margin-left: 50px;
  }
  .appoientment a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #df6f1880;
	color: white;
	border-radius: 50px;
	font-weight: 500;
	padding: 11px 15px;
	font-size: .8em;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	-o-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	transition: all .3s cubic-bezier(.35,.755,.42,.95);
	border: none;
  }



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



.explore_btn	{
	position: relative;
	float: left;
	padding: 2em;
    color: white;
	transition: all .4s cubic-bezier(0,0,0.2,1);
	cursor: pointer;
	z-index: 1000;
}

.explore_banner_btn	{
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
  	width:100%;
	position: absolute;
	top: -5.8em;
	left: 0;
	transform: translateX(0);
	fill: white;
}

.explore_btn:hover .explore_banner_btn	{
	-webkit-animation: rotate 2s linear infinite;
	        animation: rotate 2s linear infinite;
}

.explore_btn .mdi {
	width: 4em;
	height: 4em;
	line-height: 4em;
	text-align: center;
	background: #df6f18;
	float: left;
	border-radius: 50%;
	border: 1px transparent solid;
	color: #fff;
  }
  .explore_btn:hover .explore_banner_btn	{
	-webkit-animation: rotate 2s linear infinite;
	        animation: rotate 2s linear infinite;
}
.explore_btn:hover .explore_btn .mdi	{
	border: 1px #df6f18 solid;
	background: transparent;
	color: white;
}

.explore_btn:hover 	{
	color: white;
}

@keyframes rotate {
	from{
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	to{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
	
}

.slider-two_heading {
	line-height: 70px;
	letter-spacing: 2px;
	font-size: 55px;
	font-family: var(--heading-fonts);
	text-transform: capitalize;
	font-weight: 600;
  }
  .slider-two_inner {
	padding: 250px 0;
	z-index: 2;
	color: #fff;
	position: relative;
  }
  .slider-two_inner span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
  }

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


  .owl-prev {
	position: absolute;
	left: -20px;
	top: 50%;
	width: 5em;
	height: 5em;
	border: 1px dashed #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 20px;
  }

.owl-next {
	position: absolute;
	right: -20px;
	top: 50%;
	width: 5em;
	height: 5em;
	border: 1px dashed #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 20px;
}
.slider-two .owl-next,
.slider-two .owl-prev{
	background: rgba(255,255,255,.1);
}

.owl-nav img{
	width: 20px;
}
.slide {
	width: 100%;
	position: relative;
}

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

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


  .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.30)!important;
	top: 0;
	left: 0;
	z-index: 1;
  }

.container{
	max-width: 1200px!important;
	
}


  /* about css */
  .our-story {
	padding: 100px 0;
  }
  .heading-section h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
	color: #1f385e;
	font-size: 16px;
  }
  .heading1 {
	font-family: var(--heading-fonts);
	font-weight: 600;
	padding: 15px 0;
	font-size: 28px;
  }
  .slider-two_inner.two h1 {
	font-size: 40px;
  }
  .heading-section {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1f385e;
  }
  .story-content {
	font-family: var(--heading-fonts);
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
  }
  .counter-col {
	margin: 10px 0;
  }
  .counter-col h2 {
	font-family: var(--heading-fonts);
	font-weight: 600;
	color: #df6f18;
  }
  .counter-col p {
	font-family: var(--heading-fonts);
  }
  .primary_btn::before, .whiteThm::before, .altWhtThm::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8vw;
	height: 8vw;
	border-radius: 100px;
	min-width: 12vw;
	min-height: 12vw;
	background: #df6f18;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	-o-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	transition: all .3s cubic-bezier(.35,.755,.42,.95);
	z-index: -1;
  }

  .primary_btn {
	padding: .85em 2.5em;
	text-transform: uppercase;
	color:#df6f18;
	border: 1px #df6f18 solid;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	-o-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	transition: all .3s cubic-bezier(.35,.755,.42,.95);
	cursor: pointer;
	text-align: left;
	border-radius: 50px;
	font-size: .8em;
	font-weight: 500;
	letter-spacing: 3px;
	float: left;
	white-space: nowrap;
  }
  .primary_btn:hover::before {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
	opacity: 1;
  }
  .primary_btn:hover {
	color: white;
  }
  .counter-col p {
	text-transform: uppercase;
	font-family: "Inter", sans-serif !important;
	font-size: 16px;
  }



  /* services section css */
  .our-services {
	padding: 60px 0;
	background: #F9F7F2;
  }
  .tm, .tm2 {
	fill: currentColor;
	height: auto;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	position: absolute;
	right: -1em;
	top: -7em;
	z-index: 100;
	mix-blend-mode: exclusion;
  }
  .spin_tm {
	-webkit-animation: rotate 7s linear infinite;
	animation: rotate 7s linear infinite;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	color: #1f385e;
  }

  .sr-img img {
	transition: 0.1s ease-out;
	height: 550px;
	display: block;
	object-fit: cover;
  }
  .our-services .owl-prev {
	border-radius: 5px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px !important;
	border: 1px solid #fff !important;
	-webkit-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	-o-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	transition: all .3s cubic-bezier(.35,.755,.42,.95);
	color: #fff !important;
	background: rgba(255,255,255,.5);
  }
  .our-services .owl-prev:hover,
  .our-services .owl-next:hover{
	border-color: #df6f18;
	background-color: #df6f18;
	color: #fff;
  }
  .our-services .owl-next {
	border-radius: 5px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px!important;
	border: 1px solid #fff !important;
	-webkit-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	-o-transition: all .3s cubic-bezier(.35,.755,.42,.95);
	transition: all .3s cubic-bezier(.35,.755,.42,.95);
	color: #fff !important;
	background: rgba(255,255,255,.5);
  }
  .srslider {
	max-width: 1300px;
	margin: 0 auto;
  }
  .our-story .video{
	display: none;
  }
  .sr-content h2 {
	font-family: var(--heading-fonts);
	font-weight: 600;
	padding: 15px 0;
  }
  .sr-content .heading-section h2 {
	font-family: "Inter", sans-serif !important;
  }
  .services-quote {
	background: #F5F4F1;
	text-align: center;
	padding: 50px 0;
	font-family: var(--heading-fonts);
	font-size: 26px;
	font-weight: 500;
	color: #df6f18;
  }


  /* our core value css */

  .our-core-value {
	background: #1f385e;
	padding: 5em 0 15em 0;
	width: 100%;
	text-align: center;
	color: white;
	position: relative;
  }
  .our-core-value .heading-section h2 {
	color: #fff;
  }
  .our-core-value .heading-section  {
	border: none;
  }
  .our-core-value .heading-section h1 {
	font-family: var(--heading-fonts);
  }
  .value-col {
	margin-bottom: 20px;
  }

  .value-col h3 {
	font-family: var(--heading-fonts);
	margin: 15px 0;
  }
  .our-core-value::after {
	width: 1px;
	height: 10em;
	opacity: 1;
	background: rgba(255,255,255,.5);
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	content: '';
  }


/****Die container*****/
.die_container	{
	background: #2F2723;
	padding: 5em 0 15em 0;
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	position: relative;
}

.die_container:before, .die_container:after	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/bg/leo.png");
	background-size: cover;
	opacity: .2;
}

.leaf_bg	{
	position: absolute;
	width:80%;
	background-image: url("../images/bg/ornament.png");
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
	top: -2em;
	height: 100%;
}

.die_container:after	{
	width: 1px;
	height: 10em;
	opacity: 1;
	background: rgba(255,255,255,.5);
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.remove_after:after	{
/*	display: none;*/
	text-align: left;
	padding-top: 10em;
}

.values_grid	{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	float: left;
	width: 100%;
	grid-gap: 5em;
	margin: 5em 0;
	position: relative;
}

.project_summary	{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0 5em;
	justify-content:center;
}

.project_summary > .stat	{
	justify-content: space-between;
}

.pro_sum_cont	{
	border-right: 1px #303030 solid;
}

.pro_sum_cont:nth-last-child(1)	{
	border-right: 1px transparent solid;
}

.project_summary .stat	{
	margin-bottom: 4em;
}

.value_content	{
	float: left;
	width: 100%;
	position: relative;
}

.value_content img	{
	width: 6em;
	height: auto;
	margin: 0;
	padding: 0;
    -o-object-fit: contain;
       object-fit: contain;
}

.value_content:before	{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
/*	background: rgba(255,255,255,.5);*/
	right: -2.5em;
	
}

.value_content:nth-last-child(1):before	{
	display: none;
}



.value_content span {
	line-height: 1.5;
	margin-top:1em;
	float: left;
	width: 100%;
	color: #f0f0f0;
/*    font-size: 1.2em;*/
}

/************CEO Container***********/
.ceoTitle.tfx {
	font-family: var(--heading-fonts);
	font-weight: 600;
  }
.ceo_container	{
	display: grid;
	grid-template-columns: 40% 60%;
	width: 100%;
}

.ceo_content	{
	padding: 5em 0em;
}

.ceo_cont	{
	transform: translateY(-4em);
	float: left;
	width: 100%;
}

.ceoPos	{
	color: var(--gold);
}
.other_brand	{
	float: left;
	width: 100%;
	margin-bottom: 4em;
}


.other_brand_container	{
	border: 1px #e0e0e0 solid;
	float: left;
	width: 100%;
	border-radius: 10px;
	background: white;
	transition: all .3s cubic-bezier(.35,.755,.42,.95);
}

.other_brand_container:hover	{
	box-shadow: 0 5px 30px -5px rgba(0,0,0,.2);
}
.brand_title {
	color: #303030;
	padding: 1em 2em;
	border-top: 1px #e0e0e0 solid;
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

.other_brand_container img	{
	width: 8em;
	padding: 1em;
	height: 8em;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}

/*********Redifined container********/
.red_container	{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.red_container .box-img	{
	height: 40vw;
}

.red_container .box-img img	{
	height: 140%;
  width: 100%;
  object-fit: cover;
}

.red_container:before	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
}

.ref_bg	{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.ref_bg:before,.ref_bg:after	{
	content: '';
	position: absolute;
	width: 30em;
	height: 30em;
	left: -5em;
	opacity: .5;
	bottom: -5em;
	filter: blur(100px);
	background: var(--gold);
	z-index: 1;
	border-radius: 50%;
}

.ref_bg:after	{
	left: auto;
	right: -5em;
}

.ref_content	{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	z-index: 100;
}

.ref_header	{
	font-size: 5em;
	font-family: SangBleuSans;
	display: block;
	line-height: 1;
}

.ref_headers span:nth-child(1)	{
	transform: translateX(-2em);
}

.ref_headers span:nth-child(3)	{
	transform: translateX(1em);
}

.ref_headers span:nth-child(5)	{
	transform: translateX(-1em);
}

.ref_content p {
	position: absolute;
	width: 18em;
	bottom: -4em;
	right: 0;
	font-size: .9em;
	transform: translateX(7em);
	line-height: 1.5;
  }

.box-img, .rec_img {
    width: 100%;
    height: 42em;
    overflow: hidden;
    position: relative;
}

.rec_img	{
	width: 30em;
	height: 34em;
	background-color: #fff;
}

.rec_img img	{
    object-position: top center;
    height: 150%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay_img	{
	transform: translateY(-5em);
}

.box-img img, .image-wrap img {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
    height: 120%;
    position: absolute;
    top: 0%;
    object-position: top center;
  transform: translate(0%, -7.1545%) translate3d(0px, 0px, 0px);
  transform-origin: right top 0px;
}

.header_brief {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: var(--heading-fonts);
	font-weight: 600;
	border-top: 1px solid #ddd;
	padding: 20px 0;
  }
  .our-brand .heading-section {
	margin-top: 30px;
  }

.cgrid3 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
  }

  .sponsors-carousel .owl-nav{
	display: none;
  }
 

  /* .our-brand {
	padding: 50px 0;
	width: 1140px;
	margin: 0 auto;
  } */
  .our-brand .heading-section h1 {
	text-align: center;
	font-family: var(--heading-fonts);
	font-size: 32px;
	font-weight: 600;
  }
  .our-brand .heading-section {
	border: none;
  }
 
  .brand-col {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10rem;
	border-radius: 20px;
	border: none;
	box-shadow: 0px 0px 15px 3px #8888882a;
	cursor: pointer;
	margin-bottom: 30px;
  }
  .brand-col img {
	width: 12rem;
	object-fit: contain !important;
  }
  @keyframes grow {
	0% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	}
	100% {
	  transform: scale(1.3);
	  -webkit-transform: scale(1.3);
	}
  }


  .news-section {
	background: #F6EFEB;
	padding: 50px 0;
	text-align: center;
  }
  .news-section button {
	background: transparent;
  }  
  
  .news-section button:hover{
	background-color: #df6f18;
  }

  .news-section form h2 {
	font-family: var(--heading-fonts);
	font-weight: 600;
  }

  .cleft-col {
	padding: 9em 0;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 400px;
  }

  .cleft-col ul {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
  }
  .cleft-col ul li a {
	color: #fff;
  }
  .cleft-col ul li a:hover {
	color: #1f385e;
  }
  .cleft-col .primary_btn {
	color: #fff;
	border-color: #fff;
	margin-top: 10px;
	display: inline-block;
	float: none;
  }
  .heading-section h1 {
	font-family: var(--heading-fonts);
  }
  .cleft-col .primary_btn:hover {
	background-color: #df6f18;
	border-color:#df6f18 ;
  }
  .pd{
	padding-right: 0;
	padding-left: 0;
  }
  .cleft-col ul li a {
	font-size: 22px;
  }
  .cleft-col h2 {
	font-family: var(--heading-fonts);
	font-weight: 600;
  }
  

  /* footer section css */

  footer {
	padding: 50px 0;
  }

  .fcol.one img {
	margin: 0 0 20px 0;
	width: 70%;
  }
  .f-heading {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	color: #1f385e;
	margin-bottom: 20px;
  }
  .fcol a:hover {
	color: #df6f18;
  }
  .fcol .primary_btn.tfx:hover {
	border-color: #253b5e;
	background: #253b5e;
  }
  .footer-bottom {
	padding-top: 30px;
	border-top: 1px solid #253b5e;
	margin-top: 30px;
	text-align: center;
  }


  /* bredcrumb css */
  .slider-two_inner.two {
	padding: 170px;
	text-align: center;
  }
  .slider-two_image-layer.two {
	height: 450px;
	background-size: cover;
  }
  .slider-two_image-layer.two::before {
	height: 450px;
  }


  /* about page css */
  .row.abtr {
	margin-bottom: 20px;
  }
  
  .abt-content .btn1 {
	background: #1f385e !important;
	width: 220px;
	text-align: center;
	border-color: #1f385e;
	color: #fff !important;
  }
  
  .abt-content .btn1 i {
	padding-left: 10px;
	color: #df6f18 !important;
  }
  
  .abt-content .btn1:hover {
	color: #000 !important;
	background-color: #df6f18 !important;
  }
  
  .abt-content .btn1:hover i {
	color: #000 !important;
  }
  
  .about-section {
	padding: 100px 0;
	background: #f4f8fb;
  }
  
  .abt-img img {
	border-radius: 50px 0;
  }
  .tab.mission-list-tab ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	margin-bottom: 30px;
  }
  
  .tab.mission-list-tab ul li a {
	color: #fff;
	border: 1px solid #1f385e;
	padding: 8px 40px;
	border-radius: 31px;
	background: #1f385e;
	text-transform: uppercase;
  }
  .tab.mission-list-tab ul li.current a {
	background: #df6f18;
	border-color: #df6f18;
	font-weight: 600;
  }
  
  .abtcontnt h2 {
	font-family: var(--heading-fonts);
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 35px;
  }  





.tesm-slider .owl-item {
    transition: all 0.3s ease-in-out;
}

.tesm-slider .owl-item .card {
    padding: 30px;
    position: relative;
}

.tesm-slider .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.tesm-slider .owl-item img {
    height: 200px;
    object-fit: contain;
    border-radius: 6px;
}



.tesm-slider .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.tesm-slider .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.tesm-slider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tesm-slider .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.tesm-slider .owl-dots .owl-dot.active span,
.tesm-slider .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}




.team-section {
	background: #185daa8c;
	padding: 80px 0;
	margin-top: 50px;
	text-align: center;
  }

  .team-section .heading-section h2 {
	color: #df6f18;
  }
  .team-section .heading-section{
	border-color: #df6f18;
  }
  .team-section .heading-section h2 {
	color: #df6f18;
  }
  .team-section .heading {
	color: #fff;
  }

.name h2 {
  font-family: var(--heading-fonts);
  font-size: 26px;
  font-weight: 600;
  color: #1f385e;
}

.name h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  color: #df6f18;
  font-size: 16px;
}
.team-section .owl-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px dashed #df6f18;
	line-height: 50px;
	color: #df6f18;
  }
  .team-section .owl-next {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px dashed #df6f18;
	line-height: 50px;
	color: #df6f18;
  }

  /* project page css */
  .project_section {
	padding: 100px 0;
  }
   .mainScreen {
	width: 100%;
	height: 30em;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 20px;
  }

  .project_bg::before {
	content: '';
	background-image: linear-gradient(transparent,rgba(29, 54, 92, 0.83));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all .7s cubic-bezier(.35,.755,.42,.95);
	border-radius: 20px;
  }
  .mainScreen img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: all .7s cubic-bezier(.35,.755,.42,.95);
	/* transform: scale(1.2); */
  }
  .project_card_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5em;
	z-index: 100;
  }
  .header_tag {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
	color: #fff;
  }
  .project_card_info h1 {
	color: white;
	line-height: 1.5;
	font-family: var(--heading-fonts);
  }
  .mainScreen:hover .image {
	transform: scale(1.2);
  }
  .pro_section {
	padding: 100px 0;
  }


  /* blog page css */
  .blog_slide {
	background: white;
	transition: all .3s cubic-bezier(.35,.755,.42,.95);
	border-radius: 10px;
	overflow: hidden;
	opacity: .8;
  }
  .blog_image {
	height: 20em;
	overflow: hidden;
	background: white;
  }
  .blog_image img {
	object-position: top center;
	height: 30em;
  }
  .blog_content {
	padding: 2em;
	float: left;
	width: 100%;
  }
  .header_tag {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
	color: #df6f18;
  }

  .blog_date {
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1px;
	margin-top: 3em;
	float: left;
	width: 100%;
	color: #707070;
  }

  .blog_slide:hover {
	transform: translateY(-3em);
	box-shadow: 0 15px 100px rgba(0,0,0,.2);
	opacity: 1;
  }
  .blog_section {
	background: #f7f5f4;
	padding: 100px 0;
  }
  .blog_content h1 {
	font-size: 30px !important;
	font-weight: 600;
	color: #1f385e!important;
  }
  .blog_content a:hover{
	color: #000;
  }





  /* contact page css*/


  .contact-wigtes {
	background: #f2f6f8;
	padding: 50px 0;
  }
  #cForm h1 {
	font-family: var(--heading-fonts);
	font-weight: 600;
	font-size: 36px;
  }
  
.wigths-col {
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
  }
  .wigths-col p {
	margin-bottom: 0;
	color: #6F6E72;
	font-weight: 500;
  }
  .wigths-col a {
	color: #6F6E72;
  }  
  .underline {
	text-decoration: underline;
  }
  .wigths-col span i::before {
	font-size: 40px;
	color: #df6f18;
  }
  .wigths-col h4 {
	font-family: var(--heading-fonts);
	color: #1f385e;
	padding: 10px 0;
	font-weight: 600;
  }
  .contact-col {
	padding: 100px 80px 0 80px;
  }
  #contactForm .form-control {
	border: none;
	border-bottom: 2px solid #ddd !important;
	border-radius: 0;
	position: relative;
	height: 60px;
  }
  #contactForm .primary_btn.tfx {
	background: transparent;
  }

   
/*----- 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 #df6f18;
	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: 20px;
	font-weight: 700 !important;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-family: var(--heading-fonts);
  }
h3.leave-comment-text::before {
	background: #df6f18 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: 50%;
	width: 100px;
	margin-right: 20px;
  }
.blog-single {
  position: relative;
}
.blog-right-sidebar-top ul li a {
	font-family: inter;
  }
  .blog-right-sidebar-top ul li a:hover{
	color: #df6f18;
  }
.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 #df6f18;
}
.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: #df6f18;
	border: 1px solid #df6f18;
	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 #df6f18;
	color: #fff;
	background-color: #df6f18;
}
.blog-meta > span {
	margin-right: 15px;
}
.blog-meta > span a {
	color: #444;
	transition: all .3s ease 0s;
}
.blog-meta > span a:hover {
	color: #df6f18;
}
.blog-meta > span i {
	padding-right: 5px;
	color: #df6f18;
}
.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 #df6f18;
	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 #df6f18;
	color: #666;
	display: inline-block;
	padding: 9px 15px;
	transition: all 0.4s ease 0s;
  }
  .blog-right-sidebar-bottom a:hover {
	background-color: #df6f18;
	border: 1px solid #df6f18;
	color: #fff;
  }
  .blog-right-sidebar-bottom li {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 14px;
  }
  .blog-search button.submit {
	background-color: #df6f18;
	border: 1px solid #df6f18;
	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;
  }
  .news-allreply img {
	border-radius: 50%;
	width: 100px;
	margin-right: 20px;
  }

  /* project detail css */
  .feat_content {
	padding: 20px 0;
	text-align: center;
  }
  .feat_content span:nth-child(1) {
	text-transform: uppercase;
	font-size: .9em;
  }
  .feat_content span:nth-child(3) {
	font-size: 1.2em;
  }
  .project-feature::before {
	content: '';
	background: rgba(0,0,0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
  }
  .project-feature {
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 1;
	width: 100%;
	left: 0;
  }

  .carrer-section {
	padding: 100px 0;
  }

  .about_pro {
	padding: 50px 0;
  }
  .abpro-text h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	color: #1f385e;
	font-size: 16px;
  }

  .amenities ul li {
	text-align: center;
	display: inline-block;
	width: 19%;
	margin-bottom: 20px;
  }
  .amenities {
	padding: 50px 0;
  }

  .amenities ul li img {
	width: 5em;
	height: 5em;
	object-fit: contain;
	margin: 5px 20px 20px 0;
  }
  .amenities ul li span {
	display: block;
	font-size: 1.1em;
	width: 100%;
	margin-top: 1em;
	text-transform: capitalize;
  }
  .amenities .heading-section {
	margin-bottom: 50px;
  }

  .appoient-form label {
	display: block;
	width: 100%;
  }
  .appoient-form .input-group {
	margin-bottom: 15px;
  }
  .appoient-form .primary_btn.tfx {
	background: transparent;
  }
  .appoient-form .primary_btn.tfx:hover{
	background-color: #df6f18;

  }
  .news-section button {
	float: none;
  }
 
  #carrer {
	padding: 50px 0;
	background: #F9F9F9;
	margin-top: 50px;
  }

  #carrer #faq .card {
    margin-bottom: 0px;
    border: 0;
  }
  #carrer .heading-section {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: none;
  }
  #carrer #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
  }

  #carrer #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    background: transparent;
    color: #222;
    padding: 30px 20px;
  }

  #carrer #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }

  #carrer #faq .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #000;
  }

  #carrer #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }

  #carrer #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
  }

  #carrer #faq .card .collapse {
    border: 0;
  }

  #carrer #faq .card .collapse.show {
    background: transparent!important;
    line-height: 30px;
    color: #222;
  }
  .btn.btn-header-link:focus {
	box-shadow: none !important;
  }
  #faq .card-body {
	background: #f7f7f7;
	padding-bottom: 93px;
  }

  #myModal .modal-title {
	font-family: var(--heading-fonts);
  }
  #myModal .modal-title span {
	font-family: inter;
	font-size: 18px;
	color: #999;
  }
  #myModal label span {
	color: #df6f18;
  }
  .card-body ul li i {
	color: #df6f18;
	font-size: 12px;
	padding-right: 5px;
  }
  .card-body h5 {
	margin-top: 20px;
  }
  .card-body  .primary_btn.tfx {
	margin-top: 20px;
	margin-bottom: 20px;
  }
  #myModal  .primary_btn.tfx,
  .card-body  .primary_btn.tfx,
  .carrer-section .primary_btn.tfx {
	background: transparent;
  }
  #myModal  .primary_btn.tfx:hover,
  .card-body  .primary_btn.tfx:hover,
  .carrer-section  .primary_btn.tfx:hover {
	background:#df6f18;
  }
  .career_tag {
	border-radius: 10px;
	background: #EAEDEF;
	font-size: 16px;
	padding: 8px 15px;
	margin-top: 5px;
	display: inline-block;
  }
  .heading-section h1 {
	font-family: var(--heading-fonts);
  }
  .carrer-section .heading-section {
	border-bottom: none;
  }
  .gallery .item img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
  }
  .gallery .item {
	margin: 0 10px;
  }
  .gallery {
	padding: 100px 0;
	background: #eee2d0;
  }
  .summery-section {
	padding: 100px 0;
  }
  .summery-col h2 {
	font-family: var(--heading-fonts);
	color: #df6f18;
	font-weight: 600;
  }
  .summery-col {
	margin: 20px;
  }
  .summery-col h6 {
	text-transform: uppercase;
  }
  .button-div {
	width: 100%;
	margin-top: 50px;
	justify-content: center;
	display: flex;
  }
  .related-prodect .item {
	margin: 0 10px;
  }
  
  #myDIV li.active a {
	color: #fff;
  }





























  
  .video {
	position: absolute;
	right: 100px;
	bottom: 80px;
	z-index: 99999;
	width: 25em;
	height: 15em;
	background-size:cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	cursor: pointer;
  }
  .video::before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  transition: all .3s cubic-bezier(.35,.755,.42,.95);
  border-radius: 15px;
  }
  .watchBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
  }
  .watchBtn img {
	width: 60px !important;
  }

  #player {
	top: 50%;
	position: absolute;
	left: 50%;
	width: 50vw;
	height: 30vw;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
	-o-transition: all .4s cubic-bezier(0,0,0.2,1);
	transition: all .4s cubic-bezier(0,0,0.2,1);
  }
  .award {
	width: 80px !important;
	position: absolute;
	top: 80px;
	right: 100px;
  }
  .big-letter {
	font-size: 500px;
	position: absolute;
	top: 0;
	z-index: -2;
	color: #df6f1875;
	left: 100px;
	font-family: var(--heading-fonts);
  }


  /* home page css */
  .our_services .heading-section h2 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1f385e;
  }
  .our_services .heading-section {
	width: 100%;
	text-align: center;
	border: none;
  }
  .our_services {
	padding: 80px 0 0 0;
	background: #F5F4F1;
  }
  .our_services .heading-section h1 {
	font-size: 34px;
	font-weight: 700;
  }
  .our_services .heading-section h1 span {
	color: #df6f18;
  }
  .icon {
	width: 135px;
	height: 100px;
  }
  .sr_col {
	display: flex;
	gap: 20px;
  }
  .sr_txt h2 {
	font-family: var(--heading-fonts);
	font-weight: 600;
	font-size: 28px;
	color: #df6f18;
	margin-top: 4px;
  }
  .ser_slidr .row {
	align-items: center;
  }
  .ser_slidr.one {
	margin: 50px 0 0 0;
	background: #1f385e;
	color: #fff;
	width: 100%;
  }
  .ser_slidr {
	width: 100%;
  }
  .ser_slidr  .owl-prev {
	width: 4em;
	height: 4em;
	border: transparent;
	color: #df6f18;
	left: -20px;
  }
  .ser_slidr .owl-next {
	width: 4em;
	height: 4em;
	right: 0;
	border: transparent;
	color: #df6f18;
  }
  .ser_cnt {
	padding: 0 50px 0 130px;
  }
  .ser_cnt span {
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  .ser_cnt h2 {
	font-family: var(--heading-fonts);
	text-transform: uppercase;
	font-weight: 600;
	color: #df6f18;
	font-size: 41px;
	margin: 15px 0;
  }
  .ser_slidr.three {
	background: #df6f18;
	color: #fff;
  }
  .ser_slidr.three .ser_cnt h2 {
	color: #1f385e;
  }
  .ser_slidr .row {
	margin-left:0;
	margin-right:0;
  }
  .ser_slidr .col-md-6 {
	padding-right:0;
	padding-left:0;
  }
  .ser_slidr.two .ser_cnt {
	padding: 0 130px 0 70px;
  }
  .srbtn a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: rgb(24, 94, 172);
	color: white;
	border-radius: 50px;
	font-weight: 500;
	padding: 1em 2em;
	font-size: .8em;
	cursor: pointer;

  }
  .ser_slidr .srslider img {
	width: 100%;
	height: 430px;
	object-fit: cover;
  }
  .our-services .heading-section {
	position: absolute;
	width: 100%;
	left: 60px;
  }
  .sr-content {
	padding: 50px;
  }
  .our-services {
	position: relative;
  }
  .fcol {
	text-align: center;
  }
  .fcol .primary_btn.tfx {
	margin: 0 20%;
	text-align: center;
  }
  .abt-img img {
	border-radius: 50px 0;
	width: 100%;
	height: 500px;
	object-fit: cover;
  }

  .provecy-policy {
	padding: 50px 0;
  }
  .provecy-policy .heading-section h1 {
	font-weight: 600;
	font-size: 30px;
  }
  .term-wigt h6 {
	font-weight: 600;
  }
  .term-condition {
	padding: 50px 0;
  }
  .term-condition .heading-section h1 {
	font-weight: 600;
	font-size: 30px;
  }