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

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



/* Utillity */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --green: #39b456;
    --blue: #0a4f6c;
    --white: #ffff;
    --darkL: #0a1016;
    --grey: #e4e0e0;
    --goodGreen: #22cd6f;
}
.noover{
    overflow: hidden;
}
.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;
}

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

h1 {
    font-size: 90px;
    line-height: 110px;
    color: #ffffff;
    letter-spacing: -4px;
    text-transform: uppercase;
}
a{
    display: inline-block;
}

.contact-form .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;
    
}

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


    /* space  */

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

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

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

.inner-bg{
    position: relative;
}




input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="search"], 
input[type="number"],
input[type="tel"],
textarea{
    outline: 0;
    width: 100%;
    
    margin-bottom: 20px;
}

.contact-form input, .contact-form textarea{
    border: 1px solid#bcbcbc;
    padding: 13px;
    margin-bottom: 17px;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 20px;
}
.contact-form input:focus, .contact-form textarea:focus{
    border-color:  #39b456;
}
/* page css */

.contactfull{
    padding: 150px 0 200px 0;
    background: var(--darkL);
}
.inner-filltext h1 {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #1c2021;
}
.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;
}


.col-lg-card{
    flex: 1;
}


.contact_card{
    
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    transform: translateY(0);
    transition: all 0.3s;
    padding: 40px 30px;
    height: 100%;
 

}
.contact_card h4{
    font-size: 24px;
    text-transform: uppercase;
    color: #32383a;
    margin: 20px 0;

}
.contact_card i{
    color: #32383a;
    font-size: 36px;
}
.contact_card ul{
    list-style: none;
}
.contact_card ul li{
    color: #999999;
   
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
}
.contact_card:hover{
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
    
}
.contact_card ul li:hover{
    color: var(--goodGreen);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
}


.map-image > img{

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

}

.primary-heading{
    position: relative;
    z-index: 2;
}
.primary-heading strong.filltext{
    font-size: 80px;
    text-transform: uppercase;
    -webkit-text-fill-color: #f1f1f1;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
}
.primary-heading small{
    color: #39b456;
    font-size: 16px;
    text-transform: uppercase;
}
.primary-heading h2{
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #0b0d0e;
}


.inner-shape1{
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
}

.inner-shape2{
    position: absolute;
    right: -25%;
    bottom: 5%;
    z-index: -1;
}


.bg-prefoo{
    background-image: url(/images/worldmapg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  
}
.col1{
    flex-grow: 1;
}

.prefoo{
    width: 100%;
    height: auto;
}




.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;
   
}


.small-headLine{
    color: #0a4f6c;
}

.big-headLine{
    color: #131616;
    font-size: 35px;
}
.green-headLine{
    color: #22cd6f;
}

.service-explore .btn-green{
    padding: 20px 15px;
    background: #39b456;
    border-radius: 5px;
    display: inline-block;
    line-height: 10px;
    width: 130px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none; 
    
}

.service-explore .btn-green:hover{
    border-color: #39b456;
    background: transparent;
    color: #39b456;
    transition: all 0.3s;
}




/* 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%;
    }
    
    
}




/* menu */

header{
    background: #ffffff;
    height: 140px;
    padding: 20px 10px 20px 10px;
   
}
menu{
    margin-top: 20px;
}
.nav-a{
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    /* border: 1px solid green; */
    color: #7a7a7a;
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    margin-right: 50px;
    
}
.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;
}

.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;
}



/* media query */


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