/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2026 | 09:34:20 */
.section-padding {
	padding: 100px 0;
}

.section-impact .elementor-widget-icon-list {
	z-index: 1!important;
}

.section-impact .elementor-widget-icon-list::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 4px;
    width: 1px;
    background-color: gray;
    height: calc(100% - 30px);
    display: block !important;
    z-index: -1;
}

.list-with-bg li {
	background-color: #fff;
	padding: 15px!important;
}

.list-bg-silver li {
	background-color: #F5F5F5;
    border-radius: 10px;
}

.half-bg {
	z-index: -1!important;
}

strong {
	font-weight: 600!important;
}

.pt-0 {
	padding-top: 0;
}

.inquiry-form form p {
    margin-bottom: 30px;
}

.inquiry-form form textarea {
    resize: none;
    height: 200px;
}

.inquiry-form form input:not([type="submit"]) {
    min-height: 70px;
}

.wpcf7-response-output {
	color: rgba(255,255,255,.8);
}

.hidden {
	visibility: hidden;
	opacity: o;
}

.ar-1 {
	aspect-ratio: 1.33;
}

header .mobile-nav nav.hfe-nav-menu__layout-horizontal {
    position: absolute;
}


.gradient-text{
  background: linear-gradient(45deg, #33476C, #2FC7AB) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
	font-weight:600;
}

.list_item .elementor-icon-list-item{
    padding:14px 0;
    border-bottom:1px solid #5c6e91 !important;
}

.list_item .elementor-icon-list-item:last-child{
    border-bottom:none !important;
}

.list_item .elementor-icon-list-text{
    color:#ffffff;
    font-size:15px;
    font-weight:400;
}

.icon_circle .elementor-icon-box-icon{
	width:90px;
	height:90px;
	border-radius:50%;
	display:flex;
	background-color:#F4F4F4;
	align-items:center;
	justify-content:center;
}

.icon_dash .elementor-icon-box-icon{
	width:55px;
	height:55px;
	border-radius:10%;
	display:flex;
	background-color:#DCEBFF;
	align-items:center;
	justify-content:center;
}

.pro_icon_list .elementor-icon-wrapper{
	width:40px;
	height:40px;
	border-radius:6px;
	display:flex;
	background-color:#DCF6F2;
	align-items:center;
	justify-content:center;
}

.authority_icon_list .elementor-icon-box-icon{
	width:53px;
	height:53px;
	border-radius:4px;
	display:flex;
	background-color:#E4EAFA;
	align-items:center;
	justify-content:center;
}

#sgpb-popup-dialog-main-div{
    max-height: 612px !important;
    max-width: 566px !important;
    width: 85% !important;
    padding:24px !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    border: none !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    margin: 0 !important;
}

.sgpb-popup-builder-content-html h4{
    font-size: 24px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #333333 !important;
    max-width: 780px;
   	margin-top:20px !important;
	margin-bottom:0px !important;
}

#ff_4_email{
    width: 100% !important;
    border-radius: 60px !important;
    border: 1px solid #ececec !important;
    background: #f7f7f9 !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    color: #444 !important;
    box-shadow: 0 5px 18px rgba(0,0,0,0.05);
}

.ff-btn-submit{
    width: 100% !important;
    border-radius: 60px !important;
    background: linear-gradient(90deg,#17c7b5,#1fd1a5) !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
	padding:12px 16px !important;
}

.sgpb-popup-builder-content-html p{
    text-align: center !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #2d2d2d !important;
    max-width: 760px;
	margin-bottom:15px !important;
}

.sgpb-popup-builder-content-html p strong{
    font-weight: 700;
    color: #333333;
}

.sgpb-popup-close-button-1{
    top: 20px !important;
    right: 65px !important;
    bottom: auto !important;
    left: auto !important;
    position: absolute !important;
}


.sgpb-theme-1-content{
    box-shadow: none !important;
}

footer a:hover {
    text-decoration-color: #d9d9d9!important;
}

.glossary_timeline .elementor-icon-list-item{
    position:relative;
}

.glossary_timeline .elementor-icon-list-item:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 18px;
    top: 40px;
    height: 270px;
    border-left: 3px dashed #A7BBDF !important;
}

.two-color-box{
    width:100%;
    background:linear-gradient(
        to bottom,
        #F6F6F6 60%,
        #FFFFFF 30%
    );
}

.sgpb-popup-overlay,
.sgpb-content-overlay,
.sgpb-popup-overlay-content {
    background: rgba(0, 0, 0, 2) !important;
    background-image: none !important;
}

#sgpb-popup-dialog-main-div {
    background: #ffffff !important;
    border-radius: 28px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
}

.workflow{
	display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:25px;
    position:relative;
}

.workflow-item{
    position:relative;
    flex:1;
    text-align:center;
}

.workflow-item:not(:last-child)::after{
    content:"";
    position:absolute;
    top:40px;
    left:76%;
    width:60%;
    border-top:3px dashed #AAB0B7;
	z-index:0;
}

.workflow .elementor-icon-wrapper{
    position:relative;
    z-index:2;
}


.deensimc-img {
    max-width: 100%;
    width: 250px;
    min-width: 0px !important;
}

.two-color-line{
    position: relative;
    width: 100%;
}

.two-color-line::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 100%;
    background: #33476C;
}

.rt-container-fluid {
    padding: 0 !important;
}
.rt-holder{
    position:relative;
    background:#F8F8F8;
    overflow:hidden;
}

.post-right-content{
    position:relative;
}

.post-right-content::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:2px;
    background:#2FC7AB;
}

.rt-detail{
    display:flex;
    align-items:stretch;
    height:100%;
}

.rt-img-holder{
    flex:0 0 34%;
    display:flex;
    align-self:stretch;
}

.rt-img-holder a{
    display:flex;
    width:100%;
}

.rt-img-holder img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.rt-tpg-container .list-layout1 .rt-holder .tpg-el-image-wrap{
    margin-right: 0 !important;
}

.post-right-content{
    flex:1;
    display:flex;
    flex-direction:column;
    height:100%;
	padding:25px;
}

.categories-links{
    margin-bottom:22px;
}

.entry-title-wrapper{
    margin-bottom:18px;
}

.tpg-excerpt{
    display:block !important;
    margin-bottom:50px !important;
}

.date{
    display:flex !important;
    align-items:center;
    gap:8px;
    color:#666;
    font-size:15px;
    margin-bottom:18px;
}

.custom-divider{
    width:100%;
    height:1px;
    background:#D9D9D9;
	margin-top:20px;
}

.post-footer{
    margin-top:auto;
}

.categories-links a{
    display:inline-block;
	padding:10px 20px;
    background:#C6D3EA;
    color:#233D6D;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    border-radius:50px;
}

.categories-links i,
.categories-links svg,
.categories-links::before,
.categories-links a::before,
.categories-links .fa,
.categories-links .fas,
.categories-links .far,
.categories-links .fab{
    display:none !important;
    content:none !important;
}


.entry-title{
    margin:0;
}

.entry-title a{
    color:#33476C;
    font-size:26px;
    line-height:1.35;
    font-weight:700;
    text-decoration:none;
}

.tpg-excerpt p{
    margin:0;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.date a{
    color:#666;
    text-decoration:none;
}

.read-more a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#4BA998;
    text-decoration:none;
    font-size:22px;
    font-weight:500;
}

.read-more svg{
    width:20px;
    height:20px;
}

.categories-links,
.entry-title-wrapper,
.tpg-excerpt,
.date,
.custom-divider,
.post-footer{
    order:unset !important;
}

.site-main{
    width:100%;
    max-width:1366px !important;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box;
}


.site-main .page-content{
    width:100%;
    max-width:1366px;
    margin:0 auto;
}

.single-post .entry-content,
.single-post .page-content{
    width:100%;
    max-width:1366px !important;
    margin:80px auto;
}

.single-post .comments-area{
    width:100%;
    max-width:1366px;
    margin:60px auto 0;
}

.comments-area{
    margin:80px 0px !important;
}

.comment-form .submit,
#submit,
input[type="submit"]{
    background:#2FC7AB !important;
    color:#fff !important;
    border:2px solid #2FC7AB !important;
    padding:14px 32px !important;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    display:inline-block;
    appearance:none;
    -webkit-appearance:none;
}

.comment-form .submit:hover,
#submit:hover{
    background:#27b59b !important;
    border-color:#27b59b !important;
    color:#fff !important;
}

.ss-single-post-details{
    max-width:1366px !important;
    margin:auto;
}

.ss-featured-image img{
    width:100% !important;
    height:500px !important;
    object-fit:cover !important;
    object-position:center !important;
}

.ss-category a{
    display:inline-block;
    background:#2FC7AB;
    color:white;
    padding:8px 18px;
    border-radius:30px;
    margin:25px 0;
}

.ss-title{
    font-size:40px;
    line-height:1.3;
}

.ss-meta{
    color:#777;
    margin:15px 0 30px;
}

.ss-excerpt{
    background:#f7f7f7;
    padding:25px;
    border-left:4px solid #2FC7AB;
    font-size:20px;
}

.ss-full-content{
    font-size:18px;
    line-height:1.9;
}

.ss-full-content img{
    max-width:100%;
    height:auto;
    border-radius:15px;
}


.comment-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.ff-default .ff-el-form-control {
    border-radius: 4px !important;
}

form.fluent_form_5 .contact-button{
    width:50% !important;
    min-width:50% !important;
    padding:14px 35px;
	border-radius:4px !important;
	font-weight:500 !important;
}

.deensimc-marquee-track-wrapper{
    overflow: hidden !important;
    height: 100% !important;
}

.deensimc-marquee-track{
    gap: 20px !important;
}

.deensimc-marquee-main-container{
    overflow: hidden !important;
}

.inquiry_form {
    border: 1px solid #2FC7AB;
    border-radius: 5px !important;
    padding: 10px 18px !important;
    min-height: auto !important;
    width: auto !important;
	font-weight:500 !important;
}

@media(max-width:1366px){
	.icon_dash .elementor-icon-box-title{
		margin:0px 0px 5px 0px !important;
	}
	.icon_circle .elementor-icon-box-title{
		margin:0px 0px 5px 0px !important;
	}
	
	.icon_circle .elementor-icon-box-icon{
		width:65px;
		height:65px;
	}
	
	.ss-title{
    font-size:24px !important;
    line-height:1.3;
}
	
	.ss-excerpt{
    font-size:16px !important;
	padding:20px !important;
}

}

@media(max-width:1200px){
.rt-col-md-6 {
        width: 100%;
	}
}

@media(max-width:1024px){
	.glossary_timeline .elementor-icon-list-item:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 18px;
    top: 40px;
    height: 200px;
    border-left: 3px dashed #A7BBDF !important;
  }
}

@media(max-width:991px){
	.rt-img-holder{
        flex:0 0 290px !important;
    }
	
	.ss-excerpt{
	  padding:15px !important;
  }
}


@media(max-width:880px){

.workflow{
    flex-direction:column;
    align-items:center;
}

.workflow-item{
    width:100%;
    padding-bottom:60px;
}

.workflow-item:not(:last-child)::after{
    width:2px;
    height:70px;
    left:50%;
    top:140px;
    transform:translateX(-50%);
    border-top:none;
	border-left:3px dashed #AAB0B7;
}

.workflow-item:last-child{
    padding-bottom:0;
}

.workflow-item:last-child::after{
    display:none;
}

}

@media(max-width:768px){
	.quick_buttons .elementor-icon-box-content{
		display:flex;
		align-items:center;
		justify-content:start;
		gap:12px;
	}
	.quick_buttons .elementor-icon-box-icon{
		display:flex;
		align-items:center;
		justify-content:start;
	}

	.icon_circle .elementor-icon-box-icon{
		width:50px;
		height:50px;
	}
	.card_title_1 .elementor-icon-box-title{
		margin:0px;
	}
	.icon_dash .elementor-icon-box-icon{
		width:45px;
		height:45px;
	}
	.icon_circle .elementor-icon-box-title{
		margin:10px 0px 10px 0px !important;
	}
	
	.pro_card_contant{
    	display:flex;
    	align-items:flex-start;
    	gap:16px;
	}

	.pro_card_contant .pro_icon_list{
		flex-shrink:0;
	}

	.pro_card_contant .elementor-widget-text-editor{
		flex:1;
	}
	
.authority_icon_list .elementor-icon-box-icon{
		width:45px;
		height:45px;
}

#sgpb-popup-dialog-main-div{
    padding: 35px 20px !important;
    width: 92% !important;
}

.sgpb-popup-builder-content-html h4{
    font-size: 32px !important;
}

#ff_4_email{
    height: 58px !important;
    font-size: 16px !important;
}

.ff-btn-submit{
    height: 58px !important;
    font-size: 18px !important;
}

.sgpb-popup-builder-content-html p{
    font-size: 15px !important;
}

.tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper{
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    height: 100%;
}
	
form.fluent_form_5 .contact-button{
    width:100% !important;
    min-width:100% !important;
    padding:14px 35px;
	border-radius:4px !important;
	font-weight:500 !important;
	font-size:16px !important;
}

}