/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1752647005
Updated: 2025-07-16 06:23:25

*/
/* Header CSS */

.header-sec .col-2 .et-menu > li > a{
    position: relative;
}

.header-sec  .col-2 .et-menu > li > a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #041B34; /* Change to your desired color */
    transition: width .3s ease;
}

.header-sec  .col-2 .et-menu > li > a:hover::after,
.header-sec .col-2 .current-menu-item > a::after{
    width: 100%;
}
/* Header CSS */

/* SEC-1 CSS */

/* Slick Dots */

.sec-1 .slick-dots{
    bottom:5px !important;
}

.sec-1 .slick-dots li{
    width:10px;
    height:10px;
    margin:0 15px;
}

.sec-1 .slick-dots li button:before{
    content:'';
    width:10px;
    height:10px;
    background:#ffffff;
    border-radius:50%;
    opacity:1;
}
.sec-1 .slick-dots li.slick-active button:before{
    width:32px;
    border-radius:20px;
    background:#dc1019;
    left:-11px;
}


/* Slick Arrows */
/* Exact Reference Arrow */
.sec-1 .slick-prev,
.sec-1 .slick-next{
    width:44px;
    height:44px;
    border:2px solid rgba(255,255,255,.45);
    border-radius:50%;
    background:rgba(0,0,0,.55);
    display:flex!important;
    align-items:center;
    justify-content:center;
    z-index:9;
}

.sec-1 .slick-prev{left:20px;}
.sec-1 .slick-next{right:20px;}

.sec-1 .slick-prev:before,
.sec-1 .slick-next:before{
    color:#fff;
    opacity:1;
    font-size:22px;
    line-height:1;
}
/* SEC-1 CSS */


/* SEC-2 CSS */

.sec-2 .et_pb_blurb{
    position:relative;
    overflow:hidden;
    z-index:1;
}

.sec-2 .et_pb_blurb:before{
    content:"";
    position:absolute;
    inset:0;
    background:#202C38; /* Hover background color */
    transform:translateY(100%);
    transition:.45s ease;
    z-index:-1;
}

.sec-2 .et_pb_blurb:hover:before{
    transform:translateY(0);
}

.sec-2 .et_pb_blurb,
.sec-2 .et_pb_blurb *{
    transition:.45s;
}

.sec-2 .et_pb_blurb:hover h4,
.sec-2 .et_pb_blurb:hover p{
    color:#fff!important;
}

.sec-2 .et_pb_main_blurb_image {
margin-bottom:10px !important;
}

/* Modern Category Cards */
.sec-2 .et_pb_blurb{
    background:#fff;
    border-radius:22px !important;
    overflow:hidden;
    padding:12px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.45s ease;
    position:relative;
    z-index:1;
}

.sec-2 .et_pb_blurb:before{
    content:"";
    position:absolute;
    inset:0;
    background:#313C48;
    transform:translateY(100%);
    transition:.45s ease;
    z-index:-1;
}

.sec-2 .et_pb_blurb:hover:before{
    transform:translateY(0);
}

.sec-2 .et_pb_blurb:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.sec-2 .et_pb_main_blurb_image{
    border-radius:18px;
    overflow:hidden;
    margin-bottom:18px;
}

.sec-2 .et_pb_blurb:hover .et_pb_main_blurb_image img{
    transform:scale(1.08);
}

.sec-2 .et_pb_module_header{
    font-size:20px;
    margin-bottom:0;
    transition:.3s;
}

.sec-2 .et_pb_blurb:hover .et_pb_module_header{
    color:#fff!important;
}


/* SEC-2 CSS */


/* CONTACT SEC CSS */

.contact-sec .row-1{
    text-align:center;
    margin-bottom:35px;
}

.contact-sec .col-1{
    background:#fff;
    border-radius:24px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.contact-sec .et_pb_contact_form .input,
.contact-sec .et_pb_contact_form textarea{
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:16px 18px;
    font-size:16px;
    background:#fafafa;
    transition:.3s;
}


/* CONTACT SEC CSS */

/* PARTNER SECTION CSS */

.prtnr-sec .col-sl .bg-img{
    display:flex!important;
    justify-content:center;
    align-items:center;
    padding:10px;
	margin-bottom:0px;
}

.prtnr-sec .col-sl .bg-img img{
    max-width:140px;
    height:auto;
    opacity:.8;
    transition:.3s;
}

.prtnr-sec .col-sl .bg-img img:hover{
    opacity:1;
    transform:scale(1.05);
}


/* PARTNER SECTION CSS */

/*  SECTION 4 CSS */

.sec-4 .stats-wrapper{
    display:flex;
    gap:30px;
	width:fit-content !important;
}

.sec-4 .stats-wrapper .et_pb_blurb{
    flex:1;
    margin-bottom:0;
    text-align:center;
}

/*  SECTION 4 CSS */

/* CONTACT PAGE CSS */

.cntct-sec .contact-info-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px 40px;

}

/* CONTACT PAGE CSS */

@media only screen and (max-width: 425px) {

	.header-sec .row-1 {
		display: flex;
		align-items: center;
	  }
	.header-sec .row-1 .col-2{
		display: flex;
		flex-direction:column;
		align-items:center;
		margin:auto;
		width: auto !important;
		margin-left: auto;
		text-align: left;

	} 

	.header-sec .col-3 {
		display: none !important;
	  }
	.header-sec .row-1 .col-1 {
		display: flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		margin:auto;
	  }



	/* Make hamburger icon black */
	.header-sec .mobile_menu_bar:before {
		color: #000 !important;
		font-size: 34px;
	}

	/* Make close (X) icon black when menu is opened */
	.header-sec .mobile_nav.opened .mobile_menu_bar:before {
		content: '\4d' !important;
		color: #000 !important;
		font-size: 34px;
	}

	/* Remove any blue background from the menu bar */
	.header-sec .et_mobile_nav_menu {
		background: transparent !important;
	}

	/* Full screen overlay menu */
	.header-sec .et_mobile_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 250px;
		padding: 40px 10px 10px;
		margin: 0;
		z-index: 9999;
        border-top: 3px solid #000 !important;
		overflow-y: auto;
		background: #fff !important;
	}

	/* Menu links */
	.header-sec .et_mobile_menu li a {
		font-size: 18px;
		font-weight: 500;
		color: #111 !important;
		border: none;
	}


.header-sec .row-1 .col-2 ul#mobile_menu1 {

top:78px;
}

.sec-1 .slick-dots li {
    width: 0px !important;
    height: unset !important;
	margin: 0px 15px;
}

.sec-1 .slick-prev, .sec-1 .slick-next {
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(0, 0, 0, .55);
}





.sec-2 .row-2, .sec-2 .row-3{
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
}

.sec-2 .row-2{
    padding-bottom:0px !important;
}

.sec-2 .row-3{
    padding-top:0px !important;
 padding-bottom:0px !important;
}


.sec-4 .stats-wrapper {
margin:auto;
}


.sec-5 .row-1{
         display: grid;
         grid-template-columns: 1fr 1fr;
}
   


.newsletter-sec .row-1 .col-1{
        display:none;
    }
}
