/* Footer CSS */
h1,h2,h3,h4,h5,h6,a {
    font-family: 'Inter';
}
body, p {
    font-family: 'Roboto';
}
.post, .page {
    margin: 0;
}
a {
    text-decoration: none;
}
ul, ol {
    margin: 0 0 1.5em 0;
    padding-left: 0;
    list-style-type: none;
    list-style: none;
}
.footer-box {
    background-color: var(--primary-color);
    color: #fff;
}
.footer-box .menu {
    list-style: none;
}
.footer-box ul.menu li {
    position: relative;
    padding-left: 20px;
}
.footer-box ul.menu li+li {
    margin-top: 10px;
}
.footer-box ul.menu li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url('../images/arrow-icon.png') no-repeat;
}
.footer-box .menu a,
.footer-box .post_list a{
    color: #fff !important;
}
.footer-box .menu a:hover,
.footer-box .post_list a:hover{
    color: #ffffff82 !important;
}
.footer_bg {
    padding: 80px 0;
} 
.footer-content .footer-title {
    font-size: 22px;
    font-weight: 600;
    line-height: initial;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
}
.footer-content .wpcf7 .subscribe-btn:hover {
    color: #004E8B;
    background-color: #fff;
}
.copy_right {
    border-top: 1px solid;
    border-color: #ffffff2e;
    padding: 15px 0;
}
.copy_right ul.social-links,
.copy_right p {
    margin-bottom: 0;
}
.copy_right .social-links {
    list-style: none;
}
.copy_right .social-links li a {
    color: #fff;
}
.footer-content ul.post_list li,
.fpost_title .fpost_date{
  display: flex;
  align-items: center;
}
.footer-content ul.post_list li img.thumb_img{
    width: 80px;
    height: 80px;
    max-width: 80px;
    object-fit: cover;
    object-position: top;
}
.footer-content .fpost_title {
    margin-left: 12px;
}
.fpost_title .fpost_date div {
    margin-left: 8px;
    font-weight: 400;
}
.fpost_title .fpost_date {
    font-size: 14px;
    margin-bottom: 6px;
}
.fpost_title .post_title {
    font-weight: 600;
}
.footer-content ul.post_list li+li {
    margin-top: 15px;
}
.footer-content.ft-two {
    padding-left: 50px;
}
.footer-content .wpcf7 input.form-control{
    height: 55px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
}
.footer-content .wpcf7 .subscribe-btn {
    width: 100%;
    height: 55px;
    text-align: center;
    background-color: #004E8B;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    border: none;
    font-weight: 600 !important;
}
.copy_right ul.social-links {
    text-align: right;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.copy_right ul.social-links .social_title {
    display: none;
}
.copy_right ul.social-links li a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    position: relative;
    border: 1px solid #ffffff2e;
}
.copy_right ul.social-links li+li {
    margin-left: 10px;
}
.copy_right ul.social-links li a i{
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.copy_right ul.social-links li a:hover {
    background-color: #fff;
    transition: all .5s ease;
}
.copy_right ul.social-links li a:hover i {
    color: #222;
}




/* Header CSS */
header {
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.header.has-primary-color .top-header {
    background-color: var(--primary-color);
    padding: 10px 0px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.header ul.contact-info {
    gap: 20px;
}

header.header ul.contact-info i {
    padding-right: 10px !important;
    color: #fff;
}

a {
    color: #fff !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
a:hover{
	color: #fff;
}

header.header ul.social-icons {
    gap: 20px;
}

header.header ul.social-icons i {
    color: #fff;
}
.main-header .logo {
    background-color: var(--primary-color);
    padding: 10px;
}


.main-header .main-menu a:hover, .main-header .main-menu li.current-menu-item a{
    color: var(--primary-color) !important;
}

.main-header .main-menu ul.menu {
    
}
.header-cta .get-quote-btn a, .header-cta .call a {
    color: #000 !important;
}

.header-cta .call-btn img {
      background-color: var(--primary-color);
    color: #fff;
    padding: 13px;
    border-radius: 50%;
    height: 60px;
}

.main-header .header-cta .call-div {
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--primary-color);
    padding: 5px;
}

.main-header .call-btn {
    gap: 8px;
    margin-right: 24px;
}
.header-cta .call span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}

.header-cta .call a {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}

.mobile_call_btn {
    display: none;
}
header .logo img,
header .logo  {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.right-top .social_title {
	display: none;
}

.main-header .main-menu a {
    color: #000 !important;
    font-family: 'Poppins';
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .navigation ul.menu {
        margin: 0;
        position: relative;
        z-index: 3;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navigation ul.menu > li {
        position: relative;
        z-index: 2;
        text-align: left;
        float: left;
        padding: 0 20px;
    }
    .navigation ul.menu > li:first-child {
        padding-left: 0;
    }
    .navigation ul.menu li.has-sub .sub-menu {
        padding: 20px 20px;
        position: absolute;
        min-width: 250px;
        background: #fff;
        z-index: 5;
        opacity: 0;
        top: 100%;
        bottom: auto;
        visibility: hidden;
        /* margin-top: 40px; */
        display: block;
        pointer-events: auto;
        font-weight: 400;
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        margin-left: 0;
    }
    .navigation ul.menu li:hover {
        overflow: visible;
    }
   
    .navigation ul.menu li.has-sub:hover > .sub-menu {
        display: block !important;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .menu-back, .menu > li > .toggle-submenu {
        display: none;
    }
    .navigation ul.menu li {
        position: relative;
        margin: 0;
    }
    .navigation ul.menu li.has-sub .sub-menu a {
        padding: 8px 0px;
        display: block;
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        line-height: normal;
        text-transform: capitalize;
        font-family: 'Poppins';
    }
    .navigation ul.menu li.has-sub .sub-menu a:after {
        position: absolute;
        content: "";
        background-color: #222;
        width: 0px;
        height: 3px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .navigation ul.menu li.has-sub li.has-sub:hover .sub-menu {
        top: 0;
    }
    .navigation ul.menu li.has-sub li.has-sub .sub-menu {
        left: 100%;
    }
    .navigation ul.menu li.has-sub .sub-menu a:after {
        position: absolute;
        content: "";
        background-color: #222;
        width: 0px;
        height: 3px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .navigation ul.menu li.has-sub .sub-menu li:hover a:after, .navigation ul.menu li.has-sub .sub-menu li.selected a:after {
        width: 10px;
    }
    .navigation ul.menu li.has-sub .sub-menu li:hover > a, .navigation ul.menu li.has-sub .sub-menu li.selected > a {
        color: #151515;
        padding-left: 20px;
    }
}


/* .sub-menu {
  display: none;
} */



/* Header Sticky */
header.sticky {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.2);
    border: none !important;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.sticky .logo {
    max-width: 140px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.sticky .top-header {
    padding: 5px 0px !important;
}
header.sticky .logo img {
    height: auto;
   
    max-width: 120px;
}
header.sticky .desk-menu {
    padding: 10px 0px;
}
header.sticky .left-top li a{
    font-size: 14px;
    transition: all 0.3s ease;
}
/* Commen Button */
.common-btn {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    height: 60px;
    text-transform: uppercase;
    padding: 0 70px 0 30px;
    border-radius: 50px;
    transition: all 500ms ease;
    background: var(--primary-color);
    position: relative;
    text-align: justify;
    text-decoration: none;
    border: 1px solid rgba(0, 44, 79, 1) !important;
}

.common-btn::before {
    content: "|";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
}
.common-btn::after {
    content: "";
    background-image: url(../images/whitearrow_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;   
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.common-btn:hover::after {
    transform: translateY(-50%) translateX(5px);
    background-image: url(../images/bluearrow_icon.svg);
}
.common-btn.white-btn::after {
    background-image: url(../images/bluearrow_icon.svg) !important;
}

.common-btn:hover::before {
    color: rgba(0, 44, 79, 1) !important;
}
.common-btn:hover {
    background-color: transparent !important;
    border: 1px solid rgba(0, 44, 79, 1) !important;
    color: rgba(0, 44, 79, 1) !important;
}
a.common-btn.white-btn:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
a.common-btn.white-btn:hover::after {
    background-image: url(../images/whitearrow_icon.svg) !important;
}
section.banner .common-btn.white-btn::before {
    content: none !important;
    }
.main-navigation {
    width: auto;
}

/* Popup */
.modal {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
#get_touch_popup .modal-title {
    font-size: 22px;
}
#get_touch_popup .btn-close {
    opacity: 1;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.get_touch_form_body .frm_grp.line_tag {
    display: block;
}
.get_touch_form_body .frm_grp {
    width: 100%;
}
.get_touch_form_body .frm_grp.line_tag span:first-child {
    margin-right: 25px;
}
.get_touch_form_body .frm_grp span {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.get_touch_form_body .frm_grp span .input_field {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 46px;
}
.get_touch_form_body .frm_grp span textarea.input_field {
    height: unset;
}

.btn-new {
    display: inline-block;
    color: #002C4F !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    height: 60px;
    width: 220px;
    text-transform: uppercase;
    padding: 0 30px;
    border-radius: 50px !important;
    transition: all 500ms ease;
    background: #fff !important;
    position: relative;
    text-align: justify;
    text-decoration: none;
    border: none;
}
.btn-new::before {
    content: "|";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-new::after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}


.inter{
    font-family: 'Inter';
}
.roboto{
    font-family: 'Roboto';
}
/* Banner Section */
.banner {
position: relative;
color: white;
height: 80vh;
display: flex;
align-items: center;
justify-content: center;
}

.banner .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--primary-color);
opacity: 0.93;
}

.banner .container {
position: relative;
max-width: 800px;
text-align: center;
z-index: 1;
}

.banner .sub-title {
font-size: 18px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0.5em;
text-align: center;
color: #fff;
}

.banner .title {

font-size: 64px;
font-weight: 700;
line-height: 77px;
text-align: center;


}

.banner .description {

font-size: 18px;
font-weight: 500;
line-height: 32px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
}

.video-popup-btn {
display: flex;
align-items: center;
font-size: 18px;
font-weight: 500;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

button.btn-close {
z-index: 1 !important;
opacity: 1 !important;
border-radius: 50%;
color: #000 !important;
width: 20px !important;
height: 20px !important;
top: 20px;
right: 20px;
position: absolute;
}

.banner .play-icon {
position: relative;
margin-right: 15px;
color: #fff;
border: 2px solid #fff;
border-radius: 50%;
text-align: center;
width: 58px;
height: 58px;
}
.banner .play-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .sub-title {
    text-transform: uppercase;
    }
/* Custom Modal Width */
@media (min-width: 768px) {
.modal-dialog {
max-width: 80%;
}
}

/* Custom Modal Background Overlay */
.modal-backdrop.show {
background-color: var(--primary-color) !important;
opacity: 0.56 !important;
}
.modal-dialog.modal-lg {
width: 50% !important;
}
.modal-body {

background: var(--primary-color) !important;
padding: 10px !important;
border-radius: inherit;
}

.modal-content {
border-radius: 10px !important;
}

a.white-btn {
color: var(--primary-color) !important;
background-color: #fff !important;
border-radius: 0px !important;
}

/* Style for the video container */
.video-container {
position: relative;
cursor: pointer;
}

/* Play button styling */
.play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: transparent;
color: white;
font-size: 36px;
border: none;
padding: 10px 20px;
border-radius: 50%;
display: block;
opacity: 1;
transition: opacity 0.3s;
z-index: 10;
}

/* Hide play button when video is playing */
.video-container video.playing + .play-btn .fas.fa-play {
display: none;
}

.video-container video.paused + .play-btn .fas.fa-pause {
display: none;
}

button.play-btn i {
display: block;
background-color: var(--primary-color) !important;
display: inline-block;
width: 58px;
height: 58px;
font-size: 18px;
border-radius: 50%;
position: relative;
}
button.play-btn i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.transition, :before, :after, a, button {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trim_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.2em* 2);
    line-height: 1.2em;
}


/*About css New*/
section {
    padding: 100px 0;
}
.about-banner{
	background:#fff;
}

.about-us {
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.border-back{width:300px; height:300px; border:10px solid #002C4F; position:absolute;
	float:right;
	top:50px;
	right:70px;
}

.about-image{
	position:relative;
	left:0;
	
}

.experience-box{
    position:absolute; 
    z-index:10;
    width:180px;
	text-align:center;
	background:#002C4F;
	color:#fff;
	top:80px;
    left: -45px;
}

.experience-box:before{
	background:#f00;
	width:30px;
	height:30px;
		
}

.madal{width:max-content; padding-top:30px;}

.experience-box h2{
	font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
	padding-top:25px;

}

.experience-box p{	font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.02em;
text-align: center;
padding-bottom:30px;
margin-bottom:0px;

}

.about-left{
	position:relative;
}
.about-left .about-counter {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    padding-top: 25px;
}
.about-video{
	position: absolute;
    z-index: 9;
    bottom: 60px;
    right: 0;
    width:263px;
    height: 280px;
    border: 10px solid #fff;
	background:#fff;
	box-shadow: 0px 4px 25px 0px #00000014;
    display: inline-block;
	
}
.about-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    z-index: 1;
    pointer-events: none;
 }
.about-video .play-btn-about{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.about-video .play-btn-about .play-icon{
    background-color: #fff;
    display: block;
    line-height: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.about-video .play-btn-about .play-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    font-size: 18px;
}

.video-thumbnail{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.about-video i {color:#002C4F; font-size:30px;}

.about-content h5,
.title_box h5 {	
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
	color:#002C4F;
    text-transform: uppercase;

}
.about-content h2,
.title_box h2{
font-size: 36px;
font-weight: 700;
line-height: 1.25;
text-align: left;
}

.about-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
	color:#787878;
	padding-top:15px;
}

.feature{
	display:flex;
	align-items:flex-start;
	gap:20px;
}
.about-icon-box{
	
	width:150px;
	height:85px;
	min-width:105px !important;
    opacity: 0.06px;
	min-width:105px;
	background:#fcfcfc;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:105px;

}
.feature-list .feature + .feature {
    margin-top:15px;
}
.feature h4{
	/* font-family: Inter; */
font-size: 18px;
font-weight: 600;
line-height: 26px;
text-align: left;
	color:#002C4F;

}
.feature p{
	/* font-family: Roboto; */
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
	padding-top:0px;
}

.about-content .common-btn{
	border-radius:0px;
	margin-top:50px;
}
.cta-buttons a.video-popup-btn:focus,
.cta-buttons a.video-popup-btn:visited {
    color: #fff !important;
}
#get_touch_popup .modal-body {
    padding-top: 20px !important;
}


.no-border-btn {
    border-radius: 0px;
}
.p-50 {
    padding: 50px !important;
}
.section-subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.27;
    color: #000;
}

section.gray-bg{
    background-color:#EDEDED;
}

.blue-bg{
    background-color: var(--primary-color) !important;
}
/*Form CSS*/
input.form-control, select.form-control {
    height: 55px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
}

.frm_grp.line_tag {
    margin-bottom: 30px !important;
}

label {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Roboto';
    color: #fff;
    margin-bottom: 5px;
}

button.quote-btn {
    width: 100%;
    height: 55px;
    background-color: #004E8B;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

button.quote-btn:hover {
    color: #004E8B;
    background-color: #fff;
}

/*Latest Blogs*/

.latest-blog {
background-color: #fff;
}
.latest-blog .blog-top-div {
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.latest-blog .container {
  width: 100%;
  margin: 0 auto;
}
.blog-cards,
.team-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);

}


.blog-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.author-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-right: 50px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3em* 2);
}

.white-btn.bordered {
    border: 1px solid #ECECEC;
    color: #000 !important;
}

.white-btn.bordered::before {
    content: "|";
    font-size: 18px;
    color: #000;
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
}

.white-btn.bordered::after {
    background-image: url(../images/blackarrow_icon.svg) !important;
}



.white-btn.bordered:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.white-btn.bordered:hover::before {
    color: #fff !important;  
}

.white-btn.bordered:hover::after {
    background-image: url(../images/whitearrow_icon.svg) !important;
}
p.author-date {
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
    justify-content: space-between;
}
p.author-date span a {
    color:#777 !important;
    font-size:14px !important;
    text-transform: capitalize;
    
}
p.author-date img {
    margin-right: 5px;
}

/* Gallery Section */
.gallery-img, .gallery-img a, .gallery-img a img {
    width: 100%;
    display: block;
}
.gallery-img {
    margin-bottom: 30px;
}
.gallery-img a img {
    object-fit: cover;
    height: 332px;
}




/* About & Services CSS */

.triangle-shadow{
	position: absolute;
    bottom: 0;
    left: -45px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-top: 60px solid #8e9794;
    /* z-index: 1; */
    top: 280px;
}

.financial-services {
    position: relative;
    background: url(../images/financial-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    /* padding: 60px 0; */
}

/* Overlay with Background Color & Opacity */
.financial-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 86, 0.8); /* Adjust color and opacity here */
    z-index: 1;
}

/* Ensure content is above the overlay */
.financial-services .container {
    position: relative;
    z-index: 2;
}
.color-1{
	color:#fff;
}
 .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

.card img {
    height: 200px;
    object-fit: cover;
}

.card-title {
    color: #003056;
    font-size: 20px;
    font-weight: bold;
}

.card-text {
    color: #666666;
    font-size: 14px;
}

.read-more {
    color: #003056;
    font-weight: bold;
    text-decoration: none;
}

.read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Navigation Arrows */
.navigation-arrows button {
    background-color: #ffffff;
    color: #003056;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navigation-arrows button:hover {
    background-color: #003056;
    color: #ffffff;
}
.financial-services .card{
	border-radius:inherit;
}
.financial-services .card:hover{
	cursor:pointer;
}


.financial-services .card img{
	border-radius:inherit;
	height:250px;
	width:100%;
		
}

.financial-services .card-body{
	padding:30px;
}


.financial-services .card-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

.financial-services .card-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3em* 4);
}

.financial-services .read-more{
	font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
	color:#003056 !important;
}
.financial-services .card .financial-box-icon{
	background: rgba(255, 255, 255, 1);
	border:2px dashed rgba(0, 44, 79, 1);
	display:flex;
	align-items:center;
	justify-content:center;
	width:85px;
	height:85px;
	position:absolute;
	right:30px;
	top:-20px;
}

.financial-services .card:hover .financial-box-icon{
	background:rgba(0, 44, 79, 1);
	border:none;
	color:#fff;
	fill: #FF5733; 
}
 
.financial-services .card:hover .financial-box-icon img {
filter: brightness(0) invert(1); /* Turns SVG icon to white */
}

.financial-services .financial-service-box{
	position:relative;
	top:-40px;
	
}
.financial-services .icon-home{
	max-width: max-content !important;
	height:auto !important;
	
}
.financial-services .navigation-arrows button{
	width:50px;
	height:50px;
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}
/*Form Styling*/
textarea.form-control {
    height: auto;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
}


/* Why Choose CSS Add */
.section-whychoose {
    background-color: var(--primary-color) ;
    position: relative;
}
.section-whychoose::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/pattern-img.png) no-repeat;
    width: 326px;
    height: 100%;
}
h5.sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: var(--primary-color);
    text-transform: uppercase;
}
.section-whychoose .content-info ul li {
    display: flex;
    align-items: center;
    color: #fff;
}
.section-whychoose ul li {
    line-height: 1;
}
.section-whychoose ul li+li {
    margin-top: 24px;
}
.section-whychoose ul li .why_icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-color: #fff;
    position: relative;
    margin-right: 15px;
}
.section-whychoose ul li .why_icon img {
    max-width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-whychoose ul li h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}
.section-whychoose ul li p {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}
.section-whychoose .content-info {
    padding-right: 80px;
    z-index: 10;
    position: relative;
}
.section-whychoose .whychoose_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

/* Services Listing CSS */

section.financial-services.white-bg {
background: none !important;
}
section.financial-services.white-bg::before {
    content: none !important;
}
section.financial-services .financial-grid-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
section.financial-services .financial-grid-item .card{
    position:relative;
    border-radius:20px;
}
section.financial-services .financial-grid-item .card-body{
    position: absolute;
    bottom: 0;
    z-index:5;
}
.financial-services .financial-grid-item .card img {
    height:100% !important;
}
.financial-services .financial-grid-item .financial-service-box {
    position:initial !important;
}
section.financial-services .financial-grid-item .card:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 50%);
    opacity:0.75;
}
.financial-services .financial-grid-item .read-more {
    color:#fff !important;
}
.financial-services .financial-grid-item .card .financial-box-icon {
    top:20px !important;
     z-index:5;
}
.financial-services .financial-grid-item  .card-text {
  max-height: calc(1.3em* 3) !important;
}

/* Team Member CSS */
.team-card {
    transition: all 0.3s ease;
    position: relative;
}
.team-card img {
    width: 100%;
}
.team-card .team_content {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 85%;
    position: relative;
    margin: -63px auto 0;
    box-shadow: 0px 4px 25px 0px #00000014;
    z-index: 10;

}
.team-card .team_content .team_social {
    position: relative;
}
.team_social .social-links {
    position: absolute;
    right: 20px;
    bottom: -20px;
    margin: 0;
}
.team_social .social-links li a {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    display: block;
    position: relative;
}
.team_social .social-links li a i{
    color: #fff !important;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.team_social .social-links li a .social_title {
    display: none;
}
.team_content h4{
    color: #000000 !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
} 
.team_social .social-links li+li{
    margin-top: 8px;
}
.team_social .social-links li:last-child {
    color: #fff;
    display: block;
    transition: all 0.4s ease;
}
.team_social .social-links li {
    display: none;
    transition: all 0.4s ease;
}
.team-cards .team-card .social-links:hover li {
    display: block;
    transition: all 0.4s ease;
}
.team-cards .team-card:hover:after {
    content: '';
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 100%;
    background: linear-gradient(3.36deg, #002C4F 3.05%, rgba(34, 35, 40, 0) 67.67%);

}
.custom-link-social img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Counter Section */
.fun-facts-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* FAQ */
.accordion-button:not(.collapsed),
.accordion-button[data-bs-target="#collapse1"][aria-expanded="true"] {
    color: #fff !important;
    background-color: #003056 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125) !important;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(180deg);
}
.accordion-collapse {
    transition: height 0.4s ease;
}
button.accordion-button {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 3px !important;
}
.section-generalbox {
    background-color: #EDEDED;
}
ul.info-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    color:#787878;
}
ul.info-list li::after {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #002C4F;
    content: "\f00c";
    font-family: 'fontawesome';
    line-height: 18px;
    border: 1px solid #002C4F;
    border-radius: 50%;
    text-align: center;
}

ul.info-list h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.section-generalbox img {
    display: block;
    margin-left: auto;
}


/* Actionable Tips CSS */
.section-actionable{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
.section-actionable:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 48, 86, 0.8);
}
.section-actionable .container {
    position: relative;
    z-index: 10;
}
.actionable_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.actionable_cards .actionable_card {
    text-align: center;
    box-shadow: 0px 4px 25px 0px #00000014;
    background-color: #fff;
    color: #000;
    padding: 24px 20px;
    height: 100%;
    border-radius: 10px;
}
.actionable_card h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.actionable_cards .actionable_card p {
    margin-bottom: 0;
}

/* Two Box CSS */
.section-twobox {
    background-color: #EDEDED;
}
.content-twoboxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}
.content-twoboxs h3{
    font-size: 22px;
    font-weight: 600;
}
.content-twoboxs h4{
    font-size: 18px;
    font-weight: 600;
}
.content-twoboxs .box {
    box-shadow: 0px 4px 25px 0px #00000014;
    height: 100%;
    padding: 40px 50px 20px;
    background-color: #fff;
    border-top: 20px solid #002C4F;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*Video Popup*/
#howItWorksVideo {
    width: 100%;
    height: auto;
    display: block;
}


/*finance slider CSS*/
.service.item{
    background:none;
    padding:0px !important;
    margin-left:10px;
    margin-right:10px;
    }
    .finacial-slider .owl-nav {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    width: 100%;
    position: relative; 
    }
    /* Arrows styles */
    .finacial-slider .owl-prev, .finacial-slider .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; 
    height: 40px;
    border: 1px solid #ccc; 
    border-radius: 50%;
    background-color: #fff; 
    cursor: pointer;
    z-index: 1;
    margin: 0 20px; 
    }
    .finacial-slider button.owl-prev, .finacial-slider button.owl-next {
    background-color: transparent !important;
    color: #fff !important;
    margin: 0;
    font-size: 30px !important;
    height: 50px;
    width: 50px;
    border:1px solid #fff !important;
    }
    .finacial-slider button.owl-prev:hover, .finacial-slider button.owl-next:hover {
    color:#fff !important;
    background-color:#fff;
    border:1px solid #fff;
    }

/*contact us page css */
.conatct-main {
    margin: 50px auto;
    padding: 20px;
    display:flex;
}
.info-section {
    flex: 1;
    padding-right:30px;
}
.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background:rgba(248, 248, 248, 1);
    padding:50px 19px 50px 19px;
    gap:20px;
}
.info-box p {
    margin: 0;
    line-height: 1.5;
}
.form-section {
    flex: 2;
    padding: 60px;
    background: rgba(248, 248, 248, 1);
}
.form-section h3 {
    font-size: 36px;
    margin-bottom: 40px;
    color:rgba(0, 0, 0, 1);
    line-height: 36px;
    font-weight: 700;
}
.form-section form textarea {
    grid-column: span 2;
    resize: none;
}
.form-section form input, 
.form-section form textarea {
    width: 100%;
    padding: 20px;
    border: 0.3px solid #7878783d;
    border-radius: 4px;
    background:transparent;
}
.form-section form input::placeholder,
.form-section form textarea::placeholder {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
}
.form-section form button {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    height: 60px;
    text-transform: uppercase;
    padding: 0 70px 0 30px;
    transition: all 500ms ease;
    background: var(--primary-color);
    position: relative;
    text-align: justify;
    text-decoration: none;
    width: auto;
}
.form-section form button::before {
    content: "|";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
}
.form-section form button::after {
    content: "";
    background-image: url(../images/whitearrow_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.form-section form button:hover::after{
    transform: translateY(-50%);
}
.form-section form button:hover {
    background-color:transparent !important;
    border:1px solid rgba(0, 44, 79, 1) !important;
    color:rgba(0, 44, 79, 1) !important;
} 
.form-section form button:hover::before {
    content: "|";
    font-size: 18px;
    color:rgba(0, 44, 79, 1) !important;
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
}
.conatct-main .frm_grp label{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color:rgba(0, 0, 0, 1);
    margin-bottom:15px;
}
.location-contact{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color:rgba(0, 44, 79, 1);
}
.location-text{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color:#000 !important;
}
.form-section form button:hover::after {

    background-image: url(../images/bluearrow_icon.svg);

}

/*Blog Listing*/
section.blog-listing .blog-top-div {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}


/*Testimonial CSS*/
.testimonial-div p {
font-size: 16px;
font-weight: 400;
line-height: 1.7;
color: #787878;
margin: 25px 0px;
}
.carousel-section {
width: 100%;
margin: 50px auto;
}
.owl-carousel .item {
background-color: #fff;
padding: 40px;
box-shadow: 0px 4px 25px 0px #00000014;
}
.owl-carousel .item h3 {
font-size: 24px;
margin-bottom: 10px;
}
.owl-carousel .item p {
font-size: 16px;
color: #555;
}
.testimonial-carousel .item::after {
content: "";
position: absolute;
top: 40px;
right: 40px;
width: 45px;
height: 35px;
background-image: url('https://webexpertsdesign.site/silondev/wp-content/themes/silon-finance/assets/images/quote.svg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.testimonial-content .profile img {
width: 30%;
border-radius: 50%;
}
.testimonial-content .profile-details h4 {
font-size: 20px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.02em;
color: #000;
}
.profile-details p {
font-size: 16px !important;
font-weight: 400;
line-height: 1.2;
margin-bottom: 0;
color: #787878 !important;
}
.testimonial-content p.testimonial-text {
font-size: 16px;
font-weight: 400;
line-height: 28px;
color: #787878;
}
.testimonial-slider .owl-nav {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 30px;
margin-top: 30px;
width: 100%; /* Ensure full width of the parent container */
position: relative; /* Allows pseudo-elements to be positioned relative to this container */
}
/* Left line starting from the edge of owl-nav */
.testimonial-slider .owl-nav::before {
content: "";
position: absolute;
top: 50%;
left: 0; /* Start from the left edge */
width: calc(50% - 80px); /* Adjust length based on spacing and button size */
height: 0.5px; /* Line thickness */
background-color: #787878; /* Line color */
transform: translateY(-50%);
opacity: 0.5;
}
/* Right line starting from the edge of owl-nav */
.testimonial-slider .owl-nav::after {
content: "";
position: absolute;
top: 50%;
right: 0;
width: calc(50% - 80px);
height: 0.5px;
background-color: #787878;
transform: translateY(-50%);
opacity: 0.5;
}
/* Arrows styles */
.testimonial-slider .owl-prev, .testimonial-slider .owl-next {
display: flex;
align-items: center;
justify-content: center;
width: 40px; /* Circle size */
height: 40px;
border: 1px solid #ccc; /* Circle border color */
border-radius: 50%; /* Make it a circle */
background-color: #fff; /* Background color */
cursor: pointer;
z-index: 1; /* Ensure arrows are above the lines */
margin: 0 20px; /* Space between arrows */
}
.testimonial-slider button.owl-prev, .testimonial-slider button.owl-next {
background-color: var(--primary-color) !important;
color: #fff !important;
margin: 0;
font-size: 30px !important;
height: 50px;
width: 50px;
}
.testimonial-slider button.owl-prev:hover, .testimonial-slider button.owl-next:hover {
color: var(--primary-color) !important;
background-color: transparent !important;
border: 1px solid var(--primary-color) !important;
}
/*Map Section*/
.map-section {
width: 100%;
height: 500px; /* Adjust height */
overflow: hidden;
position: relative;
border: 1px solid #ddd;
}
iframe {
width: 100%;
height: 100%;
border: none;
}

/*Fun Facts Styling*/
.fun-facts {
background-image: url('https://webexpertsdesign.site/silondev/wp-content/uploads/2024/11/What-to-Do-After-Winning-a-Property-Auction-scaled.jpg');
background-size: cover;
background-position: center;
position: relative;
}


.fun-facts::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 44, 79, 0.9);
z-index: 1;
}
section.fun-facts .container {
z-index: 2;
position: inherit;
}

.item-content-text span, .item-content-text h2{
font-size: 36px;
font-weight: 700;
line-height: 50px;
color: #fff;
}
.item-content-text p.count-text {
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #C0C0C0;
}

.inner-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px; 
    display: flex;
    justify-content: start;
    align-items: center;
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.97deg, #002C4F -0.47%, rgba(0, 0, 0, 0.2) 99.97%);
    z-index: 1; 
}

.inner-banner .container {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
}

.inner-banner .row {
    padding-left: 10px;
}

.inner-banner-title {
    margin-bottom: 10px;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    color: #fff;
}

p.breadcrumb {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}

.breadcrumb span:not(:first-child) {
    margin: 0 5px; 
}

.breadcrumb span:not(:last-child) {
    margin-right: 5px; 
}

.banner-text {
    z-index: 1;
}

span.current {
    color: #008EFF;
}


/* 404 CSS */
.page-404 {
    margin-top: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-404 h1 {
    font-family: Inter;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    color: var(--primary-color);
}

.page-404 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--primary-color);
}

.page-404 p:last-of-type {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--primary-color);
}

.page-404 .page-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    padding: 10px 20px;
    text-decoration: none;
}

.page-404 .page-link:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}

/* Single Page CSS */
.content-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
}
.content-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #787878;
    padding-top: 15px;
}

/ Sidebar /
.categories-list {
    list-style: none;
    padding: 0;
}

.categories-list li {
    margin-bottom: 10px;
}

.categories-list a {
    color: var(--primary-color) !important;
    text-decoration: none;
    font-weight: 600;
}

.sidebar-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 46px;
}

.sidebar-div {
    background-color: #ededed57;
    padding: 30px;
    margin: 20px 0; 
}

.sidebar-div:first-child {
    margin-top: 0;
}

.sidebar-div:last-child {
    margin-bottom: 0;
}

ul.categories-list li {
    background-color: #fff;
    padding: 20px;
}

.categories-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease; 
}

.categories-list li a i {
    margin-left: 10px; 
    transition: transform 0.3s ease; 
}

li.highlighted-category, .categories-list li:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.categories-list .highlighted-category a, .categories-list li:hover a {
    color: #fff !important;
    font-weight: bold;
}

.categories-list li:hover a i {
    transform: translateX(5px); 
}

.sidebar-div .frm_sbt .custom-button {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    height: 60px;
    text-transform: uppercase;
    padding: 0 30px 0 30px;
    transition: all 500ms ease;
    background: var(--primary-color) !important;
    position: relative;
    text-align: justify !important;
    text-decoration: none;
    width: auto;
    border-radius: 0px !important;
}

.sidebar-div .frm_sbt .custom-button:hover {
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
}
.section-cta {
    background-color:#EDEDED;
    font-size:20px;
}
.section-cta a {
    font-size:20px;
    color: #212529 !important;
    font-weight:600;
}

.single .service-featured-image img,
.single .post-featured-image img {
	width:100%;
}



/* Process Section */
.intprocess-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top:40px;
}

.intprocess-boxes .process_box {
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius:30px;
  padding:30px;
}
.section-detailservices {
    background-color:#f5f5f5;
}
.financial-services.services-list .common-btn {
    height:52px !important;
    line-height:52px !important;
    background-color: #fff !important;
   border: 1px solid #fff !important;
   color: rgba(0, 44, 79, 1) !important;
}
.financial-services.services-list .common-btn:hover{
   background-color: #fff !important;
   border: 1px solid #fff !important;
}
.financial-services.services-list .common-btn::before {
    color: rgba(0, 44, 79, 1) !important;
}
.financial-services.services-list .common-btn::after {
  background-image: url(../images/bluearrow_icon.svg) !important;
}
.section-cta ul li+li{
	margin-top:10px;
}

.section-sersrow p{
    text-align: justify;
    color:#787878;
}
.section-blogdetail h2,
ul.info-list li strong {
    color: rgb(33,37,41);
}




