.footer-link ul li{display: flex !important;}
.footer-link ul li i{color: #c81912;margin-right: 5px;}
.footer-link ul li a{color: #fff;font-size: 17px;display: inline-block;margin: 5px 0px 0px 0px;}
.footer-link ul li span{color: #fff !important;font-size: 17px !important;}
.footer-link ul li a:hover{padding-left: 0px;color: #c81912;}
.footer-link ul li{margin-bottom: 10px;}
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li{display: inline-block;margin-bottom: 10px;margin-left: 7px;}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before{content: "\e035";font-family: "dripicons-v2" !important;position: absolute;top: 40%;left: 50%;transform: translate(-50%,-50%);font-size: 24px;color: #c81912;transition: .3s;opacity: 0;z-index: 9;}
.f-insta ul li a::after{content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: #c81912;opacity: 0;transition: .3s;}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}
.f-contact i{width: 40px;height: 40px;background: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;line-height: 40px;color: #fff !important;text-align: center;border-radius: 50%;float: left;}
.f-contact span{float: left;color: #ddd;margin-left: 8px;}
.f-contact li{float: left;margin-bottom: 20px !important;width: 100%;}

/** intro-section **/
.intro-section{position: relative;padding: 50px 0px;}
.intro-section .inner-container{position: relative;display: block;padding: 0px 0px;border-radius: 10px;margin-top: 0px;z-index: 1;}
.intro-section .inner-container .single-item{position: relative;float: left;width: 25%;}
.intro-section .inner-container .single-item .inner-box{position: relative;display: block;text-align: center;max-width: 212px;margin: 0 auto;border: 1px solid #cfcfcf;background: #fff;border-radius: 10px;padding: 42px 10px 36px 10px;transition: all 500ms ease;}
.intro-section .inner-container .single-item .inner-box:hover{background: #fe2a37;border-color: #fe2a37;}
.intro-section .inner-container .single-item .inner-box .icon-box{position: relative;display: inline-block;font-size: 60px;line-height: 60px;color: #000;margin-bottom: 6px;transition: all 500ms ease;}
.intro-section .inner-container .single-item .inner-box h5{position: relative;display: block;font-size: 18px;line-height: 28px;color: #16161b;font-weight: 700;}
.intro-section .inner-container .single-item .inner-box h5 a{position: relative;display: inline-block;color: #16161b;}
.intro-section .inner-container .single-item .inner-box:hover .icon-box,.intro-section .inner-container .single-item .inner-box:hover h5,.intro-section .inner-container .single-item .inner-box:hover h5 a{color: #fff;}

/** service-style-four **/
.service-style-four{position: relative;display: block;padding: 95px 0px 100px 0px;}
.service-style-four .title-box{position: relative;max-width: 750px;width: 100%;margin: 0 auto;margin-bottom: 62px;}
.service-style-four .title-box .top-text{position: relative;display: block;font-size: 16px;font-weight: 700;color: #fc9a36;margin-bottom: 10px;}
.service-style-four .title-box h1 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 23px;
}

.service-style-four .title-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #5d5d66;
}

.service-block-four .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-block-four .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 65px;
  color: #fc9a36;
  margin-bottom: 22px;
}

.service-block-four .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 9px;
}

.service-block-four .inner-box h3 a {
  position: relative;
  display: inline-block;
  color: #0c0d24;
}

.service-block-four .inner-box h3 a:hover {
  color: #fc9a36;
}

.service-block-four .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 24px;
}

.service-block-four .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0c0d24;
  line-height: 26px;
  border: 1px solid #e9e9e9;
  padding: 6px 35px;
  text-align: center;
}

.service-block-four .inner-box .btn-box a:hover {
  color: #fff;
  background: #fc9a36;
  border-color: #fc9a36;
}

.service-block-four .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.service-block-four .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.service-block-four .inner-box .left-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four .inner-box .left-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four .inner-box .right-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four .inner-box .right-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four:hover .inner-box .left-layer:before, 

.service-block-four:hover .inner-box .left-layer:after {
  height: 100%;
}

.service-block-four:hover .inner-box .right-layer:before, 

.service-block-four:hover .inner-box .right-layer:after {
  height: 100%;
}





/*Sticky-Icon Start*/



.email-icon {
  position: fixed;
  bottom: 40%;
  right: 1%;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.email-icon .icon_logo {
  position: relative;
  z-index: 9999;
  padding: 5px;
}

.email-icon .icon_logo > a > img {
  width: 100%;
}

.email-icon .circle_waves {
  border-radius: 50%;
  background-color: #fd571d;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

.modal-backdrop {
  /*z-index: 9;*/;
}

.modal-dialog {
  width: 50%;
}

.modal-title {
  font-size: 24px;
}

.modal-header {
  padding: 10px 15px;
}

.modal-header .modal-title {
  color: #5663c1;
}

.modal .cross-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  background: #5663c1;
  z-index: 999;
  opacity: 1;
  border-radius: 100%;
  color: #fff;
  border: 1px solid #5663c1;
}

.modal .cross-btn span {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

@media (max-width: 767px) {

  .modal-dialog {
    width: 70%;
    left: 50%;
    transform: translateX(-50%) !important;
  }
}

.email-model .form-group {
  margin-bottom: 0;
}

.right-popup .text {
  margin-bottom: 0px;
  font-size: 16px;
}

.right-popup h4.text {
  color: #222;
}

.right-popup input, .right-popup textarea {
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  color: #9b9b9b;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, .form-control:focus {
  box-shadow: 0 0 5px #e8c0d6 !important;
  border-color: transparent;
}

.popuo-btn {
  text-align: center;
  float: unset;
  margin: 0 auto;
}

.right-popup button {
  background: #f95259 none repeat scroll 0 0;
  border: 2px solid transparent;
  border-radius: 50px;
  color: #fff;
  display: inline-block !important;
  font-weight: 500;
  margin-top: 20px;
  padding: 0 10px;
  text-transform: capitalize;
  height: unset;
  line-height: 30px;
  width: 100%;
}

.right-popup button:hover {
  background: none;
  border: 2px solid #5663c1;
  color: #5663c1;
}







/*Whatsapp*/

.whatsapp-btn {
  position: fixed;
  bottom: 13%;
  left: 2%;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.whatsapp-btn .icon_logo {
  position: relative;
  z-index: 9999;
  padding: 5px;
}

.whatsapp-btn .icon_logo > a > img {
  width: 100%;
}

.whatsapp-btn .circle_waves {
  border-radius: 50%;
  background-color: #3cc04e;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}


/*duns-icon*/
.duns-icon {position: fixed;bottom: 35%;left: 0%;width: auto;height: auto;z-index: 9999;}
.duns-icon .icon_logo {position: relative;z-index: 9999;padding: 5px;}
.duns-icon .icon_logo > a > img {width: 100%;}
.duns-icon .circle_waves {border-radius: 50%;background-color: #3cc04e;width: 50px;height: 50px;position: absolute;opacity: 0;bottom: 1px;left: 0px;z-index: 99;animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);}

/*Call*/
.call-btn {position: fixed;bottom: 31%;right: 1%;width: 50px;height: 50px;z-index: 9999;}
.call-btn .icon_logo {position: relative;z-index: 9999;padding: 5px;}
.call-btn .icon_logo > a > img {width: 100%;}
.call-btn .circle_waves {border-radius: 50%;background-color: #fd571d;width: 50px;height: 50px;position: absolute;opacity: 0;bottom: 1px;left: 0px;z-index: 99;animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);}

/*Location*/
.location-btn {position: fixed;bottom: 22%;right: 1%;width: 50px;height: 50px;z-index: 9999;}
.location-btn .icon_logo {position: relative;z-index: 9999;padding: 5px;}
.location-btn .icon_logo > a > img {width: 100%;}
.location-btn .circle_waves {border-radius: 50%;background-color: #fd571d;width: 50px;height: 50px;position: absolute;opacity: 0;bottom: 1px;left: 0px;z-index: 99;animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);}
@keyframes waves {
  from {transform: scale(.55, .55);opacity: .6;}
  to {transform: scale(1.8, 1.8);opacity: 0;}
}
/*Sticky End*/

.menu-text {font-size: 18px;color: #fff;font-weight: 500;margin: 5px 0px 5px 0px;}

/* ========== Contact Info ========== */
.header-contact .top-right ul {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.header-contact .top-right ul li {font-size: 14px;}
.header-contact .top-right ul {padding: 30px 0 20px;margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: end;
  -ms-flex-pack: end;justify-content: flex-end;}
.header-contact .top-right ul li {list-style: none;font-size: 18px;line-height: 100%;font-weight: 600;color: #fff;margin-right: 50px;}
.header-contact .top-right ul li a {list-style: none;font-size: 18px;line-height: 100%;font-weight: 600;color: #fff;margin-right: 50px;}
.header-contact .top-right ul li a:hover,.header-contact .top-right ul li a:focus {
  list-style: none;font-size: 18px;line-height: 100%;font-weight: 600;color: #f45905;margin-right: 50px;}
.header-contact .top-right ul li:last-child {
  margin-right: 0;
}

.header-contact .top-right ul li i {
  margin-right: 11px;
}

.testimonial-bg {
  background: url(../images/project-bg.jpg) center center no-repeat;
  background-size: cover;
}



/* ========== Tabs Css ========== */



.product-bg {
  background: url(../images/products-bg.jpg) center center no-repeat;
  background-size: cover;
}

.products-titl {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  color: #00215b;
  margin-bottom: 10px;
}

.products-dec {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: justify;
  color: #546e9b;
}

.header-back {
  padding: 0px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #005195;
  transition: all 0.3s ease 0.4s;
  border-radius: 0px !important;
}

.tabbable-responsive {
  display: block;
  min-width: 100%;
  overflow-x: auto;
  margin: 0px -20px -13px -20px;
}

.tabbable {
  min-width: 100%;
}

.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 21px;
  border-bottom: none;
}

.tabbable .nav-tabs .nav-item {
  display: inline-block;
  margin: 0px;
}

.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 25px;
}

.tabbable .nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f26722;
  border-color: #f26722 #f26722 #f26722;
  border-radius: 0px !important;
}

.tabbable .nav-tabs .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #f26722;
  border-color: #f26722 #f26722 #f26722;
  border-radius: 0px !important;
}





/* ============ Single Tab Button */



.single-tab.one {
  background: #00215b;
}

.single-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 24px;
  width: fit-content;
}

.single-tab .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
}

.single-tab .icon i {
  width: auto;
  min-height: 100%;
  font-size: 25px;
}

.single-tab h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  margin-top: -5px;
  margin-bottom: -5px;
}

.section-video {
  padding: 50px 0;
}



/*Video-Banner Section Start*/

.videio-banner {
  position: relative;
  background-color: #fff;
  height: 550px;
  width: 100%;
  overflow: hidden;
}

.videio-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videio-banner .container {
  position: relative;
  z-index: 2;
}

.videio-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}



/*Video-Banner Section End*/



.mobile-menu {
  margin: 10px 0px 0px 0px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #fd571d;
  transition: 1s ease;
}

.scroll-top:hover {
  background: #192d66;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top span {
  color: #fff;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}





/** project-style-two **/



.project-style-two {
  position: relative;
  display: block;
  padding: 0px 0px 85px 0px;
}

.project-style-two:before {
  position: absolute;
  content: '';
  background: url(../images/background/project-shap-2.jpg);
  width: 100%;
  height: 806px;
  left: 0px;
  top: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.project-style-two .sec-title {
  margin-bottom: 50px;
}

.project-block-two .inner-box {
  position: relative;
  display: block;
}

.project-block-two .inner-box .image-box {
  position: relative;
  display: block;
  background: #f26722;
}

.project-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two:hover .inner-box .image-box img {
  opacity: 0.2;
}

.project-block-two .inner-box .image-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  line-height: 40px;
  color: #f8f8f8;
  opacity: 0;
}

.project-block-two:hover .inner-box .image-box a {
  opacity: 1;
}

.project-block-two .inner-box .lower-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #fd571c;
  padding: 30px 30px 26px 45px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-block-two:hover .inner-box .lower-content {
  transform: scale(1,1);
}

.project-block-two .inner-box .lower-content .count-number {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 60px;
  line-height: 50px;
  color: #fe6a36;
}

.project-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}

.project-block-two .inner-box .lower-content h3 a {
  color: #fff;
}

.project-block-two .inner-box .lower-content .text {
  position: relative;
  display: block;
  color: #ffe4df;
}





/*  scroll css section here*/

.scrolltop .icon {
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.scrolltop {
  position: fixed;
  bottom: 70px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f45905;
  display: none;
  cursor: pointer;
}

.scrolltop:hover {
  background-color: #01215c;
}

@media (max-width: 575.98px) {



  .header .bottom-header .side-bar-btn {
    justify-content: center;
    margin: 5px 0px 0px 0px;
  }

  .mobile-menu {
    display: contents;
    margin: 10px 0px 0px 0px;
  }

  .menu-text {
    margin: 10px 10px;
  }

  .main-header .header-bottom {
    height: 110px;
  }

  .main-header.style-two .header-bottom .logo-box {
    padding: 5px 0px 5px 0px !important;
  }

  .header .bottom-header .next {
    display: none;
  }

  .videio-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 115%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .videio-banner {
    height: 150px;
  }

  .single-tab {
    padding: 10px 15px;
    margin-bottom: 25px;
  }

  .single-tab .icon {
    width: 50px;
    height: 50px;
  }

  .single-tab .icon i {
    font-size: 20px;
  }

  .single-tab h3 {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {



  .header .bottom-header .side-bar-btn {
    justify-content: center;
    margin: 5px 0px 0px 0px;
  }

  .mobile-menu {
    display: contents;
    margin: 10px 0px 0px 0px;
  }

  .menu-text {
    margin: 10px 10px;
  }

  .main-header .header-bottom {
    height: 110px;
  }

  .main-header.style-two .header-bottom .logo-box {
    padding: 5px 0px 5px 0px !important;
  }

  .header .bottom-header .next {
    display: none;
  }

  .main-header .header-bottom {
    height: 90px;
  }

  .main-header.style-two .header-bottom .logo-box {
    padding: 5px 0px 5px 0px !important;
  }

  .videio-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 110%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .videio-banner {
    height: 300px;
  }

  .single-tab {
    padding: 10px 15px;
    margin-bottom: 25px;
  }

  .single-tab .icon {
    width: 50px;
    height: 50px;
  }

  .single-tab .icon i {
    font-size: 20px;
  }

  .single-tab h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {



  .header .bottom-header .side-bar-btn {
    justify-content: center;
    margin: 10px 0px 0px 0px;
  }

  .mobile-menu {
    display: contents;
    margin: 10px 0px 0px 0px;
  }

  .menu-text {
    margin: 10px 10px;
  }

  .main-header .header-bottom {
    height: 110px;
  }

  .main-header.style-two .header-bottom .logo-box {
    padding: 5px 0px 5px 0px !important;
  }

  .header .bottom-header .next {
    display: none;
  }

  .main-header .header-bottom {
    height: 110px;
  }

  .main-header.style-two .header-bottom .logo-box {
    padding: 5px 0px 5px 0px !important;
  }

  .videio-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 110%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .videio-banner {
    height: 300px;
  }

  .single-tab .icon {
    width: 50px;
    height: 50px;
  }

  .single-tab .icon i {
    font-size: 20px;
  }

  .single-tab h3 {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .videio-banner {position: relative;background-color: #fff;height: 500px;width: 106%;overflow: hidden;}
  .single-tab .icon {width: 45px;height: 45px;padding: 13px 0;}
  .single-tab .icon i {font-size: 20px;}
  .single-tab h3 {font-size: 20px;}
}

@media (min-width: 1200px) {}