body
{
    font-family: 'OpenSans-Regular';
    overflow-X: hidden;
    scroll-behavior: smooth;
}

.submenu
{
    background-color: white;
    color: black;
}
.navbarSec
{
    background-color: black;
    color: white;
    padding: 0px;
}

.menuBar
{
    list-style: none;
    margin: 0px;
    text-align: right;
}

.menuBar li
{
    display: inline-block;
    padding: 30px 10px;
    padding-bottom: 0px;
    cursor: pointer;
    transition: all .8s ease;
    font-size: 14px;
}

.navbarIcon
{
    display: none;
}

.menuBar li.active
{
    color: #ff8400;
    transition: all .8s ease;
}

.menuBar li.active:after {
    display:block;
    content: '';
    padding-top: 27px;
    transform: scaleX(1);  
    border-bottom: solid 3px #ff8400;  
}

.menuBar li:after {
    display:block;
    content: '';
    padding-top: 27px;
    border-bottom: solid 3px #ff8400; 
    transform: scaleX(0);  
    transition: transform .5s ease-in-out;
    transform-origin: 0% 50%;
}

.menuBar li:hover:after
{
    transform: scaleX(1); 
    transform-origin:   0% 50%;
}


.menuBar li:hover
{
    color: #ff8400;
    transition: all .8s ease-out;
}

.logo
{
    height: 60px;
    margin: 12px 0;

}

.submenuMob
{
    font-size: 14px;
    padding: 10px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'OpenSans-SemiBold';
}

.submenuEmail
{
    font-size: 14px;
    padding: 10px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'OpenSans-SemiBold';
}

.bannerImg
{
    height: 500px;
    background-size: cover;
    background-image: url(../images/banner.jpg);
}

.sliderContentSec
{
    width: 40%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderContentSecSub
{
    width: 80%;
}

.sliderHead
{
    color: white;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
    font-family: 'OpenSans-Bold';
}


.sliderContent
{
    color: white;
    font-size: 18px;
    padding-right: 25px;
    margin-top: 15px;
    line-height: 25px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.5);

}





.aboutSecMain
{
    background-color: white;
    min-height: 500px;
    position: relative;
}


.abtHead
{
    font-size: 36px;
    padding: 10px 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'OpenSans-SemiBold';
}

.abtContent
{
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    line-height: 28px;
}

.abtImg
{
    width: 100%;
    height: 400px;
    background-image: url(../images/SCROLLING_IMAGES.jpg);
    background-size: cover;
    border-left: 10px solid white;
    border-top: 10px solid white;
    border-bottom: 10px solid white;

    animation: abtmove 40s infinite;
    z-index: 4;
    position: relative;
    cursor: pointer;
}

.abtImg::before
{
    width: 50%;
    height: 380px;
    content: '';
    background-color: #ff8400;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    transition: all 2s;
}

.abtImg::after
{
    width: 50%;
    height: 380px;
    content: '';
    background-color: #ff8400;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.5;
    transition: all 2s;
}

.abtImg:hover::before
{
    width: 5%;
    opacity: 1;
    background-color: #0a75aa;
    transition: all 2s;
}

.abtImg:hover::after
{
    width: 5%;
    opacity: 1;
    background-color: #0a75aa;
    transition: all 2s;
}

.abtImgMain{
    position: absolute; right: 0px; top: 60px;
}

.readMore
{
    color: #ff8400;
    cursor: pointer;
    font-family: 'OpenSans-Regular';
    float: left;
}


.certificateSecMain
{
    background-color: white;
    min-height: 300px;
    position: relative;
    color: black;
}

.certificateHead
{
    font-size: 30px;
    padding: 10px 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'OpenSans-SemiBold';
    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;
}


.whyImag
{
    width: 100%;
    position: absolute; right: 0px;
}

.reviews
{
    background-color: black;
    min-height: 300px;
    padding: 50px 0;
}

.whynewSecMain
{
   background-image: url(../images/why_new_care.jpg);
    min-height: 500px;
    background-size: cover;
    position: relative;
}


.reviewImg
{
    width: 90%;
    margin:  10% 5%;
}


.reviwHead
{
    font-size: 30px;
    padding: 10px 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'OpenSans-SemiBold';
    color: white;
    text-align: center;
}


.reviwContent
{
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    line-height: 28px;
    color: white;
}


@keyframes slide {
    from {background-position:center right;}
    to {background-position:center left;}
  }


  a{
    color: inherit;
    text-decoration: none;
  }
  a:hover{
    color: inherit;
    text-decoration: none;
  }

.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;
}


.footerSec
{
    background-color: black;
    min-height: 300px;
}

.socialLink
{
    list-style: none;
    color: gray;
    font-weight: 600;
    margin: 0px;
    cursor: pointer;
}

.socialLink li 
{
   list-style: none;
   padding-top: 15px;
   font-size: 13px;
}

.socialLinkLable
{
    display: inline-block;
}

.footerAddress
{
    color: gray;
    line-height: 25px;
    padding-top: 15px;
    margin: 0px;
}

.footerAddress span
{
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}

.footerMoile
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}


.footerEmail
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.footerAddressIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
}

.footerAddressIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 25px;
    margin-top: 5px;
}

.footerMoileIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 20px;
    margin-top: 5px;
}

.footerEmailIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 20px;
    margin-top: 5px;
}


.pageLink
{
    list-style: none;
    color: gray;
    margin: 0px;
    margin-top: 5px;
    cursor: pointer;
}

.pageLink li 
{
   list-style: none;
   padding-top: 8px;
   font-size: 13px;
}


.copyright
{
    text-align: center;
    color: gray;
    font-size: 13px;
}



.owl-carousel
{
    cursor: pointer;
}



.owl-nav {
    text-align: center;
    width: 100%;
    position: absolute;
    right: 10%;
    bottom: 75px;
}

.owl-nav .owl-next,  .owl-nav .owl-prev{
    background-color: #ff8400;
    border: 0;
    color: #fff;
    font-size: 20px;
    width: 30px;
    border-radius: 100px;
    line-height: 20px;
    height: 30px;
    margin: 0px 5px;
}






.aboutpageCover
{
    background-image: url(../images/COMPANY.jpg);
    background-size: cover;
    height: 400px;
}


.contactpageCover
{
    background-image: url(../images/CONTACTUS.jpg);
    background-size: cover;
    background-position: right center;
    height: 250px;
}

.careerspageCover
{
    background-image: url(../images/CAREER.jpg);
    background-size: cover;
    background-position: center center;
    height: 250px;
}


.vissionmission
{
    background-color: black;
    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: 'OpenSans-SemiBold';
    color: white;
}


.directorName
{
    text-align: center;
    margin-top: -15px;
}

.directorLabel
{
    text-align: center;
    margin-top: 5px;
    color: #ff8400;
    font-size: 13px;
    font-weight: 100;
}


.vissionImg
{
    color: #ff8400;
}


.directorNote
{
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 100;
}


.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: 'OpenSans-SemiBold';
}


.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: 'OpenSans-Regular';
   
}

form .form-control:focus{
    border-color: #ff8400;
    outline: none;
    box-shadow: none;
}


form .btn {
    background-color: #ff8400;
    color: #fff;
    border-radius: 0;
    width: 100%;
    font-family: 'OpenSans-Regular';
    padding: 10px 0px;
    outline: none;
    border: 0;
}




.proSec
{
    min-height: 500px;
}

.gallerSec
{
    min-height: 350px;
}


.jobdes
{
    font-size: 14px;
    font-weight: 100;
}

.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 #ff8400 !important;
    color: #ff8400;
    border: none;
    border-radius: 0px;
}

.addBtn:hover
{
    background-color: #ff8400;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.enqBtn
{
    background-color: #ff8400;
    border: none;
    border-radius: 0px;
}

.enqBtn:hover
{
    background-color: #ff8400;
    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: #ff8400;
    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: #d4822a;
    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);
}


.jobCard
{
   cursor: pointer;
}


.jobCard:hover
{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.8s;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff8400;
    background-color: #ffffff;
    border-color: #ff8400 #ff8400 #ffffff;
    transition: all 0.8s;
}


.nav-tabs {
    border-bottom: 1px solid #ff8400;
    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 #ff8400; 
    color: #ff8400; 
  }

  .scrolling-wrapper  .filterSlide:hover
  {
    border: 1px solid #ff8400; 
    color: #ff8400; 
    transition: all 0.5s;
  }
  
  .scrolling-wrapper .filterSlide p
  {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
  }


.menuSec
{
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    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: #ff8400;
    transition: all .8s ease;
}

.menuNavBar li:hover
{
    color: #ff8400;
    transition: all .8s ease-out;
}

.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;
}




.carousel-items1 {
    background: #eee;
    background-image: url(../images/2_1.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.carousel-items2 {
    background: #eee;
    background-image: url(../images/2_2.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.carousel-items:hover {
    cursor: grab;
}
  
.carousel-caption {
    display: flex;
    flex-direction: column;
    left: 10%;
    top: 10%;
    bottom: 0;
}

.carousel-caption h2,
.carousel-caption p.lead {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
  
.carousel-indicators li {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    align-self: center;
    transition: all 0.6s ease-in-out;
}
.carousel-indicators li.active {
    width: 1rem;
    height: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}
  
  
@keyframes abtmove {
    from {background-position:left top;}
    to {background-position:right top;}
}




.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: black;
}

.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;
}