body
{
    font-family: 'Lato-Regular';
    overflow-X: hidden;
    scroll-behavior: smooth;
}
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;
}

.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: 40px;
    color: white;
    font-family: 'Lato-Regular';
    margin-right: 30%;
}

.bannerP
{
    font-size: 21px;
    color: white;
    font-family: 'Lato-Light';
    margin-right: 40%;
}



.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;
}





.aboutSec1
{
    min-height: 400px;
    
}


.aboutSec1 .abtSubH
{
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-family: 'Lato-Bold';
    margin-bottom: 7px;
}


.aboutSec1 .abtH
{
    font-size: 36px;
    font-family: 'Lato-Bold';
    font-weight: 200;
    padding-bottom: 10px;
    position: relative;
}


.aboutSec1 .abtP
{
    font-size: 17px;
    font-family: 'Lato-Regular';
    margin-bottom: 7px;
    line-height: 30px;
    text-align: justify;
}



.aboutSec1 .readBtn {
    width: auto;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid black;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    border-radius: 35px;
}

.aboutSec1 .readBtn:hover
{
    color: white;
    border: 1px solid black;
}


.aboutSec1 .readBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: black;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
    border-radius: 35px;
}

.aboutSec1 .readBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}


.aboutSec1 .about-img {
    padding: 0 30px 30px 15px;
    position: relative;
}

.aboutSec1 .about-img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-image: linear-gradient(#0d7ba9, #0093d0);
}

.aboutSec1 .about-img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -7%;
    bottom: 60%;
    left: -3%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}


.aboutSec1 .abtImg
{
    width: 100%;
    position: relative;
    z-index: 2;
    background: #1b1b1b;
}


.aboutSec1 .abtList
{
    list-style: none;
    padding: 0;
}

.aboutSec1 .abtList li
{
    padding: 10px 0px;
}

.aboutSec1 .abtList li i
{
    font-size: 25px;
    vertical-align: middle;
    color: #0093d0;
}









.aboutSec2
{
    min-height: 500px;
    
}


.aboutSec2 .abtSubH
{
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-family: 'Lato-Bold';
    margin-bottom: 7px;
}


.aboutSec2 .abtH
{
    font-size: 36px;
    font-family: 'Lato-Bold';
    font-weight: 200;
    margin-right: 0%;
    padding-bottom: 20px;
    position: relative;
}

.aboutSec2 .abtH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 20%; 
    border-bottom: 5px solid #0093d0;
}


.aboutSec2 .abtP
{
    font-size: 17px;
    font-family: 'Lato-Regular';
    margin-bottom: 7px;
    line-height: 30px;
}

.serviceSec
{
    min-height: 300px;
    background-color: whitesmoke;;

}





.readBtn {
    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;
}

.readBtn:hover
{
    color: white;
    border: 1px solid #28B276;;
}


.readBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #28B276;;
    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;
}



.aboutSec2 .abtImg
{
    width: 70%;
}


.aboutSec2 .aboutRSec
{
    position: relative;
}

.aboutSec2 .aboutRcont
{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.aboutSec2 .aboutRcontSub
{
    width: 100%;
    height: 95%;
    background-color: white;
}

.aboutSec2 .aboutRcontH
{
    text-align: right;
    font-family: 'Lato-Bold';
    font-size: 15px;
}

.aboutSec2 .aboutRcontSub1
{
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
}

.aboutSec2 .aboutRcontSub1 img{
    height: 50px;
}

.aboutSec2 .aboutRcontSub1 h3{
    font-family: 'Lato-Bold';
    font-size: 26px;
    color: #0093d0;
    margin-bottom: 0;
}

.aboutSec2 .aboutRcontSub1 p{
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: gray;
    margin-bottom: 0;
}



.aboutMainSec
{
    min-height: 300px;
}


.servSubH
{
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-family: 'Lato-Bold';
    margin-bottom: 7px;
}


.servH
{
    font-size: 36px;
    font-family: 'Lato-Bold';
    font-weight: 200;
    padding-bottom: 20px;
    position: relative;
}

.servH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 20%; 
    border-bottom: 5px solid #0093d0;
}

.serSubP
{
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
}



.aboutCover
{
    min-height: 450px;
    background-color: white;
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-position: center center;
}


.aboutGray
{
    background-color: rgba(0,0,0,0.6);
    height: 450px;
}


.commonCover
{
    min-height: 350px;
    background-color: white;
    background-size: cover;
    background-position: center center;
}


.commonGray
{
    background-color: rgba(0,0,0,0.6);
    height: 350px;
}

.commonContent2
{
    font-size: 55px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: 'Lato-Bold';
    padding:0;
    padding-top: 14%;
    padding-right: 30%;
}



.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-Regular';
    padding:0;
    font-size: 17px;
    padding-right: 40%;
}



.abtsec3
{
    background-color:rgb(224, 224, 224);
    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;
}


.abtsec2
{
    background-color: whitesmoke;
    min-height: 500px;
   
}



.abtsec2H
{
    font-size: 25px;
    font-weight: 200;
    padding-bottom: 15px;
    position: relative;
}

.abtsec2 iframe
{
    width: 100%;
    height: 380px;
    border: none;
}


.contactSoc
{
    color: black !important;
}













.footerSec
{
    min-height: 350px;
    background-image: url(../images/1.jpg);
    background-size: cover;
    background-position: center center;
}

.footerGray
{
    min-height: 350px;
    background-color: black;
    opacity: 0.93;
}

.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;
}

.directorName
{
    text-align: center;
    margin-top: -15px;
}

.directorLabel
{
    text-align: center;
    margin-top: 5px;
    color: #0093d0;
    font-size: 13px;
    font-weight: 100;
}

.directorNote
{
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 100;
}



.certificateSecMain
{
    background-color: white;
    min-height: 300px;
    position: relative;
    color: black;
}

.certificateHead
{
    font-size: 36px;
    padding: 10px 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'Lato-Bold';
    text-align: center;
}


.certiImg
{
    width: 84%; 
    margin: 0% 8%;
    background-color: white;
    transition: all 0.8s;
    cursor: pointer;
}

.certiImg:hover
{
    box-shadow: none !important;
    transition: all 0.8s;
}


.contactInfo
{
    min-height: 450px;
}


.contactAddressIcon
{
    
    margin-top: 5px;
    height: 40px;
    
}


.contactMoileIcon
{
    margin-top: 0px;
    height: 40px;
}


.contactEmailIcon
{
    margin-top: 0px;
    height: 40px;
}


.contactEmail
{
    color: black;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}


.contactFormHead
{
    font-size: 36px;
    padding: 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'Lato-Bold';
}


.socialLinkContact
{
    list-style: none;
    color: black;
    font-weight: 600;
    margin: 0px;
    cursor: pointer;
    padding-left: 0px;
}

.socialLinkContact li 
{
   list-style: none;
   padding: 15px;
   padding-left: 0px;
   font-size: 25px;
   display: inline-block
}


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;
    font-family: 'Lato-Regular';
   
}

form .form-control:focus{
    border-color: #28B276;
    outline: none;
    box-shadow: none;
}


form .btn {
    background-color: #28B276;
    color: #fff;
    border-radius: 0;
    width: 100%;
    font-family: 'Lato-Regular';
    padding: 10px 0px;
    outline: none;
    border: 0;
}




.proSec
{
    min-height: 500px;
}

.gallerSec
{
    min-height: 350px;
}
























.menuSecMob
{
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}


.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;
}


























































































































.photoCard
{
   cursor: pointer;
   border-radius: 0px;
   transition: all 0.8s;
   border: none;
}

.photoCard:hover
{
    box-shadow: none !important;
    transition: all 0.8s;
}

.addBtn
{
    background-color: white;
    border: 1px solid #28B276 !important;
    color: #28B276;
    border: none;
    border-radius: 0px;
}

.addBtn:hover
{
    background-color: #28B276;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.enqBtn
{
    background-color: #28B276;
    border: none;
    border-radius: 0px;
}

.enqBtn:hover
{
    background-color: #28B276;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}


.bagSec
{
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 35px;
    right: 35px;
    background-color: #28B276;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.bagSec i
{
    font-size: 45px;
    color: white;
}

.bagSec span
{
    font-size: 15px;
    color: #d4822a;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right: -5px;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #28B276;
    border: none;
    border-radius: 0px;
}


.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.5);
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #28B276;
    background-color: #ffffff;
    border-color: transparent;
    transition: all 0.8s;
}

.nav-tabs .nav-link:hover {
    color: #28B276;
    background-color: #ffffff;
    border-color: transparent;
    transition: all 0.8s;
}


.nav-tabs {
    border: none;
    transition: all 0.8s;
}



.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 15px 0 0 15px;
  }
  
  .scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
  }
  
  .scrolling-wrapper::-webkit-scrollbar {
      display: none;
  }
  .scrolling-wrapper .sliders
  {
    width: 70%;
    display: inline-block;
    margin-right: 10px;
    
  }
  
  .scrolling-wrapper .sliders img
  {
    width: 100%;
    border-radius: 15px;
  }
  

  .filter
  {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  
  }
  
  
  .scrolling-wrapper .filterSlide
  {
    width: auto;
    display: inline-block;
    margin-right: 15px;
    margin-left: 0px;
    border: 1px solid #A7A2A2;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all 0.5s;
  }
  
  .scrolling-wrapper  .active
  {
    border: 1px solid #28B276; 
    color: #28B276; 
  }

  .scrolling-wrapper  .filterSlide:hover
  {
    border: 1px solid #28B276; 
    color: #28B276; 
    transition: all 0.5s;
  }
  
  .scrolling-wrapper .filterSlide p
  {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
  }












.galleryModal .modal-dialog
{
    max-width: 80%;
    margin: 5% auto;
    min-height: 100vh;
    border-radius: 0px;
    border: none;
}

.proModal .modal-dialog
{
    max-width: 60%;
    margin: 5% auto;
    min-height: 100vh;
    border-radius: 0px;
    border: none;
}


.productDes
{
    font-size: 14px;
}


  
@keyframes abtmove {
    from {background-position:left top;}
    to {background-position:right top;}
}

.menuSecMob .nav-icon1 span {
    background: black;
}


.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: white;
  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);
}


.loadingSec
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: white;
}


@keyframes slide {
    from {background-position:center right;}
    to {background-position:center left;}
  }

  
.logos
{
    height: 200px;
    background-image: url(../images/clients.jpg);
    background-repeat: repeat-x;
    background-position: center;
    animation : slide 100s linear infinite alternate;
    -webkit-animation: slide 100s linear infinite alternate;
}


.bagImg
{
    width: 100%;
}



.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;
}




.vissionmission
{
    background-image: url(../images/vissionC.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.visGray
{
    background-color: rgba(0,0,0,0.9);
    min-height: 300px;
    padding: 50px 0;
}

.vissioContent
{
    color: #ccc;
    font-size: 20px;
    line-height: 33px;
}


.vissioHead
{
    font-size: 30px;
    padding: 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'Lato-Bold';
    color: white;
}

