:root {
  --red:#e90711;
  --sred:#d4928e;
  --blue:#005299;
  --sblue:#3ea0fa;
 --head:#4a4f53;
 --body:#2a2a2a;
 --dgrey:#323339;
 --grey:#eaeaea;
 --head-font: 'Playfair Display', serif;
 --body-font: 'Playfair Display', serif;
--foot-font: 'Playfair Display', serif; 
--s: 50px; /* the size on the corner */
--t: 5px;  /* the thickness of the border */
--g: 20px; /* the gap between the border and image */
 
 
 }
 
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; }



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

        #showOrHide, #hmdiv2, #hmmenu1, #hmdiv3{
          -webkit-transition: all 0.4s ease;
                  transition: all 0.4s ease;
          
              }
             
             

              #showOrHide.stickydiv1,  #hmdiv2.stickydiv2{display: none;}
             
              #hmdiv3.stickydiv3 .logo-div img{width:70%}
              #hmdiv3.stickydiv3{padding-top: 0px; padding-bottom: 0px; margin-top: 0.25rem !important; margin-bottom: 0.25rem !important;}
              #hmdiv3.stickydiv3 .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
                padding: 8px 20px;}
  

             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: 1280px;
  width: 100%; }

img {
  display: block; }




      
.call-now{padding:5px 25px;  /*border:1px solid var(--sblue);*/ border: 0 solid;
  /* box-shadow: inset 0 0 20px rgba(0, 82, 153, 0); */
  border:1px solid var(--sblue);
  transition: 0.55s;
    }


.call-now a{color:var(--body);  transition: 0.55s;}
.call-now:hover a{color:#fff;}

.call-now:hover,
.call-now:focus {
  box-shadow: 
    inset -4.5em 0 0 0 var(--blue),
    inset 4.5em 0 0 0 var(--blue);  
}





   
   
#hmdiv3.stickydiv3{animation: drop-in 1s ease 200ms backwards;}

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

    






 


 
.logo-div {
   }

  .logo-div img{}




/* Hide scrollbar for Chrome, Safari and Opera */
.rmx-img1::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.rmx-img1  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 



  .animated-icon1,
  .animated-icon2,
  .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  
  .animated-icon1 span,
  .animated-icon2 span,
  .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

  }
  
  .animated-icon1 span {
  background: #fff;
  left:-5px
  }
  
  .animated-icon2 span {
  background: #e3f2fd;
  }
  
  .animated-icon3 span {
  background: #f3e5f5;
  }
  
  .animated-icon1 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
  top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
  top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
  
  /* Icon 3*/
  
  .animated-icon2 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon2 span:nth-child(2),
  .animated-icon2 span:nth-child(3) {
  top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
  top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  /* Icon 4 */
  
  .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
  }
  
  .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  }
  
  .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
  }




.menu-div{ padding-top: 0px; padding-bottom: 0px;}


.navbar-light .navbar-toggler {
  background: rgba(83, 168, 210, 1); border-radius: 50%; width: 40px; height: 40px;  margin-left: auto; box-shadow: none;}

.navbar-light .navbar-toggler-icon {
     }


     
.menu-div .navbar, .menu-div1 .navbar {
  padding: 0px;
  margin-left: 0px; }
 
  

  
.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 10px 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-right: 5px;
  text-align: center;
  color: #687230;
 
  background: url(../images/menu-right.png) no-repeat right center;
 
 
   }
   .menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link{background-image: none;}





.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{background: #10999f;} 
   

.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-bottom: 1px solid #fcc7c1;
  font-size: 13px;
 
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f96857 !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: #544ed3 !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); }




  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
  border-radius:10px; }
    .menu-div .navbar-light .navbar-nav .nav-item .nav-link:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #0477ab;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out;
      border-radius:10px;}
      .menu-div .navbar-light .navbar-nav .nav-item .nav-link:hover:before, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }





        
  



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



  .menu-btn i{background:var(--blue); color:#fff; padding:0px 10px 0 10px;}
  .offcanvas-title{color:#fff; padding-left: 20px; font-size: 17px;}
  .offcanvas .btn-close{background-color: #eaeaea; color:#818181 !important}
  .offcanvas{background: #0078bf; padding: 0; margin: 0; width: 25% !important; }
  .offcanvas .nav-pills{padding: 0; margin: 0; text-transform: uppercase;  }
  .offcanvas .nav-pills .nav-item{width: 100%; padding: 0; margin: 0;}
  .offcanvas .nav-pills .nav-item .nav-link{color: #fff; border-radius: 0; border-bottom: 1px solid #4b92bb; padding-left: 30px; }
  .offcanvas .nav-pills .nav-item:last-child .nav-link{border-bottom: none;}
  .offcanvas .nav-pills .nav-item:hover .nav-link, .offcanvas .nav-pills .nav-item.active .nav-link{background: #0060ad;}


 /* Hide scrollbar for Chrome, Safari and Opera */
 .offcanvas-body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.offcanvas-body  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 


.offcanvas-body .nav {
    --bs-nav-link-padding-x: 0rem;
    --bs-nav-link-padding-y: 1rem;}


    .wel-qc{margin-top: 30px;}
    .wel-qc img{border-radius: 100%; margin-bottom: 10px;}

.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-div1 .carousel-caption{color:#fff; background: none; text-align: left;}
.banner-div1 .carousel-caption h1{font-size: 55px; font-weight: 900; margin-bottom: 20px;}
.banner-div1 .carousel-caption h1 span{color:#cde1fd}
.get-start{background: #f96857; display: inline-block; padding: 10px 40px; border-radius: 20px;}
.get-start a{text-decoration: none; color:#fff}
.fade1 {
  transition: background-color 1000ms; }
  .fade1:hover {
    background-color: #544ed3; }

   
/*.mixer{position: relative;}*/
/*.mixer img{width: 35%;}*/
   
   


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

    .banner-div2 .carousel-caption{color:#fff; text-align: left;}
    .banner-div2 .carousel-caption h1{font-size: 25px; font-weight: 900; margin-bottom: 20px;}
    .banner-div2 .carousel-caption h1 span{color:#cde1fd}

    .mixer img{z-index: 3; bottom: 100%;left:-4%; }



    .rmx-img1{animation: start1 2.5s  cubic-bezier(.30,.40,.40,.10) 1; animation-fill-mode: forwards; }

 @keyframes start1 {
  0% {margin-left:-20%;}
	100% {margin-left:70%;}
} 



.wel-div1{background: var(--dgrey);; color:var(--bs-white); padding-top: 60px; padding-bottom: 60px;}
.wel-div1 h1{margin: 0; font-weight: 900; letter-spacing: 0rem; font-family: var(--inter-font); font-size: 45px;}
.wel-btn{background: #7d7e85; letter-spacing: 0rem; font-size: 1.7rem; font-family: var(--abel-font); margin-left: 3rem; padding: 10px 30px; position: relative;  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;}


  @-webkit-keyframes glowing {
    0% { background-color: #7d7e85; }
    50% { background-color: #8c8d93;  }
    100% { background-color: #7d7e85;}
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #7d7e85; }
    50% { background-color: #8c8d93;  }
    100% { background-color: #7d7e85;  }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #7d7e85;  }
    50% { background-color: #8c8d93; }
    100% { background-color: #7d7e85;}
  }
  
  @keyframes glowing {
    0% { background-color: #7d7e85;  }
    50% { background-color: #8c8d93;  }
    100% { background-color: #7d7e85;  }
  }

.wel-btn a{text-decoration: none;
    color: #fff;}


.btn-3 {
  /* background: #e3403a;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px; */
  transition: all 150ms ease;
}
/*.btn-3:hover {*/
/*  background: #e02c26;*/
/*  border: 1px solid rgba(0, 0, 0, .05);*/
/*  box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);*/
/*  color: #ec817d;*/
/*  text-decoration: none;*/
/*  text-shadow: -1px 1px 0 var(--sblue);*/
/*  transition: all 250ms ease;*/
/*}*/


.btn-4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-4 span {
  z-index: 20;
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.btn-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.wel-div2{background: var(--grey); padding-top: 60px; padding-bottom: 60px;}
.wel-div2 h1{margin: 0; font-size: 23px; font-family: var(--head-font); font-weight: 400; letter-spacing: 0px; border:1px solid #d1d1d1; border-left: none; border-right: none; padding: 5px 20%; margin-bottom: 30px; color:var(--head) }
.ab-para{margin:30px 10%; }
.read-more{/*border: 1px solid var(--sred); border-left:none; border-right: none; padding: 3px 5%;*/}
.read-more a{color:var(--red)}

.hover-5, .hover-5 > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

.hover-5:before, .hover-5:after, .hover-5 > span:before, .hover-5 > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.hover-5 {
  display: inline-block;
  overflow: hidden;
  border: 1px solid var(--sred);
  border-left:none; border-right: none; 
  
}
.wel-why1 .hover-5{border-color: var(--blue);}
.hover-5:before, .hover-5:after {
  right: 0;
  bottom: 0;
  background: #492059;
}
.hover-5:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.hover-5:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.hover-5 > span {
  display: flex;
  padding:10px 60px;
  
}
.hover-5 > span:before, .hover-5 > span:after {
  left: 0;
  top: 0;
  background: #492059;
}
.hover-5 > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.hover-5 > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.hover-5:hover:before, .hover-5:hover:after, .hover-5:hover > span:before, .hover-5:hover > span:after {
  transform: translate(0, 0);
}




.wel-why{margin-top: 40px;}
.wel-why h1{color:var(--blue)}


.wel-why1{padding: 80px;}
.wel-w-img{position: relative; width: 100%;}
.wel-w-img:after {
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:url(../images/rmx-design1.png) no-repeat;
  top: 80%;
  left: 0px;
  position: absolute;
  
}

.rmx-img{z-index: 1997; left: 2%; animation: start 10s  ease-in-out infinite ;}

/* @keyframes start {
  0%,
  100%  {left:2%;}
	50% {left:50%;}
} */

.hover-effect{position: relative;}

.hover-effect::before {
  right: 0;
  opacity:0.7;
  top: 0;
}
.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}


.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.img-hover-zoom {overflow: hidden;}
.img-hover-zoom img {
  transition: transform .5s ease-in-out;
  
}

.img-hover-zoom:hover img {
  transform: scale(2) rotate(10deg);
}


.wheel{animation: round 10s infinite linear ;}





@keyframes round {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(480deg);
  }
}

.wel-why1 .read-more{border-color: var(--blue); position: relative; z-index: 2;}
.wel-why1 .read-more a{color:var(--blue)}

.wel-div3{background: url(../images/rmx-background1.jpg) no-repeat center; background-size: cover; background-attachment: fixed; color:#2e2e2e}
.wel-q-stren{background: #0078bf; padding: 50px 40px; color:var(--bs-gray-400)}
.wel-q-stren h1{margin: 0; font-family: var(--inter-font) ; font-size: 30px; letter-spacing: 0px; font-weight: 700; margin-bottom: 30px;}

.know-more a{color:#2e2e2e}



.pulse:hover, .pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--blue);
 }
}


.wel-div4{padding-top: 60px; padding-bottom: 60px;}
.wel-div4{text-align:center;}
.wel-div4 h1{margin: 0;
    font-size: 23px;
    font-family: var(--head-font);
    font-weight: 400;
    letter-spacing: 0px;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-right: none;
    padding: 5px 20%;
    margin-bottom: 30px;
    color: var(--blue);
    display: inline-flex;
    text-transform: uppercase;}


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


.vendor-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.vendor-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 2px;
  transition: .5s;
}

.vendor-carousel .owl-dot.active {
  width: 30px;
  background: var(--blue);
}

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

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

.owl-item {
    padding-left: 10px;
    padding-right: 10px;
}


/* Reveal */
.hvr-reveal {
  
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bs-gray-400);margin-bottom: 15px;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
   


    

    
    



.footer-div {background: var(--grey);  position: relative;  color:var(--bs-gray-800); padding-top: 60px; padding-bottom: 30px;  font-family: var(--foot-font); letter-spacing: 0; font-size: 14px; position: relative;}

  .footer-bottom{padding-top: 60px;}







  .footer-div h5 {
    margin: 0px;
   font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bs-gray-900);;
    display: block;
    margin-bottom: 10px;
    font-family: var(--foot-font);
    letter-spacing: 0;
    
   
  }

.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;
      text-transform: uppercase;
      font-weight: 400;
      text-decoration: none;
      background: url(../images/footer-arrow.png) no-repeat top 13px left ;
      color: var(--bs-gray-800);;
      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: #0060ad;
        background-position: top 13px left 5px;}
      
.ft-ad h6{margin: 0; font-size: 15px; color:#0078bf;}
.ft-ad1{border-bottom: 1px dotted var(--bs-gray-700); padding-bottom: 10px;}
.ft-ad2{padding-top: 10px;}
.ft-con a{text-decoration: none; color:var(--bs-gray-800)}
.ft-con a:hover{color:#0060ad}

.ft-col{background: url(../images/footer-line.png) no-repeat bottom right;   }


.footer-bottom .ft-col:nth-child(1){margin-right: 60px;}
.footer-bottom .ft-col:nth-child(2){padding-left: 0px; padding-right: 60px;}
.footer-bottom .ft-col:nth-child(3){padding-left: 50px; padding-right: 0px; background: 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; }

    
      /* .footer-img{position: relative;}
    .footer-img img{position: absolute; z-index: 2001; }  */
    .footer-img{background: var(--grey);}
   .footer-img img{object-fit: cover;}

   
  



.copy-div {
  background: var(--grey);
  font-size: 14px; 
  border-top: 1px solid var(--bs-gray-400);;
 
  padding-top: 10px;
  padding-bottom: 10px;
  
  color: var(--bs-gray-600);
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: var(--bs-gray-600); }
  .copy-div a:hover {
    color: #0060ad; }
  .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;}






        /****styles***/

        @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: #047aac; border-color:#79bad3}
        
        .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 {
          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: 2999;
        }
        
        .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: #1664a6;
          border: 0px none #ffffff;
          border-radius: 0px;
        }
        ::-webkit-scrollbar-thumb:hover {
          background: #1664a6;
        }
        ::-webkit-scrollbar-thumb:active {
          background: #1664a6;
        }
        ::-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: #047aac;
        }
        
        .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 #3894bb;}
        
        .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: #c1d393;}
        
        
        .chiller-theme .sidebar-wrapper .sidebar-submenu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-submenu ul li.active > a{background: #5c96c8;;}
        
        .chiller-theme .sidebar-wrapper .sidebar-submenu ul li > a{background:#f96857; 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: #62a0f9;
            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: #1664a6;
          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: #d10013}
        #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);
        } */
        
        
      
        
        
        
        
        
        .btn-hover-effect {
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          position: relative;
          display: flex;
          align-items: center;
          padding: .7rem 2.5rem;
          transform: translateZ(0);
          text-decoration: none;
          overflow: hidden;
        }
        /* effect 1 styles */
        .btn-hover-effect--effect-1 {
         /* overlay block styles */
         /* icon styles */
        }
        .btn-hover-effect--effect-1:before {
          position: absolute;
          top: 0;
          left: 0;
          transition-property: transform;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          display: block;
          width: 100%;
          height: 100%;
          content: '';
          background-color: rgba(255, 255, 255, .2);
          transform: scale(0, 1);
          transform-origin: right top;
          z-index: -1;
        }
        .btn-hover-effect--effect-1:after {
          position: absolute;
          top: 1px;
          right: - 40px;
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%;
          width: 40px;
          content: '\f105';
          font-family: "Font Awesome 5 Free";
          font-size: 25px;
          font-weight: 900;
          line-height: inherit;
          opacity: 0;
        }
        .btn-hover-effect--effect-1:hover {
          padding-left: 26px;
          padding-right: 46px;
        }
        .btn-hover-effect--effect-1:hover:before {
          transform: scale(1, 1);
          transform-origin: left top;
        }
        .btn-hover-effect--effect-1:hover:after {
          right: 0;
          opacity: 1;
        }
        /* effect #2 */
        .btn-hover-effect--effect-2 {
         /* overlay styles */
         /* icon styles */
        }
        .btn-hover-effect--effect-2:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transition-property: transform;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          display: block;
          width: 200%;
          height: 200%;
          content: '';
          transform: translate(-50%, -50%) scale(0);
          transform-origin: center top;
          background-color: rgba(255, 255, 255, .2);
          border-radius: 50%;
          z-index: -1;
        }
        .btn-hover-effect--effect-2:after {
          position: absolute;
          top: 1px;
          right: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%;
          width: 40px;
          content: '\f105';
          font-family: "Font Awesome 5 Free";
          font-size: 25px;
          font-weight: 900;
          line-height: inherit;
          transform: scale(1.5);
          opacity: 0;
        }
        .btn-hover-effect--effect-2:hover {
          padding-left: 26px;
          padding-right: 46px;
        }
        .btn-hover-effect--effect-2:hover:before {
          transform: translate(-50%, -50%) scale(1);
          transform-origin: center bottom;
        }
        .btn-hover-effect--effect-2:hover:after {
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          transform: scale(1);
          opacity: 1;
        }
        /* effect #3 */
        .btn-hover-effect--effect-3 {
         /* overlay styles */
         /* icon styles */
        }
        .btn-hover-effect--effect-3:before {
          position: absolute;
          top: 0;
          left: 0;
          transition-property: transform;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          display: block;
          width: 100%;
          height: 100%;
          content: '';
          transform: scale(1, 0);
          transform-origin: center bottom;
          background-color: rgba(255, 255, 255, .15);
          z-index: -1;
        }
        .btn-hover-effect--effect-3:after {
          position: absolute;
          top: 0;
          left: 0;
          transition-property: transform;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0.2s;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          content: '\f30b';
          font-family: "Font Awesome 5 Free";
          font-size: 30px;
          font-weight: 900;
          line-height: inherit;
          color: transparent;
          transform: scale(1, 0);
          transform-origin: center bottom;
          background-color: rgba(255, 255, 255, .15);
        }
        .btn-hover-effect--effect-3:hover {
          color: transparent;
        }
        .btn-hover-effect--effect-3:hover:before {
          transition-duration: 0.15s;
          transform: scale(1, 1);
          transform-origin: center top;
        }
        .btn-hover-effect--effect-3:hover:after {
          transition-duration: 0.15s;
          transform: scale(1, 1);
          transform-origin: center top;
          color: #fff;
        }
        /* effect #4 */
        .btn-hover-effect--effect-4 {
         /* overlay styles */
         /* icon styles */
        }
        .btn-hover-effect--effect-4:before {
          position: absolute;
          top: 0;
          left: 0;
          transition-property: transform;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          display: block;
          width: 300%;
          height: 300%;
          content: '';
          transform: scale(0.5);
          transform-origin: center center;
          background-color: rgba(255, 255, 255, .2);
          border-radius: 50%;
          z-index: -1;
        }
        .btn-hover-effect--effect-4:after {
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          content: '\f30b';
          font-family: "Font Awesome 5 Free";
          font-size: 30px;
          font-weight: 900;
          line-height: inherit;
          color: transparent;
          transform: scale(1.4);
        }
        .btn-hover-effect--effect-4:hover {
          color: transparent;
        }
        .btn-hover-effect--effect-4:hover:before {
          transform: scale(2);
          transform-origin: center center;
        }
        .btn-hover-effect--effect-4:hover:after {
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0.2s;
          color: #fff;
          transform: scale(1);
        }
        /* effect #5 */
        .btn-hover-effect--effect-5 {
         /* overlay styles */
         /* icon styles */
        }
        .btn-hover-effect--effect-5:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transition-property: transform;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          transition-delay: 0s;
          display: block;
          width: 300px;
          height: 300px;
          content: '';
          transform: translate(-50%, -50%) scale(0);
          transform-origin: center center;
          background-color: rgba(255, 255, 255, .15);
          border-radius: 50%;
          z-index: -1;
        }
        .btn-hover-effect--effect-5:after {
          position: absolute;
          top: 50%;
          left: 50%;
          transition: transform 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 300px;
          height: 300px;
          content: '\f30b';
          font-family: "Font Awesome 5 Free";
          font-size: 30px;
          font-weight: 900;
          line-height: inherit;
          color: transparent;
          transform: translate(-50%, -50%) scale(0);
          transform-origin: center center;
          background-color: rgba(255, 255, 255, .15);
          border-radius: 50%;
          opacity: 0;
          z-index: -1;
        }
        .btn-hover-effect--effect-5:hover {
          color: transparent;
        }
        .btn-hover-effect--effect-5:hover:before {
          transition-duration: 0.15s;
          transform: translate(-50%, -50%) scale(1);
          opacity: 1;
        }
        .btn-hover-effect--effect-5:hover:after {
          transition-duration: 0.15s;
          transform: translate(-50%, -50%) scale(1);
          opacity: 1;
          color: #fff;
        }
        
        
        
        
        
        .overlay,
        .overlay-text,
        .simple-text,
        .overlay-sim-text-2,
        .overlay-text-effect-3,
        .zoom-effect-1 img,
        .zoom-effect-2 img,
        .opacity-effect img,
        .blur-effect img,
        .grayscale-effect img{
           transition: all .4s linear;
            -webkit-transition: all .4s linear;
            -moz-transition: all .4s linear;
            -o-transition: all .4s linear;
        }
        .image-wrapper{
          margin-bottom: 35px;
        }
        
        
        
        
        .effect-image-1{
          position: relative;
          display: block;
          transition: all .5s ease;
        }
        .overlay-text p,
        .overlay-sim-text-2 p,
        .overlay-text-effect-3 p{
            text-align: center;
            font-family: 'Roboto', sans-serif;
            color: #fff;
            padding: 20px 20px;
        }
        .overlay{
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          left:0;
          top:0;
          background: rgba(4,119,171,.7 );
          opacity: 0;
          visibility: hidden;
          
        }
        
        /*-- simple overlay css --*/
        
          .simple-overlay{
            opacity: 0;
            visibility: hidden;
          }
          .effect-image-1:hover .simple-overlay{
            visibility: visible;
            opacity: 1;
          }
        
          /*-- left to right overlay --*/
        
          .simple-overlay-1{
            width: 0px;
            visibility: hidden;
          }
          .effect-image-1:hover .simple-overlay-1{
            visibility: visible;
            opacity: 1;
            width: 100%;
          }
        
          /*-- right to left overlay --*/
        
          .simple-overlay-2{
            width: 0px;
            right: 0;
            left:initial;
          }
          .effect-image-1:hover .simple-overlay-2{
            visibility: visible;
            opacity: 1;
            width: 100%;
          }
        
          /*-- right corner to left overlay --*/
        
          .simple-overlay-3{
            height: 0px;
            right: 0;
            left:initial;
            width: 0px;
          }
          .effect-image-1:hover .simple-overlay-3{
            visibility: visible;
            opacity: 1;
            width: 100%;
            height: 100%;
          }
        
          /*-- ovarlay text effect-1 --*/
        
          .overlay-text {
              position: absolute;
              left: 5px;
              top: 5px;
              width: 96%;
              height: 94%;
              background: rgba(246,0,2,.7);
          }
        
          .overlay-text-1{
            opacity: 0;
            visibility: hidden;
          }
          .effect-image-1:hover .overlay-text-1{
            opacity: 1;
            visibility: visible;
          }
          .overlay-text-2{
            opacity: 0;
            visibility: hidden;
            transform: scale(1.1);
          }
          .effect-image-1:hover .overlay-text-2{
            opacity: 1;
            visibility: visible;
            transform: scale(1);
          }
        
          /*-- overlay text effect 2 --*/
        
          .overlay-sim-text-2{
            position: absolute;
              left: 0px;
              top: 0px;
              width: 100%;
              height: 100%;
              background: rgba(246,0,2,.7);
              opacity: 0;
          }
        
          .simple-text {
              position: absolute;
              bottom: 0px;
              left: 0px;
              width: 100%;
              background: #1e92ea;
              color: #fff;
          }
          .simple-text p{
              margin-bottom: 0px;
              padding: 2px 8px;
          }
        
          .effect-image-1:hover .overlay-xs-1{
            opacity: 1;
            visibility: visible;
            display: block;	
          }
          .effect-image-1:hover .simple-text{
            visibility: hidden;
            opacity: 0;
          }
        
          /*-- overlay text effect 3 --*/
        
          .overlay-text-effect-3 {
              width: 85%;
              height: 80%;
              left: 20px;
              top: 20px;
              background: rgba(246,0,2,.7);
              position: absolute;
              outline: 5px solid rgba(246,0,2,.7);
              outline-offset: 3px;
          }
        
        /*!-- ovarlay radious effect --*/
          .radious-effect img{
              border-radius: 0%;
              /* width: 176px;
              height: 176px; */
              margin: 0 auto;
              display: block;
              transition: all .3s ease;
              -webkit-transition: all .3s ease;
              -moz-transition: all .3s ease;
              -o-transition: all .3s ease;
          }
          .radious-effect:hover img{
            border-radius: 100%;	
          }
          .radius-effct-next img{
            border-radius: 100%;
            transition: all .3s ease;
              -webkit-transition: all .3s ease;
              -moz-transition: all .3s ease;
              -o-transition: all .3s ease;
          }
          .radius-effct-next:hover img{
            border-radius: 0%;
          }
          
        
        /*!-- ovarlay zoom in effect --*/
        
          .zoom-effect-1{
            overflow: hidden;
          }
        
          .zoom-effect-1 img{
            transform: scale(1);
            -webkit-transform: scale(1);
          }
        
          .zoom-effect-1:hover img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
          }
        
        /*!-- ovarlay zoom out effect --*/
        
          .zoom-effect-2{
            overflow: hidden;
          }
        
          .zoom-effect-2 img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
          }
        
          .zoom-effect-2:hover img{
            transform: scale(1);
            -webkit-transform: scale(1);
          }
        
        /*--overlay opacity effect --*/
        
          .opacity-effect img{
            opacity: 1;
            width: 100%;
            overflow: hidden;
          }
          .opacity-effect:hover img{
            opacity: .5;
          }
        
        /*-- overlay blur effect --*/
        
          .blur-effect img{
            filter: blur(2px);
            -webkit-fliter:blur(2px);
          }
          .blur-effect:hover img{
            filter: blur(0);
            -webkit-filter:blur(0);
          }
        
        /*-- overlay grayscle effect --*/
        
          .grayscale-effect img{
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
          }
          .grayscale-effect:hover img{
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
          }
        
        
        @media (max-width: 767px){
          .effect-image-1{
            margin:1px 0px;
          }
        }
        
        
        
        
        .img-hover-zoom {
          height: auto; /* Modify this according to your need */
          overflow: hidden; /* Removing this will break the effects */
        }
        
        
        /* Slow-motion Zoom Container */
        .img-hover-zoom--slowmo img {
          transform-origin: 50% 65%;
          transition: transform 5s, filter 3s ease-in-out;
          /* filter: brightness(150%); */
        }
        
        /* The Transformation */
        .img-hover-zoom--slowmo:hover img {
          /* filter: brightness(100%); */
          transform: scale(3);
        }
        
        
        /* Zoom-n-rotate Container */
        .img-hover-zoom--zoom-n-rotate img {
          transition: transform .5s ease-in-out;
        }
        
        /* The Transformation */
        .img-hover-zoom--zoom-n-rotate:hover img {
          transform: scale(2) rotate(25deg);
        }
        
        
        /* Colorize-zoom Container */
        .img-hover-zoom--colorize img {
          transition: transform .5s, filter 1.5s ease-in-out;
          filter: grayscale(100%);
        }
        
        /* The Transformation */
        .img-hover-zoom--colorize:hover img {
          filter: grayscale(0);
          transform: scale(1.1);
        } 
        
        
        /* Blur-zoom Container */
        .img-hover-zoom--blur img {
          transition: transform 1s, filter 2s ease-in-out;
          filter: blur(2px);
          transform: scale(1.2);
        }
        
        /* The Transformation */
        .img-hover-zoom--blur:hover img {
          filter: blur(0);
          transform: scale(1);
        }
        
        
        /* Rotate */
        .hvr-rotate {
        
          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;
        }
        .hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
          -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
        }
        
        /* Grow Rotate */
        .hvr-grow-rotate {
          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;
        }
        .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
          -webkit-transform: scale(1.1) rotate(4deg);
          transform: scale(1.1) rotate(4deg);
        }
        
        
        
        /***styles***/
        .main-title {
          position: relative;
          padding-top: 30px;
          padding-bottom: 20px;
          margin-bottom: 50px;
          text-align: center;
        }

        .main-title h1 {
          font-family: var(--head-font1);
          font-size: 42px;
          font-weight: normal;
          color:var(--red);
          font-weight: 700;
          
        }
        .main-title::before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          bottom: -6px;
          width: 80px;
          margin-left: -40px;
          height: 14px;
          background: #fff;
          border-radius: 10px;
          border: 1px solid #434345;
          z-index: 2;
        }
        .main-title::after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 180px;
          margin-left: -90px;
          height: 1px;
          background: #434345;
        }
        .about-image {
          display: inline-block;
          border: 1px solid #b4b3b2;
          margin-top: 18px;
          margin-right: 18px;
        }

        .about-image img {
          position: relative;
          left: 18px;
          top: -18px;
        }


        .about-div2{margin-top: 150px; margin-bottom: 0px;}
        .ab-red{background: var(--red); border-top-right-radius: 20px; border-bottom-right-radius: 20px; position: relative;}
        .ab-red img{width: 80%; margin-left: auto; margin-right: auto; top: -100px; position: relative; border-radius: 20px; position: relative;}
        .ab-right{width: 60%; background: #fff; padding: 30px; top: -200px; margin-bottom: -200px; position: relative; border-top-right-radius: 20px;}
        .about-div2 h2{margin: 0; font-size: 25px; color:var(--blue); margin-bottom: 20px;} 

        .value-div{margin-top: 30px;}
        .vmv-div{border-top: 2px solid var(--blue); position: relative; padding-top: 20px; padding-bottom: 20px;}
        .vmv-div::after {
          content: '';
          display: block;
          position: absolute;
         right: 0%;
          top: -8px;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background: var(--blue);
        }

        .vmv-div h2{margin: 0; font-size: 23px; text-transform: uppercase; color:var(--blue); margin-bottom: 10px;}

        .vmv-div1{background: #efefef; padding: 10px; color:#4b81b0}

        .vmv-div2{border: 1px solid #b4b3b2; padding: 30px; position: relative; margin-top: 20px; background: #fff; border-radius: 20px; padding-left: 50px; padding-right: 50px; text-align: center;  }

        .vmv-div2::before {
          content: '\0022';
          display: block;
          position: absolute;
         left: 5%;
          top: -10px;
          width: 25px;
          height: 25px;
          border-radius: 0%;
          font-size: 30px;
          font-weight: 600;
          background: var(--sblue);
          padding: 10px;
          color:#fff;
          display: inline-block;
        }

        .vmv-div2::after {
          content: '\0022';
          display: block;
          position: absolute;
         right: 5%;
          bottom: -10px;
          width: 25px;
          height: 25px;
          border-radius: 0%;
          font-size: 30px;
          font-weight: 600;
          background: var(--sblue);
          padding: 10px;
          color:#fff;
          display: inline-block;
        }

        .vmv-div2 h2{font-size: 30px; margin-bottom: 20px;}
        .vmv-div2 h3{margin: 0; font-size: 28px;  color:#79231e}
        .vmv-div2 h4{margin: 0; font-size: 22px; color:#79231e}


.vmv-val .col-md-4:nth-child(1) .vmv-div3{background: #5d2b7d;}
.vmv-val .col-md-4:nth-child(2) .vmv-div3{background: #a72d89;}
.vmv-val .col-md-4:nth-child(3) .vmv-div3{background: #1474bb;}
.vmv-val .col-md-4:nth-child(5) .vmv-div3{background: #ef4c04;}
.vmv-val .col-md-4:nth-child(6) .vmv-div3{background: #4e3ec3;}
.vmv-div3 h4{color:#fff}

.vmv-div3{margin-top: 50px; padding: 20px; text-align: center; color:#fff; position: relative;}
.vmv-div3 h4{margin: 0; font-size: 20px; margin-top: 30px;}

.val-icon{position: absolute; left: 50%; top: -20px; background: #fff; padding: 10px; border-radius: 50%;transform: translateX(-50%); }

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

.about-div4{margin-top: 60px; margin-bottom: 60px;}
.about-div4 img{width: 19%; padding: 30px; padding-top: 0; padding-bottom: 0; border:1px solid var(--bs-gray-400); margin-left: 10px; transition:all .5s ease;}

.mob-about-div4{display:none;}

.about-div4 img:hover{
  -webkit-transform: translate(-5px);
  -ms-transform: translate(-5px);
  transform: translate(-5px);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  border-radius: 0px;
}

.sec-tit {
  position: relative;
  text-align: center;
}



.about-div4 h4 {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: var(--red);
  margin-bottom: 30px;
}

.about-div4 h4::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  height: 1px;
  width: 40px;
  background: var(--red);
}

.about-div4 h4::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  height: 1px;
  width: 40px;
  background: var(--red);
}

.about-div5{margin-top: 60px; margin-bottom: 60px;}

.safe-div{background: #fff; -webkit-box-shadow: -1px -1px 5px 0px rgba(92,92,92,1);
  -moz-box-shadow: -1px -1px 5px 0px rgba(92,92,92,1);
  box-shadow: -1px -1px 5px 0px rgba(92,92,92,1); width: 10 0%; padding: 20px; position: relative; z-index: 2; margin-right: -40px; }
  .safe-div img{position: relative; z-index: -1;}

  .safe-div h1{margin: 0; font-size: 25px; color:var(--red); margin-bottom: 20px;}

  .service-div{padding-bottom: 40px;}

.services-div1{margin-bottom: 30px;}
  .ser-para1{padding: 30px; color: #000;
    background-color: #edf7fa;    }

    .ser-para2{padding: 30px; padding-left: 0; padding-right: 0;  color: #1a1a1a;
      background-color: #fff; }

      .ser-para1 h2{color:#3492de;}
      .ser-para2 h2{color:#0060ad;}

      

.why-div2{background: #a8bed3; padding-top: 60px; padding-bottom: 60px;}
.why-div2 h3{margin: 0; color:var(--blue);  }
.why-list{padding: 0; margin: 0; list-style: none;}
.why-list li{padding: 20px; margin-bottom: 10px; background: #fff; line-height: 22px; transition: all .5s ease; }
.why-list li:hover{
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 5px 5px 0px var(--red);
  cursor: pointer;
  border-radius: 5px;
}


.why-list li i{margin-right: 20px; font-size: 36px; color:var(--blue)}

.cont-add{  padding: 20px 20px 30px 20px;
  background-color: transparent;
 
  border-style: groove;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  height: 230px;
  text-align: center;
  position: relative;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-div2{padding: 20px 20px 30px 20px;
    padding-top: 20px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF 95%, var(--red) 95%);
  border-style: groove;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  box-shadow: 0px 0px 10px 0px #EBEBEB;
  text-align: center;
  position: relative;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px;}

.cont-add img{margin-left: auto; margin-right: auto; position: absolute;
  left: 45%;
   background: #fff; margin-top: -65px; }
  .cont-add h5{margin: 0; margin-top: 10px; color:var(--red); font-weight: 600;}

  .cont-add p{padding: 0; margin: 0; margin-top: 2px;}
  .cont-add  a{text-decoration: none; color: var(--body);font-weight:normal;}
  .cont-add a:hover {
    color: #0060ad;
  }

  .c-map {padding: 10px; border:1px groove #c5c4c4; background: #fff;   box-shadow: 0px 0px 10px 0px #c5c4c4;}

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
  }
  
  .gallery img {
    width: 100%;
    transition: box-shadow 0.1s, transform 0.1s;
  }

  .gallery img:hover{ box-shadow: 0px 0px 20px rgba(0,0,0, 0.4); -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);}


    .form2{padding: 20px; border:1px groove #c5c4c4; background: #fff;   box-shadow: 0px 0px 10px 0px #c5c4c4}
    .form2 h2{margin: 0; font-size: 25px; margin-bottom: 20px; color:var(--red)}
    .form2 label {
      margin-top: 10px;
      font-weight: 400;
      color: #666;
    }
    .form2 .form-group {
      margin-top: 5px;
    }
    .form2 input.form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .form2 .btn1 {
      color: #fff;
      margin-top: 15px;
      border-radius: 20px !important;
      background: var(--blue);
      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(--red)}

@media(max-width:1368px){
  .footer-div, .f-link li a, .copy-div{font-size: 13px;}
}



@media(max-width:1281px){
  .footer-div, .f-link li a, .copy-div{font-size: 12px;}
}

@media(max-width:1220px){
  @keyframes start1 {
    0% {margin-left:-20%;}
    100% {margin-left:50%;}
  } 
  
}

@media(max-width:1101px){
  .safe-div{width: 80%;}
  
}

@media (max-width: 1025px) {
  
  .footer-img img{width: auto !important; margin-left: auto; margin-right: auto; padding-top: 50px;}
  .footer-div{padding-top: 20px;}
  .wel-why .ab-para{margin-top: 50px;}
  .offcanvas{width: 33% !important;}
  .cont-add p{font-size:12px;}

  
 
 }
@media (max-width: 981px) {
  .wel-div1 h1{font-size: 41px;}
  .safe-div{width: 90%;}
  .ab-right {
    width: 80%;}


 


   }

    @media (max-width: 801px) {
      .wel-div1 h1 {
        font-size: 24px;
      }
      .ab-para {
        margin: 30px 0%;
      }
     .wel-why1{padding: 20px;}
    }

@media (max-width: 769px) {
  #hmdiv3.stickydiv3{padding-top: 5px; padding-bottom: 5px;}
  #hmdiv3.stickydiv3 .call-now{display: none;}
  @keyframes start1 {
    0% {margin-left:-20%;}
    100% {margin-left:30%;}
  }

.logo-div img{margin-left: auto; margin-right: auto;}
.wel-div1{padding-top: 30px; padding-bottom: 30px;}

  .wel-btn{margin-top: 10px;}
  .wel-w-img{margin-bottom: 30px;}
  .wel-w-img::after{background-image: none;}
  .wel-why .ab-para{margin-top: 0;}
  .wel-why1{padding-bottom: 40px;}
  .footer-bottom{padding-top: 30px;}
  .footer-bottom .ft-col:nth-child(1){margin-right: 0;}
  .footer-bottom .ft-col:nth-child(2){padding-right: 0;}
  .footer-bottom .ft-col:nth-child(3){padding-left: 0; margin-top: 20px;}
    
  

    .about-div1{text-align: center;padding: 0 15px;}
    .about-image img{margin-left: auto; margin-right: auto;}
    .ab-right{width: 100%; top:-70px; border-radius: 20px; margin-bottom: -70px;}
.about-div2, .about-div3, .about-div5{text-align: center;padding: 0 15px;}
.about-div4 img {width:15%;
padding: 10px;  }

  .safe-div {margin-right: 0; width: 100%; margin-bottom: -40px;} 
  
  .footer-div{text-align: center; padding-top: 30px; padding-bottom: 30px; background-image: none}
  
  .f-link{margin-top: 0px;}
  
 
  
  
  .f-link {
    text-align: center; }
    .f-link li {
      display: inline; }
      .f-link li a {
        display: inline;
        line-height: 24px; font-size: 13px;
        padding: 8px 6px 6px 21px;
        } 
       
     
          .copy-div{font-size: 15px; text-align: center;}

          .copy-div .power-div{text-align: center;}
    

.call-now{display:none;}
.wel-btn{margin-left:0px;}
.wel-div3 img{padding-top: 50px;}
.in-bg img{width:100%;}
.ser-para1 h2{text-align: center;}
.service-div {padding: 0 15px;}
.ser-para1 h2 {text-align: center;}

.mob-about-div4{display:block;}
.mob-about-div4 h4{font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: var(--red);
    margin-bottom: 30px;}
.mob-about-div4 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mob-about-div4 h4::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    height: 1px;
    width: 40px;
    background: var(--red);
}

.mob-about-div4 h4::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    height: 1px;
    width: 40px;
    background: var(--red);
}
.about-div4{display:none;}

.why-div2 {
    padding-left: 20px;
    padding-right: 20px;
}
.why-div2 h3 {
    font-size: 20px;
}

  .copy-div {
    margin-bottom: 40px; }

    

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: var(--blue);
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 600; }

  .call-div a {
    color: #fff; font-family: 'Poppins', sans-serif;
    text-decoration: none;}
    .cont-add p {
    font-size: 14px;
}
    
    
    
}


    @media (max-width: 575px) {
      .mixer img{width: 64%;}
      .offcanvas {
        width: 67% !important;
      }
      .wel-w-img::after{background-image: url(../images/rmx-design1.png);}
      .copy-div{font-size: 13px; line-height: 17px;}
      .footer-div h5{margin-bottom: 0;}
      .footer-div{line-height: 20px;}
      .ft-ad2{margin-bottom: -10px;}
    }


    .dropdown:hover .dropdown-menu {
      display: block;
  }
