@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
==========================
    Font Family CSS
==========================
*/



body{
    font-family: 'robot',sans-serif;
}




/*
==========================
    Utillity CSS
==========================
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --green: #39b456;
    --blue: #0a4f6c;
    --white: #ffff;
    --darkL: #0a1016;
    --grey: #e4e0e0;
    --goodGreen: #22cd6f;
}

.universe{
    width: 100vw;
    height: auto;
}
bor-exam{
    border: 1px solid --green;
}
/*
====================================================
    Container width is defined in media query
====================================================
*/

.container{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    /* margin-right: -15px; */
}

.gap-bw-flex{
    gap: 20px;
}

.align-self-center{
    align-self: center;
}

.text-center{
    text-align: center;
}


/*
==========================
    Space CSS
==========================
*/

.space-100{
    width: 100%;
    height: 100px;
}
.space-60{
    width: 100%;
    height: 60px;
}
.space-40{
    width: 100%;
    height: 40px;
}
.space-20{
    width: 100%;
    height: 20px;
}

/*
======================
    HeadLine Css
======================
*/


.headLine{
    position: relative;
    z-index: 2;
}

.headLine strong .filltextHollow{
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #171c1e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.headLine strong .filltextBold{
    font-size: 80px;
    text-transform: uppercase;
    -webkit-text-fill-color: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}





/*
======================
    Button Css
======================
*/


/* Give .btn-green Class to "a" */

.btn-green{
    padding: 15px 60px 15px 30px;
    background: var(--green);
    border-radius: 5px;
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
    
}

.btn-green:hover{
    border-color: var(--goodGreen);
    background: transparent;
    color: var(--goodGreen);
    transition: all 0.3s;
}


/*
======================
    Button Arrow Css
======================
*/

.nav-arrow-div > div{
    height: 45px;
    width: 45px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #06a950;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    color: #06a950;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    transition: all .3s;
}

.nav-arrow-div > div:hover{
    background: #06a950;
    border-color: #06a950;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



/*
======================
    heading
======================
*/


header{
    background: #ffffff;
    height: 140px;
    padding: 20px 10px 20px 10px;
   
}
menu{
    margin-top: 20px;
}
.nav-a{
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    /* border: 1px solid green; */
    color: #414141;
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    
}
.nav-a:hover{
    color: #000000;
}
.nav-a:after{
    content: '';
    width: 0;
    height: 3px;
    background: #22cd6f;
    position: absolute;
    top: 50px;
    left: 0;
    transition: 0.8s;
    
}
.nav-a:hover:after{
    width: 100%;
}
.logo-1{
    width: 120px;
    height: 120px;

}

.logo-2{
    width: 150px;
    height: 100px;
    flex: 1;
}

.logo-2 img{
    height: 100%;
    width: 100%;
}
.logo-1 img{
        height: 100%;
    width: 100%;
}
.logo{
    object-fit: cover;
}
.logo-box{
    display: flex;
}
.btn-hw{
    height: 50px;
    width: 140px;
    margin-top: 20px;

}
.j-c{
    justify-content: space-around;
}




.headingW{
    position: relative;
    z-index: 2;
}

.headingW small{
    color: #39b456;
    font-size: 16px;
    text-transform: uppercase;
}
.headingW h2{
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #0b0d0e;
}

.headingW strong.bHeading-style-fill{
    font-size: 80px;
    text-transform: uppercase;
    -webkit-text-fill-color: #f1f1f1;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
}

.headingW strong.bHeading-style-border{
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #f5f5f5;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
}


/*
======================
    heading End
======================
*/







/*
=====================================
       Page Rest Css Start
=====================================
*/

.hero{
    width: 100%;
    height: auto;
    background: var(--darkL);
}
.col-m, .col-2{ 
    padding-left: 15px;
    padding-right: 15px;
}

.inner-filltext h1 {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #1c2021;
    font-size: 80px;
}
.heading{
    margin-right: 70px;
}
.heading h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.heading h3{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.col-m a{
    color: var(--white);
    text-decoration: none;
    line-height: 30px;
}
.bg-image{
    background-image: url(/images/city.png);
    background-size: cover;
    background-repeat:no-repeat;
    min-block-size: 30vh;
    place-content: center;
    
    

}
.overlay{
    border-image:
    linear-gradient(
        hsl(240 100% 20% /0.6),
        hsl(0 100% 20% /0.6)
    ) ;
    fill: 1;
}
.intro{
    font-size: 18px;
    text-align: justify;
}







.whyus{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}


.whyus-child{
    background: #0a4f6c;
    padding: 1.5rem;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    
}
.whyus-child .icon-container{
    margin-bottom: 2rem;
    font-size: 2rem;
}

.capital{
    font-size: 2rem;
}

.col-2{   
    padding-left: 15px;
    padding-right: 15px;
    flex: 1;
}

.ceo-image > img{

    max-width: 400px;
    min-width: 200px;
    object-fit: cover;
    vertical-align: middle;

}

.intro-company-wrapper{
    background: #f8fdff;
}
.coma{
    font-size: 4rem;
    color: #ffaa22;
}
.headingW strong.bg-color-change{
    -webkit-text-stroke: 1px #f4f4f4 !important; 
}



/* service explorer */



.service-explore{
    background-image: url(/images/world-map.svg);
    background-size: cover;
    background-position: center;
    place-content: center;
    text-align: center;
    position: relative;
    display: grid;
    min-height: 500px;
}
.service-explore::after{
    content: '';
    position: absolute;
   background: #e0e0e0;
    inset: 0;
    z-index: -1;
    opacity: .5;
   
}

.nav-arrow-div > div{
    height: 45px;
    width: 45px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #06a950;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    color: #06a950;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    transition: all .3s;
}

.nav-arrow-div > div:hover{
    background: #06a950;
    border-color: #06a950;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/* certificate */

.cer{
    max-width: 95%;
    margin: 40px auto;
}

.cer .gridRow{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto auto auto auto;
    gap: 20px;
    

}

@media screen and (min-width:993px) {
    .cer .gridRow .grid-colom.col1{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }

        .cer .gridRow .grid-colom.col2{
        grid-column-start: 2;
        grid-column-end:3;
        grid-row-start: 1;
        grid-row-end:3 ;
    }

     .cer .gridRow .grid-colom.col3{
        grid-column-start: 3;
        grid-column-end:4;
        grid-row-start: 1;
        grid-row-end:2 ;
    }

     .cer .gridRow .grid-colom.col4{
        grid-column-start: 3;
        grid-column-end:4;
        grid-row-start: 2;
        grid-row-end:3 ;
    }
         .cer .gridRow .grid-colom.col5{
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 3;
    }
             .cer .gridRow .grid-colom.col10{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end:5 ;
    }

                 .cer .gridRow .grid-colom.col6{
        grid-column-start: 1;
        grid-column-end:2;
        grid-row-start: 2;
        grid-row-end:3 ;
    }

     .cer .gridRow .grid-colom.col7{
        grid-column-start: 2;
        grid-column-end:3;
        grid-row-start: 3;
        grid-row-end:4 ;
    }
      .cer .gridRow .grid-colom.col8{
        grid-column-start: 2;
        grid-column-end:3;
        grid-row-start: 4;
        grid-row-end:5;
    }
     .cer .gridRow .grid-colom.col9{
        grid-column-start: 3;
        grid-column-end:4;
        grid-row-start: 3;
        grid-row-end:5;
    }

    

    
}

.cer .gridRow .grid-colom img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top center;
    transition: 0.8s;
}
.cer .gridRow .grid-colom:hover img{
    transform: scale(1.1);
}

.cer .gridRow .grid-colom .imeg{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.cer .gridRow .grid-colom.col2,
.cer .gridRow .grid-colom.col5,
.cer .gridRow .grid-colom.col10 {
    height: 630px;
}

.cer .gridRow .grid-colom.col1,
.cer .gridRow .grid-colom.col3,
.cer .gridRow .grid-colom.col4,
.cer .gridRow .grid-colom.col6,
.cer .gridRow .grid-colom.col7,
.cer .gridRow .grid-colom.col8,
.cer .gridRow .grid-colom.col9 {
    height: 305px;
}

.cer .gridRow .grid-colom{
    position: relative;
}
.cer .gridRow .grid-colom .titl{
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
    padding-left: 25px;
    background-image: linear-gradient(to bottom, rgba(0 0 0 / 10%), rgba(0 0 0 / 10%),rgba(0 0 0 / 20%),rgba(0 0 0 / 30%));
}
@media screen and (max-width:768px) {

    .cer .gridRow{
        grid-template-columns: 1fr;
        grid-row-gap:8px;
    }
    
}
/* footer */



footer{
    width: 100%;
    height: auto;
    background-color: rgb(7, 54, 75);
    color: #fff;
    font-family: 'robot',sans-serif;
    
}

.footerHold{
    display: flex;
    flex-wrap: wrap;
    
}
.foo{
   flex: 1;
   padding: 20px;
}
.foo h3{
    font-size: 25px;
    margin-bottom: 30px;
}


.imagefoo{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.fooimg{
    width: 30%;
    height: auto;
}



.usefulLinks ul, .add ul{
    list-style: none;
    font-size: 16px;
    
}

/* .usefulLinks ul{
    width: 200px;
} */

.usefulLinks ul a{
    text-decoration: none;
    padding: 4px 16px;
    display: inline-block;
    color: #fff;
    
}
.add .rs{
    margin-right: 20px;
}
.imagefoo{
    position: relative;
    z-index: 1;
}
.fooimg{
    margin-left: 20px;
    margin-top: 30px;
}
.logoT .headfoo{
    margin-top: 20px;
    
}
.logoT .blob{
    height: 7rem;
    width: 7rem;
    position: absolute;
    border-radius: 42% 56% 72% 58% / 42% 42% 56% 68% ;
    background-color: #fff;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    animation: blobAni 5s linear infinite;
    z-index: -1;

}

.usefulLinks ul li a {
   position: relative;
   display: inline-block;
   overflow: hidden;
 }
 
 .usefulLinks ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   background: #fff;
   background-size: 200% auto;
   transition: all .5s;
   transform: translateX(-100%);
 }
 
 .usefulLinks ul li a:hover::after {
   transform: translateX(0%);
   animation: gradient-89 3s linear infinite;
 }


.sf{
    background: #131616;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    height: 30px;
}
 


@keyframes blobAni {
    0%, 100%{
        border-radius: 70% 80% 30% 70% ;
    }
     33%{
        border-radius: 30% 80% 70% 70%  ;
    }
     66%{
        border-radius: 70% 80% 70% 30%;
    }
    
    
}
/*
=====================================
       Page Rest Css End.
=====================================
*/



/*
======================
    Media Query
======================
*/

@media(min-width:1140px){
    .container{
        max-width: 1140px;
    }
}