body
{
    font-family: 'Lato-Regular';
    overflow-X: hidden;
    scroll-behavior: smooth;
    background-color: white;
}



a
{
    text-decoration: none;
    color: inherit;
}

a:hover
{
    text-decoration: none;
    color: inherit;
}

.menuSec
{
    padding: 0px; 
    height: 90px; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    
}

.logoSec
{
    height: 90px;
    float: left;
    display: flex; 
    align-items: center;
}

.logo
{
    margin-left: 50px;
    height: 80px;
    margin-top: 25px;
}


.menuItems
{
    list-style: none;
    margin: 0px;
    text-align: right;
    margin-right: 50px;
}

.menuItems li
{
    font-family: 'Lato-Regular';
    display: inline-block;
    padding: 30px 15px;
    cursor: pointer;
    transition: all .8s ease;
    color: whitesmoke;
}


.menuItems li.active
{
    color: #28B276;
    transition: all .8s ease;
}

.menuItems li:hover
{
    color: #28B276;
    transition: all .8s ease-out;
}


.coverSec
{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: black;
}

.gradient
{
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0,0,0,0.7); */
    display: flex;
    align-items: center;
    padding-top: 80px;
    
}


video.fullscreen {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    width:100%;
    height:100%;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

        &::-webkit-media-controls {
            display:none !important;
        } */
}

.bannerH
{
    font-size: 75px;
    color: white;
    font-family: 'Lato-Bold';
    margin-right: 20%; 
    margin-left: 20%;
    text-align: center;
}

.bannerP
{
    font-size: 21px;
    color: white;
    font-family: 'Lato-Light';
    /* margin-right: 40%; */
    text-align: center;
}

.callBtnP
{
    text-align: center;
}


.callBtnB {
    width: auto;
    color: black;
    text-decoration: none;
    background-color: white;
    border: 1px solid white;
    padding: 15px 70px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    border-radius: 30px;
}

.callBtnB:hover
{
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    background-color: transparent;
}


.callBtnB::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: transparent;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
    border-radius: 30px;
}

.callBtnB:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
    border-radius: 30px;
}




.callBtn {
    width: auto;
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #28B276;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.callBtn:hover
{
    color: white;
    border: 1px solid #28B276;;
}


.callBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #28B276;;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.callBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}



.aboutSec
{
    min-height: 350px;
    
}


.abtSubH
{
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-family: 'Lato-Bold';
    margin-bottom: 7px;
}


.abtH
{
    font-size: 40px;
    font-family: 'Lato-Regular';
    font-weight: 200;
    margin-right: 0%;
    padding-bottom: 20px;
    position: relative;
}

.abtH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 20%; 
    border-bottom: 5px solid #28B276;
}


.abtP
{
    font-size: 17px;
    font-family: 'Lato-Regular';
    margin-bottom: 7px;
    line-height: 30px;
}







.readBtn {
    width: auto;
    color: black;
    text-decoration: none;
    background-color: white;
    border: 1px solid white;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.readBtn:hover
{
    color: white;
    border: 1px solid white;
    background-color: transparent;
}


.readBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: transparent;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.readBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}







.viewBtn {
    width: auto;
    color: #28B276;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #28B276;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.viewBtn:hover
{
    color: white;
    border: 1px solid #28B276;;
}


.viewBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #28B276;;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.viewBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}



.abtImg
{
    width: 70%;
}


.aboutRSec
{
    position: relative;
}

.aboutRcont
{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.aboutRcontSub
{
    width: 100%;
    height: 95%;
    background-color: white;
}

.aboutRcontH
{
    text-align: right;
    font-family: 'Lato-Bold';
    font-size: 15px;
}

.aboutRcontSub1
{
    width: 100%;
    height: 100%;
    background-color: black;
}

.aboutRcontSub1 img{
    height: 50px;
}

.aboutRcontSub1 h3{
    font-family: 'Lato-Bold';
    font-size: 26px;
    color: #28B276;
    margin-bottom: 0;
}

.aboutRcontSub1 p{
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: whitesmoke;
    margin-bottom: 0;
}





.serviceSec
{
    min-height: 300px;
}


.servSubH
{
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-family: 'Lato-Bold';
    margin-bottom: 7px;
}


.servH
{
    font-size: 40px;
    font-family: 'Lato-Regular';
    font-weight: 200;
    padding-bottom: 20px;
    position: relative;
}

.servH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 20%; 
    border-bottom: 5px solid #28B276;
}





.owl-nav {
    text-align: right;
    width: 100%;
    position: absolute;
    right: 10%;
}

.owl-nav .owl-next,  .owl-nav .owl-prev{
    background-color: #28B276;
    border: 0;
    color: #fff;
    font-size: 20px;
    width: 30px;
    line-height: 10px;
    height: 30px;
    margin: 0px 5px;
    padding-bottom: 5px;

}


.serviceCard {
    height: 450px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    
}

.serviceCardP:hover ,
.serviceCardP:focus  {
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
}




.servCardH
{
    font-size: 55px;
    font-family: 'Lato-Regular';
    font-weight: 200;
    padding-bottom: 20px;
    position: relative;
    color: white;
}

.servCardH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%; 
    width: 20%; 
    border-bottom: 5px solid #28B276;
}


.servCardH_sec
{
    font-size: 31px;
    font-family: 'Lato-Regular';
    font-weight: 200;
    padding-bottom: 20px;
    position: relative;
    color: white;
}

.servCardH_sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%; 
    width: 20%; 
    border-bottom: 5px solid #28B276;
}

.servCardSub
{

    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}


.serviceCard p 
{
    color: whitesmoke;
}

.indusCard
{
    height: 250px;
    overflow: hidden; 
    position: relative;
    transition: 0.8s all ease-in-out;
}


.indusCard img {
    height:  100%;
    transition: 0.8s all ease-in-out;
    overflow: hidden;
}


.indusCard:hover img {
    transform: scale(1.1);
}

.indusCard:hover
{
    box-shadow: 3px 3px 10px 0  rgba(0,0,0,0.5);
    transition: 0.8s all ease-in-out;
}


.indusH
{
    font-size: 18px;
    font-family: 'Lato-Regular';
    text-align: center;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 15px;
}


.whatSec
{
    background-color: #F4F8FA;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: 90% 70%;
    background-size: 300px;
}

.whatSecW
{
    background-color: black;
    color: #d8d8d8 !important;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: 10% 80%;
    background-size: 300px;
}



.whatH
{
    font-size: 30px;
    font-family: 'Lato-Regular';
    text-align: center;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 15px;
}

.whatP
{ 
    font-size: 15px;
    font-family: 'Lato-Regular';
    text-align: center;
    padding-right: 15%;
    padding-left: 15%;
}

.whatPW
{
    font-size: 15px;
    font-family: 'Lato-Regular';
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
}

.whatSub img
{
  width: 100%;
}
.whatSub h3
{
    font-size: 18px;
    font-family: 'Lato-Bold';
    padding-right: 25px;
}

.whatSub p
{
    font-size: 13px;
    font-family: 'Lato-Regular';
    line-height: 20px;
    padding-right: 25px;
}


.enqSec
{
    background-color: #28B276;
    color: white;
}

.circleIcon
{
    font-size: 35px;
    color: #28B276;
    text-align: center;
}


.enqBtn {
    width: auto;
    color: #28B276;
    text-decoration: none;
    background-color: white;
    border: 1px solid white;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.enqBtn:hover
{
    color: white;
    border: 1px solid white;
    background-color: transparent;
}


.enqBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #28B276;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.enqBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}


.navLink
{
    color: white;
    font-size: 13px;
    position: absolute;
    bottom: 25px;
    left: 5%;
}

.navLink a
{
    color: #28B276;
}

.aboutCover
{
    min-height: 450px;
    background-color: white;
    background-image: url(../images/Anout\ us.jpg);
    background-size: cover;
    background-position: center center;
}


.aboutGray
{
    background-color: rgba(0,0,0,0.6);
    height: 450px;
}


.cItemContent2
{
    font-size: 55px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: 'Lato-Bold';
    padding:0;
    padding-top: 17%;
    padding-right: 30%;
}

.slideContent
{
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: 'Lato-Light';
    padding:0;
    font-size: 17px;
    padding-right: 50%;
}


.abtSubp
{
    font-size: 21px;
}

.aboutRcontSubH
{
    font-size: 19px !important;
    color: whitesmoke !important;
    text-align: center;
}

.abtSubP
{
    font-size: 15px;
    line-height: 25px;
}

.justCenter
{
   align-items: center;
}

.abtsec2
{
    background-color: #F4F8FA;
    min-height: 500px;
   
}



.abtsec2H
{
    font-size: 25px;
    font-family: 'Lato-Regular';
    font-weight: 200;
    padding-bottom: 35px;
    position: relative;
}

.abtsec2H::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 20%; 
    border-bottom: 5px solid #28B276;
}



.abtsec3
{
    background-color:white;
    min-height: 500px;
}


.vishH
{
    font-size: 40px;
    font-family: 'Lato-Regular';
    font-weight: 200;
    margin-right: 30%;
    padding-bottom: 10px;
    position: relative;
}

.vishH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 15%; 
    border-bottom: 5px solid #28B276;
}




.industryCover
{
    min-height: 500px;
    background-color: white;
    background-image: url(../images/Industry\ banner.jpg);
    background-size: cover;
    background-position: center center;
}


.industryGray
{
    background-color: rgba(0,0,0,0.6);
    height: 500px;
}



.serviceCover
{
    min-height: 500px;
    background-color: white;
    background-image: url(../images/Services\ banner.jpg);
    background-size: cover;
    background-position: center center;
}


.serviceGray
{
    background-color: rgba(0,0,0,0.6);
    height: 500px;
}

.contactCover
{
    min-height: 450px;
    background-color: white;
    background-image: url(../images/contact-banner.jpg);
    background-size: cover;
    background-position: center center;
}

.contactGray
{
    background-color: rgba(0,0,0,0.7);
    height: 450px;
}



.contactH
{
    font-size: 30px;
    font-family: 'Lato-Regular';
    font-weight: 200;
    padding-bottom: 20px;
    position: relative;
}

.contactH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 10%; 
    border-bottom: 5px solid #28B276;
}



.serSubP
{
    font-size: 14px;
    line-height: 25px;
}


.solutionp
{
    font-size: 14px;
    line-height: 28px;
}
.solutionH
{
    color: #28B276;
}



.serviceSolSec
{
    min-height: 500px;
    background-color: whitesmoke;
}


.serviceSolSec ul 
{
   padding: 0px;
   margin: 0px;
   padding-left: 10px;
   
}

.serviceSolSec ul li
{
    padding: 8px 0px;
    font-size: 14px;
    
}









.footerSec
{
    min-height: 350px;
    background-color: #01080e;
    /* border-radius: 35px 35px 0 0 ; */
}

.footerP
{
    color: rgb(180, 180, 180);
    font-size: 14px;
}

.footerLogo
{
    margin-left: 0px;
   height: 80px;
}

.footerAdrs
{
    padding-top: 10px;
    width: 50%;
    color: gray;
    font-size: 14px;
    font-weight: 100;
}

.subSocialink
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: white;
    margin-top: 10px;
} 
.subSocialink li
{
    display:inline-block;
    font-size: 20px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
}

.footerTitel
{
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.pageLink
{
    list-style: none;
    color: rgb(180, 180, 180);
    margin: 0px;
    padding-left: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.pageLink li 
{
    list-style: none;
    padding-bottom: 8px;
    font-size: 14px;
    padding-left: 0px;
    color: white;
}




form .form-control{
    outline: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #36363e;
    padding: 0px;
    height: 60px;
    resize:none;
   
}

form .form-control:focus{
    border-color: #28B276;
    outline: none;
    box-shadow: none;
}


form .btn {
    background-color: #28B276;
    color: #fff;
    border-radius: 0;
    width: 100%;
    padding: 10px 0px;
    outline: none;
    border: 0;
}

.compArs
{
    margin-right: 35%;
}

.contactSoc
{
    color: black;
}

iframe
{
    width: 100%;
    height: 380px;
    border: none;
}

.subSocialinkHome
{
    position: absolute;
    left: -90px;
    bottom: -80px;
}


.subSocialinkHome li
{
    color: white;
    list-style: none;
    padding-bottom: 10px;
    font-size: 20px;
}



.loading
{
    width: 100%;
    height: 100vh;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loadSub
{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadSub img
{
    height: 100px;
}












.nav-icon1 {

    float: right;
    width: 40px;
    height: 35px;
    position: relative;
    margin: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    
  }
  
  .nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  .menuSec .nav-icon1 span {
      background: white;
  }
  
  .nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  .nav-icon1 span:nth-child(2) {
    top: 14px;
  }
  
  .nav-icon1 span:nth-child(3) {
    top: 28px;
  }
  
  .nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }


    .navbarIcon
    {
        display: none;
    }



.menuNavBar
{
    list-style: none;
    margin: 0px;
    text-align: left;
}

.menuNavBar li
{
    padding: 30px 15px;
    padding-bottom: 0px;
    cursor: pointer;
    transition: all .8s ease;
}


.menuNavBar li.active
{
    color: #28B276;
    transition: all .8s ease;
}

.menuNavBar li:hover
{
    color: #28B276;
    transition: all .8s ease-out;
}


.newsSec
{
    background-color: white;
    min-height: 500px;
}

.menuSecMob
{
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}


.loading
{
    width: 100%;
    height: 100vh;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loadSub
{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadSub img
{
    height: 100px;
}

.phoneSec
{
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    background-color: #28B276;
    z-index: 100;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
}



.phoneSec  i
{
    font-size: 40px;
    color: white;
}


.blink_me {
    animation: blinker 2s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0.5;
    }
  }



.menuItems li.active:after {
    display:block;
    content: '';
    padding-top: 7px;
    transform: scaleX(1);  
    border-bottom: solid 3px #28B276;  
}

.menuItems li:after {
    display:block;
    content: '';
    padding-top: 7px;
    border-bottom: solid 3px #28B276; 
    transform: scaleX(0);  
    transition: transform .5s ease-in-out;
    transform-origin: 0% 50%;
}

.menuItems li:hover:after
{
    transform: scaleX(1); 
    transform-origin:   0% 50%;
}


.menuItems li:hover
{
    color: #28B276;
    transition: all .8s ease-out;
}

.downB
{
    background-color: #28B276;
    padding: 10px 20px !important;
    color: white;
}

.downB::after
{
    display: none !important;
}


.downB:hover
{
    background-color: #28B276;
    padding: 10px 20px !important;
    color: white !important;
}
