body {
  font-family: 'Poppins', sans-serif;
  color: #3a3a3a;
  text-align: justify;
  line-height: 28px;
font-size: 15px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif; }

a:focus, a:hover, a:active {
  outline: none !important;
  box-shadow: none !important; }



  #hm{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
		
        }
		
		#hm.sticky {
          position:fixed; top:0; z-index:9999; width:100%; border-bottom: 1px solid rgb(233, 232, 232); 
          background: #fff; 
        }

        #hmdiv1, #hmdiv2{
          -webkit-transition: all 0.4s ease;
                  transition: all 0.4s ease;
          
              }
              #hmdiv1.stickydiv1{display: none;}
              #hmdiv2.stickydiv2{padding-top: 5px; padding-bottom: 5px;}
              #hmdiv2.stickydiv2 .menu-logo{display: block; width: 100%;}
  

             body.lo-effect {
                opacity: 0;
                background: #9fc5e7; 
                left: -100%;
                transition: opacity 1500ms ease-in, transform 1500ms ease-in;
                /* animation:animatezoom 1.9s; */
                
            }
            
            .show-time body {
                opacity: 1;
                left: 0;
                
                
            }


           @keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

            
           


.container {
  max-width: 1200px;
  width: 100%; }

img {
  display: block; }


.top-div1 {
  border-top: 10px solid #1c466c;
  padding-top: 5px;
  padding-bottom: 5px; font-size: 14px;
border-bottom:2px solid #f5f5f5;
}
 
.top-div1, .top-div2, .wel-div1{background: #fff; }

 
.logo-div {
  margin-top: 5px;
  margin-bottom: 5px; }

  .logo-div img{margin-left: auto;}
.menu-div{ padding-top: 0px; padding-bottom: 0px;}

.down-broch{margin-top: 5px; margin-bottom: 0px;}

.top-call{background: url(../images/t-call.png) no-repeat center left; padding-left: 20px; margin-top: 40px;}
.top-mail{background: url(../images/t-mail.png) no-repeat center left; padding-left: 20px;}



.menu-div .navbar, .menu-div1 .navbar {
  padding: 0px;
  margin-left: 0px; }
  #hmdiv2.stickydiv2 .mlogo-link{width: 15%;}
  .menu-logo{display: none;}

  
.menu-div .navbar-light .navbar-nav .nav-item .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 15px 10px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-right: 1px;
  text-align: center;
  color: #070707;
  background: url(../images/menu-right.png) no-repeat right center;
 
   }
   .menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link{background: none;}





.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 {
  color: #42bcf7;
  background: url(../images/menu-bottom.png) no-repeat bottom center, url(../images/menu-right.png) no-repeat right center;
 
  
   }

   .menu-div .navbar-light .navbar-nav .nav-item:last-child:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item:last-child.active .nav-link{background: url(../images/menu-bottom.png) no-repeat bottom center}

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px; }

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  color: #000;
  border-bottom: 1px solid #42b4d9;
  font-size: 13px;
 
  padding-top: 5px;
  padding-bottom: 5px;
  background: #1c466c !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: #cb4d27 !important; }

.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px; }


  .menu-div .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0; padding: 0px;  width: 100%;}
	
	.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); }



.mobilemenu {
  display: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px; }

.hamburger:hover {
  outline: none; }

.hamburger:focus {
  outline: none; }

.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #276fc0;
  width: 26px;
  margin-left: 12px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #276fc0;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #276fc0;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #276fc0;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 270px; }

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #276fc0;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px; }

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%; }

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1; }

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #5189c8; }

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav .dropdown-menu {
  background-color: #000;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: #f08c04;
  color: #fff;
  text-decoration: none; }

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid #bababa; }

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
  background: #6aa3e3  !important;
  color: #fff !important; }

.sidebar-nav .dropdown-menu li:before {
  background: none; }

.sidebar-nav li.active .dropdown-menu li a {
  background: #000; }

.call-div {
  display: none; }

.banner-div1 {
  position: relative;
  z-index: 2; }
  .banner-div1 img {
    width: 100%; }
  .banner-div1 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div1 .carousel-indicators li {
    background: #e75021;
    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 #e75021; }
  .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{
right:auto;
background: rgba(2, 141, 208, .3);
bottom: 15%;
padding: 20px;
width: 30%;
    }
    .banner-div1 .carousel-caption{color:#4e4e4e;}
    .banner-div1 .carousel-caption h5{color:#984f1d; font-size: 35px; font-weight: 600;}

.banner-div2 {
  position: relative;
  z-index: 2;
  display: none; }
  .banner-div2 img {
    width: 100%; }
  .banner-div2 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div2 .carousel-indicators li {
    background: #e75021;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #5a5a5a; }
  .banner-div2 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #e75021;
    border: 3px solid #e75021; }
  .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
    top: 0%; }
  .banner-div2 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; z-index: 100; }
  .banner-div2 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }
    .banner-div2 .carousel-caption{
      right:auto;
      left: auto;
      background: rgba(2, 141, 208, .3);
      bottom: 25%;
      left: 15%;
      padding: 20px;
      width: 70%;
          }
    .banner-div2 .carousel-caption{color:#4e4e4e;}
    .banner-div2 .carousel-caption h5{color:#984f1d; font-size: 22px; font-weight: 600;}

    .wel-div1{position: relative; padding-top: 30px; padding-bottom: 160px; line-height: 25px; font-size: 15px; background: url(../images/bg1.png) no-repeat top 38% left 5%, url(../images/bg2.png) no-repeat top 53% right 42% #fff;}
    .wel-div1 h2{margin:0px; margin-top: 150px; color:#6e6e6e; letter-spacing: 5px; font-size: 24px; font-weight: 300;}
    .wel-div1 h1{margin: 0px; color:#1c466c; font-size: 30px; font-weight: 700; margin-top: 10px; margin-bottom: 20px; text-align: left;}

    .read-more{background: #cb4d27; padding:5px 20px; display: inline-block; border-radius:20px; border-top-left-radius: 0px; margin-top: 30px; transition: all .5s ease;}
    .read-more a{text-decoration: none; color:#fff}
    .read-more:hover{background: #1c466c;}
    
    .wel-img{margin-top: 150px; position: relative; clear: both;}
    .wel-img img{border-radius: 10px; position: absolute;}
    .wel-img img:nth-child(even){margin-top: -90px; right: 0px; border: 5px solid #fff; -webkit-box-shadow: 0px 1px 10px 0px rgba(201,201,201,1);
      -moz-box-shadow: 0px 1px 10px 0px rgba(201,201,201,1);
      box-shadow: 0px 1px 10px 0px rgba(201,201,201,1);}



.wel-div2{padding-top: 60px; padding-bottom: 90px; background: url(../images/bg3.png) no-repeat bottom 30px right 5% #fff;}
.wel-div2 h1{margin: 0px; font-size: 36px; font-weight: 700; color:#1c466c; margin-top: 80px; margin-bottom: 20px;}
.wel-div2 img{transition: all .5s ease;}
.wel-div2 img:hover{filter: hue-rotate(30deg);}


.wel-div3{background: url(../images/bg1.jpg) no-repeat bottom; background-size: cover; padding-top: 70px; padding-bottom: 70px; font-family: 'Oswald', sans-serif;}

.wel-div3 h1{margin: 0px; font-weight: 700; font-size: 25px;  line-height: 32px; text-align: left; color:#fff;  display: inline-block; width: 259px; height: 273px; padding:70px 40px 40px 40px; background: url(../images/round-bg.png) no-repeat center; background-size: 100% 100%;  font-family: 'Oswald', sans-serif;}


.wel-div4{padding-top: 60px; padding-bottom: 90px;  background: url(../images/bg4.png) no-repeat top 8% left 0%, url(../images/bg2.png) no-repeat top 18% right 32%, url(../images/bg5.png) no-repeat bottom 35% right 5% #fff;}
.wel-div4 h1{margin: 0px; font-size: 36px; font-weight: 700; color:#1c466c; margin-top: 180px; margin-bottom: 20px;}
.wel-div4 img{transition: all .5s ease;}
.wel-div4 img:hover{transform: rotateZ(-90deg); margin-left: -160px;}

.wel-div5{padding-top: 60px; background: #fff;}
.wel-div5 .container-fluid{padding-left: 0px; padding-right: 0px; overflow: hidden; }
.wel-div5 h1{margin: 0px; font-size: 36px; font-weight: 700; color:#1c466c; margin-top: 80px; margin-bottom: 20px;}
.wel-ij{padding-right: 30px;}
.wel-ij img{width: 100%;}
.wel-sc img{width: 100%; }
.wel-sc{padding-left: 30px; margin-bottom: -10px;}
.wel-ij1{padding-left: 30px;}
.wel-sc1{padding-right: 30px;}

.ind-img{margin-right: -30px; position: relative; padding-top: 10px;}
.sc-img{margin-left: -30px;}
.ij1{margin-top: -10px;}



.ij-img, .sc-img {
  
  overflow: hidden;
}

.ij-img img, .sc-img img {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ij-img:hover img, .sc-img:hover   img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.wel-div6{  padding-top: 80px; padding-bottom: 80px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf9ff+0,edf9ff+74,edf9ff+74,ffffff+74,ffffff+74,ffffff+100 */
  background: #edf9ff; /* Old browsers */
  background: -moz-linear-gradient(right,  #edf9ff 0%, #edf9ff 74%, #edf9ff 74%, #ffffff 74%, #ffffff 74%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right,  #edf9ff 0%,#edf9ff 74%,#edf9ff 74%,#ffffff 74%,#ffffff 74%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left,  #edf9ff 0%,#edf9ff 74%,#edf9ff 74%,#ffffff 74%,#ffffff 74%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf9ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }
.wel-trade h1{margin: 0px; font-size: 36px; font-weight: 700; color:#1c466c; margin-bottom: 20px;}
.tr-img{border-bottom-right-radius: 150px; transition: all .5s ease;}
.tr-img:hover{filter: sepia(100%);}
.tp{margin-left: auto; margin-right: auto; margin-top: 20px; transition: all .5s ease;}
.tp:hover{transform: rotateZ(30deg); }


.wel-form{background: #fff; padding:40px 40px; -webkit-box-shadow: 0px 2px 8px -1px rgba(227,227,227,1);
  -moz-box-shadow: 0px 2px 8px -1px rgba(227,227,227,1);
  box-shadow: 0px 2px 8px -1px rgba(227,227,227,1);}
.wel-form h1{margin: 0px; text-align: center; font-size: 30px; margin-bottom: 20px; color:#42bcf7; font-weight: 600;}

.intro-form {padding-bottom: 0px;}
    /* .intro-form label{color:#000f36; margin-bottom: 0px;  margin-left: 20px; font-weight: 600; font-size: 13px;} */
    .intro-form input{width:100%; background-color:#edf9ff; box-shadow:none; border:1px solid transparent; border-radius: 0px;  margin-bottom:15px; padding:20px 15px; height:37px; color: #949798;}
    .intro-form input::placeholder{color: #a0a3a3 ;}
    
    
    .intro-form textarea{width:100%; background-color:#edf9ff; border:1px solid transparent; border-radius: 0px;  padding-left:15px; border:none; color: #949798;}
    .intro-form select{width: 100%; background: transparent; box-shadow: none; border: none; padding: 7px; border-radius: 5px; color: #a0a3a3 ; border:1px solid #d6d9df; margin-top: -15px; padding-top:5px;}
    .intro-form select option{color: #555;}
    
    .g-ca{margin-top:20px;}
    
    .submit {text-align:left}
    .submit input{box-shadow:none; border:none; color:#fff; border-radius: 0px; padding:10px 30px !important;   text-align:center;  height:auto; width:100%; display:block; transition: all .5s ease-in; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bcf7+0,205179+100 */
      background: #42bcf7; /* Old browsers */
      background: -moz-linear-gradient(left,  #42bcf7 0%, #205179 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #42bcf7 0%,#205179 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #42bcf7 0%,#205179 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42bcf7', endColorstr='#205179',GradientType=1 ); /* IE6-9 */
      }
    .submit input:hover{ background-position: right 5px center; color: #fff; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eec4b8+0,cb4d27+100 */
      background: #eec4b8; /* Old browsers */
      background: -moz-linear-gradient(left,  #eec4b8 0%, #cb4d27 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #eec4b8 0%,#cb4d27 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #eec4b8 0%,#cb4d27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec4b8', endColorstr='#cb4d27',GradientType=1 ); /* IE6-9 */
      }




    


      

      
     
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}


/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}



/*inside css */





.in-list{padding: 0px; margin: 0px; list-style: none; margin-top: 20px;}
.in-list li{background: url(../images/ili-icon.png) no-repeat top 10px left; padding-left: 25px; padding-bottom: 10px;}



.in-list ul{padding: 0px; margin: 0px; list-style: none; margin-top: 20px;}
.in-list li ul li{background: url(../images/ili-icon1.png) no-repeat top 10px left; padding-left: 25px; padding-bottom: 5px;}


.clients img{border:1px solid #d9d9d9; margin-top: 30px; border-top-left-radius: 50%; border-bottom-right-radius: 50%; margin-left: auto; margin-right: auto;}
.clients h5{margin: 0px; font-size: 18px; margin-top: 20px; color:#42bcf7; text-align: center; line-height: 28px;}




.fusion-body .fusion-dropcap.dropcap-boxed {
  height: 51px;
  width: 51px;
  line-height: 51px;
  border-radius: 8px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  color: var(--dropcap_text_color,#fff);
  font-size: 45px;
  background-color: var(--dropcap_color);
}


.fusion-body .fusion-dropcap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px;
  float: left;
  margin-right: 10px;
  padding: 0;
  height: 52px;
  line-height: 52px;
  color: var(--dropcap_color);
  font-size: 60px;
  text-transform: uppercase;
}

.fusion-body .fusion-dropcap {
  --dropcap_color: #ff6633;
  --dropcap_text_color: var(--awb-color1);
}


.in-ban img{width: 100%;}
.in-div1{
  background-color: #fff;
background-image: url("../images/az-subtle.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  }
.in-div1{padding-top: 60px; padding-bottom: 60px; font-size: 15px;
}
.in-div1 h1{background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
  linear-gradient(270deg, #ffffff 0%, #48abe0 100%);
border-radius: 8px;
padding: 10px;
box-sizing: content-box; margin-bottom: 30px; font-size: 32px; color:#1c466c; font-weight: 600; display: inline-block; padding-top: 10px; text-transform: uppercase; padding:10px 20px; text-align: left;}

.in-div1 h2{margin: 0px; font-size: 28px; color:#000}






.in-div1 h3, .in-div2 h3{margin: 0px; font-size: 18px; margin-top: 30px; background: #008dd2; display: inline-block; padding: 10px; color:#000; margin-bottom: 10px;
  background: radial-gradient(circle at 100% 100%, #bfe8fc 0, #bfe8fc 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
  radial-gradient(circle at 0 100%, #bfe8fc 0, #bfe8fc 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
  radial-gradient(circle at 100% 0, #bfe8fc 0, #bfe8fc 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
  radial-gradient(circle at 0 0, #bfe8fc 0, #bfe8fc 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
  linear-gradient(#bfe8fc, #bfe8fc) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
  linear-gradient(#bfe8fc, #bfe8fc) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
  repeating-linear-gradient(45deg, #1c466c 0%, #1c466c 5%, #539fe3 5%, #539fe3 10%);
border-radius: 8px;
padding: 10px 40px;
box-sizing: content-box;


}


.sec-tit{border-bottom: 1px solid #1c466c; margin-top: 30px; margin-bottom: 20px;}
.sec-tit h2{margin: 0px; background: #1c466c; color:#fff; display: inline-block; padding:10px 20px; font-size: 22px; position: relative;}
.sec-tit h2::before{content: '';
position: absolute; 
width: 0%;
height: 0%;
border:24px solid #1c466c;
left: 100%;
top: 0%;
border-top-color: transparent;
border-right-color: transparent;
}


.in-div2{background: #edf9ff; /*background-image: url("../images/brick-wall.png");*/ padding-top:60px; padding-bottom: 60px;}
.in-div2 .v-col1{background: #fff;}
.in-div2 .v-col2{background: #ededed;}
.in-div2 .v-col1, .in-div2 .v-col2{padding:20px;}
.in-div2  h4{margin: 0px; text-align: center;font-size: 26px; color:#1d476d; margin-bottom: 10px;}

.in-div2 h1{background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
  linear-gradient(270deg, #ffffff 0%, #48abe0 100%);
border-radius: 8px;
padding: 10px;
box-sizing: content-box; margin-bottom: 30px; font-size: 32px; color:#1c466c; font-weight: 600; display: inline-block; padding-top: 10px; text-transform: uppercase; padding:10px 20px; text-align: left;}



.in-img1{margin-top: 50px;}


.in-values{background: url(../images/vm-bg.png) repeat; width:100%}
.in-values .col-md-6{}
.in-va-left{background: #00a9fa; color:#fff; padding-top: 60px; padding-bottom: 60px; padding-right: 50px; padding-left: 15px; height: 100%; width: 100%;}
.in-va1{padding-bottom: 20px;}
.in-va1 h4{margin: 0px; font-size: 23px; text-transform: uppercase; margin-bottom: 5px;}

.v-img{margin-left: auto;}

.in-va-right{color:#0e0e0f; padding-top: 30px; padding-bottom: 30px; background: url(../images/vm-bg.png) repeat; height: 100%; width: 100%;}
.in-va2{padding-bottom: 0px; padding-top: 20px; border-bottom: 1px solid #00a9fa;}
.in-va2 h4{margin: 0px; font-size: 23px; text-transform: uppercase; margin-bottom: 5px;}
.in-va-right .in-va2:last-child{border-bottom: none;}

.cont-div a{color:#3a3a3a;}
.c1{font-size: 25px; text-transform: uppercase; font-weight: 600; color:#1c466b}
.cont-div1{border-top: 1px dashed #008dd2; padding-top: 20px; padding-bottom: 20px;}

.eq-table table{width: 100%; text-align: left; margin-bottom: 20px;}
.eq-table table td{border:1px solid #d2d2d2; padding: 10px;}
.eq-table table tr:nth-child(odd){background: #fff;}
.eq-table table tr:nth-child(even){background: #efefef;}

.equip-img img{margin-bottom: 20px;}

.cer-div{text-align: center;}
.cer-div h5{margin: 0px; display: inline-block; background:#b2e2f9; padding:10px 20px; margin-bottom: 30px; text-transform: uppercase;}
.cer-div img{border:1px dashed #91dbff; border-radius: 10px ; padding: 15px; margin-bottom: 40px; margin-left: auto; margin-right: auto;}

.gal-div img{margin-left: auto; margin-right: auto; padding: 10px; border:1px dotted #1c466c; margin-bottom: 30px;}


/*inside css */
.footer-div {background:#041d34;  position: relative;  color:#000000; padding-top: 60px; padding-bottom: 30px;}





  .footer-div h5 {
    margin: 0px;
   
    font-size: 16px;
 
    font-weight: 600;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: url(../images/f-line.jpg) no-repeat bottom left;
  padding-bottom: 20px;

  }

.f-link {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left; margin-top: 10px; margin-right: 40px; }
  .f-link li {
    display: block; padding-right: 0px; }
    .f-link li a {
      display: block;
      padding: 8px 50px 8px 0px;
      font-size: 14px;
      line-height: 20px;
      border-bottom: 1px solid #33495d;
      font-weight: 600;
      text-decoration: none;
      color: #86a6b7;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      text-transform: capitalize; }
      .f-link li a:hover {
        color: #a55724;
        background-position: top 9px left 5px; border-bottom: 1px solid #a55724;}
        .f-link li:last-child a{border-bottom: none;}

        .social-icon{text-align: right;}

        .social-icon a{text-decoration: none;  transition: All .5s ease;}
        
.social-icon img {
  display: inline;
  padding:10px  20px;
  border-right: 1px solid #1c3349;
  transition: all .5s ease; }
  .social-icon a:hover img {
    opacity: .7; }

    .qc-div img{margin-left: auto; margin-right: auto;}

    .f-det{color:#daecf5; margin-top: 20px;}
    .f-logo img{margin-left: auto; margin-right: auto;}
    .f-det h6{margin: 0px; writing-mode: tb-rl;
      -webkit-transform: rotate(180deg); text-transform: uppercase; font-size: 16px;
     letter-spacing: 4px;}

    .f-add{background: url(../images/f-location.png) no-repeat top 5px left; padding-left: 25px; margin-bottom: 10px;}
    .f-call{background: url(../images/f-call.png) no-repeat left center; padding-left: 25px; margin-bottom: 10px;}
    .f-fax{background: url(../images/f-fax.png) no-repeat left center; padding-left: 25px; margin-bottom: 10px;}
    .f-mail{background: url(../images/f-mail.png) no-repeat left center; padding-left: 30px;}



.copy-div {
  background: #041d34;
  font-size: 14px; 
  border-top: 1px solid #1c3349;
  padding-top: 10px;
  padding-bottom: 10px;
  
  color: #86a6b7;
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: #86a6b7; }
  .copy-div a:hover {
    color: #008dd2; }
  .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;}




@media (max-width: 1024px) {
  

  
 
 }
@media (max-width: 980px) {
  .read-more{font-size: 13px;}
  .wel-div5 h1{margin-top: 0px;}
  .wel-div5 .read-more{margin-top: 5px;}
  .wel-ij1, .wel-sc1{padding-bottom: 30px;}
  
  .wel-div1{padding-bottom: 0px;}
  .copy-div{font-size: 12px;}
  .social-icon img{padding: 10px 17px;}
  .f-link li a{padding: 8px 10px 8px 0px;}
  .f-det{font-size: 10px;}

  .sidebar-nav .dropdown-menu {
    top: 0px; }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem; }

  .mobilemenu {
    display: none;
    position: fixed !important;
    z-index: 1000; }

 /*.menu-div, .menu-div1 {
    display: none; }*/

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #f08c04 !important;
    color: #fff !important;
    border-bottom: 1px solid #16a15a !important; } }
@media (max-width: 767px) {
  
  .menu-div, .menu-div1 {
    display: none; }

    .logo-div img{margin-left: auto; margin-right: auto;}
    .top-div1{text-align: center;}
    .top-call, .top-mail{display: inline-block;}
    .top-call{padding-right: 20px; border-right:1px solid #ccc;}
    .top-mail{margin-left: 20px;}
    .top-call{margin-top: 10px;}
    #hmdiv1.stickydiv1{display: block;}
    #hmdiv1.stickydiv1 .top-call, #hmdiv1.stickydiv1 .top-mail{display: none;} 
    #hmdiv1.stickydiv1 .logo-div{margin-top: 0px; margin-bottom: 0px;}
    #hmdiv1.stickydiv1 .logo-div img{width: 50%;}
    #hmdiv1.stickydiv1{border-bottom: none;}
    .wel-div1, .wel-div1 h1{text-align: center;}
    .wel-div1{padding-top: 30px; padding-bottom: 30px;}
    .wel-div1 h2{margin-top: 0px;}
    .read-more{margin-top: 15px;}
    .wel-img img{margin-left: auto; margin-right: auto; position: relative;}
    .wel-img img:nth-child(2n){right: 30px;}
    .wel-img{margin-top: 60px;}
    .wel-div2 img{margin-left: auto; margin-right: auto;}
    .wel-div2{padding-top: 30px; padding-bottom: 60px; text-align: center;}
    .wel-div2 h1{margin-top: 30px;}
    .round-ser{float: right; position: relative; right: 10%;
      margin-left: auto;
      margin-right: auto;}
      .wel-div3 h1{text-align: center;}
      .wel-div4{text-align: center; padding-top: 60px; padding-bottom: 30px;}
      .wel-div4 h1{margin-top: 0px;}
      .wel-div4 img{margin-left: auto; margin-right: auto; margin-top: 30px;}
      .wel-div4 img:hover{margin-left: auto;}
      .wel-ij1{padding-left: 0px;}
  .wel-sc1{padding-right: 0px;}
      .wel-div5{padding-top: 30px; padding-bottom: 30px; text-align: center;}
      .wel-div5 .container-fluid{padding-left: 30px !important; padding-right: 30px !important; overflow: auto;}
      .wel-div5 h1{margin-top: 30px;}
      .wel-ij{padding-right: 0px;}
      .wel-sc{padding-left: 0px;}
      
      .ind-img{margin-right: 0px;}
      .sc-img{margin-left: 0px;}

      .wel-div6{text-align: center; padding-top: 30px; background: -moz-linear-gradient(bottom, #edf9ff 0%, #edf9ff 74%, #edf9ff 74%, #ffffff 74%, #ffffff 74%, #ffffff 100%);
        background: -webkit-linear-gradient(bottom, #edf9ff 0%,#edf9ff 74%,#edf9ff 74%,#ffffff 74%,#ffffff 74%,#ffffff 100%);
        background: linear-gradient(to top, #edf9ff 0%,#edf9ff 74%,#edf9ff 74%,#ffffff 74%,#ffffff 74%,#ffffff 100%);}
      .tr-img{margin-left: auto; margin-right: auto;}
      .wel-trade h1{margin-top: 30px;}
      .wel-trade{margin-top: 30px;}
      

      .down-broch{margin-bottom: 10px; margin-top: 10px;}
      .down-broch img{margin-left: auto; margin-right: auto;}
    
 
  
  
  .banner-div1 {
    display: none; }

  .banner-div2 {
    display: block; }

    

  
  



    .in-values{width: 100%;}
    .in-va-left{margin-left: 0px;}
  
  
  .footer-div{text-align: center; padding-top: 30px; padding-bottom: 30px;}
  .f-link{margin-top: 0px;}
  .footer-div h5{margin-top: 10px; background-position: bottom center;}
  .f-link li:last-child a{border-bottom: 1px solid #33495d;}
  .f-link li:hover:last-child a{border-bottom: 1px solid #a55724;}
  .f-link{padding-top: 10px;}
  .social-icon{text-align: center; margin-top: 20px; margin-bottom: 20px;}
  .ft-add, .ft-call, .ft-mail{display: inline-block;}
  
  
  .f-link {
    text-align: center; }
    .f-link li {
      display: inline; }
      .f-link li a {
        display: inline;
        line-height: 24px; font-size: 13px; .f-link 
          padding: 8px 10px 8px 10px;
        } 
        .qc-div{margin-top: 20px;}
        .f-logo{margin-top: 20px;}
        .f-det{font-size: 13px;}
        .f-det h6{-webkit-transform: rotate(0deg);
          writing-mode: initial; margin-bottom: 10px; margin-top: 20px;}
          .f-add, .f-call, .f-fax, .f-mail{display: inline-block; margin-left: 30px;}
          .copy-div{font-size: 13px; text-align: center;}


    



 

  .copy-div {
    margin-bottom: 40px; }

    

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #008dd2;
    text-align: center;
    padding: 10px;
    color: #ddd9d9;
    font-weight: 600; }

  .call-div a {
    color: #fff; } }


    @media (max-width: 575px) {
      .wel-img img:nth-child(2n){right: 0px;}
      .wel-div1 h1, .wel-div2 h1, .wel-div4 h1, .wel-div5 h1, .wel-div6 h1{font-size: 30px;}
      .wel-div4 img{width: 90%;}
      .wel-form{padding: 20px;}
.copy-div{font-size: 11px;}
    }


@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

#show-sidebar{background: #1c466c; border-color:#cb4d27}

.page-wrapper{display: none; position: relative; z-index: 2000;}

@media(max-width:767px)
{
  .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 {
  right: 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: 20px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}

.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;
}
/*--------------------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 {
  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: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
  margin:0px;
  margin-left: -30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu 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 {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.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;
}

/*------scroll bar---------------------*/

 ::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #cb4d27;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cb4d27;
}
::-webkit-scrollbar-thumb:active {
  background: #cb4d27;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
} 


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #1c466c;
}

.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 #84c5db;}

.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: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li.active > a{color:#fff; background: #cb4d27;}


.chiller-theme .sidebar-wrapper .sidebar-submenu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-submenu ul li.active > a{background: #42bcf7;}

.chiller-theme .sidebar-wrapper .sidebar-submenu ul li > a{background:#ce785e; border-bottom:1px solid #cb4d27}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #e8e5e5;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.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: #16c7ff;
    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: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.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;
}


/* Float */
.hvr-float {
  
  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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


#back_to_top {
  display: inline-block;
  background-color: #bb7140;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer
}


#back_to_top.show {
  opacity: .3;
  visibility: visible;
}

#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top:hover{background-color: #008dd2}
#back_to_top:hover::after{color:#fff}


/* ::-webkit-scrollbar,  ::-moz-scrollbar {
  width: 25px;
  scrollbar-width: auto;
}

::-webkit-scrollbar-track, ::-moz-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb, ::-moz -scrollbar-thumb {
  border-radius: 10px;
  background-color:#fff;
  -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
} */


@media(max-width:400px)
{
  .reg-now {
    font-size: 10px; padding:5px
  }
  .search-div img{width: 50%;}
  .ab-us{font-size: 12px;}
  .footer-logo img{width: 70%;}
}