/*

Theme Name: Divi Child

Theme URI: https://diviextended.com/

Version: 1.0

Description: Child Theme of Divi

Author: Divi Extended

Template: Divi

*/



.et_pb_section {
padding-left:10px !important;
padding-right:10px !important;
}

.et_pb_menu .et-menu>li {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.heroHeading em,
.spanColor span{
    color: #0438b0;
}
.objectCover img{
    object-fit:cover !important;
}
.peofileIMG:before {
    content: '';
    position: absolute;
    right: -20px;
    width: 100%;
    height: calc(100% + 30px);
    border: 1px solid #38D2A6;
    display: block;
    z-index: 0;
    top: -10px;
    border-top-right-radius: 120px;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.container,
.et_pb_row{

    width: 100%;
    max-width: 1280px;

}

.website-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.video-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background: repeating-linear-gradient(261deg, rgb(0 0 0 / 88%) 0%, rgb(1 4 52 / 30%) 66%, rgb(0 158 222 / 50%) 100% 100%) !important; */
background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 70%) 100% 100%) !important;
    z-index: 1;
}

.iconBox img {
    max-width: 40px;
}
.iconBox {
    /*background: #0438B0;*/
    background: #38D2A6;
    width: 70px !important;
    height: 70px !important;
    max-width: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: -90px;
}

.locationList ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
    justify-content: space-between;
}
.footer-links.twoCol ul li {
    padding: 10px 0;
    border-bottom: 1px solid hsl(0deg 0% 93% / 10%);
}
.footer-links.twoCol ul {
    list-style: none;
    padding: 0;
}

.leftSticky {
    position: sticky;
    top: 70px;
    align-self: flex-start;
}

@media (max-width: 1024px) {
 .et_mobile_menu {
	 right: 20px;
	 left: unset;
	 width: 400px;
	 top: 60px !important;
	}
	
	    
.et_pb_section {
padding-right: 15px !important;
padding-left: 15px !important;
}

}

@media (max-width: 980px) {
 .leftSticky {
    position: inherit;
    top: 0;
}

br{
    display:none;
}

.timelineRow:before {
    /*left: -12px !important;*/
    display:none !important;
    }
    
    
/*h2{*/
/*    font-size: 32px !important;*/
/*    line-height: 42px !important;*/
/*}*/

/*h1{*/
/*    font-size: 42px !important;*/
/*    line-height: 52px !important;*/
/*}*/
}

@media (max-width: 767px) {
    .locationList ul {
        display: block;
    }
    
    .timelineTag:before {
    left: -22px !important;
    }

}

@media (max-width: 426px) {
    .et_mobile_menu {
        right: 0px;
        left: unset;
        width: 200px;
        top: 60px !important;
	}
}
