:root {
 

 --head-font: "Ponomar", system-ui;
 --body-font: "Poppins", sans-serif;


 }



 .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100px;
  height: 100px;
  animation: animate 1s linear infinite;
}
.loader-item {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #f00;
  box-shadow: 2px 2px 5px 1px #000;
  animation: rotate 1s linear infinite;
}
.loader-item_1 {
  top: 0;
  left: 0;
  background: #f79f1f;
}
.loader-item_2 {
  top: 0;
  right: 0;
  background: #12cbc4;
}
.loader-item_3 {
  bottom: 0;
  left: 0;
  background: #ed4c67;
}
.loader-item_4 {
  bottom: 0;
  right: 0;
  background: #a3cb38;
}

@keyframes rotate {
0% {
  transform: rotate(0deg);
}
10% {
  transform: rotate(0deg);
}
60% {
  transform: rotate(90deg);
}
90% {
  transform: rotate(90deg);
}
100% {
  transform: rotate(90deg);
}
}

 
body{
font-family: var(--body-font);
  line-height: 32px;
font-size: 16px;
letter-spacing:0px;
}

h1, h2, h3, h4, h5 {
  font-family: var(--head-font); }

  a:focus, a:hover, a:active {
      outline: none !important;
      box-shadow: none !important; }

      
.container {
  max-width: 1225px;
  width: 100%; }

  img {
      display: block; }


      #hm{
        -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
        
            }
        
        #hm.sticky {
              /* position:fixed; top:0; z-index:1998; width:100%; border-bottom: 1px solid rgb(233, 232, 232);  */
              position:fixed; top:0; z-index:1998; width:100%; border-bottom: 1px solid rgb(233, 232, 232); 
              background: #fff; 
              animation: drop-in 1s ease 200ms backwards;
            } 
           
            #hm.sticky .top-div1{padding-top: 5px; padding-bottom: 5px;}
            #hm.sticky .logo-div img{width: 60%; padding-top: 5px;padding-bottom: 5px;}

  @keyframes drop-in {
      from {
       opacity: 0;
       transform: translateY(-100px);
      }
      to {
       opacity: 1;
       transform: translate(0px);
      }
     }

     
     .top-div1{padding-top: 10px; padding-bottom: 23px; position: relative; z-index: 1000;}


     
     
 

     .offcanvas.offcanvas-top{padding: 0;
      margin: 0;
      width: 100% !important;
      height: 100% !important;
      }
     .menu-div .navbar, .menu-div1 .navbar {
      padding: 0px;
      margin-left: 0px; }

      .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
        
          padding: 10px 20px;
          line-height: 22px;
          font-size: 16px;
          font-weight: 400;
          position: relative;
          margin-right: 5px;
          text-align: center;
          color: #363636;
          font-weight: 400;
         text-transform: capitalize;
         
          border-radius: 0;
      
    }


    .navbar-expand-md .navbar-nav .dropdown-menu{background: none !important;}


               .menu-div .navbar-light .navbar-nav .nav-item .nav-link:hover, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
                  color: var(--body-color1) !important;
                  background-image: none;
               }
              


.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px; }

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  color: #000;
  border: 1px solid #ddebe5;
  font-size: 13px;
  background: #4480ff !important;
  color: #fff;
  font-weight: 400; text-align: left;}

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  padding:8px 14px !important; }

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
  color: #fff;
  background: #ff7f46 !important; }




  .menu-div .navbar .nav-item .dropdown-menu{ padding:0px; display:block; opacity: 1;  visibility: hidden;  margin-top:0;min-width: 250px;  }
  
  .menu-div .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .menu-div .navbar .dropdown-menu.fade-up{ top:180%;  }
  .menu-div .navbar .nav-item:hover .dropdown-menu{ transition: .7s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

.sub-menu-toggle{display:none;}


   @media (min-width: 770px) {
    .menu-div .navbar  .dropdown-menu, .menu-div1 .navbar  .dropdown-menu{  display:block; opacity: 0;  visibility: hidden;margin-top:0; padding: 0px;  } 
    .menu-div .navbar .dropdown-menu.fade-up, .menu-div1 .navbar .dropdown-menu.fade-up{ top:180%;   transform: scale(0.5, 0.5); background: #13a0e6; }
   .menu-div .navbar .nav-item:hover .d1, .menu-div1 .navbar .nav-item:hover .d1{ transition: .7s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
   .menu-div .navbar  .dropdown-menu:hover .dropdown-submenu .dropdown-menu, .menu-div1 .navbar  .dropdown-menu:hover .dropdown-submenu .dropdown-menu{display: block; opacity: 0;  visibility: hidden; transition:.7s; margin-top:0; padding: 0px;  width: 100%;} 


.menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu.fade-up, .menu-div1 .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu.fade-up{ top:0%;    }
.menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu,   .menu-div1 .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu{transition: .7s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg);}
}
 
    
 .dropdown-menu {
  min-width: 250px;
}
.dropdown-menu.columns-2 {
  min-width: 500px;
  margin-left: 0;
}
.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
 
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #999;
}

.in-gallery img{margin: 15px !important; border:1px dotted #9a9a9a;  cursor: pointer; padding:10px !important;}


@media (max-width: 769px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
   

    .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
      color: var(--body-color1);
      
     
     
     
      
       }
    
       .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link.dropdown-toggle, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link.dropdown-toggle{color: var(--body-color1);} 



       .menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
          background: none;
          width: 100%;
          padding-top: 0px;
          padding-bottom: 0px; }
        
        .menu-div .dropdown-item, .menu-div1 .dropdown-item {
          color: #000;
          border: 1px solid #ddebe5;
          font-size: 13px;
         
          padding-top: 5px;
          padding-bottom: 5px;
          background: var(--body-color2) !important;
          color: #fff;
          font-weight: 400; }
        
        .menu-div .dropdown-item, .menu-div1 .dropdown-item {
          padding:8px 15px !important; }
        
        .menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
          color: #fff;
          background: var(--body-color3) !important; }

          .menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
             
              margin-top: -1px; background: none; margin: 0; padding: 0; }
             


            
             
             .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item.active .nav-link{
              border-bottom: 3px solid #b97c53;
             }
.menu-div .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    top: 44%;
    right: -10px;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/menu-right.png) no-repeat top right;
}

@media screen and (min-width: 769px) {
.dropstart:hover > .dropdown-menu {
  position: absolute;
  top: 0;
 right: 100%;
}

.dropstart > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 100%;
}
.dropstartd .dropdown-toggle {
  margin-right: 0em;
}
}  

/*example*/


.banner-div1 {
  position: relative;
  z-index: 2; margin-top: -10px;  }
  .banner-div1 .carousel-item{background: #0d0d0d; }
  .banner-div1 img {
    width: 100%; position: relative; /*opacity: .3;*/ }


    .banner-div1 .carousel-indicators {
      bottom: 0px;
      right: auto;
      margin-left: 2%; }
    .banner-div1 .carousel-indicators li {
      background: var(--body-color2);
      width: 11px;
      height: 11px;
      border-radius: 50%;
      opacity: 1;
      border: 3px solid #5a5a5a; }
    .banner-div1 .carousel-indicators .active {
      width: 11px;
      height: 11px;
      background: #5a5a5a;
      border: 3px solid var(--body-color2) }
    .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
      top: 0%; }
    .banner-div1 .carousel-control-prev {
      background: url(../images/banner-arrow-left.png) no-repeat left center;
      left: 2%;
      opacity: 1; width: 5%;}
    .banner-div1 .carousel-control-next {
      background: url(../images/banner-arrow-right.png) no-repeat right center;
      right: 2%;
      opacity: 1;
      z-index: 100; width: 5%; }

.banner-div1 .carousel-caption{
  top:23%;
  bottom: auto;
  padding-top: 0;
  
      }

.banner-div1 .carousel-caption h1{
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
    margin: 0;
    margin-top: 35px;
    text-transform: uppercase;
    font-family: 'Poppins';
    background: #486634;
    display: inline-flex;
    padding: 5px 60px;
    color: #fff;
    border-radius: 50px;}

.banner-div1 .carousel-caption h3{
    color: #383838;
    text-transform: uppercase;
    padding-top: 12px;
    font-size: 22px;
    font-weight: 600;}

.banner-div1 .carousel-caption h1 span{color: var(--body-color6); font-size: 60px; font-weight: 600;}

.inside-banner {
  background: url(../images/elegant-grid.png) repeat rgb(74 74 74);
    padding-top: 60px;
    padding-bottom: 60px;

}
.inside-banner h1 {
    text-align: center;
    color: #ffff;
    font-size: 45px;
}
 

.footer-div {background: #fff; background-size: cover;    color:#404040; padding-top: 60px; font-weight: 400;  letter-spacing: 0; font-size: 15px;position: relative; z-index: 2;} 
.footer-bg{background: url(../images/deepthi-industries-logo-bg.png)  no-repeat bottom 30px right 70px;}
.footer-div .d-flex{column-gap: 10px;}

.foot-link .d-flex{}

.footer1{border-bottom: 1px solid #cfbcaf; padding-bottom: 30px;}
.footer1 .footer-sec1:nth-child(1){width: 28%;}
.footer1 .footer-sec1{padding: 0 20px;}
.foot-contact{border-left: 1px solid #5db4ca; border-right: 1px solid #5db4ca; }

.foot-about{margin-top: 25px; text-align: left;}
.foot-addr a{color:#404040;text-decoration: none;}


.footer1 h5 {
margin: 0px;
  margin-bottom: 0px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
color: #272727;
display: block;
margin-bottom: 20px;
letter-spacing: 0;
padding-right: 0px;
    position: relative;
}

.footer1 h5:before{content: "";
    height: 3px;
    width: 34px;
    background-color: #b97c53;
    position: absolute;
    bottom: -10px;
    left: 3px;
    border-radius: 10px;
    border: none;
}

.foot-logo{margin-bottom: 10px;}
.foot-logo img{display: block;margin-left: auto;margin-right: auto;}
.social-icon{padding-top: 20px;}
.social-icon img:hover {
    opacity: 0.5;
}
.copy-div{color: #404040;font-size: 15px;padding-top: 10px;padding-bottom: 20px;}
.copy-div a{color: #404040;text-decoration: none;}
.copy-div a:hover{color: #b97c53;}
.power-div{text-align: right;}





.f-link {
list-style: none;
margin-left: 0px;
padding: 0px;
text-align: left; margin-top: 5px; letter-spacing: 0; margin-left: 15px;}
.f-link li {
  display: block; padding-right: 0px; }
  .f-link li a {
    display: block;
    padding: 3px 3px 3px 20px;
    font-size: 15px;
    line-height: 24px;
   font-weight: 400;

    text-decoration: none;
    background: url(../images/menu-right.png) no-repeat center left ;
    color: #404040;
    margin-left: 0px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    position: relative;
     }
    .f-link li a:hover {
      color: #404040;
      background-position: center left 5px;}

      

      .f-link li a::before{
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        transition: 2s transform ease;
        transform: scale3d(0,1,1);
        transform-origin: 0 50%;
        transform-origin: 50% 50%;
        background: #b97c53;
      }
      .f-link li a:hover::before{
        transform: scale3d(1,1,1);
      }
 
      
   .foot-cont a, .foot-email a{text-decoration: none; color:#fff; transition: all .5s ease; position: relative; padding-bottom: 5px;} 
   .foot-cont, .foot-email{margin-top: 0px;}

   .foot-cont a:hover, .foot-email a:hover{color:#fff}


   .foot-cont a::before, .foot-email a::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 2s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
    transform-origin: 50% 50%;
    background: var(--body-color4);
  }
  .foot-cont a:hover::before, .foot-email a:hover::before{
    transform: scale3d(1,1,1);
  }


.ft-col i{color:var(--body-color2)}

.social-link h5{margin-bottom: 30px;}

.social-link img{border-radius: 50%; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
.social-link img:hover{-webkit-box-shadow: 4px 4px 5px 0px var(--body-color1); box-shadow: 4px 4px 5px 0px var(--body-color1);}


.call-div{display: none;
bottom: 0px;
position: fixed;
width: 100%;
z-index: 1000;
bottom: 0;
background: #001819;
text-align: center;
padding: 10px;
color: #fff;
font-weight: 600;}
.call-div a {
  color: #fff; } 




/*Home*/
.aim-left, .vm-right, .ab-img, .ab-right{position: relative;}
        .aim-left::before, .vm-right::before, .ab-img::before, .ab-right::before {
          content: "";
          background: #fff;
          height: 0;
          width: 0;
          z-index: 1;
          position: absolute;
          -webkit-transition-duration: 1.3s !important;
          -o-transition-duration: 1.3s;
          transition-duration: 1.3s !important;
        }

       .aim-left:hover::before, .vm-right:hover::before, .ab-img:hover::before, .ab-right:hover::before {
          height: 100%;
          opacity: 0;
          width: 100%;
        }

.index-div1{ padding-top: 100px;padding-bottom: 60px;}
.index-div1 h1{font-size: 40px;}
.index-abt1 img{margin-bottom: -42px;
    z-index: 10;
    position: relative;
    margin-left: -16px;}

.rm-more {
  width: 160px;
  height: 45px;
  background: #3eafa7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.rm-more a{text-decoration: none;color: #fff;font-size: 17px;}
.rm-more span {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}

.rm-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(
    #0ff 0deg, 
    #0a2342 120deg, 
    #0ff 240deg
  );
  transition: all 0.6s ease;
  opacity: 0;
  transform: scale(0);
}

.rm-more:hover {
  border-radius: 10px;
  transform: rotate(15deg);
}

.rm-more:hover::before {
  opacity: 0.5;
  transform: scale(2);
}

.index-div1 .d-flex {
    column-gap: 15px;
}
.abt{top: 50px;position: relative;}



.index-div2{padding-top: 60px;
    padding-bottom: 60px;}
.index-div2 h3{text-align: center;
    font-size: 35px;margin-bottom: -25px;}
.prd-titl2 p{background: #463b89;
    display: inline-flex;
    color: #fff;
    border-radius: 40px;
    padding: 2px 25px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;}
.prd-titl2, .prd-titl1, .prd-titl3{text-align: center;top: 66px;
    position: relative;z-index: 1000;} 

.prd-titl1 p{background: #463b89;
    display: inline-flex;
    color: #fff;
    border-radius: 40px;
    padding: 2px 25px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;}

.prd-titl3 p{background: #463b89;
    display: inline-flex;
    color: #fff;
    border-radius: 40px;
    padding: 2px 25px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;}

.prd-titl2 span, .prd-titl1 span, .prd-titl3 span{font-weight: 400;padding-left: 6px;} 

.prd-carousel .owl-prev {
  background: url('../images/prd-arrow-left.png') left center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 60px;
  height: 93px;
  z-index: 1000;
  left: 0%;
  cursor: pointer;
  color: transparent;

}

.prd-carousel .owl-next {
  background: url('../images/prd-arrow-right.png') right center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width:60px;
  height: 93px;
  z-index: 1000;
  right: 0%;
  cursor: pointer;
  color: transparent;

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block!important;}
 .prdct-div1 img:hover{-webkit-filter: grayscale(100%);
            filter: grayscale(100%);}





.index-div3{background-image: url('../images/deepthi-industry-bg1.jpg');
 background-size:cover;padding-bottom: 50px;
       /* -webkit-animation: slidein 70s;
        animation: slidein 70s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
*/
}
/*
@-webkit-keyframes slidein {
from {background-position: top; background-size:1600px; }
to {background-position: -100px 0px;background-size:1200px;}
}

@keyframes slidein {
from {background-position: top;background-size:1600px; }
to {background-position: -100px 0px;background-size:1200px;}

}*/

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;

  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


.index-div3 h3{font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;padding-bottom: 20px;}
.index-div3 img{padding-top: 130px;}
.index-div3 p{font-size: 16px;
    line-height: 27px;
    text-align: center;}
.ind-tissue1{padding-top: 140px;}
.read-more3{text-align: center;
    margin-top: 55px;margin-bottom: 60px;}



.index-div4{background: url(../images/deepthi-industry-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 180px;
    padding-bottom: 180px;}

.index-div4 h3{margin: 0;
    text-align: center;
    font-size: 48px;color: #fff;}
.index-div4 p{text-align: center;color: #d9d9d9;font-size: 17px;}
.rm-more1 {
  width: 200px;
  height: 50px;
  background: #b97c53;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-top: 20px;
}
.rm-more1 a{text-decoration: none;color: #fff;font-size: 17px;}
.rm-more1 span {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}

.rm-more1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(
    #e2a780 0deg, 
    #565656 120deg, 
    #e2a780 240deg
  );
  transition: all 0.6s ease;
  opacity: 0;
  transform: scale(0);
}



.rm-more1:hover::before {
  opacity: 0.5;
  transform: scale(2);
}
.read-more1{text-align: center;}

.index-div5{background: #fff8df;
    padding-top: 70px;
    padding-bottom: 80px;
}
.index-div5 h2{text-align: center;
    font-size: 37px;}
.testi-name{font-size: 19px;
    font-weight: 600;padding-top: 25px;}
.testi-des{ font-size: 15px;}


.slider {
width: 100%;
margin: 1px auto;
}



.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}

.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}

.slick-list.draggable{padding: 0 !important;}
.slick-prev::before, .slick-next::before{color:black !important}

.testi-div .slick-list {
margin: 20px 0px;
}
.testi-div .slick-prev, .testi-div .slick-next {
position: absolute;
right: 0%;
/*background: #777;*/
background-color: transparent;
border: none;
color: transparent;
width: 40px;
height: 40px;
opacity: 1;


}
.index-div5 .slick-prev:before, .index-div5 .slick-next:before {
content: url(../images/testi-arrow-right.png);
color: #fff !important;
font-size: 35px;
opacity: 1;
}
.index-div5 .slick-prev {
right: 5%;
left: auto;
bottom:0;
top: auto;
}
.index-div5 .slick-next {
right: 0%;
left: auto;
bottom:0;
top: auto;
}
.index-div5 .slick-prev:before {
content: url(../images/testi-arrow-left.png);
}

.home-testi-cont{padding-left: 50px; padding-right: 50px;}

  
.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}

/*Contact*/
.in-contact1 {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #eee;
}

.cont-div1 {
    border-radius: 20px;
    column-gap: 20px;
    align-items: center;
    font-size: 14px;
    line-height: 29px;
    padding: 20px;
    margin-top: 25px;
    background: #7a3a0ee6;
    color: #fff;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(186, 186, 186, 1);
    box-shadow: 0px 0px 5px 0px rgba(186, 186, 186, 1);
}
.cont-div1 i {
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 85px;
    width: 85px;
    height: 85px;
    background-color: var(--body-color5);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .05);
    border-radius: 50%;
    color: #4a4a4a;
    position: relative;
    top: -4px;
    font-size: 26px;
    background: #fff;
}

.cont-div1 h4 {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #f1bd9a;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.cont-div1 a {
    text-decoration: none;
    color: #fff;
}

.form2 {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-top: 20px;
}

.form2 input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 20px;padding:10px;
}
.form2 textarea{width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 20px;padding:10px;}
.form2 .btn1 {
    color: #fff;
    margin-top: 15px;
    border-radius: 5px !important;
    background: #b97c53;
    box-shadow: none !important;
    border: none !important;
    padding: 5px 20px;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease;
}
.form2 .btn1:hover {
    background: #4a4a4a;
}



/*Testimonials*/
.testimonial-div1{background: url(../images/testimonial-bg.jpg) no-repeat;background-size: cover;

    padding-top: 90px;
    padding-bottom: 90px;}
.qute{background: #b97c53;
    display: inline-flex;
    padding: 13px 11px;margin-left: 11px;}

.testimonial1{background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
    box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
    padding: 20px;margin-top: -22px;margin-bottom: 30px;}
.testimonial1 img{display: block;margin-left: auto;margin-right: auto;}
.testimonial1 p{font-size: 15px;
    text-align: center;
    line-height: 27px;height: 115px;}
.testi-name1{text-align: center;font-size: 20px;
    font-weight: 600;
    padding-top: 30px;}


/*About Us*/
.about-div1 {
    background: #7e4016;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.abt-banner .carousel-caption{left: 47%;
  text-align: left;
  right: auto;
  top:50%;
  bottom: auto;
  transform: translateX(10%) translateY(-50%);
  width: 45%;
  padding-top: 0;}

.abt-banner .carousel-caption h1{font-size: 41px;
    color: #4c4c4c;
    line-height: 47px;}
.abt-banner .carousel-caption span{color: #b97c53;}

.abt-banner {
  position: relative;
  z-index: 2; margin-top: -10px;  }
.abt-banner img{width: 100%;
    position: relative;}
.about-left1 {
    position: relative;
}
.ab-img1 {
    position: relative;
    width: 70%;
}
.ab-img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 7px solid #fff;
}
.about-right1 h4 {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 40px;
    color: #b97c53;
    display: inline-block;
}
.about-right1 h4::after {
    position: absolute;
    content: "";
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 20%;
    margin-top: -1px;
    background: #b97c53;
 
}

.about-left1 h4 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b97c53;
    display: none;
    text-align: center;
    padding-bottom: 10px;

}

/*Clients*/
.clients-div1{padding-top: 70px;
    padding-bottom: 70px;
    background: #f6f7fb;}
.clients-div1 h3{text-align: center;
    padding: 25px 0px;
    font-size: 34px;
    font-weight: 600;
    color: #114d81;}
.clients-div1 p{text-align: center;
    font-size: 16px;
    line-height: 30px;}
.clients1{background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(243 243 243);
    padding: 20px;
    margin-bottom: 25px;}
.clients1 h2{font-size: 21px;
    font-family: 'Poppins';
    color: #2a78ba;
    padding-bottom: 10px;}
.clients1 p{text-align: left;
    font-size: 15px;
    line-height: 26px;}
.client-img img{display: block;
    margin-left: auto;
    margin-right: auto;
    background: #dbf0ff;
    padding: 10px;}
.clients-div3{padding-bottom: 35px;
    padding-top: 35px;}
.choose1 h2{font-size: 34px;
    font-weight: 600;
    color: #114d81;padding-bottom: 25px;}
.ch-img img{display: block;margin-left: auto;margin-right: auto;}
.choose3{padding-bottom: 30px;}
.choose3 h3{font-size: 40px;padding: 0px;}
.choose3 h4{font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;padding-bottom: 10px;}
.choose3 p{text-align: left;
    font-size: 15px;
    line-height: 25px;}


/*Infrastrcuture*/
.infrastructure-div1{padding-top: 60px;}
.infrastructure-div1 h2{text-align: center;font-size: 35px;
    text-transform: capitalize;}
.infrastructure-div1 p{text-align: center;}
.infrastructure-div1{background-color: #f6f7fb;}
.in-space{background-color: #f6f7fb;}
/*Products*/
.products-div1{padding-top: 60px;
    padding-bottom: 80px;}
.in-prd1{background:#e1e1e1;
    margin-top: 30px;
    padding-left: 15px;
    border-radius: 20px;}
.in-prd1 h2{margin: 0px;
    background: #0a549b;
    color: #fff;
    margin-left: -15px;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: -10px;
    text-transform: capitalize;
    letter-spacing: 1px;}
.in-prd2{padding: 20px;}
.in-prd2 h4{font-size: 19px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #383838;
    padding-bottom: 10px;}
.in-prd2 p{font-size: 16px;
    line-height: 28px;
    text-align: justify;color: #585858;}
.in-prd3 img{display: block;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 10px;}



.about-div1{margin-top:-35px;}

  @media(max-width:1301px)
  {
    .dropdown-menu {
      min-width: 205px;
    }
  }





  @media(max-width:1025px)
  {
    .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
      padding: 10px 8px;}
    .index-div5 .slick-prev {
    right: 10%;}
    .index-div5 .slick-next {
    right: 4%;}
    
  }

  @media(max-width:981px)
  {
    .logo-div{width: 30%;}
 
 
    .menu-div .navbar-light .navbar-nav .nav-item .nav-link{font-size: 14px;}
    .home-div6{padding-top: 60px; padding-bottom: 60px;}
    .footer1 .footer-sec1:nth-child(1) {
      width: 100%;
    }
    
    .social-icon{text-align: center; margin-bottom: 30px;}
    .footer1 h5 {
     margin-bottom: 7px; padding-right: 0;
    }
    .f-link{margin-left: 0;}
    .foot-contact{border: none;}
    .foot-logo img{margin-left: auto; margin-right: auto;}
    .foot-about{text-align: center;}
.footer-div{font-size: 13px;}
.footer-div{text-align: center; font-size: 15px;}
.f-link{text-align: center;}
.f-link li, .f-link li a{display: inline;}
.f-link li a {
display: inline;
line-height: 24px;
font-size: 15px;
padding: 8px 6px 6px 21px;
margin-left: 10px;
}
.foot-cont, .foot-email{margin-top: 0;}
.foot-email{margin-bottom: 10px;}
.copy-div{text-align: center; font-size: 12px;}
.footer1 h5:before{left: auto;}
.testimonial1 p {height: 145px;}
.products-div1{padding-left: 15px;
    padding-right: 15px;}
.in-prd2 h4{line-height: 30px;}

  }
@media(max-width:801px)
{
.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 10px 7px; font-size: 12px;}
  .banner-div1 .carousel-caption h1, .banner-div1 .carousel-caption h1 span{font-size: 27px;}
  .abt-banner .carousel-caption h1, .abt-banner .carousel-caption h1 span{font-size: 27px;}
  .banner-div1 .carousel-control-prev, .banner-div1 .carousel-control-next{width: 12%;}

}


  @media(max-width:769px){
    .top-div1{padding-bottom: 20px;}
    .logo-div {
      width: 45%;
    }
    .menu-div .navbar-light .navbar-nav .nav-item .nav-link::after{background: none;}
    .menu-div .navbar-light .navbar-nav .nav-item .nav-link{margin-bottom: 5px;}
    .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link, .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link{background: #2e257f;}
    .banner-div1 .carousel-caption {
      width: 80%;top: 33%;left: 10%;
    }
    .abt-banner .carousel-caption {
      width: 65%;left: 13%;top: 35%;text-align:center;
    }

.foot-cont{margin-top: -20px;}
   .call-div{display: none;}
    #hm.sticky .logo-div{width: 40% ;}
    .navbar-toggler {
      position: fixed;
      top: 10px;
      right: 10px;
      background-color: var(--body-color1);
      --bs-navbar-toggler-icon-bg: url("../images/hamburger-icon.svg");
    display: none;
    }
    .menu-div .navbar-light .navbar-nav .nav-item .nav-link{background-image: none; border-bottom: 1px solid #246fb3; color:#fff}
    .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
      color: #fff;
    }
    .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link.dropdown-toggle, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link.dropdown-toggle {
      color: #fff;
    }
    .offcanvas.offcanvas-top{background-image: linear-gradient(to top, #1063ae 0%, #1063ae 100%);}
    
 
#hm.sticky .logo-div img {
  width: 50%;display: block;
        margin-left: auto;
        margin-right: auto;}

.call-div {
display: block !important;
 }

.index-div1{text-align: center;padding-top: 35px;padding-bottom: 0px;}
.index-abt1 img{display: block;margin-left: auto!important;margin-right: auto;}
.abt {top: 0px!important;}
.read-more{margin-bottom: 20px;}
.ind-tissue1 { padding-top: 0px;}
.home-testi-cont img{display: block;margin-left: auto;margin-right: auto;}
.home-testi-right p{text-align: center;}
.testi-name, .testi-des{text-align: center;}
.about-div1{padding-left: 15px;padding-right: 15px;padding-top: 60px;
    padding-bottom: 60px;}
.about-div1 p{text-align: center;}
.about-right1 h4{display: none;}
.about-left1 h4{display: block;}
.in-prd2 h4{text-align: center;}
.testimonial-div1{padding-left: 15px;padding-right: 15px;padding-top: 60px;
    padding-bottom: 60px;}
.in-contact1{padding-left: 15px;padding-right: 15px;}
.banner-div1 .carousel-caption h3{font-size: 18px;padding-top: 7px;line-height: 28px;}
.banner-div1 .carousel-caption h1{margin-top: 13px;font-size: 13px;}
.clients1 h2{text-align: center;}
.clients1 p{text-align: center;}
.choose1 h2{text-align: center;font-size: 29px;}
.in-prd2 p{text-align: center;}



} 



@media(max-width:576px)
{

.f-link li a{padding: 8px 6px 6px 16px;}
.foot-link .f-link:nth-child(even){margin-top: -20px;}
.footer1{padding-bottom: 20px;}

.copy-div{font-size: 13px;line-height: 20px;padding-bottom: 65px;}
.power-div{text-align: center;}
.testimonial1 p{height: auto;}
.abt-banner .carousel-caption h1, .abt-banner .carousel-caption h1 span {
        font-size: 22px;line-height: 29px;}
  .ab-img2 { top: 97%;}
  .about-right1{padding-top: 135px;}  
.index-div4 h3 {font-size: 31px;}
.index-div4 p {font-size: 16px;}
.index-div5 .slick-next {right: 10%;}
.index-div5 .slick-prev {right: 26%;}
.cont-div1 p{font-size: 15px;}
.cont-div1 a{font-size: 15px;}
}


@media(max-width: 360px)
{
  .cont-div1 a{font-size: 14px;}
  .in-contact1 p{font-size: 14px;}
}



#show-sidebar{background: #b97c53; border-color:#fff;}

.page-wrapper{display: none; position: relative; z-index: 2000;}



@media(max-width:769px)
{
.page-wrapper{display: block;}
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
/* .page-wrapper {
height: 100vh;
} */

.page-wrapper .theme {
width: 40px;
height: 40px;
display: inline-block;
border-radius: 4px;
margin: 2px;
}

.page-wrapper .theme.chiller-theme {
background: #1e2229;
}

/*----------------toggeled sidebar----------------*/


.page-wrapper.toggled .sidebar-wrapper {
bottom: 0px;
}

@media screen and (min-width: 768px) {
.page-wrapper.toggled .page-content {
  padding-left: 300px;
}
}
/*----------------show sidebar button----------------*/
#show-sidebar {
position: fixed;
right: 20px;
top: 10px;
border-radius: 0 4px 4px 0px;
width: 35px;
transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
width: 100%;
height: 100%;
max-height: 100%;
position: fixed;
bottom: 100%;
right: 0;
z-index: 999;
transition: all .5s ease;
}

.sidebar-wrapper ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.sidebar-wrapper a {
text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
max-height: calc(100% - 30px);
height: calc(100% - 30px);
overflow-y: auto;
position: relative;
}

.sidebar-content.desktop {
overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
padding: 10px 20px;
display: flex;
align-items: center;
background:#fff;
}

.sidebar-wrapper .sidebar-brand > a {
text-transform: uppercase;
font-weight: bold;
flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
cursor: pointer;
font-size: 20px;
color:#fff;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
padding: 20px;
overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
float: left;
width: 60px;
padding: 2px;
border-radius: 12px;
margin-right: 15px;
overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
object-fit: cover;
height: 100%;
width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
font-size: 11px;
margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
font-size: 8px;
margin-right: 4px;
color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
font-weight: bold;
font-size: 14px;
padding: 15px 20px 5px 20px;
display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
display: inline-block;
width: 100%;
text-decoration: none;
position: relative;
padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
margin-right: 10px;
font-size: 12px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
display: inline-block;
animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown1 > a:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
font-style: normal;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
background: 0 0;
position: absolute;
right: 15px;
top: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul, .sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 ul {
padding: 5px 0;
margin:0px;
margin-left: -30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li, .sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li {
padding-left: 25px;
font-size: 13px;
}

.sidebar-submenu1 li a{background: #000;}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li a:before {
content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 400;
font-style: normal;
display: inline-block;
text-align: center;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
float: right;
margin-top: 8px;
margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label, 
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li a .label {
float: right;
margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu, .sidebar-wrapper .sidebar-menu .sidebar-submenu1 {
display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown1.active > a:after {
transform: rotate(90deg);
right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
position: absolute;
width: 100%;
bottom: 0;
display: flex;
}

.sidebar-footer > a {
flex-grow: 1;
text-align: center;
height: 30px;
line-height: 30px;
position: relative;
}

.sidebar-footer > a .notification {
position: absolute;
top: 0;
}

.badge-sonar {
display: inline-block;
background: #980303;
border-radius: 50%;
height: 8px;
width: 8px;
position: absolute;
top: 0;
}

.badge-sonar:after {
content: "";
position: absolute;
top: 0;
left: 0;
border: 2px solid #980303;
opacity: 0;
border-radius: 50%;
width: 100%;
height: 100%;
animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
display: inline-block;
width: 100%;
padding-left: 0px;
padding-top: 20px;
}

.page-wrapper .page-content > div {
padding: 20px 40px;
}

.page-wrapper .page-content {
overflow-x: hidden;
}


.chiller-theme .sidebar-wrapper {
/* background: radial-gradient(circle, var(--body-color1) 0%, var(--body-color2) 100%); */
background: #b97c53;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
  color: #fff;
  text-transform: capitalize;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{border-bottom: 1px solid #adadad; color:#fff; text-align: center;}
.chiller-theme .sidebar-wrapper .sidebar-menu ul ul li a{color:#fff}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
  color: #000;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li.active > a{color:#fff; background: #4e4e4e;}


.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #000;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: var(--body-color2);
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #000;
  text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #14595c;
}


.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li.active > a {
color: #000;
background: var(--body-color1);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li  ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li ul li.active > a {
color: #fff;
background: var(--body-color3);
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #fff;
}

.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
  border-right: none;
}





#back_to_top {
display: inline-block;
background-color: #b97c53;
width: 50px;
height: 50px;
text-align: center;
border-radius: 50%;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s, 
  opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
text-decoration: none;
z-index: 1001;
}
#back_to_top::after {
content: "\2191";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#back_to_top:hover {
cursor: pointer;
background-color: #626262;
}
#back_to_top:active {
background-color: #626262;
}
#back_to_top.show {
opacity: 1;
visibility: visible;
}