@font-face {
	font-family: 'Futura Regular';
	src: url('../fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Futura-Book';
	src: url('../fonts/Poppins-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Futura-medium';
	src: url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'futura-heavy-bt';
	src: url('../fonts/Poppins-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none !important;
}
section {
	width: 100%;
	float: left;
	clear: both;
}
/* FAQ Css Start */
.adpFAQs .elementor-accordion .elementor-accordion-item {
    border-radius: 7px !important;
    box-shadow: 0 1px 4px 0 #E2E2E2 !important;
    overflow: hidden !important;
	margin-bottom:20px !important;
	padding-bottom:20px;
}
.adpFAQs .elementor-accordion .elementor-accordion-item span.elementor-accordion-icon i{
	font-size:16px;
}
.adpFAQs .elementor-accordion .elementor-accordion-item a.elementor-accordion-title{
	font-family: "Futura Std Book" !important;
}
/* FAQ Css End */
/* whatsapp floating button */

.wa-Floating{
	position: fixed;
	right: 40px;
	bottom: 100px;
	z-index: 999;
}

.wpcf7-spinner{
	position:absolute !important
}

.formwhatsapplink{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background-color: #7FBD77;
	padding: 12px 16px;
	font-size: 19px
}
.formwhatsapplink:hover{
	color:#fff
}
.formwhatsapplink img{
	display:inline-block;
	margin-right:5px
}

/* whatsapp floating button end */

header {
	width: 100%;
    float: left;
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
    z-index: 9999;
}

.top-header .sub-menu{
	display:none;
}
.top-header li.menu-item-has-children::after {
    font-family: 'FontAwesome';
    content: '\f107';
    color: #fff;
    top: 0;
    position: absolute;
    right: -16px;
	display:none;
}
#burger-toggle {
  position: absolute;
  appearance: none;
  opacity: 0;
}
#burger-toggle:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
#burger-toggle:checked ~ .menu .menu-nav-link span div,
#burger-toggle:checked ~ .menu img,
#burger-toggle:checked ~ .menu .title p {
  transform: translateY(0);
  transition: 1.2s 0.1s cubic-bezier(0.35, 0, 0.07, 1);
}
#burger-toggle:checked ~ .menu .image-link:nth-child(1) img {
  transition-delay: 0.18s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(2) img {
  transition-delay: 0.26s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(3) img {
  transition-delay: 0.34s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(4) img {
  transition-delay: 0.42s;
}
#burger-toggle:checked ~ .burger-menu .line::after {
  transform: translateX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(1) {
  transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
  top: 17%;
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(2) {
  transform: scaleX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(3) {
  transform: translateY(calc(var(--burger-menu-radius) / -14)) rotate(-45deg);
	top: 46%;
}

.burger-menu {
  --burger-menu-radius: 4em;
  position: relative;
  top: 5px;
  left: 0;
  z-index: 100;
  display: none;
  width: var(--burger-menu-radius);
  height: var(--burger-menu-radius);
  outline: none;
  cursor: pointer;
}
.burger-menu .line {
  position: absolute;
  right: 10px;
  width: 25px;
  height: 1px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.burger-menu .line:nth-child(1) {
  top: 22%;
}
.burger-menu .line:nth-child(2) {
  top: 36%;
}
.burger-menu .line:nth-child(3) {
  top: 50%;
}
.burger-menu .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.25s;
  display: none;
}
.burger-menu .line:nth-child(2)::after {
  transition-delay: 0.1s;
}
.burger-menu .line:nth-child(3)::after {
  transition-delay: 0.2s;
}
.burger-menu:hover .line::after {
  transform: translateX(0);
}
.top-header .m-s img{
	display:none;
}
.top-header .menu-button{
	display:none;
}
.page-id-1806 .top-header,
.search .top-header,
.single-post .top-header{
	background-color: #152e54;
}
.top-header{
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0;
	background-color:transparent;
}
.top-header .container{
}
.top-header .row{
	align-items: center;
}
.top-header .site-logo svg path,
.top-header .site-logo svg polygon,
.top-header .site-logo svg rect{
	fill: #fff !important;
}

.menu-main-menu-container{
	/* float: right; */
	display:flex
}
a.site-logo {
    width: 278px;
	height:43px;
    display: block;
}
.TopSearch {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 32px;
    right: 0;
}
.hc-offcanvas-nav{
	z-index:9999999999 !important;
}
.hc-nav-trigger{
	display:none !important
}
.fixedHeader .TopSearch {
    top: 28px;
}
.mobilemenusearch input:focus{
	box-shadow: none;
	border-color:#000;
}
.au-hide-hdngs h3.elementor-icon-box-title, .au-hide-hdngs .elementor-icon-box-title {
	display:none;
}
.offCanvasMenuFooterCont{
	position: fixed !important;
	width: 93% !important;
	bottom: 30px !important;
}
.offCanvasMenuFooter a{
	display: inline-block !important;
}
.offCanvasMenuFooter .enqForm {
    float: right;
    padding: 0 35px;
    color: #152E54;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #152E54;
    background: rgba(217, 217, 217, 0.00);
    height: 41px;
    line-height: 41px;
    text-transform: capitalize;
}
.mobilemenusearch input,
.mobilemenusearch button{
	border: 0px;
	border-bottom: 1px solid #000;
	border-radius: 0px;
}
.mobilemenusearch button{
	background: transparent
}
.fixedHeader .TopSearch a svg path,
.fixedHeader .burger-menu svg path,
.mobilemenusearch button svg path{
	fill:#152E54;
	color:#152E54;
}
.top-header ul {
    padding-left: 0;
    font-family: 'Futura-medium';
    display: inline-flex;
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
    gap: 50px !important;
}
.top-header ul li.menu-item-has-children {
    background: url(/wp-content/uploads/2024/06/white-down-arrow.svg) no-repeat;
    background-position: right 0 center;
    padding-right: 24px;
}
header.fixedHeader .top-header ul li.menu-item-has-children {
    background: url(/wp-content/uploads/2024/06/black-arrow.svg) no-repeat;
    padding-right: 24px;
    background-position: right 0 center;
}
.top-header ul li {
    list-style: none;
    position: relative;
}
.top-header ul >  li > a{
	color: #fff;
	font-size:12px;
	text-transform: uppercase;
	height: 105px;
    line-height: 105px;
	display: block;
	transition-duration: .5s;
	font-family: Poppins;
}
.top-header li.active {
    position: relative;
}
.top-header ul li.active:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    content: '';
    bottom: -36px;
}
.top-header .envel{
	display: none;
}
.top-header .en {
    padding: 0;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.00);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    cursor: pointer;
    transition: all .3s;
    margin-right: 100px;
	margin-right: 40px;
    margin-top: 36px;
    display: block;
    text-align: center;
    color: #fff;
}
#hc-nav-1-nav-title{
	text-align:center;
	padding-top:50px;
}
#hc-nav-1-nav-title svg{
	width: 200px !important;
}

.level-title{
	display: none;
}
.nav-back-button img{
	margin-right:10px;
}
.nav-back-button{
	color: #fff;
	background: #1E3956 !important;
	border-radius: 0px !important;
	font-size:14px !important;
	padding: 15px !important;
}

.top-header .en:hover,
.top-header .en:active,
.top-header .en:focus{
	background-color: #A4A4A4;
	color: #fff;
	transition: all .3s;
}
.top-header ul li.current_page_item:before {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	content: '';
	bottom: 35px;
}

.elementor-button{
	/* font-size: 16px !important; */
	font-family: 'futura-heavy-bt' !important;
}

body header .site-logo svg{
	width: 100%;
	height: auto;
	transition-duration: .5s;
	max-height: 56px;
	max-width: 320px;
}

/**FixedHeader**/
header.fixedHeader .top-header{
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
}
body header.fixedHeader .top-header .site-logo svg path,
body header.fixedHeader .top-header .site-logo svg polygon,
body header.fixedHeader .top-header .site-logo svg rect{
	fill: #152e54 !important;
}
body header.fixedHeader .top-header ul > li > a{
	color: #152e54;
}
body header.fixedHeader .top-header .en{
	background: #152e54;
	color: #fff;
	transition: all .3s;
	margin-top:30px;
	height:33px;
}
body header.fixedHeader .top-header .en:hover,
body header.fixedHeader .top-header .en:active,
body header.fixedHeader .top-header .en:focus{
	background-color: #A4A4A4;
	color: #fff;
	transition: all .3s;
}
body header.fixedHeader .top-header ul li.current_page_item:before{
	background: #152e54;
}
body header.fixedHeader .top-header ul > li > a{
	height: 90px;
    line-height: 90px;
	transition-duration: .5s;
}
body header.fixedHeader .top-header ul ul li a{
	line-height: normal;
	height: auto;
}

body header.fixedHeader .site-logo svg{
	transition-duration: .5s;
}
/**FixedHeader End**/


@media (min-width: 1024px) and (max-width: 99999px) {
	/*.top-header ul li ul:before{
	font-family: 'FontAwesome';
	content: '\f0d8';
	position: absolute;
	top: -15px;
	color: #fff;
	left: 40px;
}*/
	.top-header ul li ul{
		position: absolute;
		background: #fff;
		white-space: nowrap;
		left: 0;
		display: none;
		width: auto;
		z-index: 999;
		width: 684px;
		padding: 22px 35px;
		border-radius: 7px;
		background: #D5D9E1;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		/*box-shadow: 1px 3px 8px 0px #4e4f4e17;
		borde-radius: 0 0 6px 6px;
		border-radius: 0 0 5px 5px !important;
		width: 430px; */	
		top: 70px;
	}
	.top-header ul li:hover ul{
		display: block !important;
	}
	.top-header ul  li ul li{
		white-space: nowrap;
		width: 50%;
		float: left;
		/*border-bottom: solid 1px rgba(255,255,255,.2);*/
		background: url(/wp-content/uploads/2024/05/blue-arrow.svg) no-repeat left center;
		padding: 0 0 0 18px;
	}
	.top-header ul li ul li a{
		height: auto;
		color: #152E54;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 33px !important;
	}
	.top-header ul li ul li a:hover, .top-header ul li ul li a:active, .top-header ul li ul li a:focus{
		font-weight: 600;
	}
}
.top-header ul ul li a{
	text-transform:capitalize;
}
/*** top-header-end-page-css ***/

/*** footer-css ***/
footer {
	float: left;
	width: 100%;
	clear: both;
	padding: 0 60px;
}

.footer {
	width: 100%;
	float: left;
	clear: both;
	padding: 30px 0px 0;
}
.footer .site-logo{
	max-width: 100%;
	float: left;
	width: 50%;
}
.footer .site-logo svg path,
.footer .site-logo svg polygon,
.footer .site-logo svg rect{
	fill: #152e54 !important;
}

.footer .site-logo svg .lawfirm path,
.footer .site-logo svg .lawfirm polygon,
.footer .site-logo svg .lawfirm rect{
	fill: #898989 !important;
}

.footer .social-icons {
	float: left;
	clear: both;
	list-style: none;
	margin-bottom: 0px;
	gap: 10px;
	padding-left: 0;
	margin-top: 25px;
}

.footer .social-icons li {
	float: left;
	margin-right: 10px;
}

.footer .social-icons li a {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 1px;
	text-align: center;
	transition: 0.3s;
	color: #fff;
	background-color: #152e54;
	align-items: center;
	justify-content: center;
	display: flex;
}

.footer .social-icons li a:hover {
	background-color: #898989;
}

.footer .social-icons li a i {
	font: normal normal normal 18px/1 FontAwesome !important;
}

.footer h4, .footer span.h4-heading {
	color: #152e54;
	font-size: 18px;
	margin-bottom: 15px;
	font-family: 'futura-heavy-bt';
}

.footer p {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.footer h5, .footer span.h5-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #152e54;
	font-size: 14px;
}

.footer span.h5-heading{
	margin-bottom: 0.5rem;
    line-height: 1.2;
    display: block;
}

.ofc-address a {
	color: #152e54;
}

.footer h5 img, .footer span.h5-heading img {
	display: inline-block;
	margin-top: -2px;
	margin-right: 3px;
	height: 13px;
}

/* subscribe form start */

.SubscribeForm {
    position: relative;
    width: 100%;
    max-width: 320px;
    float: right;
}
.SubscribeForm h3{
    color: #152E54;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.SubscribeForm  input::placeholder {
    color: #152E54;
    font-family: Poppins;
    font-size: 12px;    
	font-weight: 400;
    line-height: normal;
}
.SubscribeForm  input[type='email'] {
    border-radius: 4px;
    background: rgba(21, 46, 84, 0.05);
    border: none;
    width: 100%;
    height: 30px;
    outline: none;
    color: #152E54;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
}
.SubscribeForm  input[type='submit'] {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    border-radius: 0 4px 4px 0;
    background: #152E54;
    cursor: pointer;
    width: 90px;
    height: 30px;
    position: absolute;
    top: 23px;
    right: 0;
}
.SubscribeForm  .wpcf7-not-valid-tip {
    font-size: 12px;
}
.SubscribeForm  .wpcf7 form .wpcf7-response-output {
    margin: -30px 0 0;
    font-size: 12px;
}

/* subscribe form end */

footer ul.clintslogoFtr{
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.footer .imgs {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer .imgs li{
	float: left;
	width: calc(calc(100% - 20px) / 2);
	margin-right: 20px;
}
.footer .imgs li:last-child{
	margin: 0;
}
.footer .imgs li img{
	float: left;
	width: 100%;
	height: auto;
}

.footer-last-section {
	float: left;
	width: 100%;
	clear: both;
	margin: 30px 0;
}

.footer .menu-foote-menu-container {
	padding-left: 0;
	font-family: 'futura-heavy-bt';
	margin-bottom: 0;
	float: left;
}

.footer .menu-foote-menu-container ul {
	padding: 0;
	list-style: none;
	margin: 0;
	float: left;
}

.footer .menu-foote-menu-container ul li {
	float: left;
	list-style: none;
}

.footer .menu-foote-menu-container ul li a {
	float: left;
	color: #152e54;
	font-size: 14px;
	margin-right: 20px;
}

.footer .footer-last-section .crights {
	float: right;
	color: #333333;
	margin: 0;
}

/*** footer-end-page-css ***/
body.home .PageWrap {
	border-bottom: none;
	padding-bottom: 0;
	/*margin: 70px 0 0 0;*/
	overflow: hidden;
}
.PageWrap {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 0px;
	margin-top: 0px;
}

.PageWrap.noheader{
	margin-top: 80px;
}

.PageWrap.noheader section{
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;

}

.elementor-add-section {
	clear: both;
	float: left;
	width: 100%;
	display: block !important;
}

.elementor-add-section-inner {
	float: left;
	width: 100%;
}

#banner-slider .bannertitle *,
#mobile-banner-slider .bannertitle *{
	font-family: 'futura-heavy-bt' !important;
	text-transform: uppercase;
}
#banner-slider .bannersubtitle *,
#mobile-banner-slider .bannersubtitle *{
	font-family: 'Futura-medium' !important;
	text-transform: uppercase;
}
#banner-slider .bannerbutton *,
#mobile-banner-slider .bannerbutton *{
	font-family: 'futura-heavy-bt' !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
}
#banner-slider .bannersuptitle *,
#mobile-banner-slider .bannersuptitle *{
	font-family: 'Futura-Book' !important;
	text-transform: uppercase;
	font-size: 18px !important;
}


#banner-slider .uranus .tp-bullet span{
    width: 6px !important;
    height: 6px !important;
    margin: auto;
    display: block !important;
    right: 0;
    bottom: 0;
}
#banner-slider .uranus .tp-bullet:hover span{
    transform: scale(1) !important;
}
#banner-slider .uranus .tp-bullet.selected span{
    width: 13px !important;
    height: 13px !important;
}
.sliderButton{
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
}
.sliderButton img{
    width: 31px !important;
    float: left;
    height: auto !important;
    max-width: inherit !important;
}


#banner-slider rs-layer#slider-2-slide-11-layer-2 b{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}
#banner-slider rs-layer#slider-2-slide-11-layer-4{
	    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
	text-align: center !important;
}
#award-winn h4,
#award-winn p.elementor-heading-title{
	font-family: 'futura-heavy-bt' !important;
}
#award-winn .elementor-widget:not(:last-child) {
    margin-bottom: 17px;
}
#award-winn h2{
	 text-transform: uppercase;
	font-family: 'futura-heavy-bt' !important;
}
#award-winn p{
	font-weight: 400 !important;
	font-family: 'Poppins', sans-serif !important;
}
#award-winn  a{
	    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
	position:relative;
	z-index:9
}

.SectionUpperborder:before {
	position: absolute;
    left: 0;
    /*background-image: url(https://zoomdevdxb.com/davidson-wpnew/wp-content/uploads/2022/04/w-t1.png);*/
    height: 120px;
    width: 100%;
    content: '';
    top: -120px !important;
	
    /*background-repeat: no-repeat;
    background-size: cover;*/
	background-size: auto;
    background-repeat: repeat-x;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,d5d9e1+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(213,217,225,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(213,217,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(213,217,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#d5d9e1',GradientType=0 ); /* IE6-9 */

}

.SectionUpperborder.small:before {
	top: -126px !important;
	height: 126px !important;
}
.elementor-6 .elementor-element.elementor-element-299f563:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-299f563 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	position: relative;
}
#services h6, #services .sec-small-tag span{
	padding-bottom: 10px;
	font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
	position:relative;
	padding-left: 42px;
}
#services .sec-small-tag span{
	display: block;

}
#services h6:before, #services .sec-small-tag span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #152e54;
    top: 6px;
}
#services h2{
	padding-bottom: 10px;
	font-family: 'futura-heavy-bt' !important;
}
#services-sec h2{
	font-family: 'futura-heavy-bt' !important;
}
#services-estate h2{
	font-family: 'futura-heavy-bt' !important;
}
#services p{
	font-weight: 400 !important;
	font-family: 'Poppins', sans-serif !important;
}
#dispute h2{
	font-family: 'futura-heavy-bt' !important;
}
#services  a{
	    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
}
#services-sec h6, #services-sec .sec-small-tag span{
	padding-bottom: 10px;
	font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
	position:relative;
	padding-left: 42px;
}
#services-sec .sec-small-tag span{
	display: block;
}
#services-sec h6:before, #services-sec .sec-small-tag span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #152e54;
    top: 6px;
}
.SectionBottomborder:after {
    position: absolute;
    left: 0;
    height: 120px;
    width: 100%;
    content: '';
    bottom: -120px;
    /*background-repeat: no-repeat;
    background-size: cover;*/
	background-image: url(/wp-content/uploads/2024/06/b-w.png);
	background-size: auto;
    background-repeat: repeat-x;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5d9e1+0,d5d9e1+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(213,217,225,1) 0%, rgba(213,217,225,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(213,217,225,1) 0%,rgba(213,217,225,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(213,217,225,1) 0%,rgba(213,217,225,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9e1', endColorstr='#00d5d9e1',GradientType=0 ); /* IE6-9 */
}

.SectionBottomborder.small:after {
	height: 126px !important;
	bottom: -125px !important;
	background-position: center !important;
}

section#services-sec{
	position:relative;
}
#services-sec p {
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
}
#services-sec  a {
    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
}
#services-estate{
	position:relative;
}
#services-estate p {
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
}
#services-estate a {
    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
}
#services-estate h6{
	padding-bottom: 30px;
	    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
	position:relative;
	padding-left: 42px;
}
#services-estate h6:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #152e54;
    top: 6px;
}

#dispute{
	position:relative;
}
#dispute p {
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
}
#dispute a {
    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
}
#dispute h6, #dispute .sec-small-tag span{
	padding-bottom: 30px;
	    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
	position:relative;
	padding-left: 42px;
}
#dispute .sec-small-tag span{
	display: block;
}
#dispute h6:before, #dispute .sec-small-tag span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #152e54;
    top: 6px;
}
#private-client{
	position:relative;
}
#private-client p {
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
}
#private-client a {
    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
}
#private-client h6{
	padding-bottom: 30px;
	    font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
	position:relative;
	padding-left: 42px;
}
#private-client h6:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #152e54;
    top: 6px;
}
#member-heading h2, #member-heading h3{
	font-family: 'futura-heavy-bt' !important;
	position:relative;
}
#member-heading h2:before , #member-heading h3:before{
    width: 40px;
    height: 1px;
    background-color: #152e54;
    content: '';
    position: absolute;
    left: 31%;
    top: 50%;
}
#member-heading h2:after , #member-heading h3:after{
    width: 40px;
    height: 1px;
    background-color: #152e54;
    content: '';
    position: absolute;
    right: 31%;
    top: 50%;
}
#member-img ul{
	    padding-left: 0;
    display: inline-flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    width: 100%;
    gap: 80px;
}

#award-winn .mobile-text{
	display:none;
}
#award-winn #mobile-text-heading{
	display:none;
}

#award-winn #mobile-text-sec-heading{
		display:none;
}

#award-winn	#mobile-img{
		display:none;
	}
/*** post-content-css ***/

.post-content {
	width: 100%;
	float: left;
	clear: both;
}

.post-content .Pc-detail {
	bottom: 31px;
	color: #fff;
	padding: 0px 32px;
}

.post-content img {
    height: 442px;
    object-fit: cover;
}

.post-content .Pc-detail span {
	font-family: 'Poppins';
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}

.post-content .Pc-detail h3, .post-content .Pc-detail h4 {
	color: #fff;
	font-family: 'futura-heavy-bt';
	font-size: 18px;
}

.post-content .Pc-detail .first-child {
	height: 56px;
}

.post-content .Pc-detail p {
	color: #fff;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 300;
	width: 100%;
	height: 35px;
	overflow: hidden;
}

.post-content .Pc-detail a {
	color: #fff;
	font-family: 'Poppins';
	font-weight: 600;
	border-bottom: 1px solid;
	height: 0;
	line-height: 18px;
}
.post-content img {
    height: 442px;
    object-fit: cover;
}
/*** post-content-end-page-css ***/

.post-content{
	float: left;
	width: 100%;
	clear: both;
}
.post-content .blogSliderItem{
	min-height: 500px;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
	background-color: #152e54;
}
.post-content .lSPager{
	display: none !important;
}
.post-content .Pc-detail {
	bottom: 0;
    color: #fff;
    padding: 20px 32px 30px 32px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+50&0+0,0.9+75 */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.9) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.9) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.post-content .Pc-detail span {
	font-family: 'Poppins';
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}

.post-content .Pc-detail h3, .post-content .Pc-detail h4 {
	color: #fff;
	font-family: 'futura-heavy-bt';
	font-size: 18px;
}
.post-content .Pc-detail .first-child {
	height: 56px;
}
.post-content .Pc-detail p {
	color: #fff;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 300;
	width: 100%;
	height: 35px;
	overflow: hidden;
	display: none;
}

.post-content .Pc-detail a {
	color: #fff;
	font-family: 'Poppins';
	font-weight: 600;
	border-bottom: 1px solid;
	height: 0;
	line-height: 18px;
}

.ServiceTabs .ServiceTabsInner .nav-tabs li button:after{
	background: #a8a8a8;
	content: "";
    left: 0;
    right: 0;
    bottom: -2px;  
    height: 3px;
    position: absolute;
}

.awardSection{
	float: left;
	width: 100%;
	clear: both;
	margin: 25px 0 35px 0;
}

.awardSection .awardSectionInner{
	float: left;
	width: 100%;
}
.awardSection .awardSectionInner h3{
	float: left;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'futura-heavy-bt';
    color: #152e54;
    margin: 10px 0 0 0;
    width: 160px;
    line-height: 32px;
}
.awardSection .awardSectionInner .awardSectionInSlide{
	float: right;
	width: calc(100% - 180px);
	padding: 0 80px;
	position: relative;
}
.awardSection .awardSectionInner .awardSectionInSlide #award-slider li img{
	margin: auto;
	display: block;
}
.awardSection .awardSectionInner .awardSectionInSlide .Awleft{
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	left: 20px;
	cursor: pointer;
}
.awardSection .awardSectionInner .awardSectionInSlide .Awright{
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	right: 20px;
	cursor: pointer;
}

.aboveFooter{
	float: left;
	width: 100%;
	clear: both;
	background: #f8f8fa;
	padding: 100px 0;
	position: relative;
}
.aboveFooter .map-linkF{
    position: absolute;
    top: 0;
	right: 0;
	width: calc(50% - 15px);
	bottom: 0;
}
.aboveFooter:before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: calc(50% - 15px);
	bottom: 0;
	background: url(/wp-content/uploads/2024/06/map.jpg);
	background-size: cover !important;
	background-position: center center !important;
}

body.home .enq-formWrap{
	width: 100% !important;
}
body.home .enq-formWrap{
	/*padding: 0 80px 0 0 !important;*/
	padding:0
}

.page-template-page-contact .enq-formWrap{
	width: 70%;
}
.enq-formWrap{
	width: 100%;
    margin: auto;
    padding: 0;
}
.enq-formWrap h2, .enq-formWrap .h2 {
    float: left;
    width: 100%;
    text-transform: capitalize;
    color: #152E54;
    font-family: 'Futura Std Book';
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 20px;
}
.enq-formWrap .wpcf7-form-control-wrap{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.enq-formWrap .wpcf7-form-control-wrap .flag-container:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #b3bbc8;
    position: absolute;
    top: 20px;
    right: 0;
}
input::placeholder,
textarea::placeholder{
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.enq-formWrap .wpcf7-form-control-wrap input,
.enq-formWrap .wpcf7-form-control-wrap select{
    float: left;
    width: 100%;
    border: 1px solid #3C506F;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 20px;
    outline: none;
    background-color: transparent;
}
.enq-formWrap .wpcf7-form-control-wrap select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background-image: url(../images/selectbox-arrow.svg);
	background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100%) calc(50%);
	background-color: transparent;
}
.enq-formWrap .wpcf7-form-control-wrap textarea{
	float: left;
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #3C506F;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 20px;
    height: 150px;
    resize: none;
	background-color: transparent;
}
.enq-formWrap .wpcf7-submit{
	float: left;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
    border: 1px solid #3C506F;
    background: #152E54;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 178px;
	height: 54px;
	line-height:54px;
	cursor: pointer;
}
.enq-formWrap .wpcf7-submit:hover, .enq-formWrap .wpcf7-submit:active, .enq-formWrap .wpcf7-submit:focus{
	background: #a4a4a4;
	color: #fff;
}

.wpcf7 .wpcf7-response-output{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.C-DetailWrap{
	float: left;
	width: 100%;
}
.C-DetailWrap .C-DetailWrapItem{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding-right: 80px;
}
.C-DetailWrap .C-DetailWrapItem:last-child{
	margin-bottom: 0;
}
.C-DetailWrap .C-DetailWrapItem h3, .C-DetailWrap .C-DetailWrapItem span.h3-address-title {
	float: left;
	width: 100%;
	color: #152e54;
	font-size: 24px;
	font-family: 'futura-heavy-bt';
	text-transform: uppercase;
	margin: 0;
}
.C-DetailWrap .C-DetailWrapItem p{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 14px;
	margin: 13px 0;
	font-family: 'Poppins', sans-serif;
}
.C-DetailWrap .C-DetailWrapItem ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.C-DetailWrap .C-DetailWrapItem ul li{
	float: left;
	list-style: none;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 0 20px 0 0;
	color: #152e54;
}
.C-DetailWrap .C-DetailWrapItem ul li a{
	float: left;
	color: #152e54;
	text-decoration: none;
}
.C-DetailWrap .C-DetailWrapItem ul li:last-child{
	margin: 0;
}
.C-DetailWrap .C-DetailWrapItem ul li img{
	height: 15px;
    float: left;
	margin: 3px 10px 0 0;
}
.C-DetailWrap .C-DetailWrapItem .Dir-btn{
	clear: both;
    padding: 13px 20px;
    float: left;
    font-family: 'futura-heavy-bt';
    font-size: 14px;
    text-transform: uppercase;
    background: #152e54;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin: 20px 0 0 0;
}
.C-DetailWrap .C-DetailWrapItem .Dir-btn:hover, .C-DetailWrap .C-DetailWrapItem .Dir-btn:active, .C-DetailWrap .C-DetailWrapItem .Dir-btn:focus{
	background: #a4a4a4 !important;
	color: #fff !important;
}

.site-BreadCrum{
	float: left;
    width: 100%;
    clear: both;
    padding: 90px 0;
	margin: 105px 0 70px 0;
    background-size: cover !important;
    background-position: center  !important;
}
.site-BreadCrumInner{
	float: left;
	width: 40%;
}
.site-BreadCrum h2, .site-BreadCrum h1{
	float: left;
	width: 100%;
	font-size: 40px;
	color: #152e54;
	font-family: 'futura-heavy-bt';
	text-transform: uppercase;
	margin: 0;
}
.site-BreadCrum p{
	float: left;
    clear: both;
    width: 100%;
    color: #152e54;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin: 18px 0 25px 0;
    line-height: 24px;
}
.site-BreadCrum a{
	float: left;
    clear: both;
    background: #152e54;
    color: #fff;
    font-weight: 300;
    margin: 0;
    font-family: 'futura-heavy-bt';
    text-transform: uppercase;
    padding: 10px 36px;
    font-size: 16px;
    border-radius: 24px;
}
.site-BreadCrum a:hover, .site-BreadCrum a:active, .site-BreadCrum a:focus{
	background: #a4a4a4 !important;
	color: #fff !important;
}
.site-BreadCrumPeople{
	float: left;
	width: 100%;
	background: #f0f0f0;
}
.site-BreadCrumPeople .site-BreadCrumPeopleInner{
	float: left;
    width: 100%;
    clear: both;
    position: relative;
    padding: 100px 0 100px 430px;
	margin-top: 125px;
}
.site-BreadCrumPeople .PeoImg{
	position: absolute;
    width: 430px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    background-position: center 30px !important;
}
.site-BreadCrumPeople .PeoDetail{
	float: left;
}
.site-BreadCrumPeople .PeoDetail h3, .site-BreadCrumPeople .PeoDetail h1{
	float: left;
	color: #152e54;
	font-family: 'futura-heavy-bt';
	text-transform: uppercase;
	font-size: 46px;
	margin: 0;
}
.site-BreadCrumPeople .PeoDetail p.designation, .site-BreadCrumPeople .PeoDetail h2.designation{
	float: left;
    color: #152e54;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 0;
    clear: both;
    font-weight: 500;
}
.site-BreadCrumPeople .PeoDetail .PeoDetailInfo{
	float: left;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
.site-BreadCrumPeople .PeoDetail .PeoDetailInfo li{
	float: left;
	color: #333333;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin: 0 40px 10px 0;
}
.site-BreadCrumPeople .PeoDetail .PeoDetailInfo li a{
	float: left;
    color: #333333;
    position: relative;
    padding-left: 34px;
}
.site-BreadCrumPeople .PeoDetail .PeoDetailInfo li:nth-child(1n+3){
	clear: both;
}
.site-BreadCrumPeople .PeoDetail .PeoDetailInfo li:nth-child(2n+2){
	margin: 0;
}
.site-BreadCrumPeople .PeoDetail .PeoDetailInfo li img{
	transform: translateX(0) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
}
.site-BreadCrumPeople .PeoDetail .PeoSocialLink{
	float: left;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}
.site-BreadCrumPeople .PeoDetail .PeoSocialLink li{
	float: left;
	background: #152e54;
	color: #fff;
	border-radius: 100%;
	margin: 0 11px 0 0;
}
.site-BreadCrumPeople .PeoDetail .PeoSocialLink li:last-child{
	margin: 0;
}
.site-BreadCrumPeople .PeoDetail .PeoSocialLink li a{
	float: left;
	width: 100%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
}

.PeoSocialLink{
	float: left;
	clear: both;
	margin: 0;
}
.PeoSocialLink .addtoany_share_save.addtoany_share{
	display: none !important;
}
.PeoSocialLink a .a2a_svg{
	background: #152e54 !important;
	position: relative;
	border-radius: 100% !important;
}
.PeoSocialLink a .a2a_svg svg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
}
.PeoSocialLink a .a2a_svg:hover{
	background: #898989 !important;
}



.mis-val .elementor-icon-list-items li{
	position: relative;
    display: block;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 30px;
}
.mis-val .elementor-icon-list-items li .elementor-icon-list-icon{
	position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #152e54;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 70px;
}
.mis-val .elementor-icon-list-items li .elementor-icon-list-icon svg{
	height: 50px;
    width: 50px;
    margin: 0;
}
.mis-val .elementor-icon-list-items li .elementor-icon-list-icon svg path,
.mis-val .elementor-icon-list-items li .elementor-icon-list-icon svg rect{
	stroke-width: 1px !important;
	fill: #fff !important;
}
.mis-val .elementor-icon-list-items li .elementor-icon-list-text{
	font-size: 16px;
	color: #152e54;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	padding: 0 !important;
	line-height: 26px;
}


.OurPeople-List{
	float: left;
	width: 100%;
}
.OurPeople-List ul{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.innerService.OurPeople-List ul li{
	margin-bottom: 0;
}

.innerService .innerServicet{
	color: #152E54;
    font-family: 'futura-heavy-bt';
    font-size: 56px;
    font-weight: 600;
    line-height: 52px;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
}
.innerService .innerServicest{
	color: #152e54;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0 0 40px 0;
}

.OurPeople-List ul li{
	display: inline-block;
    width: calc(calc(100% - 14px) / 4);
    padding: 0 20px;
	margin-bottom: 100px;
}
.OurPeople-List ul li .OurPeopleItemImg{
	display: block;
    margin: auto;
    background-color: #ebedf0;
    border-radius: 100%;
    height: 170px;
    width: 170px;
    background-size: cover !important;
    background-position: center 17px !important;
    background-repeat: no-repeat;
    overflow: hidden;
}
.OurPeople-List ul li h3, .OurPeople-List ul li h2, .OurPeople-List ul li h3, .OurPeople-List ul li h4.list-heading{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #152e54;
	font-family: 'futura-heavy-bt';
	margin: 25px 0 0 0;
	text-transform: uppercase;
}
.OurPeople-List ul li p{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #404040;
    margin: 5px 0 10px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.OurPeople-List ul li a{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #152e54;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.PeopleContent{
	float: left;
	width: 100%;
	clear: both;
	background: #d5d9e1;
	position: relative;
	margin-bottom: 168px;
	padding-top: 60px;
}
.PeopleContent:after{
	position: absolute;
    left: 0;
    /*background-image: url(../images/b-w2.png);*/
    height: 120px;
    width: 100%;
    content: '';
    bottom: -120px;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(/wp-content/uploads/2024/06/b-w.png);
	background-size: auto;
    background-repeat: repeat-x;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5d9e1+0,d5d9e1+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(213,217,225,1) 0%, rgba(213,217,225,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(213,217,225,1) 0%,rgba(213,217,225,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(213,217,225,1) 0%,rgba(213,217,225,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9e1', endColorstr='#00d5d9e1',GradientType=0 ); /* IE6-9 */
}
.PeopleContent p{
	color: #152e54;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.PeopleContent .Git-btn{
	float: left;
	clear: both;
	background-color: #152E54;
	border-radius: 50px 50px 50px 50px;
	padding: 15px 35px 15px 35px;
	font-family: 'futura-heavy-bt' !important;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	font-size: 13px;
	color: #fff;
    text-align: center;
	margin-top: 15px;
}
.PeopleContent .Git-btn:hover, .PeopleContent .Git-btn:active, .PeopleContent .Git-btn:focus{
	background: #a4a4a4 !important;
	color: #fff !important;
}

.OurPeople-Lslider{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	border-bottom: solid 1px #f2f2f2;
    padding-bottom: 50px;
}
.OurPeople-Lslider #people-slider li .OurPeopleItemImg{
	display: block;
    margin: auto;
    background-color: #ebedf0;
    border-radius: 100%;
    height: 170px;
    width: 170px;
    background-size: cover !important;
    background-position: center 17px !important;
    background-repeat: no-repeat;
    overflow: hidden;
}
.OurPeople-Lslider #people-slider li h3{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #152e54;
    font-family: 'futura-heavy-bt';
    margin: 25px 0 0 0;
	text-transform: uppercase;
}
.OurPeople-Lslider #people-slider li p{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #404040;
    margin: 5px 0 10px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.OurPeople-Lslider #people-slider li a{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #152e54;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.OurPeople-Lslider .container{
	position: relative;
}
.OurPeople-Lslider img.left{
	position: absolute;
	top: 65px;
	left: -10px;
	cursor: pointer;
}
.OurPeople-Lslider img.right{
	position: absolute;
	top: 65px;
	right: -10px;
	cursor: pointer;
}


.ServicesWrap{
	float: left;
	width: 100%;
	clear: both;
	border-bottom: solid 1px #f2f2f2;
    padding-bottom: 50px;
}
.ServicesWrap .ServicesItem{
	width: 80%;
	margin: auto;
	display: block;
	overflow: hidden;
}
.ServicesWrap .ServicesItem .ServicesItemInner{
	float: left;
    width: 100%;
    margin: 0 0 30px 0;
    border: solid 1px #ebebeb;
    padding: 30px 50px;
    border-radius: 10px;
    height: calc(100% - 30px);
	background: #fff;
}
.ServicesWrap .ServicesItem .ServicesItemInner h3, .ServicesWrap .ServicesItem .ServicesItemInner h2, .ServicesWrap .ServicesItem .ServicesItemInner h4.service-heading{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 30px;
	color: #152e54;
	font-family: 'futura-heavy-bt';
	margin: 0;
	line-height: 32px;
}
.ServicesWrap .ServicesItem .ServicesItemInner .ser-content{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	color: #152e54;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 15px 0;
}
.ServicesWrap .ServicesItem .ServicesItemInner a{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0 0 15px 0;
	color: #152e54;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
}
.ServicesWrap .ServicesItem .ServicesItemInner a img{
	display: inline-block !important;
	margin-left: 2px;
	margin-top: 0px;
}
.ServicesWrap .ServicesItem .ServicesItemInner img{
	clear: both;
	margin: auto;
	display: block;
	max-width: 80%;
}


.futurah,
.futurah *{
	font-family: 'futura-heavy-bt' !important;
}

.iconCircle li{
	display: block !important;
    padding-left: 40px !important;
    position: relative !important;
    color: #152E54;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 20px !important;
}
.iconCircle li .elementor-icon-list-text{
    color: #152E54;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}
.iconCircle li .elementor-icon-list-icon{
	position: absolute;
    width: 20px;
    height: 20px;
    background: #152e54;
    left: 0;
    top: -1px;
    display: block;
    text-align: center !important;
    line-height: 20px;
    color: #fff !important;
    border-radius: 100%;
    border: none !important;
}
.iconCircle li .elementor-icon-list-icon svg{
	    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}
.iconCircle li .elementor-icon-list-icon i{
	color: #fff !important;
}
.iconCircle li .elementor-icon-list-text{
	padding: 0 !important;
	color: #152E54 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.elementor-widget-text-editor{
	font-family: 'Poppins', sans-serif !important;
}


.job-vacan{
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 1px 0;
}
.job-vacan li:last-child{
	border-bottom: solid 1px #c1c8d3;
}
.job-vacan li{
	float: left;
	width: 100%;
	border-top: solid 1px #c1c8d3;
	padding: 15px 0;
}
.job-vacan li b{
		float: left;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	color: #152e54;
}
.job-vacan li p{
		float: right;
	margin: 0;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 300;
	position: relative;
	padding-left: 16px;
}
.job-vacan li p:before{
	content: "";
	left: 0;
	width: 11px;
	height: 15px;
	background-size: cover !important;
	top: 2px;
	background: url(../images/map-marker-icon.svg);
	position:absolute;
	
}



/*** blog-css ***/
.blog{
	width:100%;
	float:left;
	clear:both;
	padding:40px 0px;
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
	margin-top: 105px;
}
.blog h1{
	font-size:44px;
	text-transform:uppercase;
	color:#152e54;
	font-family: 'futura-heavy-bt';
}
.blog p{
	font-family: 'Poppins';
	font-weight: 400;
	color:#33496a;
	font-size:14px;
}
.blog form{
	float: left;
	width: 100%;
}
.blog form div{
	float: left;
	width: 100%;
	position: relative;
}
.blog form div label{
	display: none;
}
.blog form input{
	color: #333333;
    font-size: 14px;
    font-family: 'Poppins';
    float: left;
    width: 100%;
    padding: 9px 135px 9px 15px;
    border: none !important;
    border-radius: 30px;
    outline: none !important;
}
.blog form #searchsubmit{
	padding: 9px 40px;
    font-weight: 100;
    font-size: 14px;
    font-family: 'futura-heavy-bt';
    background-color: #152e54;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    width: auto !important;
    position: absolute;
    right: 0;
}
.blog .blog-section img{
	  border-top-left-radius: 7px;
	  border-bottom-left-radius: 7px;
	  object-fit:cover;
}
.blog .blog-section{
	width:100%;
	float:left;
	clear:both;
	padding:50px 0px;
}
.blog  .blog-section .d-grid{
	grid-template-columns: 1fr 1fr;
}
.blog .blog-section h3, .blog .blog-section span.featured-post-cat{
    font-family: 'futura-heavy-bt';
    position: relative;
	font-size:14px;
    padding-left: 42px;
	color:#152E54
}
.blog .blog-section span.featured-post-cat {
	display: block;
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-weight: 500;
}
.blog .blog-section h3:before, .blog .blog-section span.featured-post-cat:before{
	content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background-color:#152E54;
    top: 8px;
}
.blog .blog-section h1, .blog .blog-section h2{
	font-size:25px;
	color:#152e54
}

.blog .blog-section h2 {
	font-family: 'futura-heavy-bt';
}
.blog .blog-section  a{
	font-family: 'futura-heavy-bt';
	background-color: #152E54;
    border-radius: 50px;
    padding:11px 39px;
	font-size:14px;
	border:none;
	cursor: pointer;
}
.blog .d-grid a:hover, .blog .d-grid a:active, .blog .d-grid a:focus{
	background: #a4a4a4 !important;
	color: #fff !important;
}

.blog .blog-section .imageSection{
	border-radius: 7px 0 0 7px;    
}
.blog .blog-section .bg-white.px-5.py-5{
	border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	    box-shadow: 1px 3px 8px 0px #4e4f4e17;
}
.blog .blog-section  .featured-btn{
	font-family: 'Poppins';
	font-weight: 500;
	top: 22px;
	left: 22px;
	color: #152e54 !important;
	font-size: 12px;
	padding: 11px 35px;
}
.blog .blog-text{
	border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
	padding: 20px 30px;
	clear: both;
	box-shadow: 1px 3px 8px 0px #4e4f4e17;
	background: #fff;
}
.blog .blog-content .gridPostImg{
	float: left;
	width: 100%;
	height: 190px;
	border-radius: 7px 7px 0 0;
	background-size: cover !important;
	background-position: center  !important;
}
.blog .blog-content p{
	color: #152e54 ;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 12px;
}
.blog .blog-content .col-lg-4{
	margin-bottom: 30px;
}
.blog .blog-content h2, h4.post-slider-title {
    font-size: 18px;
    width: 248px;
    color: #152e54;
    font-family: 'Poppins';
    font-weight: 600;
    height: 39px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog .blog-content ul{
	list-style: none;
}
.blog .blog-content ul li a{
	font-family: 'Poppins';
	font-weight: 600;
	display: flex;
	color: #152e54 ;
	gap: 10px;
}
.blog .blog-content ul li a i{
	font-size: 15px;
	font-size: 20px;
    font-weight: bold;
}
.blog .blog-content{
	margin-top: 80px;
}
.blog .blog-content .show-btn i{
	font-size: 20px;
}
.blog .blog-content .show-btn{
	gap: 8px;
}
/*** blog-css-end ***/




.SpostWrap{
	float: left;
    width: 100%;
    clear: both;
    margin-top: 140px;
    position: relative;
    z-index: 999;
}
.SpostWrap .bacList{
	color: #152e54;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	float: left;
}
.SpostWrap .bacList img{
	float: left;
    margin: 6px 7px 0 0;
    height: 11px;
}
.SpostWrap .fImg{
	float: left;
    clear: both;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 15px 0 30px 0;
}
.SpostWrap .Stitle{
	float: left;
    width: 60%;
    clear: both;
    font-size: 35px;
    color: #152e54;
    font-family: 'futura-heavy-bt';
    margin: 0;
}
h1.post-title {
    width: 80% !important;
}
.SpostWrap .date{
	float: left;
	clear: both;
	width: 100%;
	color: #152e54;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin: 15px 0 15px 0;
}
.SpostWrap .date img{
	float: left;
    width: 15px;
    margin: 3px 7px 0 0;
}
.SpostWrap .Sconten{
	clear: both;
    float: left;
    width: 100%;
    color: #152e54;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.SpostWrap .Sconten b,
.SpostWrap .Sconten strong{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.SpostWrap .Sconten a{
	color: #152e54 !important;
	text-decoration: none;
}
.SpostWrap .pSharebtn{
	float: left;
	width: 100%;
	clear: both;
	margin: 15px 0;
}
.SpostWrap .pSharebtn .a2a_dd.addtoany_share_save{
	display: none !important;
}
.SpostWrap .pSharebtn .a2a_svg.a2a_s__default{
	background: #152e54 !important;
	border-radius: 100%;
}
.SpostWrap .pSharebtn .a2a_svg.a2a_s__default svg{
	height: 20px;
    margin: 6px 0;
    text-align: center;
    width: 100%;
}

.PostRelated{
	float: left;
    width: 100%;
    padding-top: 120px;
    position: relative;
	margin: -90px 0 0 0;
}
.PostRelated:before{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*background-image: url(../images/post-related-upper.png);*/
    height: 120px;
    background-size: cover;
    content: "";
    background-position: 50% 27%;
	
	background-size: auto;
    background-repeat: repeat-x;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,d5d9e1+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(213,217,225,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(213,217,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(213,217,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#d5d9e1',GradientType=0 ); /* IE6-9 */
}
.PostRelated .PostRelatedInner{
	float: left;
	width: 100%;
	background: #d5d9e1;
	padding-bottom: 60px;
	border-bottom: solid 1px #f2f2f2;
}
.PostRelated .blog{
	padding: 0;
	margin-bottom: 40px;
}
.PostRelated .blog .blog-section{
	padding: 0;
}
.PostRelated .blog .blog-section .blog-content{
	margin: 0;
	position: relative;
}
.PostRelated .blog .blog-section .blog-content .RPleft{
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	left: -52px;
	cursor: pointer;
}
.PostRelated .blog .blog-section .blog-content .RPright{
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	right: -52px;
	cursor: pointer;
}
.PostRelated .blog .blog-section .blog-content .lSAction{
	display: none !important;
}
.PostRelated .VaPostBtn{
	margin: auto;
    display: table;
    font-family: 'futura-heavy-bt';
    font-size: 13px;
    text-transform: uppercase;
    background: #152e54;
    color: #fff;
    padding: 15px 40px;
    border: none;
    box-shadow: none;
    border-radius: 30px;
}
.PostRelated .VaPostBtn:hover, .PostRelated .VaPostBtn:active, .PostRelated .VaPostBtn:focus{
	background: #a4a4a4 !important;
	color: #fff !important;
}

.SearchWrap{
	float: left;
	width: 100%;
	clear: both;
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 50px;
	margin-top: 150px;
}
.SearchWrap .Stitle{
	float: left;
	width: 100%;
	clear: both;
	color: #152e54;
	font-size: 30px;
	font-family: 'futura-heavy-bt';
	margin: 0 0;
}
.SearchWrap .Sresult{
	float: left;
	width: 100%;
	margin-top: 15px;
	list-style: none;
}
.SearchWrap .Sresult a{
	float: left;
	width: 100%;
    border-radius: 5px;
    padding: 20px;
    clear: both;
    box-shadow: 1px 3px 8px 0px #4e4f4e17;
    background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #152e54;
}


.RelService{
	margin-top: 0;
}
.RelService .RelServiceTitle{
	float: left;
    width: 100%;
	text-align: center;
    clear: both;
    font-size: 56px;
    color: #152e54;
    font-family: 'futura-heavy-bt';
    margin: 0 0 40px 0;
	text-transform: uppercase;
}
.RelService .ServicesWrap{
	padding: 0;
	border: none !important;
}
.RelService .ServicesWrap .ServicesItem{
	position: relative;
	overflow: inherit;
}
.RelService .ServicesWrap .ServicesItem .ServicesItemInner .ser-content{
	height: 63px;
	overflow: hidden;
}
.RelService .ServicesWrap .ServicesItem .ServicesItemInner h3, .RelService .ServicesWrap .ServicesItem .ServicesItemInner h4.service-heading{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.RelService .ServicesWrap .ServicesItem .RSleft{
	position: absolute;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: -50px;
    cursor: pointer;
}
.RelService .ServicesWrap .ServicesItem .RSright{
	position: absolute;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    right: -50px;
    cursor: pointer;
}

.ServiceTabs:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/*background-image: url(../images/stab-upper.png);*/
	height: 120px;
	background-size: cover;
	content: "";
	background-position: 50% 27%;
	/*background-repeat: no-repeat;
    background-size: cover;*/
	background-size: auto;
    background-repeat: repeat-x;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,d5d9e1+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(213,217,225,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(213,217,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(213,217,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#d5d9e1',GradientType=0 ); /* IE6-9 */
}
.ServiceTabs:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-image: url(../images/stab-bottom.png);*/
	height: 120px;
	background-size: cover;
	content: "";
	background-size: auto;
    background-repeat: repeat-x;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5d9e1+0,d5d9e1+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(213,217,225,1) 0%, rgba(213,217,225,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(213,217,225,1) 0%,rgba(213,217,225,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(213,217,225,1) 0%,rgba(213,217,225,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9e1', endColorstr='#00d5d9e1',GradientType=0 ); /* IE6-9 */
}
.ServiceTabs{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	padding: 120px 0;
}
.ServiceTabsInner{
	float: left;
	width: 100%;
	background: #d5d9e1;
}

.ServiceTabs .ServiceTabsInner .nav-tabs{
	border-bottom: solid 3px #ffffff;
	display: block;
	float: left;
	width: 100%;
}
.ServiceTabs .ServiceTabsInner .nav-tabs li{
	float: left;
	width: calc(100% / 8);	
}
.ServiceTabs .ServiceTabsInner .nav-tabs li button{
	background: transparent;
    padding: 0 10px;
    border: none !important;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #152e54;
    font-size: 12px;
    line-height: 16px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
}
.ServiceTabs .ServiceTabsInner .nav-tabs li button p{
	margin: 0;
	height: 54px;
	overflow: hidden;
}
.ServiceTabs .ServiceTabsInner .nav-tabs li button.active:after{
	content: "";
	left: 0;
	right: 0;
	bottom: -2px;
	background: #152e54;
	height: 3px;
	position: absolute;
}
.ServiceTabs .ServiceTabsInner .nav-tabs li button span{
	width: 80px;
	height: 80px;
	background: #152e54;
	border-radius: 100%;
	margin: auto;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.ServiceTabs .ServiceTabsInner .nav-tabs li button span img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70px;
    width: auto;
}
.ServiceTabs .ServiceTabsInner .tab-content{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 50px;
}
.ServiceTabs .ServiceTabsInner .tab-content .sttitle{
	float: left;
    width: 100%;
    font-size: 56px;
    color: #152e54;
    font-family: 'futura-heavy-bt';
    margin: 0 0 30px 0;
    line-height: 56px;
	text-transform: uppercase;
}
.ServiceTabs .ServiceTabsInner .tab-content .stcontent{
	float: left;
    width: 100%;
    font-size: 56px;
    color: #152e54;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
	font-weight: 300;
}
.ServiceTabs .ServiceTabsInner .tab-content .srbtn{
	float: left;
    font-family: 'futura-heavy-bt';
    font-size: 14px;
    text-transform: uppercase;
    background: #152e54;
    color: #fff;
    padding: 13px 30px;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-top: 15px;
}
.ServiceTabs .ServiceTabsInner .tab-content .srbtn:hover, .ServiceTabs .ServiceTabsInner .tab-content .srbtn:active, .ServiceTabs .ServiceTabsInner .tab-content .srbtn:focus{
	background: #a4a4a4 !important;
	color: #fff !important;
}
.ServiceTabs .ServiceTabsInner .tab-content .cRightimg{
	float: right;
	width: 90%;
	margin: auto;
	border-radius: 100%;
}


.EnqFormPop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	transform: scale(0);
	transition-duration: .5s;
	z-index: 99999999999999;
}
.EnqFormPop.active{
	transform: scale(1);
	transition-duration: .5s;
}
.EnqFormPop .EnqFormPopInner{
	padding: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	width: 45%;
}
.EnqFormPop .EnqFormPopInner .close-EnqForm{
	position: absolute;
    right: 10px;
    top: 10px;
    padding: 13px;
    width: 40px;
    height: 40px;
    z-index: 999;
	cursor: pointer;
}


.intl-tel-input .flag-container{
	height: 60px !important;
}

#slider-2-slide-2-layer-1 {
	font-family: 'Futura-Book' !important;
}



.HomeSlider.mobileSlider{
	display: none;
}
.HomeSlider{
	float: left;
	width: 100%;
	clear: both;
}
.HomeSlider .hSliderItem {
	position: relative;
}
.HomeSlider .hSliderItem .Hsimg{
	float: left;
	width: 100%;
	height: auto;
}
.HomeSlider .hSliderItem .container{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	max-width: 1400px;
}
.HomeSlider .hSliderItem .container .hSliderItemInner{
	position: absolute;
    left: 15px;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    width: 45%;
	left: -50%;
	transition: all 1.3s;
}
.HomeSlider .hSliderItem.active .container .hSliderItemInner{
	left: 15px;
	transition: all 1.3s;
}
.HomeSlider .hSliderItem .container .hSliderItemInner .Hstitle{
	font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase;
    color: rgb(21, 46, 84);
    text-align: left;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    opacity: 1;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.HomeSlider .hSliderItem .container .hSliderItemInner .HsuTitle{
	color: rgb(21, 46, 84);
    font-size: 18px;
	text-transform: uppercase;
	font-family: 'Futura-Book' !important;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.HomeSlider .hSliderItem .container .hSliderItemInner .HsTitle{
	float: left;
	clear: both;
	color: rgb(21, 46, 84);
	line-height: 37px;
	font-weight: 500;
    font-size: 40px;
	text-transform: uppercase;
	font-family: 'Futura-medium' !important;
}
.HomeSlider .hSliderItem .container .hSliderItemInner .Hscontent{
	font-family: Poppins;
	color: rgb(21, 46, 84);
	font-weight: 300;
    font-size: 16px;
	line-height: 23px;
	float: left;
	clear: both;
	margin-bottom: 30px;
}
.HomeSlider .hSliderItem .container .hSliderItemInner .Hscontent b{
	font-weight: 600;
}
.HomeSlider .hSliderItem .container .hSliderItemInner .HsButton{
	float: left;
	clear: both;
	background-color: rgb(21, 46, 84);
	color: #fff;
	font-family: 'futura-heavy-bt' !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
	border-radius: 25px;
	padding: 10px 35px;
	transition: all .3s;
}

.HomeSlider .hSliderItem .container .hSliderItemInner .HsButton:hover,
.HomeSlider .hSliderItem .container .hSliderItemInner .HsButton:active,
.HomeSlider .hSliderItem .container .hSliderItemInner .HsButton:focus{
    background-color: #A4A4A4;
	color: #fff;
	transition: all .3s;
}

.HomeSlider .lSPager{
	position: absolute;
    right: 1%;
    top: 50%;
    margin: 0;
    transform: translateX(0) translateY(-50%);
    width: auto;
	z-index: 99;
}
.HomeSlider .lSPager li{
	clear: both;
	float: left;
}
.HomeSlider .lSPager li a{
	width: 6px !important;
	height: 6px !important;
	background: #fff !important;
	overflow: visible !important
}
.HomeSlider .lSPager li.active a:before{
    content: "";
    left: -5px;
    top: -5px;
    border: solid 1px #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 999;
    border-radius: 100%;
}
.home-contentArea{
	float: left;
	width: 100%;
	clear: both;
}


.homeSimg img{
	width: calc(100% - 65px) !important;
}

.ScupW{
	display:none !important;
    position: fixed;
    z-index: 999;
    bottom: 25px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.futuraf,
.futuraf *{
	font-family: 'futura-heavy-bt' !important;
}

.mDirec{
	display: none;
}

.col-content a {
	text-transform: inherit !important;
	display: inline-block !important;
}

a.enqForm,
.adpoutlinebtn,
.Subscribebtn a{
	padding: 12px 24px !important;
	height: auto !important;
	width: auto !important;
	line-height: 1 !important;
	font-size: 15px !important;
}

header.fixedHeader a.enqForm,
a.elementor-button:not(#clickherebtn):not(#PracticeAreaBtn):not(.adpoutlinebtn){
	padding: 12px 24px !important;
	height: auto !important;
	width: auto !important;
	line-height: 1 !important;
	font-size: 15px !important;
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important
}

a.enqForm:hover,
header.fixedHeader a.enqForm:hover,
a.elementor-button:not(#clickherebtn):not(#PracticeAreaBtn):hover,
.wpcf7-submit:hover{
	background:#fff !important;
	color:#000 !important;
	border: 1px solid #000 !important
}
ul.FtrSocialIcons li a img, ul.FtrSocialIcons li a svg{
	width: 20px !important;
	height: 20px !important
}