@import 'common.css';
/* BANNER */
.banner{
     background: linear-gradient(to bottom,  #61168e 0%,#34077a 100%);
     padding-top: 35px;
}
.banner .container {
    position: relative;
}
.banner .logo {
    position: absolute;
    left: 0;
    z-index: 5;
    top: 0;
}
.banner .item {
    padding: 25px 0;
}
.banner .mobile {
    display: none !important;
}
.banner .item img {
    width: auto;
    display: block;
    margin: 0 auto;
}
/* CORE VALUES */
.core-value {
    padding: 30px 0 35px;
}
.core-value .sec-title{
    text-align: center;
    color: var(--es-blue);
    padding-bottom: 20px;
}
.core-value .con {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 195px;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 25px 15px;
    margin: 10px 0;
    border-radius: 100%;
}
.core-value .con h4,
.core-value .con p {
    color: var(--es-white);
    padding: 0;
}
.core-value .con h4 {
    width: 100%;
    font-size: calc(var(--es-hd-size) - 0.7rem);
}
.core-value .con p {
    font-size: calc(var(--es-hd-size) - 1.25rem);
}
.core-value .col-xl-2:first-child .con {
    background: linear-gradient(to bottom,  #19ace3 0%,#3063ad 100%);
}
.core-value .col-xl-2:nth-child(2) .con {
    background: linear-gradient(to bottom,  #0b7ed1 0%,#163580 100%);
}
.core-value .col-xl-2:nth-child(3) .con {
    background: linear-gradient(to bottom,  #e80c8b 0%,#6c2d85 100%);
}
.core-value .col-xl-2:nth-child(4) .con {
    background: linear-gradient(to bottom,  #f28285 0%,#e83456 100%);
}
.core-value .col-xl-2:nth-child(5) .con {
    background: linear-gradient(to bottom,  #feb928 0%,#f05c1f 100%);
}
.core-value .col-xl-2:last-child .con {
    background: linear-gradient(to bottom,  #b3ca1e 0%,#32833a 100%);
}
/* SERVICES */
.services {
    background: var(--es-blue);
    padding: 55px 0;
}
.services h3 {
    text-align: center;
    color: white;
    font-weight: 400;
    padding-bottom: 35px;
}
.services .con-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.services .con-wrap .img {
    width: 15%;
    display: flex;
    justify-content: center;
    height: auto;
    align-items: flex-start;
}
.services .con-wrap .img img{
    height: 50px;
    width: auto;
    max-width: auto;
}
.services .con-wrap .con {
    width: 75%;
    padding-left: 15px;
}
.services .con-wrap h4 {
    padding: 0;
    color: var(--es-yellow);
    font-size: calc(var(--es-hd-size) - 0.6rem);
	line-height:  calc(var(--es-line-height) - 1.3rem);
}
.services .con-wrap p {
    color: var(--es-white);
    font-size: calc(var(--es-hd-size) - 1.2rem);
	line-height:  calc(var(--es-line-height) - 1.8rem);
}
/* WE SERVE */
.we-serve{
    padding-bottom: 85px;
}
.we-serve h5 {
    padding: 0 0;
    text-align: center;
}
.we-serve h5 span {
    background: #e0e0e0;
    padding: 25px 55px;
    display: inline-block;
    margin: auto;
    position: relative;
    
}
.we-serve h5 span:after{
    width: 50px;
    height: 50px;
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #e0e0e0;
}
.we-serve-list-wrap {
    display: flex;
    justify-content: center;
    height: 440px;
    align-items: center;
    position: relative;
    margin-top: 75px;
}
.we-serve-list-wrap h3{
    width: 255px;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--es-purple);
    color: var(--es-white);
    border-radius: 100%;
}
.we-serve-list-wrap ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 430px;
    height: 430px;
    border: 1px solid var(--es-blue);
    border-radius: 100%;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.we-serve-list-wrap li {
    align-items: center;
    justify-content: center;
    position: absolute;
    display: flex;
}
.we-serve-list-wrap li h6 {
    width: 370px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--es-white);
    border-radius: 40px;
    border: 1px solid transparent;
    letter-spacing: 0.06rem;
}
.we-serve-list-wrap li .img{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--es-white);
    width: 80px;
    height: 80px;
    margin:0  -15px;
    border-radius: 100%;
    border: 1px solid var(--es-blue);
    padding: 15px;
    position: relative;
    z-index: 5;
}
.we-serve-list-wrap li .circle {
    width: 25px;
    height: 25px;
    border: 1px solid var(--es-blue);
    background: white;
    position: absolute;
    z-index: 10;
    border-radius: 100%;
}
.we-serve-list-wrap li .circle:before{
    content: "";
    position: absolute;
    top: 0;
    width: 45px;
    height: 1px;
    background: var(--es-blue);
    bottom: 0;
    margin: auto;
}
.we-serve-list-wrap li .circle:after {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content:"";
    bottom: 0;
    border-radius: 100%;
    margin: auto;
}

.we-serve-list-wrap li:first-child {
    left: -405px;
    top: 0;
}
.we-serve-list-wrap li:first-child .circle:after,
.we-serve-list-wrap li:first-child h6 {
    background: linear-gradient(to right,  #06bae4 0%,#57286c 100%);
}
.we-serve-list-wrap li:first-child h6 {
    border-color: var(--es-blue);
}
.we-serve-list-wrap li:first-child .circle {    
    right: -83px;
}
.we-serve-list-wrap li:first-child .circle:before {   
    left: -44px; 
} 
.we-serve-list-wrap li:nth-child(2) {
    right: -405px;
    top: 0;
}
.we-serve-list-wrap li:nth-child(2) .circle:after,
.we-serve-list-wrap li:nth-child(2) h6 {
    background: linear-gradient(to right,  #ee4355 0%,#fcd86e 100%);
}
.we-serve-list-wrap li:nth-child(2) h6 {
    border-color: #f9a547;
}
.we-serve-list-wrap li:nth-child(2) .circle {    
    left:-83px;
}
.we-serve-list-wrap li:nth-child(2) .circle:before {   
    right: -44px; 
} 
.we-serve-list-wrap li:nth-child(3){
    left: -494px;
    top: 180px;
}
.we-serve-list-wrap li:nth-child(3) .circle:after,
.we-serve-list-wrap li:nth-child(3) h6 {
    background: linear-gradient(to right,  #2ed7ef 0%,#0478bd 100%);
}
.we-serve-list-wrap li:nth-child(3) h6 {
    border-color: var(--es-blue);
}
.we-serve-list-wrap li:nth-child(3) .circle {    
    right: -83px;
}
.we-serve-list-wrap li:nth-child(3) .circle:before {   
    left: -44px; 
} 
.we-serve-list-wrap li:nth-child(4) {
    right: -494px;
    top: 180px;
}
.we-serve-list-wrap li:nth-child(4) .circle:after,
.we-serve-list-wrap li:nth-child(4) h6 {
    background: linear-gradient(to right,  #e51a3e 0%,#fc6768 100%);
}
.we-serve-list-wrap li:nth-child(4) h6 {
    border-color: #f94343;
}
.we-serve-list-wrap li:nth-child(4) .circle {    
    left:-83px;
}
.we-serve-list-wrap li:nth-child(4) .circle:before {   
    right: -44px; 
} 

.we-serve-list-wrap li:nth-child(5){
    left: -405px;
    top: 345px;
}
.we-serve-list-wrap li:nth-child(5) .circle:after,
.we-serve-list-wrap li:nth-child(5) h6 {
    background: linear-gradient(to right,  #04cecd 0%,#0ed5b4 100%);
}
.we-serve-list-wrap li:nth-child(5) h6 {
    border-color: var(--es-blue);
}
.we-serve-list-wrap li:nth-child(5) .circle {    
    right: -83px;
}
.we-serve-list-wrap li:nth-child(5) .circle:before {   
    left: -44px; 
} 

.we-serve-list-wrap li:nth-child(6) {
    right: -405px;
    top: 345px;
}
.we-serve-list-wrap li:nth-child(6) .circle:after,
.we-serve-list-wrap li:nth-child(6) h6 {
    background: linear-gradient(to right,  #811f7a 0%,#e372cc 100%);
}
.we-serve-list-wrap li:nth-child(6) h6 {
    border-color: #be4a89;
}
.we-serve-list-wrap li:nth-child(6) .circle {    
    left:-83px;
}
.we-serve-list-wrap li:nth-child(6) .circle:before {   
    right: -44px; 
} 

/* VISION */
section.vision-mission{
     position: relative;
}
.vision-mission .owl-dots {
    position: absolute;
    left: 0;
    bottom:20px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
.vision-mission button{
    width: 50px;
    margin: 0 10px;
    height: 5px;
    background: #ffd600 !important;
}
.vision-mission button.active{
    background: var(--es-blue) !important;
}
.vision {
    padding: 55px 0 0;
    background: url(../images/vision-banner.jpg) no-repeat center top;
    height: 712px;
    position: relative;
}
.vision img{
    display: none !important;
}
.vision:after{
    content:"";        
    background: linear-gradient(to bottom,  #2e367d 0%,#010136 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vision .container {
    position: relative;
    z-index: 10;
}
.mission {
    background: url(../images/mission.png) no-repeat right 50px center;
}
.vision h3 {
    color: var(--es-yellow);
    font-weight: 500;
}
.vision h4 {
    color: white;
    font-size: calc(var(--es-hd-size) - 1rem);
    font-weight: 400;
    padding-right: 25px;
}
/* ABOUT US */
.about-us {
    padding: 55px 0;
}
.about-us .row{
    align-items: center;
}
.about-us h3 {
    color: var(--es-light-blue);
    font-weight: 500;
}
.about-us h4 {
    font-size: calc(var(--es-hd-size) - 1.2rem);
    text-align: justify;
    padding-right: 45px;
    line-height:  calc(var(--es-hd-size) - 0.5rem);
}
/* CAREER */
.career {
    background: var(--es-blue);
    padding: 35px 0 0;
}
.career h4,
.career h3 {
    color: var(--es-white);
}
.career h3 {
    padding-bottom: 45px;
}
.career p {
    padding-top: 45px;
}
.career p a{
    background: white;
    font-size: calc(var(--es-hd-size) - 1rem);
    color: var(--es-black);
    padding: 15px 30px;
    display: inline;
}
.career p a img{
    width: 95px;
}
.career p a:hover{
    color: var(--es-blue);
}
@media(min-width:1550px){
    
    .mission {
        background-position: right 200px center;
    }
}
@media(max-width:1400px){
    .container {
        max-width: 95%;
    }
    .mission {
        background-position: right center;
    }

}
@media(min-width:1200px) and (max-width:1399px){
    .we-serve .container,
    .banner .container {
        max-width: 85%;
    }
    .we-serve-list-wrap li h6 {
        width: 330px;
    }
    .we-serve-list-wrap ul {
        width: 360px;
        height: 360px;
    }
    .we-serve-list-wrap{
        height: 360px;
    }
    .we-serve-list-wrap li:first-child {
        left: -385px;
    }
    .we-serve-list-wrap li:nth-child(2) {
        right: -385px;
    }
    .we-serve-list-wrap li:nth-child(3) {
        left: -451px;
        top: 150px;
    }
    .we-serve-list-wrap li:nth-child(4) {
        right: -451px;
        top: 150px;
    }
    .we-serve-list-wrap li:nth-child(5) {
        left: -360px;
        top: 295px;
    }
    .we-serve-list-wrap li:nth-child(6) {
        right: -360px;
        top: 295px;
    }
}
@media(max-width:1199px){
    .we-serve-list-wrap {
        height: auto;
        display: block;
    }
    .we-serve-list-wrap ul {
        position: relative;
        width: auto;
        height: auto;
        border: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 25px 0 0;
    }
    .we-serve-list-wrap ul li {
        width: 50%;
        position: relative;
        left: auto !important;
        margin: 20px 0;
        right: auto !important;
        top: 0 !important;
    }
    .we-serve-list-wrap li .circle{
        display: none;
    }
    .we-serve-list-wrap h3{
        width: auto;
        height: auto;
        border-radius: 10px;
    }
    .career h4, .vision h4,
    .about-us h4 {
        font-size: 22px;
    }
    .about-us .col-xl-7 {
        order: 1;
    }
    .about-us img{
        display: block;
        margin: 0 auto;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .core-value .con h4 {
        font-size:calc(var(--es-hd-size) + 0.1rem);
    }
    .core-value .con p {
        font-size:calc(var(--es-fnt-size) + 0.1rem);
    }
    .core-value .con {
        width: 285px;
        height: 285px;
        margin: 10px auto;
    }
    .career p a{
        font-size: 19px;
    }
}
@media(max-width:991px){
    .container {
        max-width: 99%;
    }
    .career{
        text-align: center;
        padding: 25px 0 55px;
    }
    .career h3{
        font-size: 26px;
    }
    .career h4 br{
        display: none;
    }
    footer .logo {
        text-align: center;
        padding-bottom: 35px;
    }
    footer .logo img{
        margin-bottom: 25px;
    }
    footer .col-lg-3:first-child p {
        display: flex;
        justify-content: center;
    }
    footer .copy {
        text-align: center;
    }
    .about-us h4{
        padding-right: 0;
    }
    .career h3 br{
        display: none;
    }
    .vision {
     background: none;
     height: auto;
     padding: 0 0 25px;
     text-align: center;
    }
    .vision img{
        display: block !important;
    }
    
    .vision .col-12{
       padding: 0;
    }
    .vision .row{
        justify-content: center;
        align-items: center;
    }
    .vision h4 {
        padding: 0;
    }
    .vision h3 {
        padding:25px 0 0;
    }
    .vision .container{
        height: auto;
    }
}
@media(min-width:768px) and (max-width:991px){
    .we-serve-list-wrap li h6 {
        width: 270px;
        height: 60px;
        font-size: 16px;
    }
    .core-value .con {
        height: 228px;
    }
    .vision {
        text-align: center;
        padding-top:30px;
    }
    .vision {
        height: 570px;
    }
    .vision .container{
        height: 80%;
    }
    .vision .row{
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}
@media (max-width:767px){
    header{
        display: none;
    }
    .banner {
        padding-bottom: 45px;
    }
    .banner .logo {
        display: block;
        margin: 0 auto;
        position: relative;
    } 
    .banner .item img {
        display: none !important;
    }   
    .banner .item .mobile {
        display: block !important;
    }
    .core-value .con{
        height: 225px;
        width: 235px;
        margin: 15px auto;
    }
    .we-serve-list-wrap ul li{
        width: auto ;
    }
    .we-serve h5 span br{
        display: none;
    }
    .career h4, .vision h4, .about-us h4{
        font-size: 18px;
        line-height: 24px;
    }
    .vision {
        padding-top: 20px;
    }
    .vision {
        height: 450px;
    }
}
@media(min-width:600px) and (max-width:991px){
    
    footer .last {
        text-align: center;
        padding-top: 25px;
    }
    footer .share {
        justify-content: center;
    }
}
@media(max-width:599px){
    .we-serve-list-wrap li h6 {
    width: 290px;
    height: 60px;
    font-size: 16px;
    }
    .career p a {
        font-size: 18px;
    }
    .career p a img{
        width: 53px;
    }
    footer .copy span{
        display: block;
    }
    .vision {
        height: 450px;
    }
    footer .col-lg-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}