@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');

body{
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
}
body.loading {
/*  background: #fff url(../images/loader.gif) no-repeat 50% 10%;
  -webkit-transition: background-color 0;
  transition: background-color 0;
  opacity: 0;
  -webkit-transition: opacity 0;
  transition: opacity 0;
  word-break: break-all;
  background-size: 70px;*/
}
a:hover, a:focus{
  text-decoration: none;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #ffeda2 !important;
}
.banner_titles h1 span.txt_color, .home_sec span.txt_color {
  color: #8d4a13 !important;
}
ul{
  margin:0;
  padding:0;
}
nav {
  padding: 35px 5% 30px !important;
  z-index: 999;
}

nav .navbar-nav{
  margin-left: auto;
}
nav .navbar-nav li a{
  color: #8c4d21;
  padding: 10px 35px !important;
  font-size: 18px;
  font-weight: 600;
}
#banner_slider{
  margin-top: -14%;
}
.new {
  padding: 3% 0;
  position: relative;
}
.banner_section {
  padding-bottom: 10%;
  padding-top: 10%;
}
.banner_titles h1{
  display: inline-block;
  padding: 10% 0;
  color: #3b220e;
  position: relative;
  z-index: 999;
}
.banner_titles h1 span.txt_color .char:after, 
.home_page section h2 span.txt_color .char:after, 
.home_page section h1 span.txt_color .char:after{
  color: #8d4a13 !important;
}
.banner_titles h1 span.txt_color, .home_page section h2 span.txt_color {
  color: #8d4a13 !important;
}
h3.brand_titles span.txt_color {
  color: #8d4a13 !important; 
}
.banner_titles img{
  position: absolute;
  right: 15%;
  top: 0;
}
.banner_titles img.net_logo{
  width: 45% !important;
}
.home_page section{
/*  padding:4% 0;*/
  position: relative;
}
.home_page section h1,.home_page section h2{ 
  color: #432e19;
  font-weight: 700;
}
.home_page section h2 span{
  color: #8d4a13;
} 
.home_page section h2 sub{
  vertical-align: super;
}
.view_morebtn{
  padding: 12px 35px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  box-shadow:4px 5px 12px 0px #afa4a4;
  background: -moz-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(190,100,4,1)), color-stop(100%, rgba(144,74,0,1)));
  background: -webkit-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: -o-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: linear-gradient(to right, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
    moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.view_morebtn:hover{
  background-color:#3b220e !important;
  color:#3b220e !important;
}
.sub_btn1{
  padding: 10px 50px;
  border-radius: 30px;
  color: #fff;
  border: 0;
  display: inline-block;
  margin-top: 15px;
  box-shadow: 1px 1px 18px 9px #d2cece;
  background: -moz-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(190,100,4,1)), color-stop(100%, rgba(144,74,0,1)));
  background: -webkit-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: -o-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
  background: linear-gradient(to right, rgba(190,100,4,1) 0%, rgba(144,74,0,1) 100%);
}
/*.nopadding .container-fluid{
  padding:0;
  overflow: hidden;
}*/

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(6rem) scale(0.93);
  transform: translateY(6rem) scale(0.93);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.splitting .char {
  color: transparent;
}
.splitting .char:after {
  visibility: visible;
  color: #3b220e;
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: calc(.2s + (.04s * var(--char-index) ) );
}
[data-scroll="in"] .char:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.full_width{
  width: 100%;
}
.eclips_bg1{
  position: absolute;
  z-index: -1;
  right: 0;
  top: -30%;
  width: 43%;
  max-width: 100%;
}
.eclips_bg2{
  position: absolute;
  z-index: -1;
  left: 0;
  max-width: 100%;
}
.m_top{
  margin-top: -100px;
}
#route {
  /*margin-top: 80px;*/
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
#svg_1 {
  stroke-dasharray: 2;
  position: absolute;
  z-index: 0;
  width:100%;
  height: 100%;
}
.mobile_pic1{
  display: block;
  position: absolute;
  z-index: 9;
  width: 199px !important;
  top: -147px;
  left: 85%;
}
.mobile_pic2{
  display: block;
  position: absolute;
  z-index: 9;
  width:300px !important;
  left: 65px;
}
.mobile_pic3 {
  display: block;
  position: absolute;
  z-index: 9;
  width: 23% !important;
  bottom: -160px !important;
  left: 37%;
  right: auto !important;
  top: inherit !important;
}
ul.tech_icons{
  text-align: center;
  margin:0;
  padding:0;
}
ul.tech_icons li{
  list-style-type: none;
  display: inline-block;
  padding: 5px 25px;
  position: relative;
  top: 0;
}
ul.tech_icons li:hover{
  top:-10px;
  -webkit-transition: top 100ms linear;
  transition: top  100ms linear;
}
.gap_2{
  padding-top: 20%;
}
.gap3{
  padding-top: 8%;
}
.gap4{
  padding-top: 100px;
}
.gapimage4{
  margin-top: -112px;
}
.gap5{
  padding-top: 35px;
}
.gapimage5{
  margin-top: -150px;
}
.home_page section h1, .home_page section h2 {
  color: #432e19;
  font-weight: 700;
}
.gapimage6{
  margin: -90px !important;
}
.header_bg{
  position: absolute;
  z-index: -1;
  width:100%;
}
section.about{
  padding: 30px 0;
}
section.about h1,section.about h2, .contact_banners h1, .contact_banners h2{
  font-weight: 500;
}
.contact_banners h4{
  color: #8c4b13;
}
.aboutus h1,.aboutus h2{ 
  color: #432e19;
  font-weight: 700;
}
.aboutus h2 span{
  color: #8d4a13;
} 
.aboutus h2 sub{
  vertical-align: super;
}
.aboutus h2 span.txt_color .char:after{
  color: #8d4a13 !important;
}
ul.team_members{
  margin:0;
  padding: 0;
  list-style-type: none;
}
ul.team_members li{
  display: block;
  float: left;
  width: 25%;
  height: 280px;
  overflow: hidden;
  padding: 10px 10px  20px 10px;
}

figure.HoverSnip_1 {
  position: relative;
  float: left;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.HoverSnip_1  .social_links {

}
figure.HoverSnip_1 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.HoverSnip_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
figure.HoverSnip_1 figcaption {
  top: 0;
  left: 0px;
  right: 0px;
  bottom:0;
  position: absolute;
  opacity: 0;
  z-index: 1;
  box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.24);
  padding: 15px;
}

figure.HoverSnip_1 h3,
figure.HoverSnip_1 h4 {
  margin: 0;
}
figure.HoverSnip_1 h3 {
  font-weight: 600;
}
figure.HoverSnip_1 h4 {
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
}
figure.HoverSnip_1 p{
  text-align: left;
  font-size: 12px;
}
figure.HoverSnip_1 i {
}

figure.HoverSnip_1:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

figure.HoverSnip_1.green:after  {
  background-color: #229955;
}
figure.HoverSnip_1.orange:after  {
  background-color: #fff;
}
figure.HoverSnip_1 a {
 /* left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;*/
}
figure.HoverSnip_1 .social_links{
  text-align: center;
}
figure.HoverSnip_1 .social_links li{
  list-style-type: none;
  display: inline-block;
}
figure.HoverSnip_1 .social_links li a{
  color: #3a220e;
  font-size: 20px;
}

figure.HoverSnip_1:hover figcaption {
  /*-webkit-transform: translateY(-20%);
  transform: translateY(-20%);*/
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.HoverSnip_1:hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}


/* HOVER EFFECT 2*/

.HoverSnip_2 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 366px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
.HoverSnip_2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s 0.5s ease;
  transition: all 0.35s 0.5s ease;
}
.HoverSnip_2 img {
  max-width: 100%;
  vertical-align: top;
}
.HoverSnip_2 figcaption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.HoverSnip_2 h3 {
  position: absolute;
  margin: 0;
  width: 100%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  left: 0;
  top: 50%;
  opacity: 0;
  padding: 0 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.HoverSnip_2:before {
  position: absolute;
  bottom: 0;
  left: 100%;
  top: 0;
  right: 0;
  content: '';
  background-color: #166337;
  z-index: 1;
  opacity: 0.4;
  -webkit-transition: all 0.35s 0.3s ease-in;
  transition: all 0.35s 0.3s ease-in;
}
.HoverSnip_2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 200px 200px;
  border-color: transparent transparent transparent #166337;
  opacity: 0.9;
  -webkit-transition: all 0.35s 0s ease-out;
  transition: all 0.35s 0s ease-out;
}
.HoverSnip_2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.HoverSnip_2:hover img,
.HoverSnip_2.hover img {
  opacity: 0.4;
}
.HoverSnip_2:hover h3,
.HoverSnip_2.hover h3{
  opacity: 1;
}
.HoverSnip_2:hover h3,
.HoverSnip_2.hover h3 {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.HoverSnip_2:hover:before,
.HoverSnip_2.hover:before {
  left: 0;
  -webkit-transition: all 0.35s 0s ease-out;
  transition: all 0.35s 0s ease-out;
}
.HoverSnip_2:hover:after,
.HoverSnip_2.hover:after {
  right: 50%;
  -webkit-transition: all 0.35s 0.2s ease-in;
  transition: all 0.35s 0.2s ease-in;
}


/* HOVER EFFECT 3*/

figure.HoverSnip_3 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 366px;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.HoverSnip_3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.HoverSnip_3 img {
  max-width: 100%;
  vertical-align: top;
}
figure.HoverSnip_3 i {
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.HoverSnip_3 h3 { 
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: 300;
  text-transform: uppercase;
  color:#fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.HoverSnip_3:hover h3{
  top: 60%;
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}


figure.HoverSnip_3 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.HoverSnip_3.blue {
  background-color: #2472a4;
}
figure.HoverSnip_3.blue i {
  color: #20638f;
}
figure.HoverSnip_3.red {
  background-color: #ab3326;
}
figure.HoverSnip_3.red i {
  color: #962d22;
}
figure.HoverSnip_3:hover img{
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.HoverSnip_3:hover i{
  top: 50%;
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}
section.testimonials{
  position: relative;
}
.footer_bg{
  position: absolute;
  z-index: -1;
  /*bottom: 0;*/
  width:100%;
}
.testimonies{
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 26px 2px #d9d9d9;
  padding:120px 50px 50px;
}
.testimonies .quotes_icon{
  position: absolute;
  left: 20px;
  top: -10px;
  width: 100px !important;
}
#testimonials .item{
  padding: 35px;
}
#testimonials .item .social_links{
  text-align: left;
}
#testimonials .item .social_links li{
  list-style-type: none;
  display: inline-block;
}
#testimonials .item .social_links li a{
  color: #3a220e;
  font-size: 18px;
  padding: 10px;
}
#testimonials .item .testi_name{
  margin:0;
  color: #3a220e;
}
.testi_footer{
  border-top: 2px solid #dadada;
  padding-top: 25px;
}
.testi_footer p{
  color: #dadada;
}
.testi_footer img{
  display: block;
  width: 65px !important;
  height: 65px;
  object-fit: cover;
  border-radius: 100px;
}
#testimonials .owl-dots .owl-dot.active span, #testimonials .owl-dots .owl-dot:hover span {
  background: #8c4d21;
}
.partners{
  padding:2% 0 3%!important;
}
footer{
  background: #efb495;
  position: relative;
  padding: 50px 0;
  box-shadow: 1px 4px 26px 2px #bbbbbb;
}
footer h5{
  color: #8c4b13;
}
footer a{
  display: block;
  color: #000;
}
footer .social_links{
  text-align: left;
}
footer .social_links li{
  list-style-type: none;
  display: inline-block;
}
footer .social_links li a{
  color: #8c4b13;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 10px;
  border: 1px solid #8c4b13;
  border-radius: 25px;
  margin-right: 15px;
}
footer .input-group-text {
  color: #ffffff;
  background-color: #8c4b13;
  border: none;
  border-radius: 25px;
}
footer .form-control {
  border: none;
  border-radius:25px;
}
footer form .mb-3{
  box-shadow: 1px 4px 26px 2px #d0c3c3;
  border-radius: 25px;
  width: 250px;
}
footer .container{
  width: 85%;
  max-width: 85%;
}
.contact_forms .cards{
  background-color: #fff;
  box-shadow: 1px 4px 26px 2px rgba(0, 0, 0, 0.18);
  padding: 60px;
}
.contact_forms .cards .drop_msg{
  background-color: #ffe2ce;
  box-shadow: 1px 4px 26px 2px rgba(0, 0, 0, 0.12);
  padding: 45px 35px;
  position: absolute;
  right: -110px;
  left: 130px;
  margin-top: 50px;
}
.contact_forms .cards .drop_msg input, .contact_forms .cards .drop_msg textarea{
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ae937f;
  border-radius: 0px;
  margin-bottom: 12px;
}
.contact_forms .sub_btn{
  background-color: #3a220e;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  margin: 20px auto;
  display: block;
  padding: 6px 35px;
}
.contact_forms h1, .contact_forms h4{
  color: #432e19;
  font-weight: 500 !important;
  font-size: 3.5rem;
}
.contact_forms h4{
  margin: 15px 0;
  font-size: 18px;
}
.contact_forms h6{
  color: #5a5a5a;
}
#map {
  width: 100%;
  height: 500px;
}
ul.connect_social{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.connect_social li{
  display: inline-block;
  padding: 0 3px 6px;
  width: 240px;
  height: 240px;
}
ul.connect_social li a{
  color: #8c4b13;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 1px 4px 26px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
ul.connect_social li a i{
  font-size: 3rem;
  margin-top: 55px;
}
.connect_us{
  padding: 3% 0;
}
.connect_us h1{
  font-size: 3rem;
  font-weight: 500 !important;
}
.erp_pic{
  position: absolute;
  right: 0;
  top: -15%;
  width: 75%;
}
.enquiry_forms{
  padding: 20px 10%;
}
.enquiry_forms input, .enquiry_forms textarea{
  width: 100%;
  border: 0;
  box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
}
.contact_forms2 .cards{
  background-color: #fff;
  box-shadow: 3px 12px 22px 0px rgba(0, 0, 0, 0.22);
  padding: 60px;
  border-radius: 10px;
}
.contact_forms2 .sub_btn{
  background-color: #3a220e;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  margin: 20px auto;
  display: block;
  padding: 6px 35px;
}
.contact_forms2 h3{
  color: #432e19;
  font-weight: 500;
}
.contact_forms2 h4{
  margin: 15px 0;
  font-size: 18px;
}
.contact_forms2 h6{
  color: #5a5a5a;
}
.padd_left{
  padding-left: 80px;
}
img.app_ui{
  width: 100%;
}
.flow_cards{
  background-color: #fff;
  box-shadow: 3px 6px 22px 0px rgba(0, 0, 0, 0.22);
  padding: 60px;
  border-radius: 16px;
  margin-bottom: 40px;
}
.flow_cards h3{
  color: #3a220e;
}
.outer-menu {
  position: absolute;
  top: 90px;
  right: 130px;
  z-index: 99999;
  display: none;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  padding: 12px;
  background: rgb(140, 75, 19);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background: rgb(140, 75, 19);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  color: #fff;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}
.float_img{
  display: block;
  float: left;
  width: 70%;
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
}
/*.float_img:hover{
  top:-35px;
  -webkit-transition: top 1000ms linear;
  transition: top  1000ms linear;
}*/
.full_width{
  width: 100%;
}
.lft_zero{
  left: -15px;
  position: relative;
}
.rgt_zero{
  right: -15px;
  position: relative;
}
.ui_views{
  margin:45px 0 0 -15px;
}
.ui_views li {
  list-style-type: none;
  display: block;
  float: left;
  width: 22%;
 /* padding: 15px;*/
}
.ui_views li:nth-child(1){
  /*width: 10%;*/
  margin-left: -10%;
}
.ui_views li:nth-child(1) img{
  /*width: auto;*/
}
.ui_views li img{
  display: block;
  width: 105%;
  position: relative;
  top: 0;
}
.ui_views li img:hover{
  top:-35px;
  -webkit-transition: top 1000ms linear;
  transition: top  1000ms linear;
}
.ui_views li.top_gap img{
  margin-top: 100px;
}
.ui_views2{
  margin:45px 0 0 0;
}
.ui_views2 li {
  list-style-type: none;
  display: block;
  float: left;
  width: 20%;
}
.ui_views2 li img{
  position: relative;
  top: 0;
}
.ui_views2 li img:hover{
  top:-20px;
  -webkit-transition: top 800ms linear;
  transition: top  800ms linear;
}
/*.ui_views2 li:nth-child(1){
  width: 10%;
}
.ui_views2 li:nth-child(1) img{
  width: auto;
}*/
.ui_views2 li img{
  display: block;
  width: 105%;
}
.ui_views2 li.top_gap img{
  margin-top: 100px;
}
#menu {
}

#menu > li {
  position: relative;
}
#menu > li:first-child {
  -webkit-border-radius: 3px 0 0 0px;
  -moz-border-radius: 3px 0 0 0px;
  border-radius: 3px 0 0 0px;
}

#menu> li > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#menu > li:hover {
}
#menu > li:hover  a {
}
#menu > li ul {
  min-width: 170px;
  height: auto;
  padding: 0px 0px;
  position: absolute;
  background: #8d4a13;
  display: none;
  list-style:none;
  box-shadow: 10px 5px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
#menu > li > ul li {
  padding:0;
  position: relative;
  border-bottom:1px solid #926060;
}
#menu > li > ul li:last-child {
  border-bottom: 0px;
}
#menu > li > ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px !important;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#menu > li > ul ul {
  left: 100%;
  top: 0px;
}
#menu > li li:hover > a {
  padding-left: 5px;
  color: #F2F2F2;
}
#menu > li.submenu {
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 75%;
  padding-right: 20px;
  background-size: 10px;
  color: #8e5025;
}
#menu > li ul li.multimenu {
  background-image: url('../images/arrow_right.png');
  background-repeat: no-repeat;
  background-position: 90%;
  padding-right: 0px;
  background-size: 10px;
}
.contact_icons{
  display: block;
  width: 35px;
  margin-top: 15px;
}
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #8d4a13;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #d88357;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0;
  padding: 0;
  position: absolute;
  border: none;
  height: 30px;
  width: 4rem;
  right: 8%;
  top: 30px;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 28px;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: 'Fr';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'En';
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 21px;
  height: 21px;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 38px;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left:15px;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
#shipment_btn, #shipment_btn2{
  cursor: pointer;
  color: #fff;
}
#shipment_view, #shipment_view2{
  display: none;
  padding: 15px 0;
}



@media screen and (max-width: 600px) {
  .team_members figcaption{
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    box-shadow: none !important;
    display: block;
    
  }
  
    .name_disc {
    display: none;
  }
}



@media (max-width:991px){
  .gap4 {
    padding-top: 30px;
  }
  .contact_forms .cards .drop_msg {
    right: -110px;
    left: 10px;
  }
  .outer-menu {
    display: block;
  }
  nav .navbar-nav{
    display: none;
  }
  .banner_titles h1 {
    font-size: 1.5rem;
  }
  .mobile_pic1 {
    width: 160px !important;
    top: -40px;
  }
  .mobile_pic2 {
    width: 180px !important;
    left: 30%;
    top: 40%;
  }
  .mobile_pic3 {
    width: 100px !important;
    bottom: 0;
    left: 70%;
 }
}

@media (max-width:767px){
  .connect_us .container{
    max-width:95%;
  }
  #route{
    display: none;
  }
   .mobile_pic1 {
    width: 120px !important;
    top: -40px;
    left: 30%;
  }
  #banner_slider {
    margin-top: -19%;
  }
  .home_sec {
    margin-top: 0!important;
  }
  .mobile_pic2 {
    width: 150px !important;
    left: 5%;
    top: 40%;
  }
  .banner_titles h1 {
    font-size: 1.3rem;
    margin-left: 20%;
  }
  .home_page section h1 {
    margin-top: 35px;
  }
  .view_morebtn{
    margin-bottom: 30px;
  }
  .outer-menu {
    right: 88px;
  }
  ul.team_members li {
    width: 50%;
  }
  .testimonies {
    padding: 90px 25px 35px;
  }
  #testimonials .item {
    padding: 15px;
  }
  .contact_forms h1, .contact_forms h4 {
    margin-top: 10px !important;
  }
  #our_partners {
    overflow: scroll;
  }
}


@media (max-width:576px){
  .contact_forms .cards .drop_msg {
    right: 0;
    left: 0;
    position: relative;
  }
  ul.connect_social li {
    display: inline-block;
    width: 50%;
    height: auto;
    padding: 0 3px;
    margin-bottom: 6px;
  }
  footer h5 {
    margin-top: 25px;
  }
  a.navbar-brand{
    width: 175px;
    position: absolute;
  }
  a.navbar-brand img{
    width: 100%;
  }
  .contact_forms .cards {
    padding: 25px;
  }
}
@media (max-width:480px){
  ul.team_members li {
    height: 200px;
  }
   .mobile_pic1 {
    width: 80px !important;
    top: -10px;
    left: 30%;
  }
  .banner_titles h1 {
    font-size: 18px;
    margin-left: 25%;
    margin-top: 60px;
  }
  .mobile_pic2 {
    width: 80px !important;
    left: 5%;
    top: 30px;
  }
  .mobile_pic3 {
    width: 74px !important;
    left: 70%;
    bottom: -30px !important;
  }
}
.navbar-brand{
    display: block;
    width: 260px;
}
.bank_img{
    display: block;
    margin: 0 auto;
}
.about_page{
      margin-top: 40px !important;
}
.about_clikpay{
  width: 81% !important;
}
.care_img{
  margin: -21px 0 0 0 !important;
}
.care_txt{
  margin: 33px 0 0 0 !important;
}
.operation_img{
    width: 100% !important;
    margin: -73px 0 -40px 0 !important;
}
.operation_txt{
    margin: 25px 0 0 0 !important;
}
.started_head{
    margin: -19px 0 0 0 !important;
}
.partner_txt{
  margin: -26px 0 0 0 !important;
}
.partner_img{
  margin: 0px 0 0 0;
}
html {
  scroll-behavior: smooth;
}
.pay_img{
    margin: -11px auto;
    display: block;
}
.home_sec{
    margin-top: 100px;
}
.footer_bg{
  bottom: 0;
}
sup {
  font-size: 60%!important;
  top: -.8em!important;
}

@media (max-width:768px){
  a.navbar-brand{
    width: 147px!important;
    position: absolute;
  }
  .btn-toggle.btn-sm {
    top: 12px!important;
  }
  .outer-menu {
    top: 50px!important;
  }
  nav {
    padding: 15px 5% 30px !important;
  }
}
.logoimagesize {
  width: 260px;
  height: 102px;
}
.color-white {
  color: #fff!important;
}
#our_partners .moov-money {
  margin: 0 auto!important;
  display: block;
}
#btnUp {
  display: none;
  position: fixed;
  bottom: 10rem;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: #ff4f19;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  border: 0;
}
#btnDown {
  display: none;
  position: fixed;
  bottom: 10rem;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: #ff4f19;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  border: 0;
}
#btnUp i{
font-size:  30px !important;
}
#btnDown i{
  font-size:  30px !important;
}