/* Base */
body {
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.border-2 {
  border-width: 2px; }
.border{
  border: none !important;
    box-shadow: 0 2px 2px 2px #ddd;
    background: #fff;
}
.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }
  .popular{padding: 30px 0px;}

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 2em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }
      

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #51be78; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */

.copyright a{
  color: red;
  font-weight: 700;
}
.phone{color: grey;}
.phone:hover{color: #08ACD6;}

.main{
        font-size: 30px;
        font-weight: 600;
        font-family: sans-serif;
        color: #000;
      }
      .earn{padding: 30px 0px;}
      .cluster img{border-radius: 50%;}
      .cluster{text-align: center;border-radius: 50%;}
      .cluster h1{font-size: 15px;text-align: center;color: #000;padding-top: 10px;}
.navbar-right h1 {
    color: #21BEF1;
    font-family: fantasy;
    margin-bottom: 0px;
    margin-top: 10px;
}
.navbar-right span {
    color: #FA0405;
}
.navbar-right p {
    color: white;
    margin: 0px;
}
.navbar-left {
    margin-top: 10px;
}
.navbar-left a {
    font-family: fantasy;
    font-size: 25px;
    color: #923e15;
}
.navbar-left p {
    color:black;
    margin-left: 20px;
}
.logo{

    max-width: 100%;
    height: 50px;
    margin-top: 22px;
}
.bg-3{
  padding-bottom: 35px;
}

._tumbs {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-template-rows: 50% 50%;
    grid-row-gap: 6%;
    margin-bottom: 3%;
    height: 450px;
    padding: 30px 0px
}


.digital{
  padding: 40px 0px;
}
.common span{
  font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 700;
}
.common{
  padding-top: 70px;
}
.common h2{
  font-size: 1.5em;
    font-weight: 800;
    color: white;
}
._tumbs ._box {
    color: #fff;
    padding: 15% 20% !important;
    line-height: 1.8em;
    transition: all .5;
    opacity: .8;
}
.desplazar {
    cursor: pointer!important;
}
._box:hover {
    opacity: 1 !important;
}

.phone{
      height: 35px;
      margin-left: 5px;
      font-size: 16px;
}

  .titl{
   color: #046ab2;
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
    font-family: 'Roboto Slab', serif;
    /* padding-bottom: 20px; */
    cursor: pointer;
    /*font-weight: 600;*/
  }
  .titl:hover{
    color: #fa9635;
  }
  .brands{background: #EEEEEE;
    padding: 40px 0px;
  }
  .brand-img{
    text-align: center;}
    .brand-img img{ height: 120px;
      width: 200px; 
    }
    .brands-all{padding: 0 5%;
      margin-top: 25px;}
      .brands h1{color: #726363;
        font-family: 'Lato', sans-serif;
      }
      .brands h2{
        color: #020202;
      }


.lead-subhead{
  
  font-size: 28px;
}
.protection{padding: 30px 0px;background-color: #EEEEEE;}
.protection h1{
  font-size: 30px;font-weight: 700;text-align: center;color: #333;
}
.learn{background: #000;padding: 30px 0px;}
.learn-head h1{color: #fff;
    font-size: 35px;
    text-align: center;text-transform: uppercase;}
.learn-btn{text-align: center;padding-top: 20px;}
.learn-btn a{border: 2px solid #fff;padding: 10px 25px; color: #fff;}
.learn-btn a:hover{color: #000;background: #fff;border: 2px solid red;}
.advantage{padding: 30px 0px;}
.advantage h1{font-size: 30px;font-weight: 700;text-align: center;color: #333;}
.custom img{height: 50px;background: #EEEEEE;padding: 10px;}
.custom{text-align: center;padding-top: 30px;}
.custom h1{padding-top: 20px; color: #f50202;text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 400;}
.custom p{color: #0a0a0a;font-size: 16px;}

.head{
  color: #ffff;
  text-align: center;
  font-size: 30px;
  padding: 10px 0px;
  font-family: 'Roboto', sans-serif;
}
.bg-vid{
  background-color: #72ae61;
  padding: 4% 6% 2% 6%;
}
.bg-vid img{
  cursor: pointer;
  height: 100px;
}
iframe{
  cursor: pointer;
}
.vid-text{
  color: #ffff;
  font-size: 20px;
  cursor: pointer;
}

/*==================
 COUNTER SECTION
====================*/
/*
#mu-counter {
  background-attachment: fixed;
  background-image: url("assets/img/counter-bg.jpeg");
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}

.mu-counter-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline;
  padding: 100px 0;
  float: left;
  width: 100%;
}

.mu-counter-area {
  display: inline;
  float: left;
  width: 100%;
}*/

.form2 input{
  margin-bottom: 10px; 
  /*background-color: #fff0;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    padding: 0;  */ 
}
.right {
  padding: 0 5%;
  margin: 0 5%;

}
.btn2 {float: right;
background: #001F70;
color: white;}
.btn2:hover{
  background: #EFEFEF !important;
  color: black;
}
.mb-right{
  padding-top: 5px;
}
.mu-counter-overlay {
    background-image: url(../images/cover-blue-nodots.svg), linear-gradient(87deg,#2484da 0,#53d3d4 100%);
    display: inline;
   /* padding: 40px 0;*/
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.mu-counter-area {
    display: inline;
    float: left;
    width: 100%;
}.mu-counter-nav {
    display: flex;
    width: 100%;
    margin-left: 5%;
    padding: 50px;
}.mu-counter-nav li {
    display: inline-block;
    border-right: 2px solid #ffff;
    margin-right: 20px;
}
.mu-counter-nav li:last-child {
   
    border-right: none;
}
.mu-counter-nav li .mu-single-counter {
    color: #fff;
    display: inline;
    float: left;
   
    text-align: center;
   /* width: 220px;
    height: 220px;*/
    /*border-radius: 50%;*/
}
.mu-single-counter  h3{
  font-size: 40px;
  margin-top: 25px;
}
.mu-single-counter  p{
  font-size: 17px;
}
/*.one{
  background-color: #0f6a16ed;
  box-shadow: 0 2px 2px 2px #0f6a16ed;
}
.two{
  background-color: #5cb840;
  box-shadow: 0 2px 2px 2px #0f6a16ed;
}
.three{
  background-color: #91CE7F;
  box-shadow: 0 2px 2px 2px #0f6a16ed;
}*/
}.mu-counter-nav li .mu-single-counter span {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}

.vid-text:hover{
  color: #FA9635;
  cursor: pointer;
}
.click{width: 150px;margin: 13px 0px;}

/*Scrool top*/
   .scrollToTop {
    width: 44px;
    height: 44px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    background-color: #DA362B;
    z-index: 999;

}
.cloud{padding: 30px 0px;}
.cloud-text{padding: 20px 0px;}
.cloud-text p{font-size: 18px;}
.cloud-img{padding: 20px 0px;}
.tel-text{margin-top: 20px; }
.tel-text img{height: 50px;margin: 10px 0px;}
.tel-sub h1{font-size: 17px;font-weight: 600;padding: 10px 0px;}
.tel-sub p{font-size: 16px;color: grey;padding: 10px 10px;}
.tel-sub{height: 150px;}
#topTitleForm
{font-size: 18px;
font-weight: 600;
}
.commerce-left h1{font-size: 20px;padding-bottom: 15px;}
.commerce-left h3{font-size: 16px;}
.online-sub h2{font-size: 28px;
color: #0074ce;
}
.cmrce{padding: 8px 0px;}
.commerce-left img{height: 20px;
margin-right: 20px;}
.online-sub p{font-size: 16px;}
.online{background: #F9F9F9;padding: 30px 0px;}
.commerce{padding: 30px 0px;}
.slide img{height: 120px;
    width: 200px;}
.advnt-sub{background: #18B9E5;
    padding: 20px;}
    .advt{background: #747479;}
    .adv-text {text-align: left;color: #ffff;}
    .adv-text h1{font-size: 22px;}
    .adv-text p{font-size: 12px;}
    .advnt-sub{text-align: center;height: 350px;padding-top: 10px;}
    .advntg{padding: 30px 0px;}
.scale-btn a{margin-top: 10px;}
.tel-text{box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);padding: 20px 0px;margin-bottom: 20px;}
.scale-btn{font-size: 15px;
    height: 40px;
    background: red;
    padding: 10px;
    color: white;
    margin-top: 10px;}
.scale-text{position: absolute;top: 100px;left: 500px;}
.scale-text h1{color: white;font-size: 30px;}
.scale{ position: relative;
  min-height: 300px;
  background: url(../images/scale.jpg) no-repeat scroll center center;
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 0;}
.baner{ position: relative;
/*  min-height: 754px;*/
  background: url(../images/top-bnr-bg.jpg) no-repeat scroll center center;
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 0;}

    .form-in{display: flex;}
    .ban-right{background: white;
    padding: 30px;}
    label{font-size: 14px;margin-bottom: 0px;margin-top: 10px;}

/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    /*margin: 0px 40px;*/
}


.fas {
    color: #96bd0b;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.products {padding: 30px 0px;}
.media-body h5{color: #004b9e !important;}
.media-body p{color: #6d767d;}
.testimonial {

    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    margin: 0px 50px;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}
.scale-btn:hover{color: #222020;}
/*.testimonial .carousel {
  padding-bottom:50px;
}*/
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
#testimonial4 img{height: 100px;width: 100px;}
/* ------testimonial  close-------*/
.client{background: #F5F7FA;
padding: 30px 0px;}
.foot-form h5{text-align: center;font-size: 15px;}
#topTitleForm p{font-size: 15px;}

/* Slider 1*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}
.trigger h1{padding-top: 20px;}

.client{background: #F5F7FA;}
    .head-main{
      position: absolute;
      bottom: 45px;
      left: 45px;
    }
    .head-main h1{font-size: 35px;
      color: #fff;
      padding-top: 20px;}
      .line{width: 145px;
    border-bottom: 2px solid white;
    position: absolute;}

.fa-angle-up:before {
    content: "\f106";
}
.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}
.scrollToTop:hover{
background-color: #FA9635;}
 .term{
  padding: 20px;/*
  text-align: center;*/
 }
  .privacy{
  padding: 20px;/*
  text-align: center;*/
 }
 .click{text-align: right;}
 .phone {cursor: pointer;padding-top: 2px;}
 .abt p strong{font-weight: 600;}
 .leads{background: #fff;}
 .left h3{padding-left: 14%;
    padding-top: 14%;
    font-size: 26px;
    font-weight: 1000;
    color: #fff;}
    .left h1{
      padding-left: 14%;
    padding-top: 2%;
    font-size: 45px;
    font-weight: 1000;
    color: #fff;
    line-height: 50px;
    }
    .growing{background: #08ACD6;
      padding: 30px 0px;}
 .term a{
  font-size: 15px;
  color: #ffff;
  text-decoration: none;

 }
 .term a:hover{
  text-decoration: underline;
 }
 .privacy a{
  font-size: 15px;
  color: #ffff;
  text-decoration: none;

 }
 .privacy a:hover{
  text-decoration: underline;
 }
.bg-2 {
    /*background: url(../images/banner.jpg);*/
    background: url(https://dummyimage.com/1300x600/000/fff.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form{
  position: absolute;
  width: 350px;
  top:60px;
  right: 50px;
 /* height: 100%;*/
}

.form-left h1 {
    font-family: sans-serif;
    font-weight: 500;
    color: black;
}
.line-1 {
    /* font-family: fantasy; */
    color: #21BFEF;
    font-weight: 500;
}
.line-2 {
    font-family: fantasy;
    color: #FA0504;
}
.line-3 {
    font-family: fantasy;
    color: #FA0504;
}
.form-left h5 {
    font-family: auto;
    font-weight: bold;
    font-size: 20px;
    color: black;
    word-spacing: normal;
}
.form-left p {
    color: black;
    font-weight: 500;
    font-family: cursive;
}
.form-left {
    /* word-spacing: 10px; */
    margin-top: 70px;
    /* margin-left: 60px; */
}
.form {
    background:grey;
    padding: 35px 15px;
}
.form h3 {
    padding-top: 20px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
}
.earn{background: #CA3E27;}
.form input, .form select {
    margin-bottom:10px;
    height: 40px;
}
.form-control{font-size: 16px;}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.form button {
    height: 50px;
    width: 100%;
   border: 1px #DA362B solid;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #DA362B;
}
.foot-links{padding-top: 10px;text-align: center;}
.info{padding-top: 10px;}
.info-phone{padding-top: 20px;text-align: center;}
.info-phone a{color: #fff;}
.info-phone a:hover{color: #FFCF01!important;}
.info a{color: #fff;}
.info a:hover{color: #DA362B!important;}
.award-cont1{text-align: center;padding-left: 48%;}
.award-cont1 h1{font-size: 18px;margin: 0px;padding-top: 15px;color: #000;}
.award-cont1 p{font-size: 15px;margin: 0px;color: #000;}
.award-cont2{text-align: center;padding-right: 48%;}
.award-cont2 h1{font-size: 18px;margin: 0px;padding-top: 10px;color: #000;}
.award-cont2 p{font-size: 15px;margin: 0px;color: #000;}
.text{color: #000!important;}
.career{text-align: right;}
.awards{padding: 30px 0px;}
.awards-left{text-align: right;}
.awards-right{text-align: left;}
.awards-left img{height: 180px;margin-top: 20px;}
.awards-right img{height: 180px;margin-top: 20px;}
.career h1{font-size: 20px;
    color: #ffff;
    padding: 20px 30px 0 0;}
    .line{height: 10px;
    width: 70px;
    position: absolute;
    right: 30px;
    border-bottom: 2px solid #ffff;}
    .line1{height: 10px;
    width: 70px;
    position: absolute;
    right: 30px;
    border-bottom: 2px solid #000;}
    .special{font-style: italic;}
    .career h4{padding-top: 20px;
    font-family: Brush Script MT, Brush Script Std, cursive;
    color: #fff;
    padding: 20px 30px 0 0;}
    .career-left{padding-left: 30px;}
    .career-left h6{color: #fff;font-size: 20px;}
    .career-left p{color: #fff;font-size: 15px;}
.form button:hover {
   
    background-color: #c2670d;
    color:#fff;
    border:2px solid #c2670d;
}
.btn-pop{
   background: #91CE7F;
   color: #ffffff;
   border: 1px #fa9635 solid;
    border-radius: 5px;
}
.btn-pop:hover{
  background-color: #fff;
    color:#91CE7F;
    border:2px solid #91CE7F;
    border-radius: 5px;
}
.bg-4 {
    background-color: #F1F1F1;
}
.left-img {
    /*padding-top: 60px;
    padding-bottom: 70px;*/
    text-align: center;
}
.left-img  img{
  cursor: pointer;
}
.pro-vid{padding: 30px 0px;}
.pro-vid h1{font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #333;margin-bottom: 20px;}
video{border-radius: 10px;height: 400px;}
.footer-social-links {
    overflow: hidden;
    float: right;
}
.footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
p strong{font-weight: bold;}
.popular-head p{margin: 0px;text-align: left!important;padding: 0px 20px;}
.earn-rgt p{font-size: 15px;}
/*.footer-social-links li a i {
    height: 40px;
    width: 40px;
    border: 2px #7bafd7 solid;
    display: block;
    border-radius: 50%;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}*/
/*ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
  float: right;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-network a.icoYt:hover {
  background-color: #e52d27 ;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
  background-color: #1f2027;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 3.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.8s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-instagram:before {
    content: "\f16d";
}*/

ul.follow-us li:first-child {
    padding-left: 0px;
}
 ul.follow-us li {
    display: block;
    padding: 0 4px;
    float: left;
}
ul.follow-us li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 3px #ffff solid;
    border-radius: 50%;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}
.what{background-color: #F6F9FC;}
ul.follow-us li a:hover{
color: #ffff;
border: 2px solid #DA362B;
background-color:#DA362B; 
}
.connect-us{
  padding-top: 10px;text-align: center;
}
.modal-header{
  padding: 5px 20px;
}
.modal-body{
  padding: 10px;
}

.content h2 {
    font-family: fantasy;
    padding-top: 50px;
    color: #25C4EE;
}
.content p {
    color: #48494D;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 10px;
}
.bg-7{
      /*background-color: antiquewhite;*/
}

.bg-abt{
  padding: 2% 2%;
}

.abt p{
 padding: 0px 30px;
 font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #64666b;
}

.bg-8{
  background-color: aliceblue;
}
/* Blocks */
.intro-section {
  background-size: cover;
  position: relative; }
  .intro-section, .intro-section .container .row {
    height: 100vh;
    min-height: 900px; }
  .intro-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #222;
    opacity: .7;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .intro-section:before {
        width: 100%; } }
  .intro-section h1 {
    font-size: 7rem;
    font-weight: 900;
    color: #fff; }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    max-width: 400px; }

.custom-breadcrumns {
  padding: 20px 0; }
  .custom-breadcrumns span, .custom-breadcrumns a {
    font-size: 14px; }
  .custom-breadcrumns a {
    display: inline-block;
    color: #bdbdbd; }
    .custom-breadcrumns a:hover {
      color: #51be78; }
  .custom-breadcrumns .current {
    color: #51be78; }

.section-title-underline {
  color: #000;
  font-size: 25px; 
text-align: center;}
  .section-title-underline span {
    display: inline-block;
    border-bottom: 4px solid #923e15; }
  .section-title-underline.style-2 {
    color: #fff; }
    .section-title-underline.style-2 span {
      border-color: #51be78; }

.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0; }

 /* .style-1 img{
    width: 400px;
    height: 220px;
  }*/
  .section-bg.style-1 {
    position: relative; }
    .section-bg.style-1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #183661;
      opacity: .9;
      z-index: 0; }
    .section-bg.style-1 > .container {
      z-index: 2; }
    .section-bg.style-1 .icon {
      font-size: 3.5rem;
      color: #51be78; }
    .section-bg.style-1 h3 {
      font-size: 20px;
      color: #51be78;
      margin-bottom: 30px; }
    .section-bg.style-1 p {
      color: white;
      font-size: 15px;
      padding-top: 20px; }
 .Lead {
  font-size: 15px;
  color: white;
  font-weight:700; 
}
.news-updates {
  padding: 5rem 0; }
  .news-updates .section-heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px; }
    .news-updates .section-heading h2 {
      margin-bottom: 0;
      line-height: 0; }
    .news-updates .section-heading a {
      font-size: 16px; }
  .news-updates .post-entry-big .img-link {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden; }
    .news-updates .post-entry-big .img-link img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link:before {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      content: "";
      background: #000;
      opacity: 0;
      z-index: 2;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link img {
      z-index: 1; }
    .news-updates .post-entry-big .img-link:hover:before {
      opacity: .6;
      visibility: visible; }
    .news-updates .post-entry-big .img-link:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .news-updates .post-entry-big .post-content .post-meta a {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #939393; }
  .news-updates .post-entry-big .post-content .post-heading {
    line-height: .9; }
    .news-updates .post-entry-big .post-content .post-heading a {
      font-size: 18px;
      font-weight: bold;
      color: #303030; }
      .news-updates .post-entry-big .post-content .post-heading a:hover {
        color: #51be78; }
  .news-updates .post-entry-big.horizontal .img-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px; }

.social-wrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #51be78;
  position: relative; }
  .social-wrap a > span {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .social-wrap a:hover {
    background: #000; }

.block-number-1 .icon {
  color: #fff;
  font-size: 2rem; }

.ftco-testimonial-1 .ftco-testimonial-vcard img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0;
  color: #000; }

.ftco-testimonial-1 p {
  color: #a2a2a2; }

.hero-slide {
  position: relative; }

  .prev{
    margin-left: 5%;
      }
  .next{
    margin-right: 5%;
  }
  .hero-slide .owl-nav .owl-prev,
  .hero-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff; 
  }
    .hero-slide .owl-nav .owl-prev > span,
    .hero-slide .owl-nav .owl-next > span {
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .hero-slide .owl-nav .owl-prev {
    left: 0; }
  .hero-slide .owl-nav .owl-next {
    right: 0; }
  .hero-slide .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .hero-slide .owl-dots .owl-dot {
      display: inline-block; }
      .hero-slide .owl-dots .owl-dot > span {
        border-radius: 50%;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 2px 5px;
        background: rgba(255, 255, 255, 0.2); }
      .hero-slide .owl-dots .owl-dot.active > span {
        background: #fff; }

.owl-slide-3, .owl-slide {
  position: relative; }
  .owl-slide-3 .owl-stage, .owl-slide .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px; }
  .owl-slide-3 .owl-nav .owl-prev,
  .owl-slide-3 .owl-nav .owl-next, .owl-slide .owl-nav .owl-prev,
  .owl-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff; }
    .owl-slide-3 .owl-nav .owl-prev > span,
    .owl-slide-3 .owl-nav .owl-next > span, .owl-slide .owl-nav .owl-prev > span,
    .owl-slide .owl-nav .owl-next > span {
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .owl-slide-3 .owl-nav .owl-prev, .owl-slide .owl-nav .owl-prev {
    left: 0; 
    background-color: bisque;
  }
  .check{color: #fff;font-size: 14px;}
  .check a{color: #fff;font-weight: 600;text-decoration: underline;}
  .check a:hover{text-decoration: none;}
   div.form{
      position: absolute;
      width: 350px;
      top: 0;
      right: 50px;
      height: 100%;
      background: rgba(0, 0, 0, 0.25);
      padding: 5% 2%;
    }
    div.form p{font-size: 25px; color: #fff;font-weight: 600;text-align: center;font-family: 'Roboto', sans-serif;}
    .valid {color: #EA1D24;font-weight: 600;font-size: 18px; font-family: 'Roboto', sans-serif;}
    div.form button{margin-top: 10px;}
    @media(max-width: 1599px){
      div.form{
        padding: 2% 2%;   
      }  
    }
    @media(max-width: 1300px){
      div.form{
        padding: 1% 2%;   
      }  
    }
    @media(max-width: 1060px){
      div.form{
        padding: 2% 2%;   
      }  
      div.form h3{padding-bottom: 10px;}
      div.form button{margin-top: 10px;height: 50px;}
      div.form form input {margin-bottom: 10px;height: 38px;}
    }
     @media(max-width: 480px){
      .logo-mob{width: 150px;margin: 10px 10px;}
      .click{width: 150px;margin: 13px 0px;}
      .info-phone{margin: 0px;}
      .foot-links{padding-top: 0px;}
      .awards-left img{margin-top: 0px;}
      .awards-right img{margin-top: 0px;}
      .award-cont1{padding-left: 0px;}
      .award-cont2{padding-right: 0px;}
      /*.foot-links{text-align: center;padding-bottom: 20px;}*/
      .awards-left{text-align: center;padding-top: 30px;}
      .awards-right{text-align: center;padding-top: 30px;}
      .drums{margin: 0 auto;}
      video{width: 100%;height: auto!important;}
      .commerce-left h3{font-size: 12px;}
      .commerce-left img{margin-right: 10px;}
      label{font-size: 16px;padding-left: 25px;}
      .commerce-left {margin-bottom: 20px;}
      .foot-rgt{margin-top: 0px !important;}
      .foot-rgt{padding: 0px;margin-bottom: 20px;}
      .head-main h1{font-size: 20px;}
      .ban-right{margin-top: 100px;}
      .head-main{bottom: -80px;left: 20px;}
      .scale-text{top: 10px;
    left: 115px;}
    .scale-text h1{font-size: 25px;}
    .card{padding: 20px !important;}
      .scale{min-height: 100%;}
      ._tumbs {
    grid-template-columns: 49% 49%;
    grid-column-gap: 1%;
    grid-template-rows: 35% 35% 35%;
    grid-row-gap: 3%;
    text-align: center;
    font-size: 80%;
    margin-bottom: 15%;}
    .common h2{
      font-size: 22px;
    }
    ._tumbs ._box{
      padding: 15% 0% !important;
    }

  
      .naturing{text-align: center;}
      .bg-abt{margin: 30px 0px;}
      .lead-subhead{font-size: 22px;}
      .main{
        font-size: 30px;
      }
      .phone{margin-left: 1px;}
      .brand-img{margin-top: 15px;}
      .mb-right{width: 50%;}
      .mb-left{width: 50%;}
      .mu-counter-nav li .mu-single-counter{float: none;}
      .mu-counter-nav li{border-right: none;}
      .term{padding-left: 45px;}
      .footer .copyright{padding-top: 0px !important;}
      .carousel-indicators{display: none;}
      .img-btn{padding: 0px !important; margin: 0px !important;}
      .video{
        padding: 25px 0px;
      }
      div.form{
      position: absolute;
      width: 350px;
      top: 0;
      right: 50px;
      height: 100%;
      background: black;
      padding: 5% 2%;
    }
    .testimonial4_slide p{margin: 0 0;}
    .learn-head h1{font-size: 20px;}
    .mu-counter-nav {
    display: inline-block;
   /* width: 100%;*/
    padding: 40px;
    padding-left: 9%;
}
    .connect-us{
      padding-left: 45px;
      padding-top: 0px;
    }
    /*div.form h3{padding-bottom: 20px;}*/
    div.form button{margin-top: 20px; margin-bottom: 30px;border: 1px #DA362B solid;
    background: #DA362B;color: white;}
    div.form form input {margin-bottom: 15px;height: 45px;}
    .form input, .form select{margin-bottom: 15px;height: 45px;font-size: 15px;}
    .abt p{font-size: 18px;padding: 0px;}
    .employees, .customer, .design, .order{margin-top: 20px; margin-bottom: 20px;}
    .navbar-left{text-align: center;}
    .navbar-left p{font-size: 14px;}
    /*.logo{height: auto;}*/
    }

  .owl-slide-3 .owl-nav .owl-next, .owl-slide .owl-nav .owl-next {
    right: 0;
    background-color: bisque }
  .owl-slide-3 .owl-dots, .owl-slide .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .owl-slide-3 .owl-dots .owl-dot, .owl-slide .owl-dots .owl-dot {
      display: inline-block; }
      .owl-slide-3 .owl-dots .owl-dot > span, .owl-slide .owl-dots .owl-dot > span {
        border-radius: 50%;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 2px 5px;
        background: rgba(0, 0, 0, 0.2); }
      .owl-slide-3 .owl-dots .owl-dot.active > span, .owl-slide .owl-dots .owl-dot.active > span {
        background: #923e15; }

.owl-slide .owl-nav {
  display: none; }

.feature-1 .icon-wrapper, .person .icon-wrapper {
  position: relative;
  width: 96px;
  height: 55.43px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  margin-top: -33.94px;
  background: #ccc; }
  .feature-1 .icon-wrapper > span, .person .icon-wrapper > span {
    width: 96px;
    height: 96px;
    text-align: center;
    font-size: 3rem;
    line-height: 96px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0; }
  .feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px; }
  .feature-1 .icon-wrapper:before, .person .icon-wrapper:before {
    top: -33.94px; }
  .feature-1 .icon-wrapper:after, .person .icon-wrapper:after {
    bottom: -33.94px; }

.feature-1 .feature-1-content, .person .feature-1-content {
  /*padding: 50px 20px 20px 20px;*/
  padding: 5px 15px;
   }
   .feature-1 p{
     font-size: 15px;
    color: #424242;
    text-align: center;
    font-family: 'Roboto', sans-serif;
  
   }
   .popular-head{
    padding: 20px 0px;text-align: center;
   }
   .popular-head a{color: #000;font-weight: 700;}

  .feature-1 .feature-1-content h2, .person .feature-1-content h2 {
    font-size: 1.3rem;
    color: #000; }

.person {
  margin-bottom: 50px !important; }
  .person img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto; }

.course-1-item {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .course-1-item figure {
    position: relative; }
  .course-1-item .category {
    background: #51be78;
    padding: 20px; }
    .course-1-item .category h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 0; }
  .course-1-item .price {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
    padding: 10px 20px;
    background: #183661;
    color: #fff; }
  .course-1-item .course-1-content {
    padding: 20px 40px;
    text-align: center; }
    .course-1-item .course-1-content h2 {
      margin: 0 0 30px 0;
      font-size: 18px;
      color: #000; }
    .course-1-item .course-1-content .rating {
      text-align: center; }
      .course-1-item .course-1-content .rating > span {
        display: inline-block;
        margin: 2px; }
    .course-1-item .course-1-content .desc {
      font-size: 15px; }

.footer {
 /* padding: 40px 0;*/
  background: black;
  font-size: 14px;
  color: #fff; }
  .footer .footer-heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px; }
    .footer .footer-heading span {
      border-bottom: 3px solid #fff; }
  .footer a:hover {
    color: #fff;
    text-decoration: underline; }
  .footer .copyright {
    color: #fff;
    padding-top: 20px;
    text-align: center; }

.ftco-subscribe-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .ftco-subscribe-1:before {
    position: absolute;
    content: "";
    background: #183661;
    opacity: .7;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ftco-subscribe-1 > .container {
    position: relative;
    z-index: 2; }
    .ftco-subscribe-1 > .container h2, .ftco-subscribe-1 > .container p {
      color: #fff; }
  .ftco-subscribe-1 .form-control {
    height: auto !important; }

.video-1 {
  position: relative;
  display: block; }
  .video-1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; }
    .video-1 .play > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-1:hover {
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3); }

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 2000; }

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }
  .carousel{
       position: relative;
    width: auto;
}
 .carousel-inner img {
      width: 100%;
      height: 100%;
  }
#fSuccess{
  display: none; color: white;
  padding: 20px 20px;
}
#fSuccess1{
  display: none; color: white;
  padding: 20px 20px;
}
  .md_banr{
  padding: 60px 0 !important;
}


@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


@media only screen and (max-width: 480px) {
  .brands-all{
      margin-top: 0px;}
  
  .bg-1{display: none;}.bg-1-mbl{display: block !important;}.modal-dialog{width: auto !important;}.content h2{
    padding-top:0px;
  }
  .icons{
    padding-bottom: 25px;
  }
  .feature-1 p{
    font-size: 18px;
    padding: 0 15%;
  }
  .titl{
   color: #046ab2;
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
    /* padding-bottom: 20px; */
    cursor: pointer;
    font-weight: 600;
  }
  .site-section{
    padding: 30px 0;
  }
  .owl-slide-3 .owl-dots, .owl-slide .owl-dots{
    padding-bottom: -5px;
  }
  .bg-7{
   /* padding: 20px 0px;*/
    background-color: #f6f6f6;
  }
  .bg-3{
    padding-bottom: 20px !important;
  }
  .section-bg.style-1 p{
    font-size: 18px;
  }
  .Lead{
    font-size: 20px;
  }
  .form{
    position: initial !important;
    width: auto !important;
  }
  .carousel-indicators{
    margin-bottom: 0px;
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
