:root{
  --c1: #ff6600  ;
--c2: #c0504e; 
--c3: #666;
--c4: #9bbb59;
  --bg:#F8EDED;
  --w:#fff;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--bg) !important;
}

.bg-c1{
  background-color: #f6f6f6
  ;
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 2px !important;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: "urbanist-bold";
  src: url(../Urbanist-Bold.ttf);
}

@font-face {
  font-family: "urbanist-reg";
  src: url(../Urbanist-Medium.ttf);
}


.hf{
   font-family: "urbanist-bold" !important;
}

.hfs{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
}

body{
  margin: 0% !important;
  padding: 0% !important;
   font-family: "urbanist-reg" !important;
  font-size: 16px !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* background-color: #000 !important; */
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}



/* top first section */

.first-top {
  background-color: var(--c1);
}

.first-top p {
  font-family: 13px !important;
}

.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}



.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  /* border-bottom: 2px solid var(--c1); */
  border: 1px solid #dee2e6;

}

.btn-close-white {
  filter: invert(1) brightness(200%);
}

.logo {
  /* width: 120px; */
  height:  50px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.newnav .logo{
  height: 50px;
  position: static !important;
  transform: translateX(0%);
  top: unset !important;
  object-fit: contain !important;
  /* height: 22px; */
}

.logo2 {
  width: 240px;
  /* height: 60px; */
}

.logo1 {
  /* width: 180px; */
  height: 22px;
}

.logo3 {
  /* width: 180px; */
  height: 22px;
}

.nav-menus {
  display: flex !important;
  align-items: start !important;
  justify-content: start !important;

}


.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* animation: mymove .5s ; */
  border-bottom: 1.5px solid var(--c2);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: #555 !important;
  font-weight: 600 !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 15px;
  /* border-bottom: 1px solid #cfcfcf !important; */
  /* width: 100%; */
}

.nav-link {
  color: #555 !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  font-size: 14.5px !important;
  border-radius: 7px;
  text-transform: zuppercase;
  padding: 5px 0px !important;
}


.nav-link:hover {
  color: var(--c2) !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  color: var(--c2) !important;
  font-weight: medium !important;

}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 35px;
}

.icon-div1 img {
  width: 42px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}


.offcanvas {
  width: 80% !important;
}

/* .navbar .dropdown{
padding-left: 0% !important;
padding-right: 0% !important;
} */




@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-8%);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}


.badge {
  font-size: 10px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important
}

.nv-icon p {
  margin-bottom: 0% !important;
}

/* Main dropdown */
.dropdown-menu {
    border-top: 3px solid var(--c1) !important;
    box-shadow: unset !important;
    border-radius: 0px !important;
    padding: 5px 7px !important;
}

.dropdown-item {
    background-color: unset !important;
    transition: all .5s;
    font-size: 14px;
    letter-spacing: 1px;
    color: #555 !important;
    display: flex !important;
    align-items: center;
    min-width: 240px;
    padding: 9px 6px !important;
}

.dropdown-item:hover {
    color: var(--c2) !important;
    background-color: var(--bg) !important;
    transition: all .5s;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .sub-menu {
    display: none;
    position: relative;
    margin-left: 15px;
    background-color: #fff;
}

/* Caret Icon */
.dropdown-submenu > a::after {
    content: "\f107";  /* FontAwesome down caret */
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-50%);
    font-size: 0.9em;
}




/* --/---------- / */

.top-cer{
  width: 70px;
}

.new-post{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c2);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}


/* hero */


/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c2); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff3535; 
}

.btn-grad {
  background-image: linear-gradient(to right, #ff6600 0%, #ff9966 51%, #ff6600 100%);
  text-align: center;
  transition: background-position 0.5s ease;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  display: block;
  font-size: 16px;
  border: 1px solid transparent;
}


.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}



/* hero */
.hero{
  height: 80vh;
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.hero-slide{
  position: relative;
    background-color: #000 !important;

}
/* .shade-botom{
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: transparent;
  background-image: linear-gradient(180deg,#fefcf300 30%, #fefcf3 100%);
  z-index: 3;
  width: 100%;
  height:80%;
  overflow: hidden;
} */
.hero-sl-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top !important;
  opacity: 0.7;
}
.swiper-pagination-bullet{
  background-color: var(--c2) !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--c1) !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;

}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 35px !important;
}

.ban-con{
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(0%, -50%);
  }

  .ban-main-con{
    width: 100%;
    height: 100%;
    /* background-color: #ffffffd3; */
    color: var(--c1);
    text-align: center;
  }

  .border-ban{
    /* border: 1px solid var(--c1) !important; */
  }


/* Layout wrapper */
.ls-flowchart {
  max-width: 750px;
  margin: 0 auto;
}

/* Full-width triangular roof */
.ls-roof {
  height: 160px;                 /* adjust height to taste */
  background: #8e44ad;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: relative;
  margin-bottom: 5px;
}

/* Centered roof text */
.ls-roof-text {
  position: absolute;
  left: 50%;
  bottom: 10%;                   /* pushes text up from the base */
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.ls-roof-text .brand {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: .5px;
}
.ls-roof-text .sub {
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 4px;
}

/* Vertical stack with white gaps between rows */
.ls-stack {
  display: flex;
  flex-direction: column;
  gap: 5px;                     /* white gaps between sections */
}

.ls-stack a:hover{
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* Blocks */
.block {
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  text-align: center;
}

/* Percent row with gaps between the 4 boxes */
.percent-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;                     /* white gaps between percentages */
}
.percent {
  padding: 40px 0;
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

/* Small subtitle under foundation titles */
.small-text {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Colors */
.yellow { background: #f1c40f; }
.teal   { background: #49c5b1; }
.red    { background: #e74c3c; }
.orange { background: #f39c12; }
.green  { background: #8cc24a; }
.blue   { background: #2dc7f4; }
.darkred{ background: #bf3e33; }

/* Optional: make it scale nicely on small screens */
@media (max-width: 576px) {
  .ls-roof { height: 120px; }
  .ls-roof-text .brand { font-size: 22px; }
  .percent { font-size: 20px; padding: 25px 0; }
}

/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  /* background-image: url(../images/f-baner-bg.jpg); */
  background-size: cover;
  background-color: var(--bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.pattern-img{
  position: absolute;
  top: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100px;
  z-index:-1;
   rotate: -40deg;
}

.pattern-img1{
  position: absolute;
  bottom: 0%;
  left: 0%;
  /* width: 100%; */
  height: 100px;
  rotate: 40deg;
  z-index:-1;
}

.f-logo{
  width: 100%;
  /* height: 120px; */
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}

/* ======== */


.other-hero1{
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero1::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/services-banner1.png);
  background-position:center right;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  z-index: -1;
}

/* --------- contact-us -----------------   */

 
.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}




.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c2);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c2);
  color: #fff;
}


.custom-input:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.custom-input{
  background-color: #f6f6f6 !important;
  padding: 10px;
}


.custom-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}
.r-input input{
padding: 10px !important;
}


/* ------------ certificate ---------  */

.cer-card{
  width: 100%;
  min-height: 300px;
  background-color: var(--w);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.cer-tit{
  background-color: var(--c1);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.book-img{
  height: 310px;
}



.cer-card:hover .cer-img{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
} 


.book-logo{
  width: 150px ;
  height: 100px;
  object-fit: contain;
}


  /* ---------- marquee ----------- */

  .marque-top{
    /* box-shadow: rgba(14, 30, 37, 0.089) 0px 2px 4px 0px, rgba(14, 30, 37, 0.203) 0px 2px 16px 0px; */
  }

  .firstmarquee img{
    height: 40px;
  }

  .marqueeimg{
    overflow: hidden;
    white-space: nowrap;
    /* width:900px; */
    /* margin-left: 50px; */
}

.firstmarquee{
    display: inline-block;
    animation:19.5s slide infinite linear;
    
}

.firstmarquee img{
    margin:30px 10px;
}

@keyframes slide {
  from{
      transform:translateX(0);
  }
  to{
      transform: translateX(-100%);
  }
}


  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
   
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }

        .white-close {
          filter: brightness(0) invert(1);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 25px;
  }
  .nav-link{
    font-size: 13px !important;
  }

  .hero{
  height:30vh;
  position: relative;
  z-index: 2;
}
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 16.5px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 90% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .navbar-nav .dropdown-menu {
    /* margin-top: 15px !important; */
   }

  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: #f6f6f6 !important;
    /* border-bottom: 1px solid var(--c1) !important; */
  }


  .offcanvas-body{
    background-color:var(--w) !important;
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;

  }


  .activ-nav{
    color: var(--c2) !important;
    font-weight: bold !important;
    /* border-bottom: 2px solid var(--c1) !important; */
  }

  
  .nav-item{
    border-bottom: 1px solid #CFCFCF;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

 
  .nav-link:hover{
    color: var(--c1);
  }

.hero{
  height:30vh;
  position: relative;
  z-index: 2;
}

  }

  @media screen and (max-width:720px) {

    .hero-con{
      width: 100% !important;
    }
    
    .navbar{

      transition: all .5s;
      /* background-color: rgba(255, 255, 255, 0.3); */
      /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
      /* border-bottom: 2px solid var(--c1); */
    }

    .nav-link{
      color: #555 !important;
    }

    .logo {
      /* width: 120px; */
      height:  70px;
      position: static;
  
      /* transform: translateX(0%); */
      /* left: 50%; */
      transform: translate(0);
      /* transform: translateX(-30%); */
    }
  
 

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 55px !important;
}
.sm-js{
  text-align: justify !important;
}
.ban-con{
  position: absolute;
  top: 50%;
  width: 100%;
    left: unset;
  }

.hero-f{
  font-size: 17px;
}


.hero{
  height:70vh;
  position: relative;
  z-index: 2;
}

.hero-p{
  font-size: 16px !important;
}

.other-hero1 {
  position: relative;
  height: 30vh;
  display: flex;
  align-items: end;
  justify-content: start;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.other-hero1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.45), rgba(0,0,0,0)) , 
              url(../images/services-banner1.png);
  background-position: right;
  background-size: cover;
  z-index: -1;
}


    .firstmarquee img{
      height: 30px;
    }
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {
         /* hero section */

}
  @media screen and (max-width:380px) {

  }

  @media screen and (max-width:365px) {


  }

  @media screen and (max-width:320px) {


  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}