/*
 Theme Name:   bkcapital child
 Template:     bkcapital

*/
body{
	--e-global-typography-primary-font-family : 'GeneralSans-Regular';
}
.elementor-kit-38{
	--e-global-typography-primary-font-family : 'GeneralSans-Regular' !important;
}
@font-face {
    font-family: 'GeneralSans-Extralight';
    src: url('fonts/GeneralSans-Extralight.woff2') format('woff2'),
        url('fonts/GeneralSans-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans-Bold';
    src: url('fonts/GeneralSans-Bold.woff2') format('woff2'),
        url('fonts/GeneralSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans-Light';
    src: url('fonts/GeneralSans-Light.woff2') format('woff2'),
        url('fonts/GeneralSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('fonts/GeneralSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans-Regular';
    src: url('fonts/GeneralSans-Regular.woff2') format('woff2'),
        url('fonts/GeneralSans-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans-Semibold';
    src: url('fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('fonts/GeneralSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.top-header .header-inner{
	max-width:1280px;
	margin:0 auto;
	padding:0;
	display:inherit;
}
.bottom-header .header-inner{
	max-width:1280px;
	margin:0 auto;
	padding:0;
	display:flex;
}
.top-header{
	float:left;
	width:100%;
	background:#0b0c26;
	padding:8px 0;
	display:none;
}
.header-cont-block{
	display:flex;
	align-items:center;
	gap:12px;
	float:left;
	width:auto;
	margin-right:30px;
	margin-top:14px;
}
.header-cont-block img{
	width:16px;
}
.header-cont-block p, .header-cont-block a{
    font-family: 'GeneralSans-Regular';
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin:0;
	text-decoration:none;
	line-height:22px;
	letter-spacing:0;
}

.header-social-icon {
    float: right;
    width: auto;
}
.header-social-icon ul{
    float: left;
    width: auto;
	margin:0;
}
.header-social-icon ul li{
    float: left;
    width: auto;
    margin: 0;
    list-style: none;
    width: 45px;
    height: 45px;
	transition:0.3s;
}
.header-social-icon ul li a {
    padding: 12px;
	transition:0.3s;
	float: left;
    width: 100%;
}
.header-social-icon ul li:hover{
	background:#EFB751;
	border-radius:100%;
}
.header-social-icon ul li img{
	width:25px;
}

.site-logo img {
    max-height: inherit;
    width: 280px;
}
.primary-menu li a{
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	padding: 45px 15px;
	text-decoration:none !important;
	color:#002778 !important;
}
.primary-menu li a:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#EFB751;
}
.primary-menu li a:hover:before{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.footer-top.has-social-menu{
	display:none;
}
#site-footer{
    background: url(/wp-content/uploads/2024/06/footer.jpg) no-repeat center;
    height: auto;
    background-size: cover;
    background-position: center;
	position:relative;
	float:left;
	width:100%;
	padding-bottom:0;
}
footer#site-footer::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #073579;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.9;
}
.footer-row{
	padding:80px 0;
	float:left;
	width:100%;
}
#site-footer .section-inner{
	position:relative;
	z-index:1;
	display:inherit;
	width:100%;
	max-width:1280px;
}
.footer-block p{
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
	letter-spacing:0;
}
footer .header-social-icon {
    float: left;
    width: auto;
    margin-top: 30px;
}
.footer-block:first-child {
    width: 40%;
    float: left;
    padding-right: 100px;
    margin-top: 0;
}
.footer-block.cols-11{
	width: 30%;
	float:left;
}
.footer-block.cols-2{
	width:30%;
}
.footer-block.cols-1>img{
	margin-bottom:20px;
} 
.footer-block{
	float:left;
	width:25%;
}
.footer-block h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer-block h3::after{
	content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
	background:#EFB751;
}
.footer-cont-row.ph-number p a{
	font-size:24px;
}
.footer-block ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.footer-block ul li {
	list-style:none;
	margin:0;
	font-weight: 400;
    color: #fff;
	font-size:16px;
	line-height:20px;
	margin-bottom:15px;
	font-family: 'GeneralSans-Regular';
	letter-spacing:0;
}
.footer-block ul li a{
	color:#fff;
	text-decoration:none !important;
	transition:0.3s;
	position:relative;
}
.footer-block ul li a::after{
	width:0;
	height:2px;
	background:#fff;
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	transition:0.3s;
}
.footer-block ul li a:hover::after{
	width:100%;
}
.footer-block .header-social-icon ul li{
	margin-right:10px;
}
.footer-block .header-social-icon ul li a{
	border:1px solid #fff;
	border-radius:100%;
}
.footer-block .header-social-icon ul li:hover a{
	border:1px solid #EFB751;
}
.footer-cont-row:first-child{
	align-items:self-start;
}
.footer-cont-row{
    display: flex;
    align-items: center;
	margin-bottom:20px;
}
.footer-cont-row:nth-child(2) span{
	padding:0;
}

.footer-cont-row span {
    padding: 6px;
    box-sizing: border-box;
    width: 50px;
}
.footer-cont-row img{
	width:50px;
}
.footer-cont-row p{
	padding-left:20px;
	width:calc(100% - 50px);
}
.footer-cont-row p a{
	color:#fff;
	text-decoration:none !important;
    font-size: 17px;
}
.footer-cont-row:nth-child(2) p a{
	color:#fff;
	text-decoration:none !important;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.footer-cont-row a{
	position:relative;
}
.footer-cont-row a::after{
	width:0;
	height:2px;
	background:#fff;
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	transition:0.3s;
}
.footer-cont-row a:hover::after{
	width:100%;
}
.footer-bottom {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 30px 0;
}
.footer-bottom p{
	font-size:14px;
	line-height:18px;
	font-family: 'GeneralSans-Regular';
	color:#fff;
	margin:0;
	letter-spacing:0;
}
.to-the-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    animation-name: scrollTopAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.to-the-top-long{
	font-size:0;
}
.to-the-top  span {
    font-size: 30px;
    width: 100%;
    padding: 10px;
    color: #073579;
    background: #EFB751;
    border-radius: 100px;
	display:inline-block;
}
.to-the-top-short{
	display:none !important;
}
.home-about{
	padding:100px 0;
}
.home-about .elementor-widget-image img{
	width:100%;
	border-radius:7px;
}
.we-do-section{
	padding:100px 0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}
.we-do-section .elementor-widget-heading.sub-head .elementor-heading-title{
	font-size:20px;
	line-height:24px;
	color:#073579;
	font-family: 'GeneralSans-Regular';
	font-weight:400;
	text-transform:capitalize;
	letter-spacing:0;
	margin:0;
}

.icon-box-row .elementor-widget-heading .elementor-heading-title {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 25px;
}
.icon-box-row {
    gap: 25px !important;
}
.custom_service_list:hover {
    box-shadow: 0 2px 12px 0 rgba(36,50,66,.075);
    transform: scale(1.05);
}
.icon-box-row .elementor-widget-heading .elementor-heading-title:before {
    content: '';
    width: 70px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EFB751;
    right: 0;
    margin: 0;
}
.icon-box-row .elementor-widget-heading .elementor-heading-title::after {
    width: 50px;
    height: 4px;
    content: "";
    position: absolute;
    background: #EFB751;
    left: 50%;
    transform: translateX(-50%) scale(0);
    bottom: -20px;
	transition:0.3s;
	display:none;
}
.icon-box-row .elementor-widget-heading .elementor-heading-title {
    font-family: 'GeneralSans-Medium';
    font-weight: normal;
    color: #073579;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 25px;
}
.e-con-full.e-flex{
	gap:0;
}
/* .icon-box-row .e-con.e-flex:hover .elementor-widget-text-editor .elementor-widget-container{
	transform:translateY(20px);
} */
.icon-box-row .elementor-widget-image img {
    width: auto;
}
.icon-box-row .elementor-widget-image .elementor-widget-container:before {
    border-bottom: solid 3px #073579;
    border-right: solid 3px #073579;
	top: 22px;
    right: -18px;
	content: "";
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    -webkit-transform: scaleY(1.7) rotate(-45deg);
    -ms-transform: scaleY(1.7) rotate(-45deg);
    transform: scaleY(1.7) rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display:none;
}
.icon-box-row .elementor-widget-image .elementor-widget-container {
    position: relative;
    width: 60px;
    height: auto !important;
    background-color: transparent;
    text-align: center;
    padding: 18px 0;
}
.icon-box-row .elementor-widget-image .elementor-widget-container:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    -webkit-transform: scaleY(1.7) rotate(-45deg);
    -ms-transform: scaleY(1.7) rotate(-45deg);
    transform: scaleY(1.7) rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	bottom: 22px;
    left: -18px;
    border-top: solid 3px #073579;
    border-left: solid 3px #073579;
	display:none;
}

.icon-box-row .e-con.e-flex:hover .elementor-widget-heading .elementor-heading-title::after {
	transform: translateX(-50%) scale(1);
}
/*.icon-box-row .e-con.e-flex:hover .elementor-widget-image .elementor-widget-container{
	border-top: solid 3px #EFB751;
    border-bottom: solid 3px #EFB751;
}
.icon-box-row .e-con.e-flex:hover .elementor-widget-image .elementor-widget-container:before{
	border-bottom: solid 3px #EFB751;
    border-right: solid 3px #EFB751;
}
.icon-box-row .e-con.e-flex:hover .elementor-widget-image .elementor-widget-container:after{
	border-top: solid 3px #EFB751;
    border-left: solid 3px #EFB751;
}*/
.icon-box-row .elementor-widget-button .elementor-button {
    padding: 0;
    font-size: 16px;
    color: #073579;
    text-transform: capitalize;
    margin-top: 15px;
	position:relative;
}
.icon-box-row .elementor-widget-button .elementor-button::after {
    width: 0;
    height: 4px;
    content: "";
    position: absolute;
    background: #EFB751;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    transition: 0.3s;
}
.icon-box-row .e-con.e-flex:hover .elementor-widget-button .elementor-button::after {
	width:100%;
}
/* .icon-box-row .e-con.e-flex:hover .elementor-widget-button .elementor-button {
    transform: translateY(30px);
} */
.e-con.e-flex>.e-con-inner{
	max-width:1280px;
}
.primary-text .elementor-widget-container ul{
	margin:0;
}
.primary-text .elementor-widget-container{
    color: #333;
    line-height: 28px;
    font-family: 'GeneralSans-Regular';
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
}
.elementor-widget-heading.main-head .elementor-heading-title{
	font-size: 40px;
	 font-family: 'GeneralSans-Regular';
    font-weight: 400;
    color: #002778;
	margin:0 0 42px 0;
	padding-bottom:18px;
	position:relative;
	letter-spacing:0;
	line-height:46px;
	padding-bottom:30px;
}

.elementor-widget-heading.main-head .elementor-heading-title::before {
    content: '';
    width: 70px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
	background:#EFB751;
}

.home-team .elementor-widget-heading.main-head .elementor-heading-title{
	color:#fff;
}
.elementor-widget-heading.main-head.center-align .elementor-heading-title::before{
	left: 50%;
    transform: translateX(-50%);
}
.home-team{
	padding:100px 0;
}
.home-team .e-con-full.e-flex {
    gap: 30px;
}
.home-about .primary-text .elementor-widget-container {
    width: 580px !important;
}

.home-team .eael-team-item .eael-team-content{
	padding:0;
	position:relative;
}
.home-team .eael-team-item .eael-team-member-name {
     font-family: 'GeneralSans-Regular';
    font-weight: 400;
    color: #fff !important;
    font-size: 24px;
    margin: 25px 0 0 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
.home-team .eael-team-item .eael-team-member-position {
    font-family: 'GeneralSans-Medium';
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	margin-bottom:40px;
	position:relative;
}
.home-team .eael-team-item .eael-team-member-position::after{
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -18px;
    background: #EFB751;
}

.home-team .eael-team-item .eael-team-content .eael-team-text{
	font-family: 'GeneralSans-Regular';
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
	margin: 8px 0 12px 0;
    line-height: 26px;
}
.home-team .eael-team-content li{
	margin:0;
}
.home-team  ul.eael-team-member-social-profiles{
	position:absolute;
	top:0;
	right:0;
}
.home-why-us{
	padding:100px 0;
}
.home-logo{
	padding:100px 0;	
}
.home-logo .elementor-widget-image-carousel .swiper-slide {
    min-height: 130px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-logo .elementor-widget-image-carousel .swiper-slide img {
    height: 72px;
    width: auto;
    object-fit: contain;
	transition:0.3s;
}
.home-logo .elementor-widget-image-carousel .swiper-slide:hover img{
	filter: none;
}
.primary-button.elementor-widget-button .elementor-button {
    background: #EFB751;
    padding: 16px 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
	text-transform:uppercase;
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    border-radius: 0px;
    min-width: 180px;
	margin-top:50px;
	position:relative;
	z-index:1;
	border-radius:5px;
}
.primary-button.elementor-widget-button .elementor-button::after{
	background:#073579;
	width:0;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	top:0;
	transition:0.3s;
	z-index:-1;
	border-radius:5px;
}
.primary-button.elementor-widget-button .elementor-button:hover::after{
	width:100%;
}
.primary-button.elementor-widget-button .elementor-button:hover{
	color:#fff;
}
.testimonial-slider{
	padding:100px 0 50px 0;
}
.testimonial-slider.e-con.e-flex>.e-con-inner{
	background:#F5F5F5;
	padding:0 0 50px 0;
}
.testimonial-slider h3.sp-testimonial-post-title {
    display: none;
}
.sp-testimonial-free-section .sp-testimonial-client-image img{
	border-radius:0;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    padding: 65px 20px;
	margin-right:0;
	border-radius:100%;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	margin-top:10px;
}
#sp-testimonial-free-wrapper-230 .sp-testimonial-free-section .sp-testimonial-client-image img {
    background: #ffffff;
    border: 0px solid #dddddd;
    padding: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
   font-family: 'GeneralSans-Regular';
    font-size: 18px;
	line-height:28px;
    font-weight: 400;
    color: #333;
    text-align: center;
	min-height: auto;
    max-width: 800px;
    margin: 0 auto;
	margin-bottom: 50px;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
    font-family: 'GeneralSans-Semibold';
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #0b0c26;
    letter-spacing: 0;
    text-align: center;
	position:relative;
}
.sp-testimonial-free-section .sp-testimonial-client-name::before {
    content: '';
    width: 70px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -25px;
    background: #EFB751;
    left: 50%;
    transform: translateX(-50%);
}
	
.sp-testimonial-free-section .sp-testimonial-client-rating{
	text-align:center;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
	line-height:22px;
    font-weight: 400;
	text-align:center;
}

#sp-testimonial-free-wrapper-230 .sp-testimonial-free-section {
    margin: 0 !important;
}
.swiper-backface-hidden .swiper-slide{
	padding-bottom:50px;
}
.sp-testimonial-free-section .testimonial-pagination {
    text-align: left;
    bottom: 20px !important;
    float: left;
    width: auto !important;
    left: 320px !important;
	display:none;
}
.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet{
	background:#000 !important;
}
.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#EFB751 !important;
}
#site-footer a{
	text-decoration:none !important;
	
}
a.to-the-top{
 -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;	
}
.we-provide .elementor-widget-image img{
    height: 720px;
    object-fit: cover;
	border-radius:7px;
}
.home-logo .primary-text .elementor-widget-container{
	max-width:820px;
	margin:0 auto;
}
#sp-testimonial-free-wrapper-230 .sp-testimonial-free-section .testimonial-nav-arrow {
    background: transparent !important;
    border: none !important;
    color: #073579 !important;
    font-size: 55px !important;
}
.request-quote .primary-button.elementor-widget-button .elementor-button{
	margin:0;
}
.request-quote{
	padding:30px 0;
}
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
.request-quote .elementor-widget-text-editor .elementor-widget-container{
    color: #fff;
    line-height: 28px;
    font-family: 'GeneralSans-Regular';
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
}
.counter-section{
	padding:100px 0;
}
.counter-section .elementor-widget-heading.main-head .elementor-heading-title {
  	color:#fff;
	text-align:center;
}
.counter-row .elementor-widget-counter .elementor-counter-number-wrapper{
    font-family: 'GeneralSans-Light';
    font-weight: 900;
    font-size: 48px;
	color:#fff;
	margin-bottom:10px;
}
.counter-row .elementor-widget-counter .elementor-counter-title{
	color:#fff;
	font-weight: 300;
    font-size: 18px;
	font-family: 'GeneralSans-Regular';
	line-height:22px;
}
.counter-row .elementor-widget-image img{
	width:70px;

}
.counter-row .e-con-full.e-flex:hover .elementor-widget-image img{
		-webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.counter-section .elementor-widget-heading.main-head .elementor-heading-title::before{
    left: 50%;
    transform: translate(-50%);
}
.counter-section.e-con.e-flex>.e-con-inner{
	max-width:1080px;
}

.icon-listing-new .elementor-widget-image-box .elementor-image-box-title{
    font-size: 18px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 0;
	color:#fff;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.counter-row .elementor-counter {
    align-items: flex-start;
	padding-left:22px;
}
.home-team.e-con.e-flex>.e-con-inner{
	max-width:1080px;
}
.home-team .eael-team-image>figure img {
    height: auto;
    object-fit: cover;
    height: 320px;
	transition:0.3s;
	border-radius:7px;
}

.request-quote .primary-button.elementor-widget-button .elementor-button::after{
	background:#fff;
}
.request-quote .primary-button.elementor-widget-button .elementor-button:hover{
	color:#073579;
}
.depicter-revert .depicter-1-element-37, .depicter-revert .depicter-1-element-37, .depicter-revert .depicter-1-element-52, .depicter-revert .depicter-1-element-53{
	position:relative;
}
.depicter-revert .depicter-1-element-11::after, .depicter-revert .depicter-1-element-37::after, .depicter-revert .depicter-1-element-52::after, .depicter-revert .depicter-1-element-53::after {
    position: absolute;
    width: 0;
    height: 100%;
    content: "";
    background: #efb751;
    z-index: -1;
	transition:0.3s;
	left:0;
	border-radius:3px;
}
.depicter-revert .depicter-1-element-11:hover::after, .depicter-revert .depicter-1-element-37:hover::after, .depicter-revert .depicter-1-element-52:hover::after, .depicter-revert .depicter-1-element-53:hover::after {
	width:100%;
}
.depicter-revert .depicter-1-element-11:not(.depicter-hover-off):hover, .depicter-revert .depicter-1-element-37:not(.depicter-hover-off):hover, .depicter-revert .depicter-1-element-52:not(.depicter-hover-off):hover, .depicter-revert .depicter-1-element-53:not(.depicter-hover-off):hover{
	background:transparent !important;
	border-color: #efb751 !important;
}
.header-social-icon ul li a::after{
	display:none;
}
.footer-block.cols-1 a {
    margin-bottom: 20px;
    display: inline-block;
}
.home-contact{
	padding:100px 0;
}
.home-contact .elementor-widget-image-box .elementor-image-box-title {
    font-size: 20px;
    font-family: 'GeneralSans-Medium';
    font-weight: 400;
    color: #073579;
    margin: 0 0 0 0;
    padding-bottom: 5px;
    position: relative;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.home-contact .location .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 36px;
}
.home-contact .phone .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 32px;
}
.home-contact .email .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 32px;
}
.home-contact .elementor-widget-image-box .elementor-image-box-img {
    display: inline-block;
    width: 50px;
}
.home-contact .elementor-widget-image-box .elementor-image-box-content{
	width:calc(100% - 50px) !important;
}
.home-contact .elementor-widget-image-box .elementor-image-box-description{
    font-family: 'GeneralSans-Regular';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
    text-align: left;
    min-height: auto;
    max-width: 350px;
    margin-bottom: 0;
}
.home-contact  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    align-items: flex-start;
    max-width: 450px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd !important;
}
.home-contact .elementor-widget-image-box.elementor-vertical-align-top:last-child .elementor-image-box-wrapper{
	border:none !important;
	margin:0;
	padding:0;
}
.home-contact iframe{
    border: 10px solid #fff !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.home-contact .e-con-full.e-flex{
	background:#f4f4f4;
	padding:30px 50px;
}
.depicter-admin-notices{
	display:none !important;
}

.home-contact .email.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{
	border:none !important;
}
/* css by sehjad */

.inner_title h1{
	   font-size: 54px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    color: #ffffff !important;
    margin: 0 0 0px 0;
    padding-bottom: 18px;
    position: relative;
    letter-spacing: 0;
    line-height: 46px;
}
.inner_title h1::before {
    content: '';
    width: 70px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EFB751;
}
.breadcum.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{
	font-size: 16px;
}
.paragraph-bk p{
	    font-family: 'GeneralSans-Regular';
	font-size:18px;margin:0px; line-height:24px;
}
.who_we_text span{
		font-size:16px;
	display:flex;
	line-height:20px
}
.font-medium h3,.font-medium h1{
 font-family: 'GeneralSans-Medium' !important;
}
.services_section h3{
	 font-family: 'GeneralSans-Medium' !important;
	position:relative;
	margin-bottom: 20px;
    padding-bottom: 15px;
}
.services_section h3::before {
    content: '';
    width: 70px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EFB751;
}
.services_section .inner_point{
	padding-left:10px;
	font-family:'GeneralSans-Regular' !important;
	font-size: 16px;
	margin-bottom:10px
}
.menu-services-container ul{
	    padding-top: 10px;
    padding-bottom: 10px;
	border-left: 6px solid #073579;
    margin: 0;
	padding-left: 0;
	margin-bottom: 50px;
	
}
.menu-services-container li{
	list-style:none;margin:0px;
	margin-bottom:20px;
	padding: 7px 0;
	padding-left: 20px;position: relative;
}

.menu-services-container li a{
		font-family:'GeneralSans-Regular'; 
		font-size:18px;color:#073579;
}
.menu-services-container li.current_page_item a{
	    font-family: 'GeneralSans-Semibold';
}
.menu-services-container li.current_page_item:after {
    content: "";
    position: absolute;
    left: -6px;
    width: 6px;
    height: 100%;
    background: #EFB751;
    top: 0;
}
.menu-services-container li:last-child{
	margin-bottom:0px;
}
.services_section .elementor-image-box-content .icon_width{width:50%}
.services_section .elementor-image-box-content .icon_width h4{
			font-family:'GeneralSans-Regular'; color:#000;
	font-size:22px;
	font-weight: normal;
}
.services_section .elementor-image-box-content .icon_width ul{
	margin-left: 10px;margin-top:15px;
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
}
.services_section .elementor-image-box-content .icon_width ul li{
	line-height:24px;
}
.services_section .elementor-image-box-content .ico_wrapper{
	display: flex;
}




.contact-form input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;


    transition: all 0.3s ease-in-out;

    font-size: 16px;
    color: #000;

    line-height: 26px;
    border: 1px solid #dddddd;
    min-height: 60px;
    border-radius: 3px;
    font-family: 'GeneralSans-Regular';
/* 	font-family: 'GeneralSans-Regular'; */
}

.contact-form textarea {
    width: 100%;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    resize: none;
    border: 1px solid #dddddd;
    min-height: 60px;
    border-radius: 3px;
    font-family: 'GeneralSans-Regular';
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #000;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #000;
}

.contact-form select {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #000;
    font-family: 'GeneralSans-Regular';
    line-height: 26px;
    height: 60px;
    margin-bottom: 0;
    border: 1px solid #dddddd;
    min-height: 60px;
    border-radius: 3px;
    font-family: 'GeneralSans-Medium';
    padding: 1.5rem 1.8rem;
    background: #fff;
}

.contact-form .contact-row {
    width: 100%;
    margin-right: 0;
}

.contact-form .contact-row.col-last {
    margin-right: 0;
}

.contact-form .contact-row {
    float: left;
}

.contact-form .contact-row.col-5 {
    width: 48%;
    margin-right: 4%;
    float: left;margin-bottom: 30px;
}
.width-full{
	width:100%;
}
.submit-row{
	    width: 100%;
    float: left;
    text-align: center;
}
.contact-form .elementor-widget-shortcode {
    margin-top: 30px;
}

.contact-form .contact-row.col-5.right-col {
    margin-right: 0;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.submit-row {
    width: 100%;
    float: left;
    text-align: center;
}

.contact-form .submit-row input[type="submit"] {
/*     height: auto;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 16px 35px;
    border-radius: 10px;
    position: relative;
    text-align: center; */
    font-family: 'GeneralSans-Bold';
	background: transparent;
    border: 0;
    text-decoration: none !important;
/*     background-color: #000000;
    
    margin-top: 50px; */
}

.contact-form .primary-button.elementor-widget-button .elementor-button{
	padding: 0;
}
.wpcf7-response-output{
	    display: flex;
    margin-top: 20px;
    float: left;
    width: 100%;font-family: 'GeneralSans-Regular';
}
.wpcf7-not-valid-tip{
	font-family: 'GeneralSans-Regular';
}
.contact_detail .elementor-image-box-description a{
	color:#000;
		font-family: 'GeneralSans-Regular';
}
.primary-menu ul{
	background: #073579 !important;
	width: 31rem;
}
.primary-menu ul::after{
	border-bottom-color: #073579 !important;
}
.primary-menu .sub-menu li a{
	padding: 15px 15px;
    text-decoration: none !important;
    color: #fff !important;
}
body:not(.overlay-header) .primary-menu > li > .icon{
	color: #000 !important;
}
.primary-menu .sub-menu li a:before{
	top:auto;
	bottom:0px;
	height: 3px;
}
.career .primary-button.elementor-widget-button .elementor-button{
	margin-top: 0; 
	min-width:auto;
}
.career > .e-con-inner {
    background: #fff;
    border-radius: 7px;
    padding: 20px !important;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
}
input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 0 0 5px 0;
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #ededed;
}
.wpcf7 input[type="file"] {
    padding: 14px 18px !important;
}
.contact-form span.note {
    font-size: 12px;
	font-family: 'GeneralSans-Regular';
    color: #000;
    line-height: 18px;
}
.contact_us_form{
	    max-width: 700px !important;
}
.contact_us_form .elementor-widget-container,.career_page_form .elementor-widget-container{
	display:flex;
	border-radius:16px;
}
.contact_us_form .contact-row.col-5{
	    width: 100%;
    margin-right: 0;
}
/* end css by sehjad */

.services_section.services_section_new h3 strong {
    font-family: 'GeneralSans-Bold';
    font-weight: normal;
    font-size: 35px;
    color: #00297c;
}
.services_section.services_section_new h3 {
    text-transform: uppercase;
    font-family: 'GeneralSans-Light' !important;
    letter-spacing: 0 !important;
    line-height: 38px;
}
.services_section.services_section_new h3::before {display:none;}
.primary-text.primary-text-new b {
    width: 100%;
    display: table-cell;
    color: #000;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
	line-height:28px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: 10px;
    font-family: 'GeneralSans-Medium';
    letter-spacing: 0.2px;
}
.primary-text.primary-text-new .elementor-widget-container {
    background: #fff;
    border-radius: 0;
    padding: 30px;
    border-left: 5px solid #efb751;
}
.primary-text.primary-text-new span {
    line-height: 1.4;
    font-size: 18px;
}
.primary-text.primary-text-new .elementor-widget-container {
    margin: 0 0 20px 0;
}

.service_page_detail.service_page_detail_new {
    display: inline-block;
}
.primary-text.primary-text-new {
    width: 100%;
    margin: 0;
    float: left;
}

.service_page_detail p b{
     font-family: 'GeneralSans-Semibold';
}
.services_main_wrapper > .e-con-inner{
	align-items: flex-start !important;
}
#site-content{    overflow: visible;}
.services_main_wrapper > .e-con-inner .sticky_section{
	position: sticky;
    top: 100px;
    left: 0;
    display: flex;
}

.member-detail .e-con-full.e-flex .elementor-widget-heading .elementor-heading-title{
    font-family: 'GeneralSans-Medium' !important;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 5px;
	font-size: 28px;
    font-weight: 600;
	color:#000000;
}
.e-con-full.e-flex.member-detail {
    padding-right: 70px !important;
}
.e-con-full.e-flex.member-detail .elementor-widget-image {
	margin-bottom:20px;
}
.pofile_image .gallery-icon img {
    height: 75px;
    object-fit: contain;
}
.profile_contact .elementor-heading-title.elementor-size-default {
    font-family: 'GeneralSans-Medium' !important;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}
.profile_contact {
    display: inline-block !important;
    
}
.profile_con_block {
    width: 31.28%;
    float: left;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0;
    margin-right: 2.5%;
    min-height: 175px;
    border-top: 4px solid #efb751;
}
.profile_con_block img {
    width: 42px;
}
.profile_con_block p.elementor-image-box-description {
    color: #333;
    line-height: 24px;
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
    font-weight: 500;
}
.profile_con_block.profile_con_block0 { margin-right:0;}

.pofile_image .gallery {
    margin: 0;
}
.pofile_image.elementor-widget {
    border: 1px solid #ddd;
    padding: 20px 25px;
    margin: 25px 0 40px 0 !important;
}
.member-detail img {
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075) !important;
}
.who_we_text.who_we_text1 .primary-text .elementor-widget-container {padding:0 10px;}
.home-team .eael-team-item .eael-team-content .eael-team-text a {
    color: #efb751;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
.profile_con_block p.elementor-image-box-description a {
    color: #333;
}
.home-about .custom_height.elementor-widget-image img {
    width: 100%;
    border-radius: 7px;
    height: 600px;
    object-fit: cover;
}
.about_new_section .elementor-widget-heading.main-head .elementor-heading-title::before {
    margin: auto;
    left: 0;
    right: 0;
}
.about_new_section .elementor-widget-heading.main-head .elementor-heading-title {
    margin-bottom: 24px;
}
.about_new_section_para .elementor-widget-container {
    width: 80%;
    margin: auto;
}

.faq-main .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: transparent;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #EFB751;
    stroke: #EFB751;
}
.faq-main .elementor-tabs-wrapper {
    text-align: center;
    margin: auto;
    width: auto;
    display: table;
}
.faq-main .elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: 1;
    background: transparent;
    border-radius: 5px 5px 0 0;
    margin: 0 50px !important;
    float: left;
    color: #fff;
    font-family: 'GeneralSans-Bold';
    font-size: 58px;
    border: none;
    width: auto;
	
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
    stroke: rgba(0, 0, 0, 0.2);
}
.faq-main .elementor-widget-tabs .elementor-tab-desktop-title, .faq-main .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after, .faq-main .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    border: none;
}
.faq-main .elementor-tabs .elementor-tab-content {
    border: none !important;
    padding: 70px;
    color: #000;
    font-family: 'GeneralSans-Regular';
    font-size: 24px;
    line-height: 32px;
	min-height:315px;
}
.faq-main .elementor-tabs .elementor-tabs-content-wrapper {
    margin-top: -5px;
}
.faq-main .elementor-tabs .elementor-tabs-content-wrapper {
    border: none;
    webkit-transform: translateY(0);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 7px;
    margin-bottom: 30px;
}
.tab_img {
    float: left;
    width: 120px;
    margin-right: 50px;
}
.tab_text {
    color: #333;
    line-height: 28px;
    font-family: 'GeneralSans-Regular';
    font-size: 18px;
	font-weight: 400;
    width: 84%;
    float: left;
    margin: 5px 0 0 0;
}
.depicter-layer-frame.depicter-symbol-layer.depicter-has-animation-in.depicter-has-animation-out.depicter-pos-absolute {
    display: block;
}
.home_about_left img {
    padding: 10px;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%) !important;
    height: 400px !important;
    object-fit: cover;
    object-position: top;
}
.home_about_left .elementor-heading-title.elementor-size-default {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    color: #00297c !important;
    font-size: 24px;
    margin: 25px 0 0 0;
    text-transform: capitalize;
    letter-spacing: 0;
	text-align:center;
}
.home_about_left .elementor-widget-container {
    text-align: center;
}
.menu-services-container li.current_page_item {
    background: #fff;
}
.sticky_section {
    background: #F1F8FF;
    padding: 0;
}
.menu-services-container ul {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 6px solid #073579;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    border: none;
}

.menu-services-container li {
    list-style: none;
    margin: 0px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	display:inline-block;
	width:100%;
}

.menu-services-container li a {display:inline-block;
	width:100%; padding: 20px 30px; border-left:6px solid transparent; }

.menu-services-container li a:hover {
    background: #fff;
    border-left: 6px solid #00297c;
}


.menu-services-container li.current_page_item {
    background: #fff;
}
.menu-services-container li.current_page_item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background: #EFB751;
    top: 0;
}
.menu-services-container li a img {
    width: 32px;
    margin-right: 15px;
    float: left;
    margin-top: -5px;
}
.primary-button.primary-button-services.elementor-widget-button .elementor-button {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service_page_detail.service_page_detail_new.service_cta .elementor-heading-title.elementor-size-default {
    font-family: 'GeneralSans-Bold';
    font-weight: normal;
    font-size: 32px;
    color: #000;
    line-height: 36px;
    margin-bottom: 15px;
}
.service_page_detail.service_page_detail_new.service_cta .elementor-widget-container {
    line-height: 1.4;
    font-size: 16px;
    color: #000;
}
.service_page_detail.service_page_detail_new.service_cta .primary-button.primary-button-services.elementor-widget-button .elementor-button {
    margin-top: 30px;
    margin-bottom: 0;
}
.last_para .elementor-widget-container {
    color: #333;
    line-height: 28px;
    font-family: 'GeneralSans-Regular';
    font-size: 18px;
    font-weight: 400;
}
.depicter-revert .depicter-1-element-11 ,
.depicter-revert .depicter-1-element-37{
    text-transform: uppercase !important;
}

.depicter-revert .depicter-1-element-11:hover ,
.depicter-revert .depicter-1-element-37:hover{
    color: #fff !important;
}

.custom_service_list {
    background: #fff;
    border-radius: 10px;
    padding:50px;
    column-gap: 20px;
}

.transaction-section .elementor-widget-image-box .elementor-image-box-description {
    color: #333;
    line-height: 26px;
    font-family: 'GeneralSans-Regular';
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0 !important;
    min-height: 50px;
}
.transaction-section .elementor-widget-image-box .elementor-image-box-img img{
	height:90px;
	width:auto;
	object-fit:contain;
	margin:auto;
}
.transaction-section .elementor-widget-image-box{
	padding:50px;
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom:30px !important;

}
.transaction-section .e-con.e-flex{
	width:31.7%;
	margin-right:2.5%
}
.transaction-section .e-con.e-flex:nth-child(3){
	margin-right:0 !important;
}
.transaction-section .elementor-widget-image-box.elementor-position-top .elementor-image-box-img{
	margin-bottom:0 !important
}

.sp-testimonial-free-section .sp-testimonial-client-name {margin-bottom:20px !important;}
.transaction-section .elementor-widget-image-box .elementor-image-box-description strong {
    font-weight: normal;
    font-family: 'GeneralSans-Bold';
    color: #000;
}

.transaction {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    color: #333;
    line-height: 26px;
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
    font-weight: 400;
    position: relative;
	text-align:center;
}
.investment_block .transaction{
	min-height: 210px;
}
.transaction strong {
    display: inline-block;
    width: 100%;
    font-family: 'GeneralSans-Bold';
    color: #00297c;
    
    padding-bottom: 2px;
}

.transaction-section .elementor-widget-image-box figure.elementor-image-box-img {
    width: 100% !important;
    max-width: 100%;
}
.transaction-section .elementor-widget-image-box .elementor-image-box-img img {
    height: 140px;
    width: 140px;
    object-fit: contain;
}
.transaction-section .elementor-widget-image-box {
    padding: 0 45px 20px 45px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px !important;
    min-height: 530px;
}
.transaction-section p.elementor-image-box-description {
    display: none;
}
.transaction b {
    font-family: 'GeneralSans-Bold';
}
.transaction.transaction1 {
    margin-bottom: 60px;
    min-height: 212px;
}
.transaction.transaction1:before {
    content: '';
    width: 70px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -35px;
    background: #EFB751;
    right: 0;
    margin: auto;
}

.transaction-section .article.elementor-widget-image-box {
    padding: 45px;
}
.transaction-section .article.elementor-widget-image-box .transaction {
    text-align: left;
    margin-bottom: 20px;
	min-height:400px;
}
.transaction-section .article.elementor-widget-image-box .transaction strong {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
	min-height:133px;
}
.transaction-section .article.elementor-widget-image-box .transaction strong:before {
    content: '';
    width: 70px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EFB751;
}
.transaction-section .article.elementor-widget-image-box .transaction:before {display:none;}
.transaction-section .article.elementor-widget-image-box .primary-button {
    position: absolute;
    bottom: 45px;
    left: 45px;
}
.transaction-section .article.elementor-widget-image-box .primary-button a {
    margin: 0;
    min-width: 145px;
    padding: 15px 30px;
}
.article .elementor-image-box-title {
    background: #f1f1f1;
    color: #333 !important;
    display: table;
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 100px;
    margin-bottom: 20px;
    font-weight: normal !important;
    font-family: 'GeneralSans-Medium' !important;
}
.primary-text.primary-text-new.number .elementor-heading-title.elementor-size-default {
    padding-right: 80px;
	position:relative;
}
.primary-text.primary-text-new.number:before {
    position: absolute;
    content: "";
    right: -6px;
    bottom: 8px;
    font-family: 'GeneralSans-Bold';
    font-weight: normal;
    font-size: 90px;
    color: #f7f7f7;
    line-height: 90px;
}

.primary-text.primary-text-new.number.number01:before {content: "01";}
.primary-text.primary-text-new.number.number02:before {content: "02";}
.primary-text.primary-text-new.number.number03:before {content: "03";}
.primary-text.primary-text-new.number.number04:before {content: "04";}
.primary-text.primary-text-new.number.number05:before {content: "05";}
.primary-text.primary-text-new.number.number06:before {content: "06";}
.primary-text.primary-text-new.number.number07:before {content: "07";}

.career_main {
    padding: 80px 0 0 0;
}
.why_career_left .elementor-heading-title.elementor-size-default {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'GeneralSans-Medium' !important;
    margin: 0;
    background: #365575;
    padding: 15px 25px;
    border-radius: 12px 12px 0 0;
}
.why_career_left .elementor-widget-text-editor .elementor-widget-container {
    color: #333;
    line-height: 28px;
    font-family: 'GeneralSans-Regular';
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 25px;
}

.why_career_right {
    background: #fff;
    border-radius: 7px !important;
    padding: 40px !important;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
}
.why_career_left {
    padding-right: 70px !important;
}
.why_career_right .elementor-widget-image-box .elementor-image-box-title {
    color: #073579;
    font-size: 20px;
    font-weight: 600;
    font-family: 'GeneralSans-Medium' !important;
}
.why_career_right .elementor-widget-image-box .elementor-image-box-description {
    color: #333;
    line-height: 28px;
    font-family: 'GeneralSans-Regular';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.why_career_right .elementor-image-box-description a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}
.why_career_right .primary-button.elementor-widget-button .elementor-button {
    margin: 0;
}
.process-main .elementor-widget-heading{
	width:16.666%;
	text-align:center;
}
.process-main  .elementor-widget-heading .elementor-heading-title{
	color:#073579;
	font-size:18px; 
	line-height:24px;
	font-family: 'GeneralSans-Medium';
    font-weight: 500;
    letter-spacing: 0;
	padding:10px 0;
}
.why-us-section .process-content-row .primary-text.elementor-widget{
	width:14.5%;
	margin-left:0;
	max-width:100% !important;
	text-align:center;
	margin:0 !important;
}
.process-content-row .primary-text .elementor-widget-container {
    color: #333;
    line-height: 22px;
    font-family: 'GeneralSans-Regular';
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
}
.process-section .elementor-widget-heading.main-head .elementor-heading-title{
	margin-bottom:80px;
}
.process-section{
	padding:100px 0;
}
.process-section .primary-text{
	margin-bottom:50px !important;
	margin-bottom:0 !important;
}
.who_we_text.journey-right .elementor-widget-image-box .elementor-image-box-title {
    font-size: 28px !important;
    line-height: 40px;
    max-width: 72%;
}
.who_we_text .primary-text .elementor-widget-container strong{
	font-weight:600;
	font-family: 'GeneralSans-Semibold';
	color:#073579;
	font-size:18px;
	line-height:24px;
}
.paragraph-bk.elementor-widget-text-editor .elementor-widget-container{
	font-family: 'GeneralSans-Regular';
	font-size:17px; 
	line-height:26px;
}
.journey-right .elementor-widget-heading p.elementor-heading-title{
	font-family: 'GeneralSans-Regular' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
.elementor-2305 .elementor-element.elementor-element-8236d8b .elementor-heading-title {
    color: #000000 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
}
.journey-right .primary-text .elementor-widget-container{
	font-size:16px;
	line-height:24px;
}
.journey-right.who_we_text .primary-text .elementor-widget-container strong{
	font-size:18px;
	line-height:28px;
}
.home-team.about-team .eael-team-image>figure img {
    height: 335px;
}
.why-us-section{
	padding:100px 0 0 0;
}
.why-us-section .primary-text.elementor-widget {
    max-width: 960px !important;
    margin: 0 auto;
}
.sticky_section.e-con-full.e-flex.member-detail {
    padding: 0 !important;
    background: transparent;
}
.culture-section .elementor-widget-image img{
	width:450px;
}
.left-right-section.e-con.e-flex>.e-con-inner {
    max-width: 1080px;
}
.journey-right.journey-left{
    position: sticky;
    top: 30px;
}
.icon-listing-new .elementor-widget-image-box .elementor-image-box-wrapper{
	 display: flex;
    align-items: center;
    gap: 20px;
}
a.inquiry-button {
    background: #EFB751;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    border-radius: 0px;
    min-width: 160px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    text-decoration: none;
	margin-left:20px;
}
a.inquiry-button::after {
    background: #073579;
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    z-index: -1;
    border-radius: 5px;
}
a.inquiry-button:hover::after{
	  width: 100%;
}
.primary-menu-wrapper ul.primary-menu li {
    margin-left: 7px !important;
}
.culture-section{
	padding:100px 0;
}
.culture-section .elementor-widget-heading.main-head .elementor-heading-title{
	color:#fff;
}
.culture-section .primary-text .elementor-widget-container{
	color:#fff;
	max-width:600px;
	margin:0 auto;
}
.milestone .elementor-widget-heading.main-head .elementor-heading-title {
    padding-bottom: 20px;
	margin: 0 0 30px 0;
}
.culture-section .primary-button.elementor-widget-button .elementor-button::after{
	background:#fff;
}
.culture-section .primary-button.elementor-widget-button .elementor-button:hover{
	color:#002778;
}
.culture-gallery .elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    height: 260px;
    object-fit: cover;
    width: 100%;
	border-radius:8px;
}
header.elementor-slideshow__header.elementor-lightbox-prevent-close, footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
.culture-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item a, .gallery-spacing-custom .elementor-image-gallery .gallery-icon{
	overflow:hidden;
	border-radius:8px;
}
.culture-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item a img{
	transition:0.3s;
}
.culture-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item a:hover img{
	transform:scale(1.1);
}
.home-contact .elementor-widget-heading.main-head .elementor-heading-title {
    font-size: 32px;
    padding-bottom: 15px;
}
.career .primary-text .elementor-widget-container{
	color:#EFB751;
	font-size:16px;
	line-height:24px; 
	font-weight:500;
	letter-spacing:0;
	margin-top:3px !important;
}

.home-contact iframe {
    border: none !important;
    box-shadow: none;
    height: 320px !important;
    border-radius: 12px;
}

.home-contact .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    width: 100%;
    max-width: 100%;
}

.home-contact .e-con-full.e-flex {
    background: transparent;
    padding: 40px 50px;
    border: 1px solid #ddd;
    border-radius: 12px;
}
.home-contact .e-con-full.e-flex .elementor-heading-title.elementor-size-default {
    font-size: 32px;
    padding-bottom: 20px;
}

.home-contact .elementor-widget-image-box.elementor-vertical-align-top.email .elementor-image-box-wrapper {
    border: none  !important;
}

.home-contact .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper img {
    width: 32px;
}
.home-contact .elementor-widget-image-box.elementor-vertical-align-top.phone .elementor-image-box-wrapper img {
    width: 28px;
}
.home-contact .elementor-widget-image-box.elementor-vertical-align-top.email .elementor-image-box-wrapper img {
    width: 28px;
}
.methodology-cols{
	padding:0 15px !important;
	text-align:center;
	position:relative;
	z-index:2;
}
.methodology-cols .elementor-widget-heading {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 2;
	transform:translateY(-50%);
}
.methodology-cols .elementor-widget-heading .elementor-heading-title {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 0;
}
.methodology-cols .elementor-widget-text-editor {
    position: absolute;
    max-width: 262px !important;
	width: 300px;
	bottom: -100%;
	top: inherit;
	left: -40px;
	min-height: 130px;
}
.methodology-cols:nth-child(2n) .elementor-widget-text-editor {
    top: -100%;
}
.methodology-cols .primary-text .elementor-widget-container{
	line-height:22px;
	font-size:16px;
}
.methodology-row {
	padding:150px 0 !important;
}
.methodology-cols .primary-text .elementor-widget-container br{
	display:none;
}
.e-con-full.e-flex.methodology-cols::before {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    top: 50%;
    background: #fac44a;
    height: 5px;
    width: 30px;
    display: inline-block !important;
    opacity: 1;
    z-index: 2;
    visibility: visible !important;
    right: -63px !important;
    left: 0;
}
.e-con-full.e-flex.methodology-cols:nth-child(2)::before{
	 background: #91ce42;
}
.e-con-full.e-flex.methodology-cols:nth-child(3)::before{
	 background: #2cc1e9;
}
.e-con-full.e-flex.methodology-cols:nth-child(4)::before{
	 background: #7c65bd;
}
.e-con-full.e-flex.methodology-cols:nth-child(5)::before{
	 background: #d148a0;
}
.e-con-full.e-flex.methodology-cols:nth-child(6)::before{
}
.e-con-full.e-flex.methodology-cols:nth-child(7)::before {
    background: #61100b;
}
.methodology-cols .elementor-widget-image{
	z-index:2;
}
.methodology-cols:nth-child(7)::after {
    background: #61100b;
}
.methodology-cols::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    content: "";
    top: 95%;
    background: #fac44a;
    height: 60px;
    width: 5px;
}
.methodology-cols:nth-child(2)::after {
    top: -54px;
    background: #91ce42;
}
.methodology-cols:nth-child(3)::after {
    background: #2cc1e9;
}
.methodology-cols:nth-child(4)::after {
    top: -54px;
    background: #7c65bd;
}
.methodology-cols:nth-child(5)::after {
    background: #d148a0;
}
.methodology-cols:nth-child(6)::after {
    top: -54px;
    background: #e46f68;
}
.elementor-widget-heading.main-head.milestone .elementor-heading-title{
	margin-bottom:0 !important;
}
.why-us-section.our_journey_section {
    padding-bottom: 80px;
}
.process-section.methodology {
    padding-bottom: 140px;
}
.who_we_text.journey-right .primary-text .elementor-widget-container {
    font-size: 18px;
    line-height: 28px;
}
.primary-text .elementor-widget-container strong {
    font-weight: 600;
    font-family: 'GeneralSans-Semibold';
    color: #073579;
}
.who_we_text.who_we_text1 .primary-text p {
    line-height: 28px;
}
.primary-text.op p {
    margin: 10px 0 0 0;
    color: #efb751;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.why_career_right {
    height: 320px !important;
}
.grecaptcha-badge {
    display: none !important;
}
.para_minheight {
    min-height: 280px;
}
.we-do-section.we-do-section-p0 {
    padding-top: 0;
}
.we-do-section.we-do-section-p0 .custom_service_list {
    background: #f4f4f4;
}
.our_investments .elementor-widget-heading.main-head .elementor-heading-title::before {
    margin: auto;
    right: 0;
}
.our_investments .elementor-widget-container p {
    width: 90%;
    margin: auto;
}
.left-right-section.our_investments_1 .e-con-inner {
    padding-top: 0;
}
.transaction-section .investment_block.elementor-widget-image-box .elementor-image-box-img img {
    width: 190px;
    height: 120px;
    margin-top: 30px;
}
.transaction-section .investment_block.elementor-widget-image-box {
    min-height: 417px;
}
.transaction-section.transaction-section_investment .e-con-inner {
    padding-top: 0;
}
.transaction-section .investment_block.elementor-widget-image-box {
    min-height: 315px;
    padding: 0 37px 20px 37px;
}
.para_minheight.para_minheight_home {
    min-height: 220px;
}
@media only screen and (max-width: 1480px) {
	.methodology-cols .elementor-widget-text-editor {
		width: 250px !important;
		bottom: -120% !important;
	}
	.methodology-cols:nth-child(2n) .elementor-widget-text-editor {
		top: -215px;
		left: -28px;
	}
}
@media only screen and (max-width: 1400px) {
	
	.depicter-section .depicter-section-background>img{
		left:inherit !important;
	}
	.depicter-layers-fold{
		max-width:90% !important;
		position:relative;
		margin:0 auto;
	}
	.depicter-layer-frame.depicter-pos-absolute.banner-head {
		position: absolute;
		left: 0 !important;
		transform: inherit !important;
	}
	.depicter-layer-frame.depicter-text-layer.depicter-has-animation-in.depicter-has-animation-out.depicter-pos-absolute {
		left: 0 !important;
		transform: inherit !important;
		top: 100px !important;
		position:relative;
		margin-top:20px !important;
	}
	.depicter-revert.depicter-1 .depicter-layers-wrapper {
		margin: 0;
		padding: 0;
	}
	.depicter-revert .depicter-1-element-3, .depicter-revert .depicter-1-element-50{
		margin:0 !important;
	}
	.depicter-revert .depicter-1-element-5{
		margin-top:20px;
	}
	.depicter-layer-frame.depicter-button-layer.depicter-has-animation-in.depicter-has-animation-out.depicter-pos-absolute {
		position: relative;
		transform: none !important;
		top: 178px !important;
		left: 0!important;
		width: auto !important;
		max-width: inherit !important;
		float: left;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1350px) {
	.bottom-header .header-inner, .top-header .header-inner, #site-footer .section-inner{
		max-width:90%;
	}
	.e-con.e-flex>.e-con-inner{
		max-width:90%;
	}
	.home-team.e-con.e-flex>.e-con-inner {
		max-width: 90%;
	}
	.methodology-cols:nth-child(2n) .elementor-widget-text-editor {
		top: -120%;
		left:-38px;
	}
	.methodology-cols .elementor-widget-text-editor {
		width: 300px;
		bottom: -185px;
		left: -30px;
	}
	.methodology-cols {
		padding: 0 10px !important;
	}
	.e-con-full.e-flex.methodology-cols::before {
		width: 20px;
	}
	.methodology-cols:nth-child(2n) .elementor-widget-text-editor {
		top: -236px;
		left: -28px;
	}
}
@media only screen and (max-width: 1280px) {

	.footer-cont-row p {
		padding-left: 0;
		width: calc(100% - 50px);
	}
	.footer-cont-row img {
		width: 32px;
	}
	.footer-cont-row:nth-child(2){
		align-items: flex-start;
	}
	.footer-block.cols-2 {
		width: 24%;
	}
	.footer-block {
		float: left;
		width: 28%;
	}
	.footer-block:first-child p br {
		display: none;
	}
	.footer-block:first-child {
		padding-right: 24px;
	}
	.counter-row .elementor-widget-counter .elementor-counter-title {
		font-size: 16px;
	}
	.counter-row .elementor-counter {
		padding-left: 15px;
	}
	.counter-row .elementor-widget-image img {
		width: 60px;
	}
	.home-about .primary-text .elementor-widget-container {
		width: 100% !important;
	}
	.e-con-full.counter-row{
		gap: 15px;
	}
	.primary-menu li a {
		padding: 45px 12px;
	}
	.primary-menu > li{
		margin-left:5px !important;
	}
	.custom_service_list {
		padding: 20px;
	}
	.methodology-cols {
		padding: 0 10px !important;
	}
	.e-con-full.e-flex.methodology-cols::before {
		width: 28px;
		right: -27px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.process-main  .elementor-widget-heading .elementor-heading-title {
		font-size: 14px;
		line-height: 20px;
	}
	.journey-right .elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 32px;
		line-height: 38px;
	}
	.elementor-element.elementor-element-309b41c.e-con-full.process-main.e-flex.e-con.e-child {
		padding: 30px 0;
	}
	.process-content-row .elementor-widget-text-editor {
		width: 30%;
		margin-left: 5%;
	}
	.process-content-row:last-child .elementor-widget-text-editor {
		width: 30%;
		margin-left: 5%;
		margin-right:0 !important;
	}
	.transaction-section .elementor-widget-image-box {
		min-height: 575px;
	}
}
@media only screen and (max-width: 1100px) {
	.depicter-revert .depicter-1-element-50, .depicter-revert .depicter-1-element-3 {
		font-size: 48px !important;
	}
	.icon-box-row .elementor-widget-text-editor .elementor-widget-container br{
		display:none;
	}
	.e-con-full.icon-box-row.e-flex.e-con{
		gap:10px;
	}
	.elementor-element.elementor-element-73492e1.e-con-full.e-flex.e-con.e-child {
		padding-right: 10px;
	}
	.home-team .eael-team-image>figure img {
		height: 320px;
	}
	.footer-block h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.footer-block h3::after {
		width: 50px;
	}
	.counter-section.e-con.e-flex>.e-con-inner {
		max-width: 90%;
	}
	.counter-section .e-con-full.e-flex{
		max-width:100%;
	}
	.left-right-section.e-con.e-flex>.e-con-inner {
		max-width: 90%;
	}
	.methodology-cols .elementor-widget-heading .elementor-heading-title {
		font-size: 12px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 1080px) {
	.icon-box-row .elementor-widget-heading .elementor-heading-title{
		font-size:20px;
	}
	.icon-box-row .elementor-widget-text-editor .elementor-widget-container {
		line-height: 22px;
		font-size: 16px;
	}
	.we-do-section .elementor-widget-heading .elementor-heading-title{
		margin-bottom:0 !important;
	}
	.elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 36px;
		line-height: 42px;
	}
	.counter-row .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 40px;
	}
	.counter-row .elementor-widget-counter .elementor-counter-title {
		font-size: 16px;
	}
	.counter-row .elementor-widget-image img {
		width: 50px;
	}
	.home-contact .e-con-full.e-flex {
		background: #f4f4f4;
		padding: 30px 20px;
	}
	.site-logo img {
		max-height: inherit;
		width: 225px;
	}
	.transaction-section .elementor-widget-image-box {
		padding: 30px;
	}
	.transaction-section .elementor-widget-image-box .elementor-image-box-description {
		line-height: 24px;
		font-size: 18px;
	}
	.transaction-section .elementor-widget-image-box .elementor-image-box-description br{
		display:none;
	}
	.journey-right .elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 26px;
		line-height: 26px;
	}
	.who_we_text.journey-right .elementor-widget-image-box .elementor-image-box-title {
		font-size: 26px !important;
		line-height: 32px;
		max-width: 100%;
	}
	.who_we_text.journey-right .elementor-widget-image-box .elementor-image-box-img{
		width: 80px;
	}
	.process-main  .elementor-widget-heading .elementor-heading-title {
		font-size: 12px;
		line-height: 15px;
	}
	.transaction {
		margin-bottom: 0;
	}
	.transaction.transaction1 {
		min-height: 285px;
	}
	.methodology-cols {
		padding: 0 5px !important;
	}
	.e-con-full.e-flex.methodology-cols::before {
		width: 10px;
	}
}
@media only screen and (max-width: 1024px) {
.icon-box-row .elementor-widget-text-editor .elementor-widget-container {
    line-height: 22px;
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 10px !important;
}
	.primary-menu > li {
		margin: 0.8rem 0 0 0.6rem;
	}
	.icon-box-row {
		gap:0 !important;
	}
	.icon-box-row .e-con-full.custom_service_list {
		width: 48%;		
		margin-right:4%;
	}
	.icon-box-row .e-con-full.custom_service_list:nth-child(2n){
		margin-right:0;
	}
}
@media only screen and (max-width: 999px) {
	.bottom-header .header-inner{
		padding:20px 0;
	}
	button.toggle.search-toggle.mobile-search-toggle{
		display:none;
	}
	.toggle-inner .toggle-text{
		display:none;
	}
	.header-titles-wrapper{
		padding:0 !important;
	}
	.header-inner .toggle{
		padding:0;
		position: absolute;
		right: 5%;
		top: 17px;
		height: 50px;
		width: 50px;
	}
	.nav-toggle .toggle-inner {
		padding-top: 0;
		margin-top: 0;
		height: 27px;
	}
	.nav-toggle .toggle-icon {
		height: 2px;
		width: 40px;
		background: #00297c;
		margin-top: 12px;
	}
	.header-inner .toggle svg{
		display:none;
	}
	.nav-toggle .toggle-inner::after {
		width: 100%;
		height: 2px;
		background: #00297c;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
	}
	.nav-toggle .toggle-inner::before {
		width: 100%;
		height: 2px;
		background: #00297c;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.request-quote .elementor-widget-text-editor .elementor-widget-container {
		line-height:24px;
		font-size: 18px;
		max-width: 80%;
	}
	button.close-nav-toggle .toggle-text {
		display: none;
	}
	.modal-menu li a{
		font-size: 20px;
		font-family: 'GeneralSans-Regular';
		font-weight: 400;
		color: #073579;
		position: relative;
		letter-spacing: 0;
		line-height: 26px;
		text-decoration:none !important;
	}
	.menu-wrapper .menu-item{
		border-color: #dcd7ca;
		border: none;
		border-bottom: 2px solid #f4f4f4;
	}
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
		padding: 15px 0;
	}
	.menu-bottom{
		display:none;
	}
	.profile_con_block {
		width: 100%;
		float: left;
		margin-right: 0;
		min-height: inherit;
	}
	.profile_con_block.elementor-widget-image-box .elementor-image-box-wrapper {
		text-align: left !important;
		display: flex;
	}
	.profile_con_block.elementor-widget-image-box .elementor-image-box-img{
		width:50px !important
	}
	.inner_title h1 {
		font-size: 42px !important;
	}
	.methodology-cols {
		padding: 0 5px !important;
	}
	.e-con-full.e-flex.methodology-cols::before {
		width: 12px;
		right: -11px !important;
	}
	.methodology-cols .elementor-widget-text-editor {
		width: 250px;
		bottom: -210px;
		left: -22px;
	}
	.methodology-cols .elementor-widget-text-editor {
		max-width: 194px !important;
		width: 250px;
	}
	.methodology-cols:nth-child(2n) .elementor-widget-text-editor {
		top: -227px;
		left: -61px;
	}
	.menu-modal .menu-modal-inner{
		background:url(/wp-content/uploads/2024/12/menu-image-bk-1.jpg) no-repeat;
		background-position:center;
		background-size:cover;
		position:relative;
		z-index:2;
	}
	.menu-modal .menu-modal-inner::after{
		z-index:-1;
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background-image: linear-gradient(180deg, #073579 0%, #073579 100%);
		content:"";
		opacity:0.7;
	}
	.modal-menu li a {
		font-weight: 400 !important;
		color: rgba(255,255,255,0.9);
		position: relative;
		letter-spacing: 0 !important;
		line-height: 26px;
		text-decoration: none !important;
	}
	.fill-children-current-color, .fill-children-current-color * {
		fill: #fff;
	}
	.menu-wrapper .menu-item {
		border-bottom: 0.5px solid #7186ad;
	}
	button.sub-menu-toggle {
		border-left: 0.5px solid #7186ad !important;
	}
	.modal-menu ul li a {
		color: #fff;
	}
	.sub-menu {
		border-top: 0.5px solid #7186ad;
	}
	.menu-wrapper .menu-item {
    border-bottom: 0.5px solid rgba(255,255,255,0.25);
}
	.modal-menu li a {
    font-weight: 400 !important;
    color: rgba(255,255,255,1);
    position: relative;
    text-decoration: none !important;
    font-family: 'GeneralSans-Bold';
    letter-spacing: 0 !important;
    text-transform: uppercase;
    padding: 20px 0 !important;
    border: none !important;
}
}
@media only screen and (max-width: 991px) {
	.header-social-icon ul li a {
		padding: 14px 6px;
	}
	.header-cont-block {
		gap: 6px;
		margin-right: 10px;
		margin-top: 14px;
	}
	.header-social-icon ul li {
		float: left;
		width: auto;
		margin: 0;
		list-style: none;
		width: 31px;
		height: 45px;
	}
	.elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom:20px;
	}
	.home-about {
		padding: 80px 0;
	}
	.counter-section .elementor-widget-heading.main-head .elementor-heading-title {
		color: #fff;
		margin-bottom: 42px;
	}
	.home-team .eael-team-image>figure img {
		height: 250px;
	}
	.home-team .eael-team-item .eael-team-member-name {
		font-size: 20px;
		max-width: 80%;
	}
	.home-contact iframe {
		height: 460px !important;
	}
	.footer-block:first-child {
		padding-right: 60px;
	}
	.footer-block.cols-2 {
		width: 30%;
	}
	.elementor-632 .elementor-element.elementor-element-cfe5ae4 .elementor-heading-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.tab_img {
		margin-bottom: 20px !important;
	}
	
	.tab_text {
		width: 100%;
	}
	.tab_text {
		width: 100%;
	}
	.faq-main .elementor-tabs .elementor-tab-content {
		padding: 30px;
	}
	.career .primary-button{
		width:100%;
	}
	.career .primary-button.elementor-widget-button .elementor-button{
		width:100%;
	}
	.contact-form .elementor-widget-shortcode {
		margin-top: 20px;
	}
	.menu-services-container li a {
		font-size:16px;
		padding: 15px 15px;
	}
	.sticky_section.e-con-full.e-flex.member-detail {
		padding: 10px !important;
	}
	.member-detail .e-con-full.e-flex .elementor-widget-heading .elementor-heading-title {
		font-size: 22px;
	}
	.inner_title h1 {
		font-size: 38px !important;
	}
	.profile_con_block{
		margin-bottom:10px !important;	
	}
	.home-team .e-con-full.e-flex {
		gap: 10px;
	}
	.icon-box-row .elementor-widget-text-editor .elementor-widget-container {
		max-width: 100%;
	}
	.methodology-cols .elementor-widget-heading .elementor-heading-title {
		font-size: 14px;
		line-height: 18px;		
	}
	
}
@media only screen and (max-width: 800px) {
	.methodology-cols .elementor-widget-heading .elementor-heading-title {
		font-size: 13px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 767px) {
	
	.mobile_milestone img {
    mix-blend-mode: multiply;
}
	
	.para_minheight {
    min-height: inherit;
}
	
	figure.gallery-item {
    width: 50% !important;
    float: left;
    max-width: 50%;
    margin: 10px 0 !important;
}
	
	.profile_con_block p.elementor-image-box-description {
    color: #333;
    line-height: 22px;
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
}
	.profile_con_block img {
    width: 32px;
    margin: 20px 0 0 0;
    float: left;
}
	
	.home-contact iframe {
    height: 320px !important;
}
	
	.banner_right {
    background-position: right;
}

	.why_career_left {
		padding-right: 0 !important;
	}
	.why_career_left .elementor-heading-title.elementor-size-default {font-size:19px;}
	.why_career_right .elementor-image-box-description a{font-size:18px;}
	.why_career_right {margin:10px !important;}

	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {font-size:16px; line-height:24px;}
	.who_we_text {
		margin: 10px 0 0 0 !important;
	}

	.menu-services-container ul {
		padding-top: 0;
		padding-bottom: 0;
		border-left: 6px solid #073579;
		margin: 0;
		padding-left: 0;
		margin-bottom: 0;
	}
	.menu-services-container li {
		list-style: none;
		margin: 0px;
		margin-bottom: 0;
		padding: 7px 0;
		padding-left: 20px;
		position: relative;
	}
	.menu-services-container li a {
		font-family: 'GeneralSans-Regular';
		font-size: 16px;
		color: #073579;
	}
	.services_main_wrapper > .e-con-inner .sticky_section {
		position: sticky;
		top: 0;
		left: 0;
		display: flex;
		background: #fffffff5;
		z-index: 1;
	}
	.primary-text.primary-text-new {
		width: 100%;
		margin: 0;
		float: left;
	}
	.header-cont-block {
		float: none;
		display: inline-block;
		margin:0 0 5px 0;
	}
	.header-cont-block span{
		float:none;
		display:inline-block;
	}
	.header-social-icon{
		display:none;
	}
	.top-header .header-inner{
		text-align:center;
	}
	.depicter-revert .depicter-1-element-5 {
		width: 100% !important;
	}
	.depicter-layers-container{
		display:inline-block !important;
	}
	.depicter-revert.depicter-1 .depicter-layers-wrapper{
		max-width:100% !important;
	}
	.depicter-layer-frame.depicter-text-layer.depicter-has-animation-in.depicter-has-animation-out.depicter-pos-absolute {
		width: 100% !important;
	}
	.depicter-layer-frame.depicter-button-layer.depicter-has-animation-in.depicter-has-animation-out.depicter-pos-absolute {
		margin: 0 10px;
		float: none;
		display: inline-block;
	}
	.depicter-layers-fold{
		text-align:center;
	}
	.depicter-revert .depicter-1-element-51 {
		float: none;
		display: inline-block;
	}
	.request-quote .elementor-widget-text-editor .elementor-widget-container {
		line-height: 24px;
		font-size: 18px;
		max-width: 100%;
		text-align: center;
	}
	.home-about {
		padding: 50px 0;
	}
	.depicter-revert .depicter-1-element-50, .depicter-revert .depicter-1-element-3 {
		font-size: 38px !important;
	}
	.depicter-section .depicter-section-background>img {
		left: inherit !important;
		object-fit: cover !important;
		object-position: center !important;
	}
	.primary-button.elementor-widget-button .elementor-button {
		margin-top: 20px;
	}
	.primary-text .elementor-widget-container {
		line-height: 26px !important;
		font-size: 16px;
	}
	.icon-box-row .elementor-widget-text-editor .elementor-widget-container{
		min-height:inherit !important;
	}
	.home-team .eael-team-image>figure img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}
	.we-provide .elementor-widget-image img {
		height: auto;
		object-fit: cover;
		border-radius: 7px;
	}
	.counter-section, .we-do-section{
		padding:50px 0;
	}
	.elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 28px;
		line-height: 34px;
	}
	.elementor-39 .elementor-element.elementor-element-efee5d1 > .elementor-widget-container {
		padding: 0px 0px 30px 0px;
	}
	.home-why-us.we-provide{
		padding:50px 0;
	}
	.home-team, .home-logo{
		padding:50px 0;
	}
	.home-logo .elementor-widget-image-carousel .swiper-slide {
		min-height: 158px;
		padding: 0px;
	}
	.testimonial-slider.e-con.e-flex>.e-con-inner{
		padding:0 !important;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow {
		top: 36%;
	}
	.home-contact .e-con-full.e-flex:first-child{
		background: #f4f4f4;
		padding: 30px !important;
	}
	.home-contact .elementor-widget-image-box .elementor-image-box-description {
		text-align: center;
		min-height: auto;
		max-width: 100%;
		margin-bottom: 0;
	}
	.home-contact  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		max-width: 100%;
	}
	.home-contact .elementor-widget-image-box .elementor-image-box-content {
		width: 100% !important;
	}
	.home-contact{
		padding:50px 0;
	}
	.footer-block:first-child {
		width: 100%;
		padding-right: 0 !important;
	}
	.footer-row {
		padding: 30px 0;
	}
	.footer-block.cols-2 {
		width: 100%;
	}
	.footer-block.cols-11 {
		width: 100%;
		float: left;
	}
	.footer-block{
		margin-bottom:30px !important;
	}
	.footer-block h3 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.footer-block ul li {
		margin-bottom: 10px;
	}
	.home-contact .elementor-widget-image-box .elementor-image-box-description {
		font-size: 16px;
		line-height: 24px;
	}
	.services_section .elementor-image-box-wrapper .elementor-image-box-title {
		margin-left: 0px;
		font-size: 18px !important;
		line-height: 26px;
	}
	.services_section.services_section_new h3 strong {font-size:23px;}
	.icon-box-row .e-con-full.custom_service_list {
		width: 100%;		
		margin-right:0;
		margin-bottom:20px !important;
	}
	.icon-box-row .e-con-full.custom_service_list:nth-child(2n){
		margin-right:0;
	}
	.elementor-632 .elementor-element.elementor-element-cfe5ae4 .elementor-heading-title {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.faq-main .elementor-tabs .elementor-tab-content {
		padding: 30px;
	}
	.faq-main .elementor-widget-tabs .elementor-tab-mobile-title{
		background:#365575 !important;
		color:#fff !important;
		font-family: 'GeneralSans-Regular';
    	font-weight: 400;
	}
	.career .primary-button{
		width:100%;
	}
	.career .primary-button.elementor-widget-button .elementor-button{
		width:100%;
	}
	.career .elementor-widget-image-box .elementor-image-box-wrapper {
		text-align: left;
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
	}
	.menu-services-container ul {
		margin-bottom: 30px;
		border:none;
	}
	.menu-services-container li{
		background:#f1f8ff;
	}
	.menu-services-container li a img {
		margin-top: 0;
	}
	.menu-services-container li a {
		font-size: 16px;
		padding: 15px 15px;
	}
	.transaction-section .e-con.e-flex {
		width: 100%;
		margin-right: 0;
	}
	.transaction-section .elementor-widget-image-box .elementor-image-box-img {
		text-align:center;
	}
	.transaction-section .elementor-widget-image-box .elementor-image-box-img img {
		float: none;
		display: inline-block;
	}
	.transaction-section .elementor-widget-image-box {
		margin-bottom: 20px !important;
	}
	.contact-form.e-con.e-flex>.e-con-inner {
		max-width: 100%;
	}
	.menu-services-container li{
		padding:0;
	}
	.services_main_wrapper > .e-con-inner .sticky_section {
		position: relative;
	}
	.journey-right.journey-left {
		position: relative;
		top: 0;
	}
	.elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 32px;
	}
	.why-us-section {
		padding: 50px 0;
	}
	.home-about .custom_height.elementor-widget-image img {
		height: auto;
	}
	.counter-row .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 30px;
	}
	.sticky_section.e-con-full.e-flex.member-detail {
    background: transparent;
    padding: 0 !important;
}
	.profile_contact {
		padding-bottom: 30px !important;
	}
	.mobile-images-new.e-flex .e-con.e-flex {
		width: 48%;
		margin-right: 4%;
		margin-bottom:30px;
	}
	.mobile-images-new.e-flex .e-con.e-flex:nth-child(2n){
		margin-right:0 !important;
	}
	.why-us-section {
		padding-bottom: 0;
	}
	.home-why-us .elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 26px;
	}
	.footer-block.cols-2:last-child {
		margin-bottom: 0 !important;
	}
	.primary-text.primary-text-new.number .elementor-heading-title.elementor-size-default {
		padding-right: 0;
	}
	.primary-text.primary-text-new.number:before {
		font-size: 50px;
		line-height: 65px;
	}
	.services_section .elementor-image-box-wrapper .elementor-image-box-title {
		margin-left: 0px;
		font-size: 16px !important;
		line-height: 24px;
	}
	.transaction.transaction1 {
		margin-bottom: 60px;
		min-height: inherit;
	}
	.methodology-row {
		padding: 0 !important;
	}
	.methodology-row .methodology-cols {
		display: flex;
		flex-direction: row !important;
		align-items: center !important;
		gap: 20px;
		flex-wrap: nowrap;
	}
	.methodology-cols .elementor-widget-image{
		width:150px;
	}
	.methodology-cols .elementor-widget-heading{
		width:150px;
	}
	.methodology-cols:nth-child(2n) .elementor-widget-text-editor,.methodology-cols .elementor-widget-text-editor {
		top: inherit;
		left: inherit;
		width: calc(100% - 150px) !important;
		position: relative;
		max-width:inherit !important;
		bottom:inherit !important;
		text-align:left !important;
		min-height:inherit;
	}
	.methodology-cols .elementor-widget-text-editor .elementor-widget-container{
		margin:0 !important;
	}
	.methodology-cols::after{
		display:none;
	}
	.e-con-full.e-flex.methodology-cols::before {
		width: 5px;
		right: inherit !important;
		bottom: -5px;
		height: 15px;
		top: inherit;
		left: 77px;
	}
	.process-section .elementor-widget-heading.main-head .elementor-heading-title {
		margin-bottom: 0;
	}
	.transaction-section .elementor-widget-image-box{
		min-height:inherit;
	}
	.e-con-full.e-flex.methodology-cols:nth-child(6)::before {
		background: #e46f68;
	}
	.e-con-full.e-flex.methodology-cols::before {
		width: 5px;
		bottom: -8px;
		height: 15px;
		left: 78px;
	}
	.e-con-full.e-flex.methodology-cols:nth-child(7)::before {
		display:none !important;
	}
}
@media only screen and (max-width: 700px) {
	.modal-menu {
		position: relative;
		left: 0;
		width: 100%;
	}
	.who_we_text .elementor-image-box-wrapper{
		    display: flex;
    		align-items: center;
	}
	.who_we_text .elementor-image-box-title{
		margin-left:25px
	}
}

@media only screen and (max-width: 768px) {
	.services_section .elementor-image-box-wrapper{
		display: flex;
	    flex-direction: column;
	}
	.services_section .elementor-image-box-wrapper .elementor-image-box-title{
		margin-left:0px;
		font-size: 18px !important;
        line-height: 28px;
	}
	.services_section .elementor-image-box-content .ico_wrapper{
		    flex-direction: column;
	}
	.services_section .elementor-image-box-content .icon_width{
		    width: 100%;
	}
	.site-logo img {
		width: 230px;
	}
	.header-inner .toggle {
		height: 42px;
		width: 42px;
	}
	.primary-text.primary-text-new span {
		padding: 20px;
		font-size: 16px;
	}
	.primary-text.primary-text-new.primary-text-new2 span {
		min-height: inherit;
	}
	.services_section h3 {
		margin-bottom: 0;
	}
	.last_para .elementor-widget-container {
		line-height: 24px;
		font-size: 16px;
	}
	.service_page_detail.service_page_detail_new.service_cta .elementor-heading-title.elementor-size-default {
		font-size: 26px;
		line-height: 30px;
	}
	.primary-text.primary-text-new span {
		min-height: inherit;
	}
	.who_we_text .primary-text .elementor-widget-container {
		padding-right: 0 !important;
	}
	.service_page_detail.service_page_detail_new .primary-text.primary-text-new span{
		padding:0;
	}
	.who_we_text .service_page_detail.service_page_detail_new .primary-text .elementor-widget-container{
		padding-right:20px !important;
		padding-left:20px !important;
	}
	.icon-box-row .elementor-widget-text-editor .elementor-widget-container {
		max-width: 100%;
	}
	.modal-menu li a {
		font-size: 16px;
		line-height: 26px;
	}
	.who_we_text .primary-text .elementor-widget-container br{
		display:none;
	}
	.who_we_text .elementor-image-box-title {
		margin-left: 15px;
	}
	.who_we_text.journey-right .elementor-widget-image-box .elementor-image-box-title {
		font-size: 20px !important;
		line-height: 26px;
	}
	.inner_title h1 {
		font-size: 28px !important;
	}
	.process-section{
		padding:50px 0 !important;
	}
	.process-main{
		padding: 0;
	}
	.why_career_right {
		padding: 25px !important;
	}
	.elementor-993 .elementor-element.elementor-element-c0dd947 .elementor-heading-title, .elementor-1061 .elementor-element.elementor-element-9492a3e .elementor-heading-title {
		font-size: 26px;
		line-height: 32px;
	}
	.contact-form .contact-row.col-5 {
		margin-bottom: 10px !important;
	}
	.why_career_left .elementor-widget-text-editor .elementor-widget-container {
		line-height: 26px;
		font-size: 16px;
	}
	.why_career_right .elementor-widget-image-box .elementor-image-box-description {
		line-height: 26px;
		font-size: 16px;
	}
	.career_main{
		padding-top:50px;
	}
	.methodology-cols .primary-text .elementor-widget-container{
		text-align:left;
	}
}
@media only screen and (max-width: 600px) {
	.methodology-cols:nth-child(2n) .elementor-widget-text-editor, .methodology-cols .elementor-widget-text-editor {
		width: calc(100% - 120px) !important;
	}
	.methodology-cols .elementor-widget-heading {
		width: 120px;
	}
	.e-con-full.e-flex.methodology-cols{
		margin-bottom:30px;
	}
	.methodology-cols .elementor-widget-image {
		width: 120px;
	}
	.e-con-full.e-flex.methodology-cols::before {
		bottom: -35px;
		height: 40px;
		left: 64px;
	}
	.methodology-cols .elementor-widget-text-editor.primary-text .elementor-widget-container {
		line-height: 22px !important;
		font-size: 14px;
	}	
}
@media only screen and (max-width: 480px) {
	.elementor-widget-heading.main-head .elementor-heading-title br{
		display:none;
	}
	.elementor-widget-heading.main-head .elementor-heading-title {
		font-size: 28px;
	}
	.elementor-2305 .elementor-element.elementor-element-8236d8b .elementor-heading-title {
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.mobile-images-new.e-flex .e-con.e-flex{
		width:100%;
		margin:0 0 30px 0 !important;
	}
	.mobile-images-new.e-flex .elementor-widget-image img{
		width:75%;
	}
}

@media only screen and (min-height: 950px) {
	.home-team .eael-team-image>figure img {
		height: 320px;
	}
}