/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {scroll-behavior: smooth;}

body {font-family: "Source Sans 3", sans-serif;color: #000;}
a {text-decoration: none;}
a:hover {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: "Source Sans 3", sans-serif;}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {padding: 60px 0;overflow: hidden;}
.section-header {text-align: center;padding-bottom: 40px;}
.section-header h2 {font-size: 13px;letter-spacing: 1px;font-weight: 700;margin: 0;color: #0294b9;text-transform: uppercase;}
.section-header p {margin: 10px 0 0 0;padding: 0;font-size: 38px;line-height: 42px;font-weight: 600;color: #000;}

@media (max-width: 768px) {
  .section-header p {font-size: 28px;line-height: 32px;}
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {position: fixed;visibility: hidden;opacity: 0;right: 15px;bottom: 15px;z-index: 99999;background: #ed4856;width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;}
.back-to-top i {font-size: 24px;color: #fff;line-height: 0;}
.back-to-top:hover {background: #0596c2;color: #fff;}
.back-to-top.active {visibility: visible;opacity: 1;}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {transition: all 0.5s;z-index: 997;padding: 20px 0;}
.header.header-scrolled {background: #fff;padding: 15px 0;box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);}
.header .logo {line-height: 0;}
.header .logo img {max-height: 50px;margin-right: 6px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {padding: 0;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar a,
.navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 0 10px 30px;font-size: 15px;font-weight: 400;color: #000;white-space: nowrap;transition: 0.3s;}
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #ea4458;}
.navbar .getstarted,
.navbar .getstarted:focus {background: #0594c0;padding: 8px 20px;margin-left: 30px;border-radius: 4px;color: #fff;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {color: #fff;background: #ea4458;}
.navbar .dropdown ul {display: block;position: absolute;left: 14px;top: calc(100% + 30px);margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {min-width: 200px;}
.navbar .dropdown ul a {padding: 10px 20px;font-size: 15px;text-transform: none;font-weight: 400;}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {color: #ea4458;}
.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
.link-right1, .link-right2{display: none;}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {left: -90%;}
  .navbar .dropdown .dropdown:hover>ul {left: -100%;}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {color: #0496bd;font-size: 28px;cursor: pointer;display: none;line-height: 0;transition: 0.5s;}
.mobile-nav-toggle.bi-x {color: #fff;}

@media (max-width: 991px) {
  .mobile-nav-toggle {display: block;}
  .navbar ul {display: none;}
}

.navbar-mobile {position: fixed;overflow: hidden;top: 0;right: 0;left: 0;bottom: 0;background: rgba(1, 22, 61, 0.9);transition: 0.3s;}
.navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;right: 15px;}
.navbar-mobile ul {display: block;position: absolute;top: 55px;right: 15px;bottom: 15px;left: 15px;padding: 10px 0;border-radius: 10px;background-color: #fff;overflow-y: auto;transition: 0.3s;}
.navbar-mobile a,
.navbar-mobile a:focus {padding: 10px 20px;font-size: 15px;color: #012970;}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {color: #012970;}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {margin: 15px;}
.navbar-mobile .dropdown ul {position: static;display: none;margin: 10px 20px;padding: 10px 0;z-index: 99;opacity: 1;visibility: visible;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}
.navbar-mobile .dropdown ul li {min-width: 200px;}
.navbar-mobile .dropdown ul a {padding: 10px 20px;}
.navbar-mobile .dropdown ul a i {font-size: 12px;}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {color: #4154f1;}
.navbar-mobile .dropdown>.dropdown-active {display: block;}

@media only screen and (max-width:767px){
  .link-right1, .link-right2{display: block;}
  .link-right2 a{justify-content: center;}
  .mob-hide{display: none!important;}
  .navbar-mobile .dropdown ul{margin: 0 20px;padding: 0; box-shadow: none;}
  .video-lt, .video-rt{height: 372px!important;}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {width: 100%;background: url(../img/hero-bg3.png) top center no-repeat;background-size: cover;padding: 120px 0 0;}
.hero h1 {margin: 0;font-size: 50px;font-weight: 700;color: #000;}
.hero h2 {color: #000;margin: 15px 0 0 0;font-size: 22px;}
.hero .btn-get-started {margin-top: 30px;line-height: 0;padding: 15px 40px;border-radius: 4px;transition: 0.5s;color: #fff;background: #0594c0;box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.2);}
.hero .btn-get-started:hover{background: #ee4a55;}
.hero .btn-get-started span {font-weight: 600;font-size: 16px;letter-spacing: 1px;}
.hero .btn-get-started i {margin-left: 5px;font-size: 18px;transition: 0.3s;}
.hero .btn-get-started:hover i {transform: translateX(5px);}
.hero .hero-img {text-align: right;display: flex;justify-content: end;gap: 10px;}
.hero-img{ height: 500px; position: relative; text-align: center;}
.hero-img img{height: 500px; object-fit: contain;}
.home-hero{height:580px;}
.hero .hero-img video.hoverVideo{  border-radius: 12px;}
/*.video-lt {border: 5px solid #0295c1;}
.video-rt{border: 5px solid #ed4856;}*/

#hero .animated {animation: up-down 2s ease-in-out infinite alternate-reverse both;}
#hero .animated1 {animation: up-down 2s ease-in-out infinite alternate-reverse both;}
@-webkit-keyframes up-down {
  0% {transform: translateY(10px);}
  100% {transform: translateY(-10px);}
}

@keyframes up-down {
  0% {transform: translateY(10px);}
  100% {transform: translateY(-10px);}
}

.hero-waves {display: block;margin-top: 60px;width: 100%;height: 60px;z-index: 5;position: relative;}
.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}

@keyframes move-forever1 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}

@-webkit-keyframes move-forever2 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}

@keyframes move-forever2 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}

@-webkit-keyframes move-forever3 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}

@keyframes move-forever3 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}


@media (min-width: 1024px) {
  .hero {background-attachment: fixed;}
}

@media (max-width: 991px) {
  .hero {height: auto;padding: 120px 0 60px 0;}
  .hero .hero-img {text-align: center;margin-top: 80px;}
  .hero .hero-img img {width: 80%;}
}

@media (max-width: 768px) {
  .hero {text-align: center;padding: 120px 0 0px 0;}
  .hero h1, .inner-hero h1 {font-size: 32px;}
  .hero h2, .inner-hero h2 {font-size: 18px;font-weight: 400;}
  .hero .hero-img img {width: 100%;}
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {padding: 24px 20px;box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);transition: 0.3s;height: 100%;}
.features .feature-box h3 {font-size: 18px;color: #000;font-weight: 600; margin: 0;}
.features .feature-box i {line-height: 0;background: #0596c2;padding: 4px;margin-right: 10px;font-size: 24px;border-radius: 3px;transition: 0.3s;color: #fff;}
.features .feature-box:hover i {background: #ed4856;color: #fff;}
.features .feture-tabs {margin-top: 120px;}
.features .feture-tabs h3 {color: #012970;font-weight: 700;font-size: 32px;margin-bottom: 10px;}

@media (max-width: 768px) {
  .features .feture-tabs h3 {font-size: 28px;}
}

.features .feture-tabs .nav-pills {border-bottom: 1px solid #eee;}
.features .feture-tabs .nav-link {background: none;text-transform: uppercase;font-size: 15px;font-weight: 600;color: #012970;padding: 12px 0;margin-right: 25px;margin-bottom: -2px;border-radius: 0;}
.features .feture-tabs .nav-link.active {color: #4154f1;border-bottom: 3px solid #4154f1;}
.features .feture-tabs .tab-content h4 {font-size: 18px;margin: 0;font-weight: 700;color: #012970;}
.features .feture-tabs .tab-content i {font-size: 24px;line-height: 0;margin-right: 8px;color: #4154f1;}
.features .feature-icons {margin-top: 120px;}
.features .feature-icons h3 {color: #012970;font-weight: 700;font-size: 32px;margin-bottom: 20px;text-align: center;}

@media (max-width: 768px) {
  .features .feature-icons h3 {font-size: 28px;}
}

.features .feature-icons .content .icon-box {display: flex;}
.features .feature-icons .content .icon-box h4 {font-size: 20px;font-weight: 700;margin: 0 0 10px 0;color: #012970;}
.features .feature-icons .content .icon-box i {font-size: 44px;line-height: 44px;color: #0245bc;margin-right: 15px}
.features .feature-icons .content .icon-box p {font-size: 15px;color: #848484;}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values{width: 100%;background: url(../img/hero-bg2.jpg) top center no-repeat;background-size: cover;background-attachment: fixed;padding: 60px 0;}
.values .box {padding: 15px;box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);text-align: center;transition: 0.3s;height: 100%;overflow: hidden;background-color: #fff;}
.values .box .box-img{overflow: hidden; }
.values .box img {transition: 0.5s;}
.values .box h3 {font-size: 22px;color: #000;font-weight: 600;margin-top: 10px;margin-bottom: 18px;}
.values .box:hover {box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);}
.values .box:hover img {transform: rotate(6deg) scale(1.2);}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {padding: 80px 0;background: url("../img/cta-bg.jpg") no-repeat;background-position: center center;background-size: cover;position: relative;min-height: 500px;}
.about::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.8);}
.about .content {background-color: #f6f9ff;padding: 40px;}
.about h3 {font-size: 14px;font-weight: 700;color: #4154f1;text-transform: uppercase;}
.about h2 {font-size: 50px;font-weight: 600;color: #fff;margin-bottom: 20px;}
.about p {margin: 15px 0 30px 0;line-height: 24px;}
.about .btn-read-more {line-height: 0;padding: 15px 40px;border-radius: 4px;transition: 0.5s;color: #fff;background: #0594c0;box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);}
.about .btn-read-more:hover{background: #ea4458;}
.about .btn-read-more span {font-weight: 600;font-size: 16px;letter-spacing: 1px;}
.about .btn-read-more i {margin-left: 5px;font-size: 18px;transition: 0.3s;}
.about .btn-read-more:hover i {transform: translateX(5px);}
.video-box {/*background: url("../img/ox_banner-skate.png") center center no-repeat;background-size: contain;*/height: 500px;}
.about .play-btn {width: 94px;height: 94px;background: radial-gradient(#ef4a5a 50%, rgba(239, 74, 90, 0.4) 52%);border-radius: 50%;display: block;position: absolute;left: calc(50% - 47px);top: calc(50% - 47px);overflow: hidden;}
.about .play-btn::after {content: "";position: absolute;left: 50%;top: 50%;transform: translateX(-40%) translateY(-50%);width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 15px solid #fff;z-index: 100;transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.about .play-btn::before {content: "";position: absolute;width: 120px;height: 120px;-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-animation: pulsate-btn 2s;animation: pulsate-btn 2s;-webkit-animation-direction: forwards;animation-direction: forwards;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-timing-function: steps;animation-timing-function: steps;opacity: 1;border-radius: 50%;border: 5px solid rgba(63, 67, 253, 0.7);top: -15%;left: -15%;background: rgba(198, 16, 0, 0);}
.about .play-btn:hover::after {border-left: 15px solid #ef4a5a;transform: scale(20);}
.about .play-btn:hover::before {content: "";position: absolute;left: 50%;top: 50%;transform: translateX(-40%) translateY(-50%);width: 0;height: 0;border: none;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 15px solid #fff;z-index: 200;-webkit-animation: none;animation: none;border-radius: 0;}

@-webkit-keyframes pulsate-btn {
  0% {transform: scale(0.6, 0.6);opacity: 1;}
  100% {transform: scale(1, 1);opacity: 0;}
}

@keyframes pulsate-btn {
  0% {transform: scale(0.6, 0.6);opacity: 1;}
  100% {transform: scale(1, 1);opacity: 0;}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-wrap {transition: 0.3s;position: relative;overflow: hidden;z-index: 1;background: rgba(255, 255, 255, 0.75);}
.portfolio .portfolio-wrap::before {content: "";background: rgba(255, 255, 255, 0.75);position: absolute;left: 30px;right: 30px;top: 30px;bottom: 30px;transition: all ease-in-out 0.3s;z-index: 2;opacity: 0;}
.portfolio .portfolio-wrap img {transition: 1s;height:270px;object-fit: cover;}
.portfolio .portfolio-wrap .portfolio-info {opacity: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;text-align: center;z-index: 3;transition: all ease-in-out 0.3s;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.portfolio .portfolio-wrap .portfolio-info::before {display: block;content: "";width: 48px;height: 48px;position: absolute;top: 35px;left: 35px;border-top: 3px solid rgba(1, 41, 112, 0.2);border-left: 3px solid rgba(1, 41, 112, 0.2);transition: all 0.5s ease 0s;z-index: 9994;}
.portfolio .portfolio-wrap .portfolio-info::after {display: block;content: "";width: 48px;height: 48px;position: absolute;bottom: 35px;right: 35px;border-bottom: 3px solid rgba(1, 41, 112, 0.2);border-right: 3px solid rgba(1, 41, 112, 0.2);transition: all 0.5s ease 0s;z-index: 9994;}
.portfolio .portfolio-wrap .portfolio-info h4 {font-size: 20px;color: #000;font-weight: 600;}
.portfolio .portfolio-wrap .portfolio-info p {color: #012970;font-weight: 600;font-size: 14px;text-transform: uppercase;padding: 0;margin: 0;}
.portfolio .portfolio-wrap .portfolio-links {text-align: center;z-index: 4;}
.portfolio .portfolio-wrap .portfolio-links a {color: #fff;background: #0597bc;margin: 10px 2px;width: 36px;height: 36px;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%;transition: 0.3s;}
.portfolio .portfolio-wrap .portfolio-links a i {font-size: 24px;line-height: 0;}
.portfolio .portfolio-wrap .portfolio-links a:hover {background: #f0495d;}
.portfolio .portfolio-wrap:hover img {transform: scale(1.1);}
.portfolio .portfolio-wrap:hover::before {top: 0;left: 0;right: 0;bottom: 0;opacity: 1;}
.portfolio .portfolio-wrap:hover .portfolio-info {opacity: 1;}
.portfolio .portfolio-wrap:hover .portfolio-info::before {top: 15px;left: 15px;}
.portfolio .portfolio-wrap:hover .portfolio-info::after {bottom: 15px;right: 15px;}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details { padding-top: 40px;}
.portfolio-details .portfolio-details-slider img {width: 100%;}
.portfolio-details .portfolio-details-slider .swiper-pagination {margin-top: 20px;position: relative;}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {width: 12px;height: 12px;background-color: #fff;opacity: 1;border: 1px solid #4154f1;}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {background-color: #4154f1;}
.portfolio-details .portfolio-info {padding: 30px;box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);}
.portfolio-details .portfolio-info h3 {font-size: 22px;font-weight: 700;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #eee;}
.portfolio-details .portfolio-info ul {list-style: none;padding: 0;font-size: 15px;}
.portfolio-details .portfolio-info ul li+li {margin-top: 10px;}
.portfolio-details .portfolio-description {padding-top: 30px;}
.portfolio-details .portfolio-description h2 {font-size: 26px;font-weight: 700;margin-bottom: 20px;}
.portfolio-details .portfolio-description p {padding: 0;}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {padding: 70px 0 60px;}
.counts .count-box {display: flex;align-items: center;padding: 25px;width: 100%;background: #fff;box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);}
.counts .count-box i {font-size: 42px;line-height: 0;margin-right: 20px;}
.counts .count-box i.cl1{color: #86c251;}
.counts .count-box i.cl2{color: #0091bd;}
.counts .count-box i.cl3{color: #f9d90c;}
.counts .count-box i.cl4{color: #ed4950;}
.counts .count-box span {font-size: 36px;display: block;font-weight: 600;color: #000;}
.counts .count-box p {padding: 0;margin: 0;font-size: 14px;}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{width: 100%;background: url(../img/hero-bg2.jpg) top center no-repeat;background-size: cover;background-attachment: fixed;padding: 60px 0;}
.services .service-box {border-radius: 12px;overflow: hidden;position: relative;box-shadow: 0px 0 20px rgba(1, 41, 112, 0.3);transition: 0.3s;padding: 10px;}
.services .service-box video {max-width: 100%;margin-bottom: 0;object-fit: cover;border-radius: 12px;}
.services .service-box h4{font-size: 18px;font-weight: 600;line-height: 24px;margin-bottom: 10px;color: #000;}
.caption-area img {width: 22px;height: 22px;border-radius: 2px;margin-right: 5px;}
.caption-area h6 {font-size: 16px;color: #000;line-height: 22px;}
.services .service-box .read-more {display: inline-flex;align-items: center;justify-content: center;font-weight: 600;font-size: 16px;padding: 8px 20px;}
.services .service-box .read-more i {line-height: 0;margin-left: 5px;font-size: 18px;}
.services .service-box.blue {border-bottom: 3px solid #0295c1;}
.services .service-box.blue .icon {color: #2db6fa;background: #0295c1;}
.services .service-box.blue .read-more {color: #0295c1;}
.services .service-box.blue:hover {background: #0295c1;}
.services .service-box.orange {border-bottom: 3px solid #fbd707;}
.services .service-box.orange .icon {color: #f68c09;background: #fbd707;}
.services .service-box.orange .read-more {color: #fbd707;}
.services .service-box.orange:hover {background: #fbd707;}
.services .service-box.green {border-bottom: 3px solid #82bd49;}
.services .service-box.green .icon {color: #82bd49;background: #cffddf;}
.services .service-box.green .read-more {color: #82bd49;}
.services .service-box.green:hover {background: #82bd49;}
.services .service-box.red {border-bottom: 3px solid #ee465d;}
.services .service-box.red .icon {color: #e9222c;background: #ee465d;}
.services .service-box.red .read-more {color: #ee465d;}
.services .service-box.red:hover {background: #ee465d;}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {opacity: 0.8;transition: 0.3s;}
.clients .clients-slider .swiper-slide img:hover {opacity: 1;}
.clients .clients-slider .swiper-pagination {margin-top: 20px;position: relative;}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {width: 12px;height: 12px;background-color: #fff;opacity: 1;border: 1px solid #4154f1;}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {background-color: #4154f1;}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {padding: 40px 20px;background: #f4f4f4;text-align: center;box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);border-radius: 4px;position: relative;overflow: hidden;transition: 0.3s;}
.pricing .box:hover {transform: scale(1.1);box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);}
.pricing h3 {font-weight: 600;font-size: 18px;margin-bottom: 15px;}
.pricing .price {font-size: 36px;color: #000;font-weight: 600;}
.pricing .price sup {font-size: 20px;top: -15px;left: -3px;}
.pricing .price span {color: #bababa;font-size: 16px;font-weight: 300;}
.pricing img {padding: 30px 40px;}
.pricing ul {padding: 0;list-style: none;color: #000;text-align: center;line-height: 26px;font-size: 16px;margin-bottom: 25px;}
.pricing ul li {padding-bottom: 10px;}
.pricing ul .na {color: #ccc;text-decoration: line-through;}
.pricing .btn-buy {display: inline-block;padding: 8px 40px 10px 40px;border-radius: 5px;color: #fff;transition: none;font-size: 16px;font-weight:600;transition: 0.3s;background: #0395ba;border: 1px solid #0395ba;}
.pricing .btn-buy:hover {background: #ed4856;border:1px solid #ed4856;color: #fff;}
.pricing .featured {width: 200px;position: absolute;top: 18px;right: -68px;transform: rotate(45deg);z-index: 1;font-size: 14px;padding: 1px 0 3px 0;background: #4154f1;color: #fff;}
.blue{color: #0597bc;}
.green{color: #52ae4b;}
.orange{color: #fbd506;}
.red{color: #ed4755;}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {box-sizing: content-box;padding: 30px;margin: 40px 30px;box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);background: #0596c2;min-height: 320px;display: flex;flex-direction: column;text-align: center;transition: 0.3s;}
.testimonials .testimonial-item .stars {margin-bottom: 15px;}
.testimonials .testimonial-item .stars i {color: #ffc107;margin: 0 1px;}
.testimonials .testimonial-item .testimonial-img {width: 90px;border-radius: 50%;border: 4px solid #fff;margin: 0 auto;}
.testimonials .testimonial-item h3 {font-size: 18px;font-weight: 600;margin: 10px 0 5px 0;color: #fff;}
.testimonials .testimonial-item h4 {font-size: 14px;color: #000;margin: 0;}
.testimonials .testimonial-item p {font-style: normal;margin: 0 auto 15px auto;color: #fff;}
.testimonials .swiper-pagination {margin-top: 20px;position: relative;}
.testimonials .swiper-pagination .swiper-pagination-bullet {width: 12px;height: 12px;background-color: #fff;opacity: 1;border: 1px solid #ed4856;}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {background-color: #ed4856;}
.testimonials .swiper-slide {opacity: 0.3;}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {opacity: 1;}
  .testimonials .testimonial-item{margin: 0;}
  .testimonials .swiper-pagination {margin-top: 20px;}
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {opacity: 1;transform: scale(1.12);}
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);transition: 0.3s;height: 100%;overflow: hidden;padding: 15px;border-radius: 8px;position: relative;display: flex;flex-direction: column;justify-content: space-between;}
.recent-blog-posts .post-box .post-img {overflow: hidden;margin: -30px -30px 15px -30px;position: relative;}
.recent-blog-posts .post-box .post-img img {transition: 0.5s;height: 220px;object-fit: cover;}
.recent-blog-posts .post-box .post-date {font-size: 14px;font-weight: 500;color: rgba(62, 62, 62, 0.6);display: block;margin-bottom: 10px;}
.recent-blog-posts .post-box .post-title {font-size: 18px;color: #000;font-weight: 600;margin-bottom: 18px;position: relative;transition: 0.3s;}
.recent-blog-posts .post-box .readmore {display: flex;align-items: center;font-weight: 600;line-height: 1;transition: 0.3s;color: #0293bf;}
.recent-blog-posts .post-box .readmore i {line-height: 0;margin-left: 4px;font-size: 18px;}
.recent-blog-posts .post-box:hover .post-title {color: #0293bf;}
.recent-blog-posts .post-box:hover .post-img img {transform: rotate(6deg) scale(1.2);}
.recent-blog-posts .post-box:hover .readmore{color: #eb4859;}
.icon-area span{color:#ed4856;}
.icon-area img{width: 20px;}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {border: 0;}
.faq .accordion-button {padding: 15px 15px 20px 0;font-weight: 600;border: 0;font-size: 18px;color: #444444;text-align: left;}
.faq .accordion-button:focus {box-shadow: none;}
.faq .accordion-button:not(.collapsed) {background: none;color: #0294b9;border-bottom: 0;}
.faq .accordion-body {padding: 0 0 25px 0;border: 0;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {background: #f6f9ff;padding: 0 0 30px 0;font-size: 14px;}
.footer .footer-newsletter {padding: 50px 0;background: #000;}
.footer .footer-newsletter h4 {font-size: 24px;margin: 0 0 10px 0;padding: 0;line-height: 1;font-weight: 600;color: #fff;}
.footer .footer-newsletter p{color: #fff;}
.footer .footer-newsletter form {margin-top: 20px;background: #fff;padding: 6px 10px;position: relative;border-radius: 4px;border: 1px solid #e1ecff;}
.footer .footer-newsletter form input[type=email] {border: 0;padding: 8px;width: calc(100% - 140px);}
.footer .footer-newsletter form input[type=submit] {position: absolute;top: 0;right: 0;bottom: 0;border: 0;background: none;font-size: 16px;padding: 0 30px;margin: 3px;background: #0493bf;color: #fff;transition: 0.3s;border-radius: 4px;}
.footer .footer-newsletter form input[type=submit]:hover {background: #ec4851;}
.footer .footer-top {background: #000 url(../img/footer-bg.jpg) no-repeat right top;background-size: cover;padding: 60px 0 30px 0;position: relative;}

@media (max-width: 992px) {
  .footer .footer-top {background-position: center bottom;}
}

.footer .footer-top .footer-info {margin-bottom: 30px;}
.footer .footer-top .footer-info .logo {line-height: 0;margin-bottom: 15px;}
.footer .footer-top .footer-info .logo img {max-height: 40px;margin-right: 6px;}
.footer .footer-top .footer-info .logo span {font-size: 30px;font-weight: 600;letter-spacing: 1px;color: #012970;margin-top: 3px;}
.footer .footer-top .footer-info p {font-size: 14px;line-height: 24px;margin-bottom: 0;color: #fff;}
.footer .footer-top .social-links a {font-size: 20px;display: inline-block;color:#fff;line-height: 0;margin-right: 10px;transition: 0.3s;}
.footer .footer-top .social-links a:hover {color: #0394c0;}
.footer .footer-top h4 {font-size: 16px;font-weight: 600;color: #fff;text-transform: uppercase;position: relative;padding-bottom: 12px;}
.footer .footer-top .footer-links {margin-bottom: 30px;}
.footer .footer-top .footer-links ul {list-style: none;padding: 0;margin: 0;}
.footer .footer-top .footer-links ul i {padding-right: 2px;color: #0394c0;font-size: 12px;line-height: 0;}
.footer .footer-top .footer-links ul li {padding: 10px 0;display: flex;align-items: center;}
.footer .footer-top .footer-links ul li:first-child {padding-top: 0;}
.footer .footer-top .footer-links ul a {color: #fff;transition: 0.3s;display: inline-block;line-height: 1;}
.footer .footer-top .footer-links ul a:hover {color: #0394c0;}
.footer .footer-top .footer-contact p {line-height: 26px;}
.footer .copyright {text-align: center;padding-top: 30px;color: #000;}


/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
.inner-hero {width: 100%;background: url(../img/inner/hero-bg1.png) top center no-repeat;background-size: cover;padding: 120px 0 50px;}
.inner-hero h1 {margin: 0;font-size: 50px;font-weight: 700;color: #000;}
.inner-hero h2 {color: #000;margin: 15px 0 0 0;font-size: 22px;}
.b-box{padding: 10px;box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1); border-radius: 20px;}
.b2{margin-top: 60px;}
.b3{margin-top: -15px;}

.inner-frst h2{font-size: 38px;line-height: 42px;font-weight: 600;color: #000; margin-bottom: 20px;}
.inner-frst .feature-box {padding: 24px 20px;box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);transition: 0.3s;height: 100%;}
.inner-frst .feature-box i {line-height: 0;background: #0596c2;padding: 4px;margin-right: 10px;font-size: 24px;border-radius: 3px;transition: 0.3s;color: #fff;}
.inner-frst .feature-box h3 {font-size: 18px;color: #000;font-weight: 600;margin: 0;}
.inner-frst .feature-box:hover i {background: #ed4856;color: #fff;}
.inner-frst ul li h3{font-size: 22px;line-height: 22px;font-weight: 600;color: #0594c0;}
.inner-features {width: 100%;background: url(../img/hero-bg2.jpg) top center no-repeat;background-attachment: scroll;background-size: auto;background-size: cover;background-attachment: fixed;padding: 60px 0;}
.play-btn {width: 74px;height: 74px;background: radial-gradient(#ef4a5a 50%, rgba(239, 74, 90, 0.4) 52%);border-radius: 50%;display: block;position: absolute;left: calc(50% - 40px);top: calc(50% - 120px);overflow: hidden;}
.play-btn::after {content: "";position: absolute;left: 50%;top: 50%;transform: translateX(-40%) translateY(-50%);width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 15px solid #fff;z-index: 100;transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.play-btn::before {content: "";position: absolute;width: 74px;height: 74px;-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-animation: pulsate-btn 2s;animation: pulsate-btn 2s;-webkit-animation-direction: forwards;animation-direction: forwards;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-timing-function: steps;animation-timing-function: steps;opacity: 1;border-radius: 50%;border: 5px solid rgba(63, 67, 253, 0.7);top: 0%;left: 0%;background: rgba(198, 16, 0, 0);}
.play-btn:hover::after {border-left: 15px solid #ef4a5a;transform: scale(20);}
.play-btn:hover::before {content: "";position: absolute;left: 50%;top: 50%;transform: translateX(-40%) translateY(-50%);width: 0;height: 0;border: none;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 15px solid #fff;z-index: 200;-webkit-animation: none;animation: none;border-radius: 0;}

.inner-values .btn-read-more {line-height: 0;padding: 8px 15px;border-radius: 4px;transition: 0.5s;color: #fff;background: #0594c0;box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);}
.inner-values .btn-read-more span {font-weight: 400;font-size: 14px;letter-spacing: 1px;}
.inner-values .btn-read-more i {margin-left: 5px;font-size: 18px;transition: 0.3s;}
.inner-values .btn-read-more:hover {background: #ea4458;}

.inner-hero .hoverVideo{max-width: 250px;max-height: 550px;height: fit-content;border-radius: 10px;}
.inner-hero .hoverVideo.video-lt{max-width: 250px;max-height: 550px; top: -16px;position: relative;}
.inner-hero .hoverVideo.video-rt{max-width: 250px;max-height: 550px; top:0px;position: relative;}
.inner-hero .btn-get-started {margin-top: 30px;line-height: 0;padding: 15px 40px;border-radius: 4px;transition: 0.5s;color: #fff;background: #0594c0;box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.2);}
.inner-hero .btn-get-started span {font-weight: 600;font-size: 16px;letter-spacing: 1px;}
.inner-hero .btn-get-started i {margin-left: 5px;font-size: 18px;transition: 0.3s;}
.inner-hero .btn-get-started:hover, .inner-hero .btn-get-sales:focus:hover {color: #fff;background: #ea4458;}
.inner-hero .btn-get-sales {margin-top: 30px;line-height: 0;padding: 15px 40px;border-radius: 4px;transition: 0.5s;color: #fff;background: #ea4458;box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.2);}
.inner-hero .btn-get-sales span {font-weight: 600;font-size: 16px;letter-spacing: 1px;}
.inner-hero .btn-get-sales i {margin-left: 5px;font-size: 18px;transition: 0.3s;}
.inner-hero .btn-get-sales:hover, .inner-hero .btn-get-sales:focus:hover {color: #fff;background: #0594c0;}
.b-box1{-webkit-filter: drop-shadow(0px 10px 15px #8c8c8c);filter: drop-shadow(0px 10px 15px #8c8c8c); border-radius: 20px;}
.b-box2 {padding: 10px;box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);border-radius: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.inner-frst .section-header h2{font-size: 13px;letter-spacing: 1px;line-height:10px;font-weight: 700;margin: 0;color: #0294b9;text-transform: uppercase;}
.section-header .header-text{font-size: 1rem; font-weight: 400;}
.more-info {margin-top: 30px;line-height: 0;padding: 15px 40px;border-radius: 4px;transition: 0.5s;color: #fff;background: #0594c0;box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.2);}
.more-info span {font-weight: 600;font-size: 16px;letter-spacing: 1px;}
.more-info i {margin-left: 5px;font-size: 18px;transition: 0.3s;}
.more-info:hover, .more-info:focus:hover {color: #fff;background: #ea4458;}
/*.video-box1 {background: url("../img/inner/ox_banner-billboard.png") center center no-repeat;background-size: auto;background-size: contain;height: 500px;}*/
.welcome-box{margin-bottom: 40px;}
.welcome-box li, .in-text{color: #fff; font-size: 20px; font-weight: 600;}
.news-testimonials .post-box img{width: 100px; height: 85px; object-fit: cover;}
.news-testimonials .post-box h3.post-title{font-size: 15px;}

.news-testimonials .testimonials .swiper-slide{opacity: 1;}
.news-testimonials .testimonials .swiper-slide-next {opacity: 1;transform: scale(1);}
.news-testimonials .testimonials .testimonial-item{margin: 0;}

.driving-hero{padding: 120px 0 50px;}

.tabbed-box .hoverVideo.video-lt{width: 250px; border-radius: 10px;}
.tabbed-frame {width: 100%;background: url(../img/hero-bg2.jpg) top center no-repeat;background-attachment: scroll;background-size: auto;background-size: cover;background-attachment: fixed;padding: 60px 0;}
.tabbed-frame .tab-content{padding: 0 50px;}
.tabbed-box img{width: 415px;}
.nav-pills .nav-item{margin: 0 5px;}
.nav-pills .nav-link{color: #ea4458; font-size: 18px; font-weight: 600; border:1px solid #ea4458;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{background: #0594c0; border:1px solid #0594c0;}

.btn2{top: calc(50% - 40px);}
.bdr-rd{border-radius: 20px;}
.cta {padding: 80px 0;background: url("../img/cta-bg1.jpg") no-repeat;background-position: center center;background-size: cover;position: relative;min-height: 500px;}


.overlay {background: rgb(0 0 0 / 55%);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 1030;}
.search-section {padding: 50px 0;}
.filter-header {font-weight: 600;font-size: 16px; justify-content: space-between;}
.filter-title {font-weight: 600;font-size: 20px;padding-bottom: 14px;margin-bottom: 15px;}
.rtitle {font-weight: 600;font-size: 20px;padding-bottom: 0;margin-bottom: 15px;}
.mb-30 {margin-bottom: 30px;}
.row-grid img{margin-bottom:30px;max-width:100%}
.filter-body label{font-size: 15px;}


.bg-teal {
  background: #00c3d8;
}
.btn-teal {
  background: #0594c0;
  color: #fff;
}
.btn-teal:hover {
  background: #ea4458;
  color: #fff;
}
.pricing-intro .sub-title {
  font-size: 1.15em;
}

.pricing-plan {
  background: #f7f7f7;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.pricing-plan:hover {
  background: #00c3d8;
  color: #fff;
}
.pricing-plan.active-btn {
  background: #00c3d8;
  color: #fff;
}
.pricing-plan h4 {
  font-size: 1em;
}

.pricing-table h2 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 0;
}
.pricing-table .sub-title {
  font-size: 20px;
  font-weight: initial;
}
.pricing-table .active-plan {
  display: block !important;
}

.col-compare .title-row {
  border-top-left-radius: 10px;
}

.col-enterprise .title-row {
  border-top-right-radius: 10px;
}

.pricing-compare {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pricing-enterprise {
  border-bottom-right-radius: 10px;
}

.col-pricing:hover {
  z-index: 1;
}

.pricing-single {
  background: #f7f7f7;
  min-height: 400px;
  margin-left: 1px;
  margin-right: 1px;
  transition: all 0.25s ease-in-out;
}
.pricing-single:hover:not(.pricing-compare) {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  transform: scale(1.005);
}
.pricing-single:last-of-type {
  border-top-right-radius: 10px;
}

.title-row {
  background: #000;
  color: #fff;
  min-height: 50px;
  padding: 0 10px;
}

.pricing-popular {
  min-height: 40px;
  border-radius: 5px;
  z-index: 2;
}
.pricing-popular h4 {
  font-size: 1em;
}
.pricing-popular.active {
  background: #0594c0;
  color: #fff;
}

.col-popular .pricing-single {
  background: #0594c0;
}
.col-popular .bg-teal {
  background: #fff;
}
.col-popular .btn-teal {
  background: #fff;
  color: #212529;
}
.col-popular .btn-teal:hover {
  background: #ea4458;
  color: #fff;
}

.cost-row {
  border-bottom: 1px solid #eee;
  min-height: 150px;
}
.cost-row .cost {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.compare-item-row {
  border-bottom: 1px solid #eee;
  height: 60px;
  flex-direction: column;
   justify-content: center!important;
}
.compare-item-row:last-of-type {
  border-bottom: none;
}
.compare-item-row .circle {
  /*height: 20px;
  width: 20px;
  border-radius: 50%;*/
  text-align: center;
}
.compare-item-row .compare-title {
  font-weight: 700;
}

.disabled{cursor: not-allowed; opacity: 0.5;}
.conditions-text{text-align: center;}
.conditions-text p{font-size: 14px; font-style: italic; margin-bottom: 5px;}
a{color: #0594c0;}

@media screen and (max-width: 1199px) {
  .compare-item-row {
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-single:not(.pricing-compare) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .pricing-single:not(.pricing-compare) .title-row {
    border-top-right-radius: 10px;
  }

  .pricing-single:hover {
    box-shadow: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 460px) {
  .cost-row .cost {
    font-size: 2em;
  }

  .compare-item-row {
    height: 80px;
  }
}



@media (max-width: 767.98px) {
.filters-actions {position: fixed;background: #fff;display: flex;justify-content: center;border:0;bottom: 0;z-index: 1031;left: 0;right: 0;bottom: 0;box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);-webkit-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);-moz-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);height: 50px;}
.filters-actions>div {flex: 1;text-align: center;}
.filters-actions>div:first-of-type{border-right: 1px solid #d6d1ce;}
.filters-actions>div>* {display: flex;align-items: center;justify-content: center;width: 100%;}
/*.no-border-select.sort-select + .select2-container--default .select2-selection--single{background-image: none;padding:10px;}*/
.filter-btn, .filter-btn:hover, .filter-btn:focus, .filter-btn:active {padding: 14px 20px;height: 50px;border: 0;position: relative;z-index: 1;background: #fff;border-radius: 0;}
.sort-drop .dropdown-menu{width: 100%;left: 0;position: fixed !important;transform: translateY(100%) !important;bottom: 50px !important;top: auto !important;text-align: center;border-radius: 6px 6px 0 0 !important;box-shadow: none !important;transition: .3s;display: block;/* border: 0;*/z-index: -11;}
.sort-drop .dropdown-menu .dropdown-item{padding:15px 20px !important;}
.sort-drop .dropdown-menu .dropdown-item:first-child{border-radius: 6px 6px 0 0 !important;}
.sort-drop.show .dropdown-menu{transform: translateY(0) !important;}
.btn.sort-toggle{background-image: none;padding:10px !important;width: 100%;border: 0;height: 50px;position: relative;z-index: 1;background: #fff;border-radius: 0;font-size: 16px;line-height: 22px;}
.sidebar {position: fixed;transform: translateY(100%);-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-o-transform: translateY(100%);transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;left: 0;right: 0;bottom: 0;top: 0;background: #fff;}
.sidebar.open{z-index: 1032;transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);}
.sidebar__inner {padding: 15px;height: calc(100% - 58px);overflow-y: auto;}
.filter-body{padding-right: 0;}
}



@media only screen and (min-width:1200px) and (max-width:1399px){
  .video-lt, .video-rt {height: 610px !important;}
  .hero h2 {padding-right: 40px;}
}

@media only screen and (min-width:992px) and (max-width:1199px){
  .navbar ul {display: none;}
  .navbar-mobile ul{display: block;}
  .mobile-nav-toggle {display: block;}
  .link-right1, .link-right2{display: block;}
  .link-right2 a{justify-content: center;}
  .mob-hide{display: none!important;}
  .hero h1{font-size: 40px;}
  .hero h2{font-size: 20px;}
  .hero .hero-img{display: flex;margin-top: 0;}
  .video-lt, .video-rt {height: 502px !important;}
  .section-header p{font-size: 32px;}
  .about{min-height: 400px;}
  .about h2{font-size: 32px;}
  .about .col-lg-6{text-align: center;}
  .about .video-box{min-height: 350px;margin-top: 40px;}
  .counts .count-box{flex-direction: column; justify-content: center;}
  .counts .count-box i{margin-right: 0;}
  .counts .count-box span{text-align: center;}
  .services .service-box h4{font-size: 16px;}
  .caption-area h6{font-size: 14px;}
  .pricing .btn-buy{padding: 8px 20px;}
  .portfolio .portfolio-wrap img {height: 200px;}
  .values .box h3, .recent-blog-posts .post-box .post-title{font-size: 20px;}
  .features-img{display:flex;align-items: center;}
  .services .service-box video {height: 400px;object-position: center top;}
}

@media only screen and (min-width:768px) and (max-width:991px){
  .link-right1, .link-right2{display: block;}
  .link-right2 a{justify-content: center;}
  .mob-hide{display: none!important;}
  .hero h1{font-size: 40px;}
  .hero h2{font-size: 20px;}
  .hero .hero-img{display: flex;margin-top: 0;}
  .video-lt, .video-rt {height: 366px !important;}
  .section-header p{font-size: 32px;}
  .about{min-height: 400px;}
  .about h2{font-size: 32px;}
  .about .col-lg-6{text-align: center;}
  .about .video-box{min-height: 350px;margin-top: 40px;}
  .counts .count-box{flex-direction: column; justify-content: center;}
  .counts .count-box i{margin-right: 0;}
  .counts .count-box span{text-align: center;}
  .services .service-box h4{font-size: 16px;}
  .caption-area h6{font-size: 14px;}
  .pricing .btn-buy{padding: 8px 20px;}
  .portfolio .portfolio-wrap img {height: 200px;}
  .values .box h3, .recent-blog-posts .post-box .post-title{font-size: 20px;}
  .features-img{display:flex;align-items: center;}
  .services .service-box video {height: 400px;object-position: center top;}
  .inner-frst h2{font-size: 32px;line-height: 36px;}
  .inner-hero h1 {font-size: 40px;}
  .inner-hero h2 {font-size: 20px;font-weight: 400;}
  .welcome-box{text-align: left;}
}

@media only screen and (max-width:767px){
  .about{min-height: 400px;}
  .about h2{font-size: 28px;}
  .about .col-lg-6{text-align: center;}
  .about .video-box{min-height: 350px;margin-top: 40px;}
  .counts .count-box{flex-direction: column; justify-content: center;}
  .counts .count-box i{margin-right: 0;}
  .counts .count-box span{text-align: center;}
  .services .service-box h4{font-size: 16px;}
  .caption-area h6{font-size: 14px;}
  .pricing .btn-buy{padding: 8px 20px;}
  .portfolio .portfolio-wrap img {height: 100%;}
  .values .box h3, .recent-blog-posts .post-box .post-title{font-size: 20px;}
  .inner-frst h2{font-size: 28px;line-height: 32px; padding-top: 30px;}
  .inner-hero h1 {font-size: 32px;}
  .inner-hero h2 {font-size: 18px;font-weight: 400;}
  .driving-hero .hero-img{margin-top: 60px;}
  .inner-hero .hoverVideo.video-lt, .inner-hero .hoverVideo.video-rt{width:180px; height: 450px;}
  .tabbed-frame .tab-content {padding: 0 10px;}
  .pricing-table h2{font-size: 17px; padding-top: 0;}
}

@media only screen and (max-width: 430px) {
  .video-lt, .video-rt {height: 325px !important;}
  .portfolio .portfolio-wrap img {height: 125px;}
}

@media only screen and (max-width: 380px) {
  .video-lt, .video-rt {height: 312px !important;}
  .portfolio .portfolio-wrap img {height: 125px;}
  .inner-hero .hoverVideo.video-lt, .inner-hero .hoverVideo.video-rt{width:160px; height: 450px;}
}

@media only screen and (max-width: 360px) {
  .video-lt, .video-rt {height: 301px !important;}
  .inner-hero .hoverVideo.video-lt, .inner-hero .hoverVideo.video-rt{width:155px; height: 450px;}
}

@media only screen and (max-width: 340px) {
  .video-lt, .video-rt {height: 275px !important;}
  .inner-hero .hoverVideo.video-lt, .inner-hero .hoverVideo.video-rt{width:140px; height: 450px;}
}

@media only screen and (max-width: 320px) {
  .video-lt, .video-rt {height: 255px !important;}
}

@media only screen and (max-width: 300px) {
  .video-lt, .video-rt {height: 246px !important;}
}