:root {
    --body-color1:#1c56a8;
    --body-color2:#c5da57;
    --body-color3:#032043;
    --body-color4:#3b75c7;
   --head-font: "Nunito", sans-serif;
   --body-font: "Nunito", 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);
    color: var(--body);
    text-align: justify;
    line-height: 28px;
  font-size: 15px;
  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: 1200px;
    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); 
                background: #fff; 
                animation: drop-in 1s ease 200ms backwards;
              } 
              #hm.sticky .top-div1, #hm.sticky .top-div3{display: none;}
              #hm.sticky .top-div2{padding-top: 5px; padding-bottom: 5px;}
              #hm.sticky .logo-div img{width: 50%;}

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

       
       
       
       .top-div1{padding-top: 10px; padding-bottom: 10px;  background: var(--body-color1); color:#fff;}
       .top-div1 a{text-decoration: none; color:#fff; transition: all .5s ease;}
       .top-div1 a:hover{color:var(--body-color2)}


       .top-det{column-gap: 30px;}
       .top-det i{margin-left: 10px;}

       .top-call i,    .top-mail i{color:var(--body-color2)}
       .top-mail i{margin-right: 5px;}

       .top-call i{transform: rotate(270deg); display: inline-block;}

      .top-div2{padding-top: 10px; padding-bottom: 10px;}

       .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 27px;
            line-height: 22px;
            font-size: 16px;
            font-weight: 400;
            position: relative;
            margin-right: 5px;
            text-align: center;
            color: #363636;
            font-weight: 600;
           
            background: url(../images/menu-right.png) no-repeat right center;
            border-radius: 0;
        
      }


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

 /* .navbar-expand-md .navbar-nav .dropdown-menu{background: none !important; transform: scale(0);
        display: block;
        height: 0px;
	overflow: hidden;
	padding: 0px;
	top: 180px;
	transition: all .3s;}
        .dropdown:hover .dropdown-menu {
          transform: scale(1);
          
	top: 100%;
	height: inherit;
      } */

  /* .dropdown .dropdown-menu {
        transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1, 0);
        display: block;
      height: 0;
     }
      .dropdown:hover .dropdown-menu {
        transform: scale(1);
        height: inherit;
     }   */

     @media (min-width: 770px) {
      .menu-div .navbar  .dropdown-menu, .menu-div1 .navbar  .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; 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;
  }

  @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.active .nav-link.dropdown-toggle{color: #fff;} 
 .menu-div .navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle{color: #363636;} 


         .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-color1) !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 .nav-link:before {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  border-top: 2px solid var(--body-color1);
                  border-bottom: 2px solid var(--body-color1);
                  transform: scaleY(2);
                  opacity: 0;
                  transition: 0.3s;
               }
            
               .menu-div .navbar-light .navbar-nav .nav-item .nav-link:hover, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
                  color: #fff;
                  background-image: none;
				   background: #1c56a8;
               }
               .menu-div .navbar-light .navbar-nav .nav-item .nav-link:hover:before, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link::before {
                  transform: scaleY(1);
                  opacity: 1;
               }
               .menu-div .navbar-light .navbar-nav .nav-item .nav-link:hover:after, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link:after {
                  transform: scaleY(1);
                  opacity: 1;
               }



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

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  color: #000;
  border: 1px solid #ddebe5;
  font-size: 15px;
  background: #649b10  !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: #1c56a8  !important; }




 .menu-div .navbar .nav-item .dropdown-menu{ padding:0px; display:block; opacity: 1;  visibility: hidden; transition:.3s; margin-top:0;min-width: 215px;  }
  
  .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;}





.banner-div1 {
    position: relative;
    z-index: 2;  }
    .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: 3%;
        opacity: 1; }
      .banner-div1 .carousel-control-next {
        background: url(../images/banner-arrow-right.png) no-repeat right center;
        right: 3%;
        opacity: 1;
        z-index: 100; }
    
        .banner-div1 .carousel-caption{
    left: 50%;
    
    
    background: rgba(188, 18, 0, .4);
    bottom: 40%;
    transform: translate(-50%);
    color:#fff; 
    width: 50%;
    padding-top: 0;
    
        }
    
        .banner-div1 .carousel-caption h1{color:var(--bs-gray-200); font-size: 35px; font-weight: 600; font-size: 55px; font-weight: 900; margin-bottom: 20px; margin: 0;}
    .banner-div1 .carousel-caption h3{margin: 0; font-size: 25px;}


    .info-div1{background: #fdfaf4; padding-top: 60px; padding-bottom: 60px;}
.info-msg{padding-left: 17%; padding-right: 17%;  background: url(../images/bg1.jpg) no-repeat top left; text-align: left; font-weight: 600; color:#515151}
.info-msg h1{margin: 0; font-size: 34px; font-weight: 900; color:var(--body-color3); margin-bottom: 10px; text-transform: capitalize;}
.intro-vm{background: var(--body-color2); padding: 10px; text-align: center; color:#222222; line-height: 25px; min-height: 240px;}
.intro-vm h3{margin: 0; font-size: 18px; font-weight: 900; margin-bottom: 5px; text-transform: uppercase;}

.intro-aim{background: var(--body-color1); padding: 10px; text-align: center; color:#fff; margin-top: 10px; line-height: 25px; min-height: 240px;}
.intro-aim h3{margin: 0; font-size: 18px; font-weight: 900; margin-bottom: 5px; text-transform: uppercase;}

.intro-img img:first-child{margin-bottom: 10px;}

.intro-right1{column-gap: 10px;}
.intro-left2{width: 50%; }

.intro-call{background: #9ca923; display: inline-block; margin-top: 20px; padding: 5px 8px; font-size: 17px; font-weight: 900; position: relative;}
.intro-call a{text-decoration: none; color:#fff; position: relative; z-index: 2;}

.intro-call:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:var(--body-color3);


	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
}
.intro-call:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}



.intro-ser1{position: relative;}
/* .intro-ser1 img{position: relative;} */
.intro-ser1 h2{margin: 0; position: absolute; bottom: 0; background: var(--body-color1); color:#fff; font-size: 21px; padding:10px 5px; text-align: center; left: 10px; right: 10px; }
.intro-ser1 h2 span{position: relative; z-index: 2;}
.intro-ser1 h2 a{text-decoration: none; color:#fff}



.intro-ser1 h2:before,
.intro-ser1 h2:after{
	width:0;
	position:absolute;
	content:'';
	top:0;
	left:0;
	bottom:0;
	background:var(--body-color2);
	
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
.intro-ser1 h2:after{
	left:auto;
	right:0;
}
.intro-ser1 h2:hover:before,
.intro-ser1 h2:hover:after{ width:50%; }


.content {
  position: relative;
 
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1  !important;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.content .read-more1{display: inline-block; padding:5px 10px;}


.info-div2{padding-top: 60px; padding-bottom: 60px; background: url(../images/bg2.jpg) no-repeat top right;}
.info-div2 h1{margin: 0; font-size: 34px; font-weight: 900; color:var(--body-color3); margin-bottom: 10px; text-transform: capitalize;}


.view-ser{background: #9ca923; display: inline-block; margin-top: 0px; padding: 8px 12px; font-size: 17px; font-weight: 900;   transition: .3s;}
.view-ser a{text-decoration: none; color:#fff; }
.view-ser:hover {
  box-shadow: 8px 8px var(--body-color2);
  transition: .3s;
  background: var(--body-color1);
}

.info-div3{padding-top: 200px; padding-bottom: 200px; background: url(../images/bg3.jpg) no-repeat; background-size: cover; background-attachment: fixed; }

.info-div3 h1{margin: 0; font-size: 40px; color:#fff; width: 50%; text-align: left; font-weight: 600;}

.info-div4{position: relative; width: 100%; margin-top: 60px; margin-bottom: 60px; }
.info-left1{position: relative;  background: url(../images/asmax-other-services1.jpg) no-repeat top; background-size: cover; padding-top: 60px;}
.info-left1 img{position: relative; width: 100%;}
.info-os1{position: relative;  color:#fff; text-align: left; z-index: 2;  padding-left: 20%; padding-right: 20%; }
.info-os1 h3{margin: 0;
  margin-bottom: 0px;
font-size: 23px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;}
.info-left2{position: relative;}
.info-os2{}

.read-more{background: #6d8201; padding: 10px; font-weight: 600; }
.read-more a{text-decoration: none; color:#fff}
.read-more i{font-weight: 900; margin-left: 5px;}

.read-more {
  

  
  transition: .3s;
}
.read-more:hover {
  box-shadow: 8px 8px var(--body-color2);
  transition: .3s;
  background: var(--body-color1);
}
.ot-img{position: relative; z-index: 2  ;}
.info-other1{position: relative; }

.info-os3{position: absolute; bottom: 0; z-index: 2; background: rgba(0, 0, 0, .8); width: 100%; }

.info-other1 span{position: relative; z-index: 2;}




.info-other1:before{
  content: "";
  position: absolute;
  border: 2px solid var(--body-color1);
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  opacity: 0;
  transform: scale(1.03);
  z-index: -1;
  transition:0.6s ease 0s;
}
.info-other1:hover:before{
  opacity: 1;
  transform: scale(1);
}
.info-other1 .info-ot1{
  position: relative;
}
.info-other1 .info-ot1:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition:0.6s ease 0s;
}
.info-other1:hover .info-ot1:before{
  opacity: 1;
}

.info-other1 .info-ot1 a{position: relative; z-index: 2;}


/* .info-other1:before {
  transition: all .5s ease;
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  transform: scale(0);
  }
  .info-other1:hover:before {
  opacity: .5;
  transform: scale(1);
  }
  .info-other1:after {
  transition: all .6s ease .2s;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #aaa;
  background: #000;
  opacity: 0;
  transform: scale(0);
  }
.info-other1:hover:after {
  opacity: .35;
  transform: scale(1);
  } */


.info-os3:before,
.info-os3:after{
	width:0;
	position:absolute;
	content:'';
	top:0;
	left:0;
	bottom:0;
	background:var(--body-color1);
	
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
.info-os3:after{
	left:auto;
	right:0;
}
.info-os3:hover:before,
.info-os3:hover:after{ width:50%; }


.read-more1{background: #9ca923; padding: 20px 30px; position: relative;}
.read-more1 a{text-decoration: none; color:#fff; position: relative; z-index: 2;}


.read-more1:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:var(--body-color3);


	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
}
.read-more1:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}



.info-os3 h3{margin: 0; font-size: 20px; text-align: center; color:#fff;position: relative; z-index: 2; margin-left: 20px;}
.info-os3 h3 a{text-decoration: none; color:#fff}

/* .info-right1{margin-right: 50%;} */

.info-div5{background: url(../images/bg4.jpg) no-repeat; background-size: cover; background-attachment: fixed; padding-top: 60px; padding-bottom: 60px;}
.info-div5 h1{margin: 0; font-size: 35px; text-align: center; color:#fff; font-weight: 900; }
.info-cust1{background: #fff; margin-top: 30px; padding: 30px; position: relative; margin-bottom: 30px; text-align: left;}
.cust-img img{border-radius: 50%; padding: 5px; border:2px solid #ffb619;}
.d-quote{margin-left: auto; margin-right: auto; margin-top: 20px; width: auto !important;}
.star-div{color:#e34114; font-size: 13px; margin-bottom: 20px;}
.cust-name{margin-top: 20px; color:#00173b; font-weight: 900;}
.cust-des{color:#ffcc5e; font-weight: 900;}

/* .info-cust1:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	
} */
.info-cust1:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -30px;
	border: 18px solid;
	border-color: #fff transparent transparent #fff;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots div.owl-dot {
  width: 25px;
  height: 5px;

  display: inline-block;
  background: #3b75c7;
  margin: 0 3px;
}
.owl-dots div.owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.owl-dots div.owl-dot:focus {
  outline: none;
}

.info-div6{padding-top: 60px; padding-bottom: 60px;}
.info-div6 h1 {
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	color: var(--body-color3);
	margin-bottom: 10px;
	text-transform: capitalize;
}

.info-news1{margin-top: 50px;}
.info-news1{position: relative;}
.info-news2{position: relative;}
.news-date{position: absolute; top:0; background: #6d8201; left: 10%; top:-6%; padding: 10px 15px; text-align: center;}
.news-day{color:#fff; font-size: 32px; font-weight: 600;}
.news-month{color:#fff; font-size: 17px; font-weight: 600;}

.news-hd{background: rgba(8,31,65,.5); position: absolute; bottom: 0; width: 100%; padding:20px 10px;}

.news-hd a{text-decoration: none; color:#fff;}

.news-writer{background: url(../images/admin-icon.png) no-repeat top 7px left; padding-left: 20px; font-size: 11px; }
.news-comm{background: url(../images/comments-icon.png) no-repeat top 7px left; padding-left: 20px; font-size: 11px; }

.news-hd h3{margin: 0; font-size: 17px; margin-top: 10px; font-weight: 600; text-align: left; line-height: 25px; transition: all .5s ease;}


.info-news1:hover .news-hd h3{color:var(--body-color2)}


   


.vendor-carousel {padding-left: 60px; padding-right: 60px;}
.other-carousel {padding-left: 60px; padding-right: 60px;}
.cust-carousel {padding-left: 60px; padding-right: 60px;}
.news-carousel {padding-left: 60px; padding-right: 60px;}


.vendor-carousel .owl-prev {
  background: url('../images/vendor-arrow-left.png') left center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(-90deg);
}

.vendor-carousel .owl-next {
  background: url('../images/vendor-arrow-left.png') right center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(90deg);
}

.news-carousel .owl-prev {
  background: url('../images/vendor-arrow-left.png') left center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(-90deg);
}

.news-carousel .owl-next {
  background: url('../images/vendor-arrow-left.png') right center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(90deg);
}


.other-carousel .owl-prev {
  background: url('../images/vendor-arrow-left.png') left center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(-90deg);
}

.other-carousel .owl-next {
  background: url('../images/vendor-arrow-left.png') right center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(90deg);
}

.cust-carousel .owl-prev {
  background: url('../images/vendor-arrow-left.png') left center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(-90deg);
}

.cust-carousel .owl-next {
  background: url('../images/vendor-arrow-left.png') right center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  transform: rotate(90deg);
}



.owl-stage-outer { margin: -15px; padding: 15px; }


	.owl-stage {
		display: flex;
 
    
	}
	.owl-item {
		display: flex;
		
    flex: 1 0 auto;
	}







     
  .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; 
  }













.footer-div {background: url(../images/footer-bg.jpg)no-repeat; background-size: cover;  position: relative;  color:#fff; padding-top: 60px; padding-bottom: 0px;   letter-spacing: 0; font-size: 15px; position: relative;}
.footer1{border-bottom: 1px solid #193052; padding-bottom: 10px; margin-bottom: 10px;}

.footer2{border-bottom: 1px solid #193052; padding-bottom: 10px; margin-bottom: 10px;}
.footer1 h3{margin: 0; font-size: 15px; color:#fff; margin-top: 5px;}
.footer1 h4{margin: 0; font-size: 17px; color:#fff; margin-top: 5px;}


.footer1 h5 {
  margin: 0px;
    margin-bottom: 0px;
  font-size: 16px;

  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--foot-font);
  letter-spacing: 0;
background: url(../images/line.jpg) no-repeat right center;
padding-right: 50px;
}

.foot-logo{margin-bottom: 10px;}



.social-icon{margin-top: 20px;}
.social-icon a{text-decoration: none; color:#fff; margin-right: 10px;}
.social-icon i{padding: 5px; border: 1px solid #fff; border-radius: 50%; width: 70px; height: 50px; }


.icon-effect {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.icon-effect > li {
  display: inline;
  margin-right: 20px;
  padding: 0;
}
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  color: #f1f1f1;
  line-height: 38px;
  text-align: center;
  background-color: var(--body-color3);
  border: 1px solid #fff;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
.icon-effect .icon {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #f1f1f1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: #f1f1f1;
  color: var(--body-color3);
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}




.footer2{margin-top: 10px;}


.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: 14px;
      line-height: 20px;
     font-weight: 600;
 
      text-decoration: none;
      background: url(../images/footer-arrow.svg) no-repeat top 13px left ;
      color: #5b6c8a;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
       }
      .f-link li a:hover {
        color: var(--body-color2);
        background-position: top 13px left 5px;}

        
        
        
        
        .footer2 h6{margin: 0; font-size: 17px; color:var(--body-color2); margin-bottom: 10px;}



.foot-location{background: url(../images/location-bg.png) no-repeat top left; padding-left: 70px;}
.foot-call{background: url(../images/call-bg.png) no-repeat top left; padding-left: 70px;}
.foot-call a{text-decoration: none; color:#fff}
.foot-call a:hover{color:var(--body-color2)}
.foot-mail{background: url(../images/mail-bg.png) no-repeat top left; padding-left: 70px;}
.foot-mail a{text-decoration: none; color:#fff}
.foot-mail a:hover{color:var(--body-color2)}


/* .footer-div .ft-col:nth-child(1){width: 40%;}
.footer-div .ft-col:nth-child(2){width: 35%;}
.footer-div .ft-col:nth-child(3){width: 30%;}
.footer-div .ft-col:nth-child(4){width: 25%;}
.ft-nav .f-link:nth-child(1){margin-right: 30px;} */



.footer-div .d-flex{column-gap: 20px;}

.foot-link .d-flex{column-gap: 100px;}
.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);}

.copy-div {
 
  font-size: 14px; 

 
  padding-top: 10px;
  padding-bottom: 10px;
  
  color: #4b5569;
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: #4b5569; }
  .copy-div a:hover {
    color: var(--body-color2); }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

      .copy-div1{ padding-top:15px;
        padding-bottom: 15px;}


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





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

    @media(max-width:1281px)
    {
      .info-div3{padding-top: 50px; padding-bottom: 50px; }
      .info-div3 h1{width: 70%;}
    }

    @media(max-width:1025px)
    {
      .menu-div .navbar-light .navbar-nav .nav-item .nav-link{padding: 10px 17px; font-size: 15px;}
    }

    @media(max-width:981px)
    {
      .info-msg{padding-left: 5%; padding-right: 5%;}
.footer-div{font-size: 13px;}
    }
@media(max-width:801px)
{
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px 11px;
    font-size: 12px;
  }
.footer-div{font-size: 11px;}
  .footer1 h3{font-size: 13px;}
  .footer1 h4{font-size: 11px;}
}


    @media(max-width:769px){

      .top-div1{font-size: 14px; text-align: center;}

      #hm.sticky .logo-div img{margin-left: auto; margin-right: auto;}
      .info-msg{ background-image: none; text-align: center; padding-left: 0; padding-right: 0;}

      .logo-div1 img{margin-left: auto; margin-right: auto;}
      .intro-right1{margin-top: 20px;}
      .info-div3 h1{text-align: center; width: 100%;}
      .info-left1{padding-bottom: 100px;}
      .info-os1{text-align: center;}
      .info-other1{margin-left: auto; margin-right: auto; margin-top: 20px;}

.foot-logo img{margin-left: auto; margin-right: auto;}
      .foot-link .d-flex{column-gap: 0;}

.foot-location, .foot-call{margin-bottom: 15px;}


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

.navbar-toggler {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: var(--body-color1);
  background: url("../images/hamburger_icon.png") #c5da57;
}
.menu-div .navbar-light .navbar-nav .nav-item .nav-link{background-image: none; border-bottom: 1px solid var(--body-color1); 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, #4d77b8 0%, var(--body-color2) 100%);}
.home-div1, .home-div2, .home-div3{text-align: center;}
.home-div1{padding-bottom: 30px;}
.section_title-subheading{margin-top: 20px;}
.home-div2{padding-top: 30px; padding-bottom: 30px;}
.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: 13px;
  padding: 8px 6px 6px 21px;
  margin-left: 10px;
}
.copy-div{text-align: center; font-size: 12px; margin-bottom: 40px;}

/* .dropdown .dropdown-menu{height: 0;}
.dropdown:hover .dropdown-menu{height: inherit;} */


} 

/* .dropdown .dropdown-menu{display: none;} */

@media(max-width:576px)
{
  .info-div2 h1{text-align: center; font-size: 28px;}
  .view-ser{margin-top: 5px; margin-bottom: 20px;}
  .cust-carousel{padding-left: 30px; padding-right: 30px;}
  .info-div3 h1{font-size: 30px; line-height: 40px;}
  .foot-location, .foot-call, .foot-mail{background-size: 10%; padding-left: 40px;}
  .foot-link .f-link:last-child{margin-top: -10px;}
  .copy-div{font-size: 11px;}
}




#show-sidebar{background: #6d8201; border-color:var(--body-color4);}

.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;
}

.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-color3) 100%);
}

.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: uppercase;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{border-bottom: 1px solid #707211; 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: #6d8201;}


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

.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: var(--body-color1);
}


.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;
}














/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

 @keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }


  /* 0%   { transform:rotateY(0deg); }
  10%   { transform:rotateY(0deg); }
  50% { transform:rotateY(360deg);}
  60% { transform:rotateY(360deg);}
  100% { transform:rotateY(0deg);}
  100% { transform:rotateY(0deg);} */


}

/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */
.kb-caption {
  right: 7%;
  left: 7%;
  bottom: 25%;
  padding: 0;
  width: 80%;
}

.kb-caption-left {
  margin-right: auto;
}

.kb-caption-right {
  margin-left: auto;
}

.kb-caption-center {
  margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.kb-caption h1 {
  animation-delay: 1s;
  color: #bf392b;
  background: #fff;
}

.kb-caption h3 {
  animation-delay: 1.5s;
  color: #fff;
  background: rgba(0 0 0 / 0.5);
  font-family: "Russo One", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 35px;
}

@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 34%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 45%;
  }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-prev {
  left: 1%;
}

.kb-control-next {
  right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
[data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}






#back_to_top {
  display: inline-block;
  background-color: var(--body-color1);
  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: #6d8201;;
}
#back_to_top:active {
  background-color: #6d8201;;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}


@media(max-width:767px)
{
	.about-right img{display:block;margin-left:auto;margin-right:auto;}
	.ser1 img{width:100%;}
	.vm-div1{height:auto!important;}
	.vm-div2{height:auto!important;}
	.contact-div h2{font-size: 25px!important;}
	.area1{height:auto!important;}
}

@media(max-width:360px)
{
	.con-det a {font-size: 14px;}
	.con-det p {font-size: 14px;}

}

.in-banner img{width:100%;}

/*About*/
.about-div1 h1{margin: 0px;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c56a8;
    margin-bottom: 20px;
    border-left: 6px solid #85c226;
    padding-left: 20px;}
.about-div1 p{font-size: 16px;}
.about-div1{padding-top: 60px;padding-bottom: 60px;}
.about-div1 h2{font-size: 27px;
    font-weight: 600;
    color: #1c56a8;
    padding-top: 35px;}

.vm-div1 {
    background: url(../images/vision-icon-1.png) no-repeat bottom 20px right 20px #67a30c;
    padding: 30px 60px;
    font-size: 17px;
    color: #fff;
    line-height: 34px;
    height: 372px;
}
.in-div2 h1 {
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.vm-div2 {
    background: url(../images/mission-icon1.png) no-repeat bottom 20px left 20px #1c56a8;
    padding: 30px 60px;
    font-size: 17px;
    color: #fff;
    line-height: 34px;
    height: 372px;
}

.about-div2{padding-bottom: 60px;padding-top: 60px;}

/*Services*/
.service-div1{padding-top:60px;padding-bottom:90px;}
.service-div1 h1{margin: 0px;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c56a8;
    margin-bottom: 20px;
    border-left: 6px solid #85c226;
    padding-left: 20px;}
.ser-div1 h2{background: #1c56a8;
    text-align: center;
    padding: 14px 0px;
    font-size: 19px;
    margin-top: -14px;
    height: 66px;
    color: #fff;}
.ser1 img{border: 1px solid #75bb0c;
	padding: 2px;}
.ser1{margin-bottom:30px;}
.ser-div1{padding-top:30px;}


/*Clients*/
.client-div1{padding-top:90px;padding-bottom:90px;}
.client-div1 h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c56a8;
    margin-bottom: 20px;
    border-left: 6px solid #85c226;
    padding-left: 20px;
	margin-bottom:30px;
}
.client1 img{border: 1px solid #8db6ef;margin-bottom:20px;}




/*Industries*/
.industry-div1{padding-top:60px;padding-bottom:30px;}
.industry-div1 h1{text-align:center;color: #1c56a8;font-weight: 600;font-size: 40px;}
.industry-div1 p{font-size:16px;}
.industry-div1 h2{color: #548b01;font-size: 30px;}
.industry-div2 h2{color: #548b01;font-size: 30px;}
.industry-div2{padding-bottom:70px;}
.inds li {
    padding: 3px 3px 3px 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    background: url(../images/footer-arrow.svg) no-repeat top 14px left;
    color: #5b6c8a;
	list-style:none;
}

.area-div1{padding-top: 60px;
	padding-bottom: 60px;}
.area-div1 h1{text-align: center;
    color: #1c56a8;
    font-weight: 600;
	font-size: 40px;padding-bottom:30px;}
.area1{background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
	border-radius: 15px;height: 190px;
    margin-bottom: 30px;}
.area-div1 h2{text-align: center;
    font-size: 25px;
	color: #55850d;}


.recruitment-div1{padding-top: 60px;
	padding-bottom: 60px;}
.recruitment-div1 h1{text-align: center;
    color: #1c56a8;
    font-weight: 600;
	font-size: 40px;padding-bottom:10px;}
.recruitment-div1 img{display:block;margin-left:auto;margin-right:auto;}
.recruitment-div1 p{font-size:16px;line-height:30px;}
.recruitment-div1 h2{
    font-size: 25px;
	color: #55850d;}




/*Job List*/
.job-div{padding-top:60px;padding-bottom:60px;}
.job-div h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c56a8;
    margin-bottom: 20px;
    border-left: 6px solid #85c226;
    padding-left: 20px;
	margin-bottom:30px;
}
.job-list-div1{padding: 35px;
    background-color: #fff;
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease-out;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 30px;}
.job-date{color: #7b7b7b;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease-out;}
.job-div-1 a{text-decoration: none;
    font-size: 22px;
    color: #1c56a8;
    font-weight: 600;}
.job-div-1 p a{text-decoration: none;
    color: #707173;font-size:16px;}
.late-job h5{margin: 0;
    position: relative;
    padding-left: 30px;
    color: var(--body-color1);
    font-weight: 600;}

.late-job h5::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 3px;
    background: var(--body-color1);
    left: 0%;
    top: 47%;
}
.late-job ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.late-job ul li {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.late-job ul li a {
    text-decoration: none;
    color: #707173;
}
.job-div h2{
    padding-bottom: 25px;
    font-weight: 600;
    color: #0669a1;
font-size: 30px;}
.job-div2 img{display:block;margin-left:auto;margin-right:auto;}

.job-list-div1 img{height:auto!important;}

/*Contact*/
.contact-div{padding-top:60px;padding-bottom:60px;}
.contact-div h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c56a8;
    margin-bottom: 20px;
    border-left: 6px solid #85c226;
    padding-left: 20px;
	margin-bottom:30px;
}
.con-left {
    background: #fff;
    box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.05);
    padding: 60px 60px 60px 60px;
    margin-top: 30px;
}
.contact-div h2 {
    margin: 0;
    font-size: 30px;
   color: #1c56a8;
    text-align: center;
}
.con-left .d-flex {
    column-gap: 20px;
}
.con-ad {
    margin-top: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.con-icon {
    text-align: center;
    background-color: var(--body-color1);
    font-size: 20px;
    color: #ffffff;
    border-radius: 8px;
    height: 59px;
    width: 61px;
    line-height: 3.1;
}
.con-det h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #3069bb;
}

.con-det a {
    text-decoration: none;
    color: #3d3e3e;
}

.wpcf7-form-control {
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 11px;
    padding-right: 20px;
    font-size: 15px;
    border-radius: 5px;
}
.form2 .form-group {
    margin-top: 15px;
}

.con-right {
    background: #f6f6f6;
    box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.05);
    padding: 60px 60px 25px 60px;
    margin-top: 30px;
}

.wpcf7-textarea {
    height: 100px;
    margin-bottom: -15px;
}

.form2 .btn1 {
    color: #fff !important;
    margin-top: 0px;
    border-radius: 5px !important;
    background: var(--body-color3);
    box-shadow: none !important;
    border: none !important;
    padding: 5px 20px;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease;
}

.form2 .btn1:hover {
    background: var(--body-color1);
}

.wpcf7-recaptcha {
    border: none !important;
}

