 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'ACaslonPro-Regular';
	src: url('../fonts/ACaslonPro-Regular.eot');
	src: url('../fonts/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-Regular.woff2') format('woff2'), url('../fonts/ACaslonPro-Regular.woff') format('woff'), url('../fonts/ACaslonPro-Regular.ttf') format('truetype'), url('../fonts/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: "Roboto", sans-serif;
}
p {
	font-size: 16px;
	color: #000;
	line-height: 33px;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
::-webkit-scrollbar {
 width:6px
}
::-webkit-scrollbar-track {
 background:#fff
}
::-webkit-scrollbar-thumb:hover {
 background:#f0a600
}
::-webkit-scrollbar-thumb {
 background-image:-webkit-linear-gradient(45deg, #d59300, #f0a600);
 background-image:-o-linear-gradient(45deg, #f0a600, #f0a600);
 background-image:linear-gradient(45deg, #d59300, #f0a600)
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1300px;
}
.header-section .container {
	display: inline-block;
}
.navbar {
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
}
/**********All Section padding **********/
.our-awards-section, .media-coverage-section, .videos-section, .clients-logo-section, .gallery-section-home, .compliments-section, .step-by-step-section, .step-by-step-section5, .facebook-section {
	padding: 60px 0px;
	float: left;
	width: 100%;
}
/**********All Section padding End **********/
.section-title-1 {
	text-align: center;
	position: relative;
	margin-bottom: 36px;
}
.section-title-1 span {
	font-size: 46px;
	color: #000;
	letter-spacing: 2px;
	position: relative;
}
.section-title-1 span:after {
	width: 97px;
	height: 3px;
	display: inline-block;
	background: #f2a586;
	position: absolute;
	content: "";
	top: 36px;
	left: -114px;
}
.section-title-1 span:before {
	width: 97px;
	height: 3px;
	display: inline-block;
	background: #f2a586;
	position: absolute;
	content: "";
	top: 36px;
	right: -114px;
}
/********** Menu css **********/
ul.menu {
	display: inline-block;
	text-align: right;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #2c2c2c;
	cursor: pointer;
	font-size: 28px;
	margin: 0;
	text-align: center;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 15px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-decoration: none;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #c9c9c9;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 11px;
	top: 12px;
	z-index: 9999;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #1f5fa4;
}
}
@media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-right: 29px;
	float: left;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #000000;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 26px;
	margin-top: 27px;
	position: relative;
}
span.arrow {
	padding-left: 0px;
	color: #1A1A18;
	margin-left: 6px;
	position: absolute;
	top: 31px;
	font-size: 12px;
	font-weight: 300;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	padding-top: 5px;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 17px;
	background: #db3e57;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #413834;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	margin-top: 0px;
	font-size: 13px;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 9px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
/********** menu css End **********/
.slider-section-home {
	position: relative;
}
.slider-banner-text-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 35%;
}
.slider-text1 .slider-banner-text {
	font-size: 59px;
	color: #fff;
	font-weight: bold;
	line-height: 76px;
	font-family: 'ACaslonPro-Regular';
}
.slider-btn {
	margin-top: 30px;
}
.slider-btn a {
	background: #fff;
	padding: 12px 24px;
	color: #000;
	text-decoration: none;
	border-radius: 7px;
	font-size: 16px;
}
#sliderhome .owl-nav button {
	font-size: 45px;
	margin: 0px;
	top: 40%;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 23px;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	right: 23px;
}
#sliderhome .owl-nav button i {
	font-weight: 200;
	color: #fff;
}
#sliderhome .owl-dots {
	position: absolute;
	bottom: 4px;
	left: 0px;
	width: 100%;
}
.who-we-are-section {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.who-we-are-section .content-text-p {
	padding: 0px 74px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 14px;
}
.content-text-p p {
	font-size: 17px;
}
/*----------------------------------------*/
/*          Theme-btn Hover css
/*----------------------------------------*/
.theme-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #f0a600;
	border-radius: 8px;
	padding: 11px 28px;
	font-size: 16px;
}
.theme-btn a {
	color: #fff;
}
.theme-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn a:after, .theme-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #ffb40d, rgba(150, 56, 216, 0));
}
.theme-btn a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #df9a01, rgba(124, 56, 216, 0));
}
.theme-btn a:hover, .theme-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #f0a600;
	animation: pulse 2s infinite;
}
.theme-btn a:hover.outlined, .theme-btn a:focus.outlined {
	color: white;
}
.theme-btn a:hover:before, .theme-btn a:hover:after, .theme-btn a:focus:before, .theme-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.theme-btn a:hover:before, .theme-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.theme-btn a:hover:after, .theme-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(240, 166, 0, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0, 0);
}
}
/*----------------------------------------*/
/*          slider-btn Hover css
/*----------------------------------------*/
.slider-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #fff;
	border-radius: 8px;
	padding: 11px 28px;
	font-size: 16px;
	color: #000;
}
.slider-btn a:hover {
	color: #fff;
}
.slider-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.slider-btn a:after, .slider-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.slider-btn a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #ffb40d, rgba(150, 56, 216, 0));
}
.slider-btn a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #df9a01, rgba(124, 56, 216, 0));
}
.slider-btn a:hover, .slider-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #f0a600;
	animation: pulse 2s infinite;
}
.slider-btn a:hover.outlined, .slider-btn a:focus.outlined {
	color: white;
}
.slider-btn a:hover:before, .slider-btn a:hover:after, .slider-btn a:focus:before, .slider-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.slider-btn a:hover:before, .slider-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.slider-btn a:hover:after, .slider-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(240, 166, 0, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0, 0);
}
}
.section-title {
	font-size: 64px;
	font-family: 'ACaslonPro-Regular';
	line-height: 50px;
	padding-bottom: 0;
	color: #000;
	margin-bottom: 9px;
	position: relative;
}
.row-div {
	margin-top: 41px;
}
.bg-1 {
	background-image: url(../images/what-we-do.jpg);
	padding: 80px 0px;
	background-size: cover;
	background-position: center;
}
.section-title-row {
	text-align: center;
}
.what-we-do-section .section-title-row .section-title {
	color: #fff;
}
.what-we-do-section .section-title-row p {
	color: #fff;
	font-size: 16px;
}
.what-we-do-icon-row {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	border-bottom: solid 1px #8b909b;
	padding-bottom: 9px;
}
.what-we-do-icon {
	margin-right: 10px;
}
.what-we-do-icon-row .what-we-do-info {
	font-size: 22px;
	color: #fff;
	font-family: 'ACaslonPro-Regular';
}
.what-we-do-section .section-title-row {
	margin-bottom: 53px;
}
.contact-section {
	padding-top: 67px;
	padding-bottom: 50px;
}
.contact-info .section-title-row {
	text-align: left;
}
.contact-info-row .contact-title {
	font-size: 28px;
	margin-bottom: 7px;
	color: #000;
	font-weight: bold;
}
.contact-info-row ul li {
	margin-bottom: 2px;
	font-size: 19px;
	color: #000;
}
.contact-info-row ul li i {
	margin-right: 8px;
	color: #325d9e;
	font-weight: 500;
	font-size: 22px;
}
.contact-logo1 {
	text-align: right;
	float: right;
}
.footer-section {
	background: #1f5fa4;
	padding-top: 23px;
	padding-bottom: 23px;
}
.footer-home {
	text-align: center;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 12px;
	position: relative;
}
.footer-menu li a:hover { color:#f0a600;}
.footer-menu li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 29px;
	position: relative;
	font-size: 17px;
	font-weight: bold;
}
.footer-menu li a:after {
	content: "/";
	right: 0px;
	display: inline-block;
	position: absolute;
}
.footer-menu {
	margin-bottom: 16px;
}
.copy-right {
	color: #fff;
	font-size: 14px;
}
.footer-menu li:last-child a::after {
	display: none;
}
.language-box-row {
	display: flex;
	padding-top: 31px;
}
.language-box-row .select-box-language {
	margin-left: 7px;
}
.left-align {
	text-align: left;
}
.other-top-img {
	position: relative;
}
.other-wrapp {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.top-banner-text {
	font-size: 67px;
	font-family: 'ACaslonPro-Regular';
	text-align: center;
	color: #fff;
}
.about-section {
	padding-bottom: 52px;
	padding-top: 22px;
}
/*----------------------------------------*/
/*          Contact Page CSS
/*----------------------------------------*/
.address-info {
	margin-top: 42px;
}
.address {
	margin-top: 42px;
}
.map-section iframe {
	width: 100%;
	height: 294px;
	margin-bottom: -7px;
}
.contact-section-div {
	padding-top: 50px;
}
/*----------------------------------------*/
/*        our practices Page CSS
/*----------------------------------------*/
.what-we-do-section2 {
	padding-top: 75px;
	padding-bottom: 70px;
}
.what-we-do-section2 .what-we-do-info {
	color: #000;
}
.what-we-do-section2 .section-title-row {
	text-align: left;
	margin-bottom: 46px;
}
.what-we-do-section2 .section-title-row .section-title {
	position: relative;
	margin-bottom: 36px;
}
.what-we-do-section2 .section-title-row .section-title:After {
	content: "";
	height: 3px;
	width: 150px;
	background: #325c9e;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -4px;
}
.row2 {
	margin-top: 73px;
}
.who-weare-sectionbg {
	position: relative;
	margin-bottom: 49px;
}
.position-div {
	padding-left: 59px;
	padding-top: 33px;
}
.who-weare-sectionbg .section-title-row {
	margin-bottom: 36px;
}
.who-weare-sectionbg:after {
	content: "";
	width: 53%;
	right: 0px;
	height: 92%;
	display: inline-block;
	position: absolute;
	top: 96px;
	background: #1f5fa4;
	z-index: -2;
}
.position-div p {
	color: #fff;
}
.icon-1 {
	position: absolute;
	left: 0;
	top: -99px;
	z-index: 33;
	max-width: 120px;
}
.theme-btn-row {
	text-align: center;
	margin-top: 43px;
}
.icon-2 {
	position: absolute;
	max-width: 140px;
	bottom: 18px;
	right: 22px;
}
.about-section-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-section-wrapper .who-we-are-box p {
	color: #000;
}
.about-section .section-title {
	text-align: right;
}
.about-section .section-title:after {
	content: "";
	width: 265px;
	height: 3px;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	right: 0px;
	background: #1f5fa4;
}
.footer-type-2 .footer-home {
	text-align: left;
}
.footer-menu li:first-child a {
	padding-left: 0px;
}
.footer-logo3 {
	text-align: right;
}
/*----------------------------------------*/
/*           Our Team Page CSS
/*----------------------------------------*/
.our-team-section {
	padding-top: 75px;
	padding-bottom: 18px;
}
.team-details-wrapper {
	margin-left: 20px;
}
.team-details-heading {
	font-size: 38px;
	font-weight: bold;
	color: #325d9e;
	padding-bottom: 7px;
	margin-bottom: 21px;
	position: relative;
	font-family: 'ACaslonPro-Regular';
}
.team-details-heading::after {
	content: "";
	position: absolute;
	width: 92px;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #e4a937;
}
/* .team-details-wrapper p {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 21px;
	margin-bottom: 20px;
} */
.team-details-text {
	font-size: 17px;
	color: #000000;
	background: #e3effa;
	padding: 13px 18px;
	margin-bottom: 10px;
	clip-path: polygon(0 0, 98% 0, 100% 20%, 100% 100%, 0 100%, 0% 50%);
	line-height: 31px;
}
.team-bg-d .team-details-text:nth-child(2n) {
	background: #cbe4f4;
}
.team-box-wrapper {
	border: solid 1px #325d9e;
	position: relative;
}
.team-box-wrapper .team-img img {
	width: 100%;
}
.team-box-wrapper .team-title-info {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	text-align: center;
	padding: 16px 0px 10px;
	background-color: rgba(49,86,152,0.8);
	clip-path: polygon(50% 0%, 0 0, 100% 26%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.team-box-wrapper .team-title-info .team-title {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.team-details-wrapper-row {
	padding-top: 90px;
	padding-bottom: 42px;
}
.position-d {
	position: relative;
}
.cont {
	max-width: 306px;
	margin: 0px auto;
}
.cont-text {
	font-size: 17px;
	line-height: 33px;
	color: #000;
}

.what-we-do-section2 .section-title-row {
    margin-top: 33px;
}


/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.who-we-are-section .content-text-p {
	padding: 0px 0px;
	margin-top: 0;
	margin-bottom: 0;
}
.position-div {
	background: #1f5fa4;
}
.position-div {
	padding-left: 15px;
	padding-top: 62px;
	padding-bottom: 44px;
	margin-top: 29px;
}
.who-weare-sectionbg:after {
	display: none;
}
.section-title {
	font-size: 39px;
	line-height: 37px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.who-weare-sectionbg .section-title-row {
	margin-bottom: 10px;
}
.who-weare-sectionbg {
	margin-bottom: 0;
}
.icon-2 {
	max-width: 87px;
}
.row-div {
	margin-top: 14px;
}
.what-we-do-icon {
	margin-right: 15px;
	max-width: 52px;
}
.contact-logo1 {
	text-align: center;
	float: left;
	margin-top: 44px;
}
.footer-menu li a {
	padding: 0px 21px;
	font-size: 13px;
	margin-bottom: 9px;
	display: inline-block;
}
.what-we-do-section .section-title-row p {
	font-size: 14px;
	line-height: 26px;
}
.icon-1 {
	top: -68px;
	max-width: 63px;
	left: 14px;
}
.logo-div1 {
	max-width: 265px;
}
.language-box-row {
	padding-top: 16px;
	padding-left: 13px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.top-banner-text {
	font-size: 23px;
}
.other-top-img img {
	height: 124px;
	object-fit: cover;
	width: 100%;
}
.about-section-wrapper .position-div {
	background: none;
	padding-top: 0px;
	padding-bottom: 20px;
}
.about-section-wrapper {
	padding-top: 50px;
	padding-bottom: 0;
}
.order-div2 {
	order: 2;
}
.about-section .section-title {
	text-align: left;
	margin-bottom: 39px;
}
.about-section .section-title:after {
	left: 0px;
	right: auto;
	width: 156px;
}
.footer-logo3 {
	text-align: center;
	margin-top: 20px;
}
.footer-type-2 .footer-home {
	text-align: center;
}
.map-section iframe {
	height: 193px;
}
.row2 {
	margin-top: 30px;
}
.our-team-section {
	padding-top: 45px;
	padding-bottom: 1px;
}
.team-details-wrapper {
	margin-left: 0;
	margin-top: 33px;
}
.team-details-wrapper-row {
	padding-top: 34px;
	padding-bottom: 34px;
}

.slider-text1 .slider-banner-text {
    font-size: 21px;
    line-height: 32px;
}
.slider-banner-wrapper img {
    height: 237px;
    object-fit: cover;
}
.slider-btn {
    margin-top: 11px;
}
.slider-btn a {
    padding: 8px 20px;
}
#sliderhome .owl-nav button.owl-prev {
    left: 6px;
}
#sliderhome .owl-nav button.owl-next {
    right: 6px;
}
.slider-banner-text-wrapper {
    top: 24%;
}
.who-weare-sectionbg .section-title {
    color: #fff;
}



}



/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.what-we-do-icon {
	margin-right: 7px;
	max-width: 48px;
}
.position-div {
	padding-left: 13px;
}
.section-title {
	font-size: 46px;
}
.slider-text1 .slider-banner-text {
	font-size: 36px;
	line-height: 53px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.about-section .section-title:after {
	width: 165px;
}
.footer-menu li a {
	padding: 0px 16px;
	font-size: 16px;
}
.team-box-wrapper .team-title-info .team-title {
	font-size: 13px;
	letter-spacing: initial;
}
.language-box-row {
	padding-top: 16px;
	padding-left: 13px;
}
.top-banner-text {
	font-size: 45px;
}
}





/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
