@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container {
    max-width: 1170px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 25px 0px;
  }
}

.bottom-line {
  border-bottom: 1px solid #dddddd;
}

.section-title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    font-size: 30px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-title {
    font-size: 25px;
  }
}

.sub-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.heading-title {
  font-size: 52px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .heading-title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .heading-title {
    font-size: 35px;
  }
}

.custom-btn,
.cart-form-footer .button,
.button {
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  background: #ff3158;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: "Fira Sans", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-btn::after,
.cart-form-footer .button::after,
.button::after {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.custom-btn i,
.cart-form-footer .button i,
.button i {
  top: 5px;
  position: relative;
  font-size: 26px;
  margin-left: 4px;
}

.custom-btn i::before,
.cart-form-footer .button i::before,
.button i::before {
  line-height: .5;
}

.custom-btn.unfill,
.cart-form-footer .unfill.button,
.unfill.button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.custom-btn.unfill:hover,
.cart-form-footer .unfill.button:hover,
.unfill.button:hover {
  border: 2px solid #ff3158;
  background: #ff3158;
}

.custom-btn.full,
.cart-form-footer .full.button,
.full.button {
  width: 100%;
}

.custom-btn:hover,
.cart-form-footer .button:hover,
.button:hover,
.custom-btn:focus,
.cart-form-footer .button:focus,
.button:focus,
.custom-btn:visited,
.cart-form-footer .button:visited,
.button:visited {
  color: #fff;
}

.custom-btn:hover::after,
.cart-form-footer .button:hover::after,
.button:hover::after {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .custom-btn,
  .cart-form-footer .button,
  .button {
    padding: 15px 35px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {

  .custom-btn,
  .cart-form-footer .button,
  .button {
    padding: 14px 30px;
    font-size: 18px;
  }
}


.white-bg {
  background: #fff;
}

.spaceBig {
  padding: 100px 0 260px;
}

.section-top {
  position: relative;
  margin-top: -240px;
}

@media only screen and (max-width: 767px) {
  .section-top {
    margin-top: -160px;
  }
}

.line-bg,
.services-section .section-title,
.service-2 h2,
.faq-bg h2.section-title {
  max-width: 90%;
  margin: 0 auto auto;
  text-align: center;
  padding: 30px 0px;
}

.line-bg::before,
.services-section .section-title::before,
.service-2 h2::before,
.faq-bg h2.section-title::before {
  background: url("../images/line.png") no-repeat center bottom;
}

@media only screen and (max-width: 767px) {

  .line-bg,
  .services-section .section-title,
  .service-2 h2,
  .faq-bg h2.section-title {
    max-width: 95%;
  }

  .section-title {
    font-size: 25px;
  }
}

.owl-nav button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff3158 !important;
  width: 44px;
  height: 44px;
}

.owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-nav button span {
  color: #fff;
  font-size: 26px;
  display: block;
}

.owl-nav button i {
  color: #fff;
}

.frame-bg,
.offer-card .offer-img {
  padding: 30px;
}

.frame-bg::before,
.offer-card .offer-img::before {
  background: url("../images/frame-up.png") no-repeat top right;
}

.frame-bg::after,
.offer-card .offer-img::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/frame-end.png") no-repeat bottom left;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {

  .frame-bg,
  .offer-card .offer-img {
    padding: 0 10px;
  }
}

.anim-img,
.anim-2 {
  position: absolute;
  top: 2%;
  left: 6%;
  backface-visibility: hidden;
  animation: jumping 5s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transition: all 2s ease 2s;
  user-select: none;
}

@media only screen and (max-width: 767px) {

  .anim-img,
  .anim-2 {
    width: 50px;
  }
}

.anim-2 {
  animation: jumping2 5s ease-in-out 2s infinite alternate;
  top: 40%;
  left: auto;
  right: 0;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(0.5);
    opacity: .2;
  }

  50% {
    transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(0.7);
    opacity: .7;
  }

  100% {
    transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
    opacity: 1;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(-150px) translateX(-10px) rotate(0) scale(1);
    opacity: .2;
  }

  50% {
    transform: translateY(-50px) translateX(-10px) rotate(5deg) scale(0.8);
    opacity: .5;
  }

  100% {
    transform: translateY(0px) translateX(0) rotate(0) scale(0.7);
  }
}

.color {
  color: #ff3158;
}

.owl-dots {
  text-align: center;
  margin-top: 50px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 7px;
  margin: 5px 7px;
  background: #80a0ae;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span {
  width: 30px;
  background: #fff;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.video-block {
  position: relative;
}

.video-block .video {
  height: 85px;
  width: 85px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  display: table;
  background: #ff3158;
  z-index: 999;
}

.video-block .video i {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}

.waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(244, 70, 47, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-block {
  position: relative;
  z-index: 2;
  margin: 0 auto 55px;
  text-align: center;
}

blockquote {
  font-size: 18px;
  color: #7e8283;
  padding-left: 25px;
  margin-top: 40px;
  line-height: 32px;
}

blockquote::before {
  width: 8px;
  background: #ff3158;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
}

a#scrollUp {
  right: 40px;
  bottom: 60px;
  font-size: 50px;
  width: 40px;
  height: 70px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a#scrollUp::before {
  position: absolute;
  content: "\f119";
  font-family: flaticon;
  -webkit-animation: 1.5s ease-in-out 0s normal none infinite running updown;
  animation: 1.5s ease-in-out 0s normal none infinite running updown;
  left: 65%;
  transform: translateX(-50%);
}

a#scrollUp::after {
  position: absolute;
  left: -5px;
  top: -30px;
  width: 60px;
  height: 60px;
  background: #ff3158;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

@keyframes updown {
  0% {
    top: 15px;
  }

  100% {
    top: -5px;
  }
}

@-webkit-keyframes updown {
  0% {
    top: 15px;
  }

  100% {
    top: -5px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #00415D;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.move-rotate {
  position: absolute;
  animation: animateRotate 30s linear infinite;
  -webkit-animation: animateRotate 30s linear;
  left: 30px;
  top: 70%;
}

.move-rotate.move-right {
  left: auto;
  right: 50px;
  top: 40%;
}

/* keyframe animation */
@keyframes animateRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animateRotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* -------------------------------------
3. Header
--------------------------------------- */
.primary-navigation {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 999;
  top: 0;
  transition: all 0.3s ease;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #fff;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar.navbar-light {
  padding: 0;
}

.navbar.navbar-light ul.navbar-nav.mx-auto {
  padding-right: 125px;
}

@media only screen and (max-width: 767px) {
  .navbar.navbar-light ul.navbar-nav.mx-auto {
    margin: 25px 0 30px;
    padding: 15px 30px 25px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-light ul.navbar-nav.mx-auto {
    padding-right: 0;
  }
}

.navbar.navbar-light .nav-item {
  position: relative;
}

.navbar.navbar-light .nav-item .nav-link {
  position: relative;
  padding: 30px;
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  transition: all 300ms linear;
}

.navbar.navbar-light .nav-item:hover a.nav-link,
.navbar.navbar-light .nav-item:focus .nav-link {
  color: #ff3158;
}

.navbar.navbar-light .nav-item .dropdown-menu {
  position: absolute;
  left: 0;
  top: 120%;
  font-size: 15px;
  color: #212121;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  min-width: 220px;
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  pointer-events: none;
  transition: all 200ms linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-light .nav-item .dropdown-menu {
    min-width: 165px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar.navbar-light .nav-item .dropdown-menu {
    min-width: 200px;
  }
}

.navbar.navbar-light .nav-item .dropdown-menu .dropdown-item {
  padding: 7px 15px;
  transition: all 300ms linear;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.navbar.navbar-light .nav-item .dropdown-menu .dropdown-item:hover,
.navbar.navbar-light .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff3158;
  background-color: transparent;
  padding-left: 20px;
}

.navbar.navbar-light .nav-item:hover>.dropdown-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
  pointer-events: auto;
}

.navbar.navbar-light .dropdown-toggle::after {
  border: none;
  content: "\f105";
  font-family: flaticon;
  font-size: 10px;
  margin-left: 7px;
  vertical-align: middle;
  position: absolute;
  left: auto;
}

.navbar.navbar-light a.dropdown-item.dropdown-toggle::after {
  transform: rotate(-90deg);
  right: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar.navbar-light .nav-item .nav-link {
    font-size: 18px;
    padding: 28px 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-light .navbar-brand {
    max-width: 180px;
  }

  .navbar.navbar-light .nav-item .nav-link {
    font-size: 17px;
    padding: 20px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar.navbar-light {
    padding: 4px 0;
  }

  .navbar.navbar-light .nav-item .nav-link {
    font-size: 18px;
    padding: 20px;
  }

  .navbar.navbar-light .navbar-brand {
    max-width: 180px;
  }
}

li.nav-item ul.dropdown-menu li.dropdown .dropdown-menu {
  left: 100%;
  top: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  li.nav-item ul.dropdown-menu li.dropdown .dropdown-menu {
    left: 55%;
  }
}

li.nav-item ul.dropdown-menu li.dropdown .dropdown-menu.dropdown-right {
  left: auto;
  right: 100%;
}

li.nav-item ul.dropdown-menu li.dropdown:hover>a {
  color: #ff3158;
}

li.nav-item ul.dropdown-menu li.dropdown:hover>.dropdown-menu {
  display: block;
  visibility: visible;
  max-height: 999px;
  top: 0;
  opacity: 1;
  color: #ff3158;
  transform: translate3d(0, 0px, 0);
  pointer-events: auto;
}

.header {
  background: #00415D;
  z-index: 9;
  /*   Home 1 Header */
}

@media only screen and (max-width: 767px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header.index-header {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 9;
  width: 100%;
  background: transparent;
}

.header.index-header .header-line::before {
  width: 90.5%;
}

.header.index-header .primary-navigation {
  position: relative;
  width: 100%;
  background: transparent;
}

.header.index-header .primary-navigation .nav-item .nav-link {
  color: #fff;
  padding: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .header.index-header .header-line::before {
    width: 81.5%;
  }

  .header.index-header .primary-navigation .nav-item .nav-link {
    padding: 20px 30px;
  }

  .header.index-header .navbar ul.navbar-nav.mx-auto {
    padding-right: 85px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header.index-header .primary-navigation .nav-item .nav-link {
    padding: 20px 22px;
    font-size: 18px;
  }

  .header.index-header .navbar ul.navbar-nav.mx-auto {
    padding-right: 110px;
  }

  .header.index-header .get-started {
    right: -40px;
  }

  .header.index-header .header-line::before {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.index-header .navbar {
    padding: 0;
  }

  .header.index-header .navbar .nav-item .nav-link {
    font-size: 17px;
    padding: 20px 24px;
  }

  .header.index-header .get-started {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header.index-header {
    background-color: #00415D;
  }

  .header.index-header .get-started {
    display: none;
  }

  .header.index-header .primary-navigation .nav-item .nav-link {
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header.index-header .header-line::before {
    width: 95%;
    top: 70px;
  }
}

.header.header-2,
.header.header-3,
.header.header-5 {
  background: #fff;
  position: relative;
}

.header.header-2 .header-top,
.header.header-3 .header-top,
.header.header-5 .header-top {
  border-bottom: 1px solid #dadada;
  padding: 8px 0;
}

.header.header-2 .header-top .header-social,
.header.header-3 .header-top .header-social,
.header.header-5 .header-top .header-social {
  max-width: 60%;
}

.header.header-2 .header-top .header-social li a,
.header.header-3 .header-top .header-social li a,
.header.header-5 .header-top .header-social li a {
  border: 1px solid #455359;
  color: #455359;
}

.header.header-2 .header-top .header-social li a:hover,
.header.header-3 .header-top .header-social li a:hover,
.header.header-5 .header-top .header-social li a:hover {
  border: 1px solid #ff3158;
  color: #fff;
}

.header.header-2 .header-top .header-social span,
.header.header-3 .header-top .header-social span,
.header.header-5 .header-top .header-social span {
  color: #00415d;
}

.header.header-2 .header-top .header-call li,
.header.header-3 .header-top .header-call li,
.header.header-5 .header-top .header-call li,
.header.header-2 .header-top .header-call a,
.header.header-3 .header-top .header-call a,
.header.header-5 .header-top .header-call a {
  color: #00415D;
}

.header.header-2 .primary-navigation .nav-item .nav-link,
.header.header-3 .primary-navigation .nav-item .nav-link,
.header.header-5 .primary-navigation .nav-item .nav-link {
  color: #00415D;
  padding: 34px 30px;
}

.header.header-2 .quick-connect,
.header.header-3 .quick-connect,
.header.header-5 .quick-connect {
  padding: 17px 15px;
}

.header.header-2 .quick-connect::before,
.header.header-3 .quick-connect::before,
.header.header-5 .quick-connect::before,
.header.header-2 .quick-connect::after,
.header.header-3 .quick-connect::after,
.header.header-5 .quick-connect::after {
  height: 100%;
}

.header.header-2 .primary-navigation.sticky-header.scroll-on,
.header.header-3 .primary-navigation.sticky-header.scroll-on,
.header.header-5 .primary-navigation.sticky-header.scroll-on {
  background: #fff;
}

.header.header-2 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link,
.header.header-3 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link,
.header.header-5 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
  padding: 22px 30px;
}

.header.header-2 .primary-navigation.sticky-header.scroll-on .quick-connect,
.header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect,
.header.header-5 .primary-navigation.sticky-header.scroll-on .quick-connect {
  padding: 9px 15px;
}

.header.header-2 .primary-navigation.sticky-header.scroll-on .quick-connect .question,
.header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect .question,
.header.header-5 .primary-navigation.sticky-header.scroll-on .quick-connect .question {
  padding-top: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {

  .header.header-2 .navbar.navbar-light ul.navbar-nav.mx-auto,
  .header.header-3 .navbar.navbar-light ul.navbar-nav.mx-auto,
  .header.header-5 .navbar.navbar-light ul.navbar-nav.mx-auto {
    padding: 0 0 0 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .header.header-2 .header-top .header-social,
  .header.header-3 .header-top .header-social,
  .header.header-5 .header-top .header-social {
    max-width: 72%;
  }

  .header.header-2 .quick-connect,
  .header.header-3 .quick-connect,
  .header.header-5 .quick-connect {
    padding: 10px 15px 4px;
    max-width: 210px;
  }

  .header.header-2 .quick-connect span,
  .header.header-3 .quick-connect span,
  .header.header-5 .quick-connect span {
    font-size: 30px;
  }

  .header.header-2 .quick-connect .question,
  .header.header-3 .quick-connect .question,
  .header.header-5 .quick-connect .question {
    margin-left: 52px;
  }

  .header.header-2 .quick-connect .question span,
  .header.header-3 .quick-connect .question span,
  .header.header-5 .quick-connect .question span,
  .header.header-2 .quick-connect .question a,
  .header.header-3 .quick-connect .question a,
  .header.header-5 .quick-connect .question a {
    font-size: 16px;
  }

  .header.header-2 .quick-connect::after,
  .header.header-3 .quick-connect::after,
  .header.header-5 .quick-connect::after {
    width: 60px;
  }

  .header.header-2 .primary-navigation .nav-item .nav-link,
  .header.header-3 .primary-navigation .nav-item .nav-link,
  .header.header-5 .primary-navigation .nav-item .nav-link {
    padding: 28px 22px;
  }

  .header.header-2 .primary-navigation.sticky-header.scroll-on .quick-connect,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect,
  .header.header-5 .primary-navigation.sticky-header.scroll-on .quick-connect {
    padding: 9px 10px;
  }

  .header.header-2 .primary-navigation.sticky-header.scroll-on .quick-connect::before,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect::before,
  .header.header-5 .primary-navigation.sticky-header.scroll-on .quick-connect::before,
  .header.header-2 .primary-navigation.sticky-header.scroll-on .quick-connect::after,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect::after,
  .header.header-5 .primary-navigation.sticky-header.scroll-on .quick-connect::after {
    height: 100%;
  }

  .header.header-2 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link,
  .header.header-5 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
    padding: 18px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header.header-2 .header-top .header-social,
  .header.header-3 .header-top .header-social,
  .header.header-5 .header-top .header-social {
    max-width: 100%;
  }

  .header.header-2 .header-top .header-social li,
  .header.header-3 .header-top .header-social li,
  .header.header-5 .header-top .header-social li {
    margin-left: 0px;
  }

  .header.header-2 .header-top .header-social li a,
  .header.header-3 .header-top .header-social li a,
  .header.header-5 .header-top .header-social li a {
    width: 32px;
    height: 32px;
  }

  .header.header-2 .header-top .header-call li,
  .header.header-3 .header-top .header-call li,
  .header.header-5 .header-top .header-call li {
    font-size: 15px;
    margin-right: 5px;
  }

  .header.header-2 .quick-connect,
  .header.header-3 .quick-connect,
  .header.header-5 .quick-connect {
    padding: 5px 10px;
    max-width: 200px;
  }

  .header.header-2 .quick-connect::before,
  .header.header-3 .quick-connect::before,
  .header.header-5 .quick-connect::before {
    height: 88%;
  }

  .header.header-2 .quick-connect span,
  .header.header-3 .quick-connect span,
  .header.header-5 .quick-connect span {
    font-size: 30px;
  }

  .header.header-2 .quick-connect .question,
  .header.header-3 .quick-connect .question,
  .header.header-5 .quick-connect .question {
    margin-left: 52px;
  }

  .header.header-2 .quick-connect .question span,
  .header.header-3 .quick-connect .question span,
  .header.header-5 .quick-connect .question span,
  .header.header-2 .quick-connect .question a,
  .header.header-3 .quick-connect .question a,
  .header.header-5 .quick-connect .question a {
    font-size: 16px;
  }

  .header.header-2 .quick-connect::after,
  .header.header-3 .quick-connect::after,
  .header.header-5 .quick-connect::after {
    width: 60px;
  }

  .header.header-2 .primary-navigation .navbar ul.navbar-nav.mx-auto,
  .header.header-3 .primary-navigation .navbar ul.navbar-nav.mx-auto,
  .header.header-5 .primary-navigation .navbar ul.navbar-nav.mx-auto {
    padding-right: 160px;
  }

  .header.header-2 .primary-navigation .navbar ul.navbar-nav.mx-auto .nav-item .nav-link,
  .header.header-3 .primary-navigation .navbar ul.navbar-nav.mx-auto .nav-item .nav-link,
  .header.header-5 .primary-navigation .navbar ul.navbar-nav.mx-auto .nav-item .nav-link {
    padding: 22px 16px;
    font-size: 17px;
  }

  .header.header-2 .primary-navigation .navbar .navbar-brand,
  .header.header-3 .primary-navigation .navbar .navbar-brand,
  .header.header-5 .primary-navigation .navbar .navbar-brand {
    max-width: 130px;
  }

  .header.header-2 .primary-navigation.sticky-header.scroll-on .quick-connect,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect,
  .header.header-5 .primary-navigation.sticky-header.scroll-on .quick-connect {
    padding: 8.5px 10px;
  }

  .header.header-2 .primary-navigation.sticky-header.scroll-on .quick-connect::before,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect::before,
  .header.header-5 .primary-navigation.sticky-header.scroll-on .quick-connect::before {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .header.header-2,
  .header.header-3,
  .header.header-5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .header.header-2 .navbar-light .navbar-toggler-icon,
  .header.header-3 .navbar-light .navbar-toggler-icon,
  .header.header-5 .navbar-light .navbar-toggler-icon {
    border-bottom: 2px solid #00415D;
  }

  .header.header-2 .navbar-light .navbar-toggler-icon::before,
  .header.header-3 .navbar-light .navbar-toggler-icon::before,
  .header.header-5 .navbar-light .navbar-toggler-icon::before,
  .header.header-2 .navbar-light .navbar-toggler-icon::after,
  .header.header-3 .navbar-light .navbar-toggler-icon::after,
  .header.header-5 .navbar-light .navbar-toggler-icon::after {
    background-color: #00415D;
  }

  .header.header-2 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
  .header.header-3 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
  .header.header-5 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
  }

  .header.header-2 .primary-navigation .nav-item .nav-link,
  .header.header-3 .primary-navigation .nav-item .nav-link,
  .header.header-5 .primary-navigation .nav-item .nav-link {
    padding: 17px 28px;
  }

  .header.header-2 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link,
  .header.header-5 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
    padding: 16px 28px;
  }

  .header.header-2 .header-top .header-social,
  .header.header-3 .header-top .header-social,
  .header.header-5 .header-top .header-social {
    max-width: 100%;
    text-align: left;
    margin-top: 10px;
  }

  .header.header-2 .header-top .header-social li a,
  .header.header-3 .header-top .header-social li a,
  .header.header-5 .header-top .header-social li a {
    width: 30px;
    height: 30px;
  }

  .header.header-2 .header-top .header-call li,
  .header.header-3 .header-top .header-call li,
  .header.header-5 .header-top .header-call li {
    margin-right: 0;
    font-size: 15px;
  }

  .header.header-2 .quick-connect,
  .header.header-3 .quick-connect,
  .header.header-5 .quick-connect {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .header.header-2 .header-top .header-call li,
  .header.header-3 .header-top .header-call li,
  .header.header-5 .header-top .header-call li {
    margin-right: 0;
    font-size: 14px;
  }
}

.header.header-3 {
  width: 100%;
}

.header.header-3 .navbar-brand {
  padding-left: 70px;
}

.header.header-3 .primary-navigation .navbar ul.navbar-nav.mx-auto {
  padding-right: 225px;
}

@media only screen and (max-width: 767px) {
  .header.header-3 .primary-navigation .navbar ul.navbar-nav.mx-auto {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .header.header-3 .navbar-brand {
    padding-left: 125px;
  }

  .header.header-3 .primary-navigation .navbar ul.navbar-nav.mx-auto .nav-item .nav-link {
    padding: 34px 36px;
  }

  .header.header-3 .primary-navigation.primary-navigation.sticky-header.scroll-on .navbar ul.navbar-nav.mx-auto .nav-item .nav-link {
    padding: 22px 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header.header-3 .navbar {
    padding-left: 20px;
  }

  .header.header-3 .navbar .navbar-brand {
    padding-left: 0px;
  }

  .header.header-3 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
    padding: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-3 .navbar-brand {
    padding-left: 0px;
  }

  .header.header-3 .primary-navigation .navbar ul.navbar-nav.mx-auto .nav-item .nav-link {
    font-size: 15px;
  }

  .header.header-3 .quick-connect {
    width: 200px;
  }

  .header.header-3 .quick-connect::after,
  .header.header-3 .quick-connect::before {
    height: 72px;
  }

  .header.header-3 .quick-connect::after {
    width: 54px;
  }

  .header.header-3 .quick-connect>span {
    font-size: 30px;
  }

  .header.header-3 .quick-connect .question {
    margin-left: 55px;
  }

  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect::after,
  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect::before {
    height: 72px;
  }

  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect::after {
    width: 54px;
  }

  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect>span {
    padding: 17px 2px;
    font-size: 30px;
  }

  .header.header-3 .primary-navigation.sticky-header.scroll-on .quick-connect .question {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .header.header-3 .navbar-brand {
    padding-left: 0px;
  }
}

.header.header-4 .header-top::before {
  width: 100%;
  left: 0;
  top: 72px;
}

@media only screen and (max-width: 767px) {
  .header.header-4 .header-top::before {
    top: 103px;
  }
}

.header.header-5 .header-top {
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .header.header-5 .header-top {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header.header-5 .header-top .header-logo {
    display: none;
  }
}

.header.header-5 .header-top .header-social {
  max-width: 88%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-5 .header-top .header-social span {
    display: none;
  }
}

.header.header-5 .header-top .header-social li {
  margin-left: 10px;
}

.header.header-5 .header-top .header-social li a {
  width: auto;
  height: auto;
  border: 0 none;
  background-color: transparent;
}

.header.header-5 .header-top .header-social li a:hover {
  color: #ff3158;
  border: 0 none;
}

.header.header-5 .primary-navigation .nav-item .nav-link {
  padding: 20px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-5 .primary-navigation .nav-item .nav-link {
    padding: 18px 30px;
  }
}

.header.header-5 .primary-navigation .get-started {
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-5 .primary-navigation .get-started {
    display: block;
  }

  .header.header-5 .primary-navigation .get-started a.custom-btn,
  .header.header-5 .primary-navigation .get-started .cart-form-footer a.button,
  .cart-form-footer .header.header-5 .primary-navigation .get-started a.button,
  .header.header-5 .primary-navigation .get-started a.button,
  .header.header-5 .primary-navigation .get-started a.button {
    padding: 18px 32px;
  }
}

.header.header-5 .primary-navigation .get-started .custom-btn,
.header.header-5 .primary-navigation .get-started .cart-form-footer .button,
.cart-form-footer .header.header-5 .primary-navigation .get-started .button,
.header.header-5 .primary-navigation .get-started .button,
.header.header-5 .primary-navigation .get-started .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 20px 40px;
}

.header.header-5 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
  padding: 14px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-5 .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
    padding: 18px 30px;
  }
}

.header .header-line::before {
  width: calc(100% - 30px);
  height: 1px;
  top: 50px;
  left: 15px;
  background: #157097;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.header .get-started {
  position: absolute;
  right: 0px;
  top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .get-started {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .get-started {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
}

.top-info {
  padding-bottom: 12px;
  margin-right: 7px;
}

.top-info ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.top-info ul li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-right: 50px;
}

.top-info ul li:last-child {
  margin-right: 0;
}

.top-info ul li i {
  margin-right: 9px;
  top: 2px;
  position: relative;
}

.top-info ul li i::before {
  margin-top: 3px;
}

.top-info ul li a {
  color: #fff;
}

.top-info ul li a:hover {
  color: #ff3158;
}

@media only screen and (max-width: 767px) {
  .top-info ul li {
    font-size: 14px;
    margin-bottom: 2px;
    margin-right: 5px;
  }
}

.primary-navigation.sticky-header.scroll-on {
  position: fixed;
  top: 0;
  background: #00415d;
  width: 100%;
  z-index: 99;
  animation-name: sticky-animation;
  animation-timing-function: ease-out;
  animation-duration: .5s;
  animation-fill-mode: both;
}

.primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
  padding: 23px 30px;
}

.primary-navigation.sticky-header.scroll-on .get-started .custom-btn,
.primary-navigation.sticky-header.scroll-on .get-started .cart-form-footer .button,
.cart-form-footer .primary-navigation.sticky-header.scroll-on .get-started .button,
.primary-navigation.sticky-header.scroll-on .get-started .button,
.primary-navigation.sticky-header.scroll-on .get-started .button {
  padding: 14px 32px;
}

.primary-navigation.sticky-header.scroll-on .quick-connect>span {
  padding: 10px 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
    padding: 20px 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
    padding: 20px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .primary-navigation.sticky-header.scroll-on .navbar .nav-item .nav-link {
    padding: 18px 20px;
  }
}

@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.quick-connect {
  position: absolute;
  right: 0;
  padding: 0px 20px;
  top: 0;
  z-index: 2;
  max-width: 285px;
}

.quick-connect::before,
.quick-connect::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 100%;
  content: "";
  background: #ff3158;
  z-index: -1;
}

.quick-connect::after {
  width: 80px;
  background-color: #00415D;
}

.quick-connect>span {
  height: 100%;
  float: left;
  text-align: center;
  padding: 10px 2px;
  font-size: 35px;
  color: #fff;
}

.quick-connect .question {
  margin-left: 75px;
  color: #fff;
  line-height: 1.3;
  padding-top: 10px;
}

.quick-connect .question span {
  font-size: 18px;
}

.quick-connect .question a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

/* Header 2 CSS */
.header-top {
  padding: 20px 0;
}

.header-top .header-call ul,
.header-top .header-social ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header-top .header-call ul li,
.header-top .header-social ul li {
  display: inline-block;
}

.header-top .header-call {
  padding-top: 7px;
}

.header-top .header-call li,
.header-top .header-call a {
  margin-right: 15px;
  color: #fff;
}

.header-top .header-call li i,
.header-top .header-call a i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.header-top .header-call li:last-child,
.header-top .header-call a:last-child {
  margin-right: 0;
}

.header-top .header-social {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  max-width: 60%;
}

.header-top .header-social span {
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  color: #00415D;
  font-size: 20px;
  font-weight: 600;
  padding-top: 5px;
  color: #fff;
}

.header-top .header-social li {
  margin-left: 5px;
}

.header-top .header-social li a {
  width: 35px;
  height: 35px;
  display: inline-table;
  text-align: center;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

.header-top .header-social li a i {
  display: table-cell;
  vertical-align: middle;
  padding-top: 6px;
}

.header-top .header-social li:hover a {
  background-color: #ff3158;
  border: 1px solid #ff3158;
  color: #fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .header-top .header-social {
    max-width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top .header-social {
    max-width: 72%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-social {
    max-width: 100%;
  }

  .header-top .header-social li {
    margin-left: 3px;
  }

  .header-top .header-social li a {
    width: 30px;
    height: 30px;
  }

  .header-top .header-social span {
    font-size: 18px;
  }

  .header-top .top-info ul li {
    font-size: 15px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-top {
    padding: 15px 0 10px;
  }

  .header-top .header-line::before {
    top: 90px;
  }

  .header-top .header-call li {
    font-size: 14px;
  }

  .header-top .header-social {
    max-width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
  }

  .header-top .header-social li {
    margin-left: 3px;
  }

  .header-top .header-social li a {
    width: 30px;
    height: 30px;
  }

  .header-top .header-social span {
    font-size: 17px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 390px) {
  .header-top .header-line::before {
    top: 112%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top .header-line::before {
    top: 86px;
  }

  .header-top .header-call li {
    font-size: 16px;
  }

  .header-top .header-social li {
    margin-left: 5px;
  }

  .header-top .header-social span {
    font-size: 18px;
  }
}

.banner-section {
  overflow: hidden;
}

.banner-section .owl-nav {
  background: #ff3158;
  position: absolute;
  width: 305px;
  height: 305px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  left: -12%;
  top: 80%;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .banner-section .owl-nav {
    left: -8%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-section .owl-nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .owl-nav {
    display: none;
  }
}

.banner-section .owl-nav>button {
  width: 35px;
  height: 35px;
  display: inline-table;
  position: absolute;
  left: 62%;
  top: 35%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff !important;
  text-align: center;
}

.banner-section .owl-nav>button i {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -6px;
}

.banner-section .owl-nav>button.owl-next {
  left: 80%;
}

.banner-section .single-slide {
  background: #00415D;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.banner-section .single-slide .slide-img {
  max-width: 85%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .single-slide {
    padding: 75px 0;
  }

  .banner-section .single-slide .slide-img {
    position: relative;
    top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .single-slide {
    padding: 170px 0 70px;
  }
}

.slide-txt,
.home-slide-2 .single-slide .slide-txt {
  overflow: hidden;
}

.slide-txt>span,
.home-slide-2 .single-slide .slide-txt>span {
  font-size: 25px;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  display: block;
}

.slide-txt h1,
.home-slide-2 .single-slide .slide-txt h1 {
  font-size: 65px;
  line-height: 1;
  margin: 15px 0;
  color: #fff;
}

.slide-txt h1 span,
.home-slide-2 .single-slide .slide-txt h1 span {
  color: #ff3158;
  position: relative;
  left: -25px;
  top: 0;
}

.slide-txt p,
.home-slide-2 .single-slide .slide-txt p {
  font-size: 18px;
  margin: 30px 0 45px;
}

.slide-txt span,
.home-slide-2 .single-slide .slide-txt span,
.slide-txt p,
.home-slide-2 .single-slide .slide-txt p {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .slide-txt h1,
  .home-slide-2 .single-slide .slide-txt h1 {
    font-size: 65px;
  }

  .slide-txt p,
  .home-slide-2 .single-slide .slide-txt p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .slide-txt h1,
  .home-slide-2 .single-slide .slide-txt h1 {
    font-size: 50px;
  }

  .slide-txt h1 span,
  .home-slide-2 .single-slide .slide-txt h1 span {
    left: -10px;
  }

  .slide-txt p,
  .home-slide-2 .single-slide .slide-txt p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {

  .slide-txt h1,
  .home-slide-2 .single-slide .slide-txt h1 {
    font-size: 50px;
  }

  .slide-txt h1 span,
  .home-slide-2 .single-slide .slide-txt h1 span {
    left: -10px;
  }

  .slide-txt p,
  .home-slide-2 .single-slide .slide-txt p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .slide-txt h1,
  .home-slide-2 .single-slide .slide-txt h1 {
    font-size: 50px;
  }
}

/* Banner 2 CSS */
.home-slide-2 {
  background: #00415D;
}

.home-slide-2.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.home-slide-2 .single-slide {
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  position: relative;
}

.home-slide-2 .single-slide .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

.home-slide-2 .single-slide .slide-bg.sb-2 {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  background-position: bottom right;
}

.home-slide-2 .single-slide .slide-txt {
  text-align: right;
}

.home-slide-2 .single-slide .slide-txt h1 {
  font-size: 110px;
}

.home-slide-2 .slide-img {
  padding: 50px;
  position: relative;
  z-index: 1;
}

.home-slide-2 .slide-img .anim-item {
  position: absolute;
  right: 0;
  top: 0px;
  animation: jumping 5s ease-in-out 2s infinite alternate;
}

.home-slide-2 .slide-img .anim-item.anim-item2 {
  top: 80%;
  right: auto;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .home-slide-2 .single-slide .slide-txt h1 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slide-2 .single-slide .slide-txt>span {
    font-size: 22px;
  }

  .home-slide-2 .single-slide .slide-txt h1 {
    font-size: 55px;
  }

  .home-slide-2 .single-slide .slide-txt p {
    font-size: 16px;
  }

  .home-slide-2 .single-slide .slide-txt .custom-btn,
  .home-slide-2 .single-slide .slide-txt .cart-form-footer .button,
  .cart-form-footer .home-slide-2 .single-slide .slide-txt .button,
  .home-slide-2 .single-slide .slide-txt .button,
  .home-slide-2 .single-slide .slide-txt .button {
    padding: 15px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slide-2 {
    padding-top: 170px;
  }

  .home-slide-2 .single-slide {
    padding: 80px 0;
  }

  .home-slide-2 .single-slide .slide-txt {
    text-align: center;
  }

  .home-slide-2 .single-slide .slide-txt>span {
    font-size: 22px;
  }

  .home-slide-2 .single-slide .slide-txt h1 {
    font-size: 55px;
  }

  .home-slide-2 .single-slide .slide-txt p {
    font-size: 16px;
  }

  .home-slide-2 .single-slide .slide-txt .custom-btn,
  .home-slide-2 .single-slide .slide-txt .cart-form-footer .button,
  .cart-form-footer .home-slide-2 .single-slide .slide-txt .button,
  .home-slide-2 .single-slide .slide-txt .button,
  .home-slide-2 .single-slide .slide-txt .button {
    padding: 15px 28px;
  }
}

/* Video Banner CSS */
.video-banner {
  padding: 280px 0 220px;
}

.video-banner::before {
  width: 85%;
  border-bottom-right-radius: 30px;
}

.video-banner::after {
  position: absolute;
  content: "";
  left: -5%;
  bottom: 30px;
  width: 73%;
  height: 100%;
  background: url("../images/home3-graphics.png") no-repeat left bottom/contain;
  z-index: -1;
}

.video-banner .slide-txt,
.video-banner .home-slide-2 .single-slide .slide-txt,
.home-slide-2 .single-slide .video-banner .slide-txt {
  max-width: 90%;
}

.video-banner .slide-txt .banner-title {
  font-size: 50px;
}

.video-banner .slide-txt .banner-title span {
  left: 0;
}

.video-banner .slide-txt form,
.video-banner .home-slide-2 .single-slide .slide-txt form,
.home-slide-2 .single-slide .video-banner .slide-txt form {
  position: relative;
}

.video-banner .slide-txt form input,
.video-banner .home-slide-2 .single-slide .slide-txt form input,
.home-slide-2 .single-slide .video-banner .slide-txt form input {
  padding: 20px;
  padding-left: 50px;
  color: #c5d2da;
}

.video-banner .slide-txt form input::placeholder,
.video-banner .home-slide-2 .single-slide .slide-txt form input::placeholder,
.home-slide-2 .single-slide .video-banner .slide-txt form input::placeholder {
  color: #c5d2da;
}

.video-banner .slide-txt form .custom-btn,
.video-banner .slide-txt form .cart-form-footer .button,
.cart-form-footer .video-banner .slide-txt form .button,
.video-banner .slide-txt form .button,
.video-banner .slide-txt form .button {
  right: 10px;
  top: 9px;
  padding: 12px 23px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: none;
  position: absolute;
}

.video-banner .slide-txt form span.input-icon {
  position: absolute;
  left: 20px;
  top: 23px;
  z-index: 2;
  color: #c5d2da;
  font-size: 22px;
}

.video-banner .slide-img {
  position: relative;
  left: 80px;
}

.video-banner .slide-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.video-banner .slide-img .video-meta {
  position: absolute;
  top: 88%;
  left: 20%;
  width: 90%;
}

.video-banner .slide-img .video-meta>div {
  float: left;
}

.video-banner .slide-img .video-meta .video-icon {
  width: 130px;
  height: 123px;
  text-align: center;
  display: table;
  border-radius: 10px;
  margin-right: 50px;
}

.video-banner .slide-img .video-meta .video-icon::before {
  background: #fff;
  -webkit-animation: rotating 12s linear infinite;
}

.video-banner .slide-img .video-meta .video-icon a {
  display: table-cell;
  vertical-align: middle;
  color: #ff3158;
  font-size: 55px;
}

.video-banner .slide-img .video-meta .success-stat {
  position: relative;
  padding: 30px 30px 10px;
  background-color: #fff;
  transform: rotate(10deg);
  margin-top: -80px;
}

.video-banner .slide-img .video-meta .success-stat .stat-shape {
  background: linear-gradient(to bottom, #16556f, #ef462f);
  border-radius: 80px;
  color: #455359;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  width: 190px;
  height: 190px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 180px;
  display: table-cell;
  vertical-align: middle;
  left: 5px;
}

.video-banner .slide-img .video-meta .success-stat .stat-shape p {
  display: block;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 50%;
  font-size: 40px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

.video-banner .slide-img .video-meta .success-stat>p {
  margin-top: 15px;
  line-height: 1;
  color: #8b9498;
  font-weight: 600;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .video-banner::before {
    width: 75.2%;
  }

  .video-banner::after {
    background: url(../images/home3-graphics.png) no-repeat 0px 100%;
    left: -2%;
    width: 100%;
  }

  .video-banner .slide-img {
    left: 145px;
    width: 115.5%;
  }

  .video-banner .anim-2 {
    right: 0;
    top: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .video-banner::before {
    width: 100%;
  }

  .video-banner .slide-txt .banner-title {
    font-size: 62px;
  }

  .video-banner .slide-img .video-meta {
    position: absolute;
    left: 5%;
  }

  .video-banner .slide-img .video-meta .success-stat {
    width: 55%;
    text-align: center;
  }

  .video-banner .slide-img .video-meta .success-stat .stat-shape {
    width: 160px;
    height: 160px;
    line-height: 150px;
  }

  .video-banner .slide-img .video-meta .video-icon {
    width: 105px;
    height: 105px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner {
    padding: 250px 0 150px;
  }

  .video-banner::before {
    width: 100%;
  }

  .video-banner .slide-txt .banner-title {
    font-size: 45px;
  }

  .video-banner .slide-txt p,
  .video-banner .home-slide-2 .single-slide .slide-txt p,
  .home-slide-2 .single-slide .video-banner .slide-txt p {
    font-size: 15px;
  }

  .video-banner .slide-txt form span.input-icon {
    top: 18px;
  }

  .video-banner .slide-txt form input,
  .video-banner .home-slide-2 .single-slide .slide-txt form input,
  .home-slide-2 .single-slide .video-banner .slide-txt form input {
    padding: 16px;
    padding-left: 50px;
  }

  .video-banner .slide-txt form .custom-btn,
  .video-banner .slide-txt form .cart-form-footer .button,
  .cart-form-footer .video-banner .slide-txt form .button,
  .video-banner .slide-txt form .button,
  .video-banner .slide-txt form .button {
    right: 10px;
    top: 7.2px;
  }

  .video-banner .slide-img {
    left: 0;
  }

  .video-banner .slide-img .video-meta {
    top: 82%;
    left: 35%;
  }

  .video-banner .slide-img .video-meta .success-stat {
    display: none;
  }

  .video-banner .slide-img .video-meta .video-icon {
    width: 105px;
    height: 105px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .video-banner {
    padding-bottom: 150px;
  }

  .video-banner::before {
    width: 100%;
  }

  .video-banner::after {
    background-size: contain;
    width: 100%;
    left: -9%;
  }

  .video-banner .slide-txt,
  .video-banner .home-slide-2 .single-slide .slide-txt,
  .home-slide-2 .single-slide .video-banner .slide-txt {
    max-width: 100%;
  }

  .video-banner .slide-txt .banner-title {
    font-size: 46px;
  }

  .video-banner .slide-txt form .custom-btn,
  .video-banner .slide-txt form .cart-form-footer .button,
  .cart-form-footer .video-banner .slide-txt form .button,
  .video-banner .slide-txt form .button,
  .video-banner .slide-txt form .button {
    right: 8px;
  }

  .video-banner .slide-img {
    left: 0px;
    margin: 0 0 100px;
  }

  .video-banner .slide-img .video-meta {
    left: 30%;
    top: 82%;
  }

  .video-banner .slide-img .video-meta .success-stat {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .video-banner .slide-img {
    margin-bottom: 150px;
  }

  .video-banner .slide-img .video-meta {
    left: 20%;
    top: 85%;
  }

  .video-banner .slide-img .video-meta .success-stat {
    display: block;
  }
}

.banner-4 {
  padding: 200px 0;
  background: #00415D;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-4::before {
  display: none;
}

.banner-4 .slide-txt h1,
.banner-4 .home-slide-2 .single-slide .slide-txt h1,
.home-slide-2 .single-slide .banner-4 .slide-txt h1 {
  font-size: 72px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .banner-4 .slide-txt h1,
  .banner-4 .home-slide-2 .single-slide .slide-txt h1,
  .home-slide-2 .single-slide .banner-4 .slide-txt h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .banner-4 .slide-txt h1,
  .banner-4 .home-slide-2 .single-slide .slide-txt h1,
  .home-slide-2 .single-slide .banner-4 .slide-txt h1 {
    font-size: 48px;
    margin-top: 20px;
  }
}

.slide-5 .slide-item {
  background-position: center center;
  background-size: cover;
  padding: 300px 0 110px;
}

.slide-5 .slide-item::before {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.925105) 0%, rgba(0, 65, 93, 0.00913869) 100%);
}

.slide-5 .slide-item::after {
  background: url("../images/graphic.png") no-repeat top right;
  content: "";
  position: absolute;
  right: -11%;
  top: -5%;
  width: 40%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-5 .slide-item::after {
    right: -22%;
    width: 55%;
  }
}

.slide-5 .slide-item .slide-content {
  text-align: center;
  max-width: 76%;
  margin: 0 auto;
}

.slide-5 .slide-item .slide-content::before {
  background: url("../images/graphic-b5.png") no-repeat left bottom;
  height: 309px;
  width: 258px;
  top: 58%;
  left: -16%;
}

.slide-5 .slide-item .slide-content h1 {
  font-size: 72px;
  margin: 40px 0 20px;
  color: #fff;
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .slide-5 .slide-item .slide-content h1 {
    font-size: 60px;
  }
}

.slide-5 .slide-item .slide-content p {
  font-size: 18px;
  max-width: 72%;
  margin: 0 auto 35px;
  color: #fff;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-5 .slide-item .slide-content {
    max-width: 85%;
  }

  .slide-5 .slide-item .slide-content::before {
    left: -18%;
    top: 66%;
  }

  .slide-5 .slide-item .slide-content h1 {
    font-size: 50px;
  }
}

.slide-5 .slide-item a.video.venobox.vbox-item {
  margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
  .slide-5 .slide-item {
    padding: 250px 0 75px;
  }

  .slide-5 .slide-item .slide-content {
    max-width: 100%;
  }

  .slide-5 .slide-item .slide-content h1 {
    font-size: 30px;
  }

  .slide-5 .slide-item .slide-content p {
    max-width: 91%;
  }

  .slide-5 .slide-item .slide-content::before {
    display: none;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-5 .slide-item {
    padding: 150px 0 100px;
  }
}

.slide-5 .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 50%;
}

.slide-5 .owl-dots .owl-dot {
  display: block;
}

.slide-5 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 0 20px;
  background: #fff;
}

.slide-5 .owl-dots .owl-dot span::before {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slide-5 .owl-dots .owl-dot.active span::before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* -------------------------------------
6. Services
--------------------------------------- */
.trusted-brands {
  background: #ffffff;
  padding: 45px 0px;
}

.trusted-brands .brand {
  max-width: 85%;
  margin: 0 auto;
}


.services-section::before {
  background: url("../images/service-bg.png") no-repeat center top;
  top: 6%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-section::before {
    background-size: contain;
    background-position: center center;
  }
}

.services-section .section-title {
  margin: 90px auto 50px;
}

@media only screen and (max-width: 767px) {
  .services-section .section-title {
    max-width: 85%;
  }
}

.services-section .service-footer {
  max-width: 75%;
  margin: 90px auto 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .services-section .service-footer {
    max-width: 100%;
    margin: 70px auto 0;
  }
}

.services-section .service-footer p {
  margin: 30px 0 50px;
  font-size: 18px;
  line-height: 27px;
}

.services-section .trusted-brands .owl-nav {
  display: none;
}

.service-inner {
  overflow: hidden;
}

.service-inner .service-card {
  padding: 60px 50px;
  background: #f8f8f8;
  transition: background .4s ease;
  cursor: pointer;
}

.service-inner .service-card::before {
  width: 1px;
  left: -1px;
  z-index: -1;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #dadada;
}

.service-inner .service-card h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

.service-inner .service-card p,
.service-inner .service-card h3 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-inner>div:first-child .service-card,
.service-inner .service-card:hover {
  background: #ff3158;
  z-index: 2;
}

.service-inner>div:first-child .service-card h3,
.service-inner>div:first-child .service-card p,
.service-inner .service-card:hover h3,
.service-inner .service-card:hover p {
  color: #fff;
}

.service-inner>div:first-child .service-card::before,
.service-inner .service-card:hover::before {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-inner .service-card h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner .service-card {
    padding: 40px 20px 20px;
  }

  .service-inner .service-card h3 {
    font-size: 20px;
  }
}

.service-card {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 2;
}

.service-card .sc-wrap {
  padding-top: 150px;
}

.service-card .card-inner {
  position: relative;
  z-index: 1;
  width: 88%;
  margin-left: auto;
  margin-right: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-card .card-inner img {
  width: 100%;
}

.service-card .card-hover {
  position: absolute;
  left: -1px;
  padding: 30px 0 0;
  background: #ff3158;
  height: 359px;
  width: 100%;
  z-index: 0;
  transform: translateY(-130px);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-card .card-hover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../images/sc-bg.png") no-repeat;
  background-position: left top;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.service-card .card-hover span.card-icon {
  font-size: 71px;
  display: block;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card .card-hover span.card-icon {
    font-size: 45px;
  }
}

.service-card .card-hover .readmore {
  position: absolute;
  bottom: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  color: #00415D;
  font-size: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}

.service-card .card-hover .readmore i {
  position: relative;
  top: 4px;
  left: 5px;
}

.service-card .card-txt {
  text-align: center;
  padding: 30px 20px 20px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card .card-txt {
    padding: 20px 9px 15px;
  }
}

.service-card .card-txt h3 {
  margin-bottom: 5px;
  color: #ff3158;
}

.service-card .card-txt p {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  color: #00415D;
  font-size: 16px;
  font-weight: 600;
}

.service-card:hover .card-inner,
.service-card.active .card-inner {
  transform: translateY(-130px);
}

.service-card:hover .card-hover,
.service-card.active .card-hover {
  transform: translateY(0px);
  backface-visibility: visible;
}

.service-card:hover .card-hover::before,
.service-card.active .card-hover::before {
  background-position: 0 120%;
  left: auto;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .service-card {
    margin-bottom: 45px;
  }

  .service-card .card-hover {
    height: 340px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-card {
    margin: 0 auto 30px;
  }

  .service-card .card-hover {
    height: 465px;
  }

  .service-card h3 {
    font-size: 25px;
  }
}

.service-2 {
  overflow: hidden;
}

.service-2::before {
  background: url("../images/round-shape.png") no-repeat left top/contain;
  top: 14%;
  left: -35%;
}

.business-card {
  position: relative;
  margin-bottom: 30px;
}

.business-card .bs-shape {
  width: 150px;
  height: 150px;
  line-height: 150px;
  bottom: -13%;
  text-align: center;
  right: -12%;
  position: absolute;
  background: #ff3158;
  display: inline-table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.business-card .bs-shape i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 50px;
  position: relative;
  top: -14px;
  left: -12px;
}

.business-card .card-thumb {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.business-card .card-hover {
  position: absolute;
  left: 0;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px;
  display: table;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.business-card .card-hover .bs-shape {
  position: relative;
  left: 0;
  margin-top: -80px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.business-card .card-hover .bs-shape i {
  left: 0;
  top: 7px;
}

.business-card .card-hover .card-inner {
  display: table-cell;
  vertical-align: middle;
}

.business-card .card-hover .card-inner h3 {
  font-size: 22px;
  padding-top: 10px;
}

.business-card .card-hover .card-inner p {
  line-height: 23px;
  font-size: 16px;
  color: #00415D;
  margin: 15px 0px;
}

.business-card .card-hover .card-inner a.readmore {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff3158;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
}

.business-card:hover .card-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.business-card:hover .card-hover .bs-shape {
  bottom: -5%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .business-card .card-hover {
    padding: 20px 14px;
  }

  .business-card .card-hover .bs-shape {
    margin-top: -70px;
    margin-bottom: 0px;
  }

  .business-card .card-hover .card-inner h3 {
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .business-card .bs-shape {
    width: 145px;
    height: 145px;
    bottom: -9%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business-card .card-hover .bs-shape {
    margin-top: -95px;
    margin-bottom: 0;
    width: 180px;
    height: 180px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .business-card {
    max-width: 71%;
    margin: 0 auto 30px;
  }
}

.service-3::before {
  background: url("../images/service2-bg.png") no-repeat left top/contain;
  width: 45%;
}

.service-3 .service-card {
  margin-bottom: 45px;
  max-width: 325px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-3 .service-card {
    margin-bottom: 45px;
  }

  .service-3 .service-card h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .service-3 .service-card {
    margin-bottom: 45px;
  }

  .service-3 .service-card h3 {
    font-size: 22px;
  }
}

.service-3 .service-card .read-btn {
  font-weight: 700;
  font-size: 18px;
}

.service-3 .service-card .read-btn i {
  top: 3px;
  position: relative;
}

.service-3 .service-card .read-btn:hover {
  color: #ff3158;
}

.service-3 .service-pormo::before {
  background: url("../images/sfranme1.png") no-repeat top right;
  animation: jumping 5s ease-in-out 2s infinite alternate;
}

.service-3 .service-pormo::after {
  background: url("../images/sframe2.png") no-repeat left center;
  animation: jumping 6s ease-in-out 2s infinite alternate;
}

.service-3 .trusted-brands {
  background: #f6f9ff;
}

@media only screen and (max-width: 767px) {
  .service-3 .trusted-brands .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-service {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-service .section-title {
    font-size: 32px;
  }
}

.service-counter {
  margin: 45px 0;
}

.service-counter::before {
  background: #d3d3d3;
  width: 1px;
  left: 38%;
  height: 83%;
  transform: translateY(-50%);
  top: 43%;
}

.service-counter .s-count {
  width: 50%;
  float: left;
}

.service-counter .s-count h3 {
  color: #ff3158;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.service-counter .s-count p {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  color: #00415D;
  font-size: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-counter .s-count h3 {
    font-size: 50px;
  }

  .service-counter .s-count p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .service-counter .s-count h3 {
    font-size: 50px;
  }

  .service-counter .s-count p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-counter .s-count h3 {
    font-size: 60px;
  }

  .service-counter .s-count p {
    font-size: 18px;
  }
}

.business-section::before {
  background: url("../images/business-promo.png") no-repeat center right/contain;
  height: 500px;
}

.business-section .about-business {
  max-width: 88%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business-section .about-business {
    max-width: 100%;
  }
}

.business-section .about-business h2 {
  margin-bottom: 30px;
}

.business-section .about-business ul {
  margin: 30px 0;
  list-style: none;
  padding-left: 25px;
}

.business-section .about-business ul li {
  margin-bottom: 15px;
  font-size: 17px;
}

.business-section .about-business ul li::before {
  content: "\f127";
  left: -28px;
  font-family: flaticon;
  background: none;
  color: #ff3158;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .business-section .about-business {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .business-section .about-business {
    max-width: 100%;
  }
}

.business-section .business-pormo img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.business-section .business-pormo img:nth-child(even) {
  margin-right: 15px;
}

.business-section .business-pormo img.sm-img {
  width: 48%;
  float: left;
  height: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business-section .business-pormo img.sm-img {
    width: 45.5%;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .business-section .business-pormo img.sm-img {
    margin-bottom: 60px;
  }

  .business-section .business-pormo img.sm-img:nth-child(even) {
    margin-right: 12px;
  }
}

.business-section .business-pormo img:hover {
  opacity: .8;
}

.business-4 {
  padding-bottom: 100px;
}

.growth-section {
  position: relative;
}

.growth-card {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 350px;
  background-size: cover;
}

.growth-card .growth-img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.growth-card .growth-img img {
  transform: scale(1);
  transition: .5s ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.growth-card .growth-txt {
  position: absolute;
  bottom: 0px;
  background: #00415d;
  background: linear-gradient(0deg, #00415d 0%, rgba(255, 255, 255, 0.02) 80%, rgba(0, 0, 0, 0) 100%);
  padding: 165px 60px 20px;
  height: 350px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growth-card .growth-txt p {
  max-width: 80%;
  color: #fff;
}

.growth-card .growth-txt h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.growth-card .growth-txt h3 a {
  color: #fff;
  transition: color .4s ease-in-out;
}

.growth-card .growth-txt h3 a:hover {
  color: #ff3158;
}

.growth-card .growth-txt>a {
  color: #ff3158;
  font-size: 30px;
}

.growth-card .growth-txt>a i {
  transition: margin-left .4s ease-in-out;
}

.growth-card:hover i {
  margin-left: 20px;
}

.growth-card:hover .growth-img img {
  transform: scale(1.05);
}

.growth-card.lg-card {
  max-width: 97.4%;
  margin-bottom: 0;
  min-height: 741px;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .growth-card.lg-card {
    min-height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .growth-card.lg-card {
    max-width: 100%;
    min-height: 530px;
  }
}

@media only screen and (max-width: 767px) {
  .growth-card.lg-card {
    min-height: 350px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .growth-card {
    min-height: 300px;
  }

  .growth-card .growth-txt {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .growth-card {
    min-height: 250px;
    margin-bottom: 30px;
  }

  .growth-card .growth-txt {
    padding: 40px 30px 30px;
    height: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .growth-card {
    margin-bottom: 30px;
  }

  .growth-card .growth-txt {
    padding: 145px 30px 20px;
  }
}

.service-entry {
  padding: 30px;
  margin-bottom: 30px;
  border: 2px solid #e4e4e4;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-entry .service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00415d;
  background-blend-mode: multiply;
  background-position: center center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-entry span {
  width: 116px;
  height: 116px;
  background-color: #ff3158;
  text-align: center;
  display: table;
  margin: 0 auto 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-entry span::before {
  background: url("../images/service-icon-bg.png") no-repeat center center;
  background-size: contain;
  width: 125%;
  height: 125%;
  top: -35px;
  left: -15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.service-entry span i {
  display: table-cell;
  vertical-align: middle;
  font-size: 45px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-entry h3 {
  margin-bottom: 20px;
}

.service-entry h3 a {
  color: #00415D;
}

.service-entry p {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-entry a.readmore {
  width: 53px;
  height: 53px;
  line-height: 63px;
  background-color: #ff3158;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  margin-top: 15px;
}

.service-entry:hover {
  border: 2px solid transparent;
  transform: translateY(-5px);
}

.service-entry:hover .service-bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.service-entry:hover h3 a,
.service-entry:hover p {
  color: #fff;
}

.service-entry:hover span {
  background: #fff;
}

.service-entry:hover span::before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: -15px;
}

.service-entry:hover span i {
  color: #ff3158;
}

/*
    Service Details
*/
article.service-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 48px;
}

@media only screen and (max-width: 767px) {
  article.service-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }
}

article.service-content p {
  color: #7e8283;
  font-size: 18px;
  line-height: 30px;
  margin: 40px 0 0;
}

.service-5 {
  background-color: #F8F8F8;
  padding-bottom: 350px;
}

.service-5::before {
  background: url("../images/serv5-bg.png") no-repeat center left/cover;
}

.service-5 .section-intro2 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .service-5 {
    padding-bottom: 300px;
  }

  .service-5::before {
    display: none;
  }
}

.service-card-5 {
  background-color: transparent;
  perspective: 1000px;
  margin-bottom: 30px;
  cursor: pointer;
}

.service-card-5 .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}

.service-card-5 h3 {
  font-size: 30px;
  margin: 15px 0;
}

.service-card-5 .service-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  overflow: hidden;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.service-card-5 .service-hover .sh-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 87%;
}

.service-card-5 .service-hover .sh-inner h3 {
  color: #fff;
}

.service-card-5 .service-hover .sh-inner .cat-meta {
  background-color: #ff3158;
  color: #fff;
}

.service-card-5 .service-hover::before {
  background: #f4462e;
  background: linear-gradient(180deg, rgba(244, 70, 46, 0) 0%, rgba(0, 65, 93, 0.678606) 62%, #00415d 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.service-card-5 .cat-meta {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #ff3158;
  display: inline-block;
  font-weight: 500;
  padding: 9px 20px 7px;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(244, 70, 46, 0.16);
}

.service-card-5 .serv-txt .serv-icon {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff3158;
  text-align: center;
  display: inline-table;
  margin-right: 1px;
}

.service-card-5 .serv-txt .serv-icon i {
  color: #fff;
  font-size: 45px;
  display: table-cell;
  vertical-align: middle;
}

.service-card-5 .serv-txt .s-text-inner {
  padding: 40px 25px 21px;
}

.service-card-5 .serv-txt .serv-footer {
  border-top: 1px solid #C3D1D9;
}

.service-card-5 .serv-txt .serv-footer a {
  border: 1px solid #C3D1D9;
  padding: 5px 24px 1px;
  line-height: 1;
  border-radius: 30px;
  color: #00415D;
}

.service-card-5:hover .card-inner {
  transform: rotateY(0deg);
}


.client-quote::before {
  background: transparent;
  border: 1px solid #dddddd;
  top: auto;
  bottom: 0;
  height: 67%;
}

.client-quote p {
  color: #858A8D;
  font-size: 15px;
}

.client-quote .quote-head {
  top: -30px;
}

.client-quote .quote-head::before {
  background: #ff3158;
  height: 50%;
  top: auto;
  bottom: 0;
}

.client-quote .quote-head::after {
  position: absolute;
  content: "";
  left: 0;
  top: 52px;
  border-bottom: 56px solid #ff3158;
  border-right: 308px solid transparent;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .client-quote .quote-head::after {
    border-right: 318px solid transparent;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .client-quote .quote-head::after {
    border-bottom: 55px solid #ff3158;
    border-right: 249px solid transparent;
  }
}

.client-quote .quote-head .cl-meta::before {
  content: "\f115";
  font-family: flaticon;
  background: transparent;
  left: auto;
  right: 0;
  width: auto;
  font-size: 50px;
  color: #fff;
  top: 12px;
}

/* -------------------------------------
10. Blog
--------------------------------------- */
.blog-section {
  padding: 0px 0 275px;
}

.blog-section::before {
  background: url("../images/blog-bg.png") no-repeat;
  background-position: 0 135px;
}

.blog-section .section-title {
  max-width: 35%;
  margin: 0 auto 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-section {
    padding-bottom: 200px;
  }

  .blog-section .section-title {
    max-width: 80%;
  }
}

.single-entry {
  padding: 15px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-entry .entry-thumb {
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .single-entry .entry-thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-entry .entry-thumb img {
    width: 100%;
  }
}

.single-entry .date-meta {
  position: absolute;
  right: 20px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #ff3158;
  text-align: center;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  padding-top: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.single-entry .date-meta span {
  display: block;
}

.single-entry .entry-txt {
  padding-top: 30px;
}

.single-entry .entry-txt .cat-meta a {
  color: #fff;
  font-size: 13px;
  background: #ff3158;
  display: inline-block;
  padding: 1px 14px;
  border-radius: 50px;
}

.single-entry .entry-txt h3 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  color: #00415D;
  font-size: 22px;
}

.single-entry .entry-txt p {
  font-size: 15px;
  line-height: 23px;
}

.single-entry.featured-entry {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  max-height: 470px;
}

.single-entry.featured-entry::before {
  background: linear-gradient(90deg, #00415d 0%, #00415d 0%, #00415d 86%);
  z-index: 1;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.single-entry.featured-entry .entry-txt {
  position: absolute;
  left: 45%;
  top: 67%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 2;
}

.single-entry.featured-entry .entry-txt h3 a,
.single-entry.featured-entry .entry-txt p {
  color: #fff;
}

.single-entry.featured-entry .date-meta {
  bottom: auto;
  top: 20px;
  z-index: 2;
}

.single-entry.featured-entry img {
  width: 100%;
}

.single-entry:hover {
  border: 1px solid transparent;
}

.single-entry:hover .entry-txt h3 a {
  color: #ff3158;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .single-entry.featured-entry {
    max-height: 475px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-entry.featured-entry {
    min-height: 478px;
  }

  .single-entry.featured-entry img {
    height: 478px;
  }

  .single-entry.featured-entry .entry-txt {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-entry {
    padding: 10px;
  }

  .single-entry.featured-entry {
    height: 400px;
    margin-bottom: 30px;
  }

  .single-entry.featured-entry .entry-txt {
    left: 38%;
    top: 61%;
    width: 60%;
  }

  .single-entry.featured-entry .entry-txt h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .single-entry {
    margin-bottom: 30px;
  }

  .single-entry.featured-entry {
    height: 350px;
  }

  .single-entry.featured-entry .entry-txt {
    width: 90%;
    top: 64%;
    left: 50%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-entry .entry-txt h3 {
    font-size: 17px;
  }
}

section.blog.section-padding.blog-2 {
  margin-bottom: 165px;
  position: relative;
  z-index: 1;
}

section.blog.section-padding.blog-2 .anim-img,
section.blog.section-padding.blog-2 .anim-2 {
  top: auto;
  bottom: 0;
}

section.blog.section-padding.blog-2 .anim-2 {
  top: 0;
}

.blog-index .section-title {
  max-width: 82%;
}

.blog-index .single-entry {
  margin-bottom: 30px;
}

/*=================================================
   Post comments
  ===================================================*/
.entry-comments {
  border-top: 1px solid #ebebeb;
  margin-top: 60px;
}

.comment-title {
  font-size: 30px;
  margin-top: 40px;
  font-weight: 700;
  color: #455359;
  text-align: left;
}

.comment-title span {
  margin-left: 5px;
}

.post-comments ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 45px 0px 30px;
}

.post-comments ol li {
  margin-bottom: 65px;
}

.post-comments ol li::before {
  background: #ebebeb;
  height: 1px;
  top: 127%;
}

.post-comments ol li:first-child::before {
  top: 111%;
}

@media only screen and (max-width: 767px) {
  .post-comments ol li:first-child::before {
    top: 100%;
  }
}

.post-comments ol li article.comment-body {
  position: relative;
}

.post-comments ol li article.comment-body .comment-thumb {
  float: left;
}

@media only screen and (max-width: 767px) {
  .post-comments ol li article.comment-body .comment-thumb {
    float: none;
  }
}

.post-comments ol li article.comment-body .comment-details {
  margin-left: 105px;
}

.post-comments ol li article.comment-body .comment-details .comment-name {
  font-size: 22px;
  color: #455359;
  margin-bottom: 0px;
  font-weight: 600;
}

.post-comments ol li article.comment-body .comment-details span {
  font-size: 13px;
  color: #909598;
  font-weight: 500;
}

.post-comments ol li article.comment-body .comment-details p {
  max-width: 90%;
  margin: 5px 0 0;
  font-size: 16px;
  color: #909598;
  line-height: 26px;
}

.post-comments ol li article.comment-body .comment-details .comment-reply {
  position: absolute;
  right: 0;
  top: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  background: #f6f6f6;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  color: #b0b0b0;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5;
}

.post-comments ol li article.comment-body .comment-details .comment-reply:hover {
  background: #ff3158;
  color: #fff;
}

.post-comments ol li .children {
  padding: 34px 0px 0 75px;
}

.post-comments ol li .children li::before {
  display: none;
}

.post-comments ol li .children .comment-body .comment-details {
  margin-left: 105px;
}

.post-comments ol li:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .post-comments ol li {
    margin-bottom: 45px;
  }

  .post-comments ol li::before {
    top: 115%;
  }

  .post-comments ol li article.comment-body .comment-details {
    margin: 20px 0 0;
  }

  .post-comments ol li .children {
    padding: 30px 30px 60px;
  }

  .post-comments ol li .children .comment-body .comment-details {
    margin: 20px 0 0;
  }
}

/*==================================================
   Comments Form
   ====================================================*/
.write-comments {
  margin-top: 30px;
}

.write-comments form {
  margin-top: 45px;
}

.write-comments form .form-group {
  margin-bottom: 25px;
}

.write-comments form .form-group:after {
  content: "";
  display: table;
  clear: both;
}

.write-comments form .form-group input,
.write-comments form .form-group textarea {
  padding: 10px 0 10px 15px;
  background: #f6f6f6;
  border: none;
  font-size: 14px;
  width: 100%;
  border-radius: 7px;
  color: #909598;
}

.write-comments form .form-group input::placeholder,
.write-comments form .form-group textarea::placeholder {
  color: #909598;
}

.write-comments form .form-group textarea {
  height: 180px;
  padding-left: 15px;
}

.write-comments form .custom-btn,
.write-comments form .cart-form-footer .button,
.cart-form-footer .write-comments form .button,
.write-comments form .button,
.write-comments form .button {
  margin-top: 30px;
  border: none;
  padding: 18px 30px;
}

.post-index {
  margin-bottom: 80px;
}

.post-index .single-entry {
  padding: 0;
  border: none;
}

.post-index .single-entry:hover {
  box-shadow: none;
}

.post-index .single-entry .entry-cover {
  position: relative;
}

.post-index .single-entry .entry-cover .date-meta {
  width: 82px;
  height: 77px;
  font-size: 22px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  top: 35px;
  right: 35px;
}

.post-index .single-entry .entry-details h1 {
  font-size: 38px;
  margin: 30px 0 10px;
}

.post-index .single-entry .entry-details .post-meta {
  margin-bottom: 30px;
}

.post-index .single-entry .entry-details .post-meta span {
  color: #afafaf;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
}

.post-index .single-entry .entry-details .post-meta span:hover {
  color: #ff3158;
}

.post-index .single-entry .entry-details .post-meta img {
  margin-right: 5px;
}

.post-index .single-entry .entry-details h3 {
  margin: 30px 0;
}

.post-index .single-entry .entry-details p {
  margin-bottom: 30px;
  color: #7e8283;
  font-size: 18px;
  line-height: 30px;
}

.post-index .single-entry .entry-footer {
  margin-top: 60px;
}

.post-index .single-entry .entry-footer:after {
  content: "";
  display: table;
  clear: both;
}

.post-index .single-entry .entry-footer div h4 {
  float: left;
  margin-right: 8px;
  font-size: 22px;
}

.post-index .single-entry .entry-footer .entry-tags {
  float: left;
}

@media only screen and (max-width: 767px) {
  .post-index .single-entry .entry-footer .entry-tags {
    float: none;
    margin-bottom: 20px;
  }

  .post-index .single-entry .entry-footer .entry-tags span {
    margin-bottom: 10px;
    display: inline-block;
  }
}

.post-index .single-entry .entry-footer .entry-tags span {
  text-transform: capitalize;
  margin-right: 5px;
}

.post-index .single-entry .entry-footer .entry-tags span a {
  color: #455359;
  font-family: "Poppins", sans-serif;
  background: #f6f6f6;
  display: inline-block;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.post-index .single-entry .entry-footer .entry-tags span a:hover {
  background: #ff3158;
  color: #fff;
}

.post-index .single-entry .entry-footer .entry-share {
  float: right;
}

@media only screen and (max-width: 767px) {
  .post-index .single-entry .entry-footer .entry-share {
    float: none;
  }
}

.post-index .single-entry .entry-footer .entry-share a {
  margin-left: 10px;
  display: inline-table;
  width: 40px;
  height: 38px;
  background: #f6f6f6;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.post-index .single-entry .entry-footer .entry-share a i {
  display: table-cell;
  vertical-align: middle;
  padding-top: 4px;
}

.post-index .single-entry .entry-footer .entry-share a i::before {
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-index .single-entry .entry-footer .entry-share a:hover {
  background: #ff3158;
}

.post-index .single-entry .entry-footer .entry-share a:hover i::before {
  color: #fff;
}

@media only screen and (max-width: 767px) {

  .single-entry-2,
  .single-entry-3 {
    margin-bottom: 30px;
  }
}

.single-entry-2 .date-meta,
.single-entry-3 .date-meta {
  font-family: "Poppins", sans-serif;
  left: 20px;
  top: 20px;
  color: #fff;
  background-color: #ff3158;
  text-transform: uppercase;
  position: absolute;
  padding: 2px 10px;
  line-height: 23px;
  font-size: 12px;
}

.single-entry-2 .date-meta img,
.single-entry-3 .date-meta img {
  margin-right: 5px;
}

.single-entry-2 h3 a,
.single-entry-3 h3 a {
  color: #00415D;
  font-weight: 500;
  line-height: 34px;
}

.single-entry-2 h3 a:hover,
.single-entry-3 h3 a:hover {
  color: #ff3158;
}

.single-entry-2 .admin-meta,
.single-entry-3 .admin-meta {
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
}

.single-entry-2 .admin-meta a,
.single-entry-3 .admin-meta a {
  color: #858A8D;
}

.single-entry-2 .admin-meta a:hover,
.single-entry-3 .admin-meta a:hover {
  color: #ff3158;
}

.single-entry-2 .admin-meta img,
.single-entry-3 .admin-meta img {
  width: 20px;
  margin-right: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .single-entry-2 .admin-meta a,
  .single-entry-3 .admin-meta a {
    font-size: 12px;
  }

  .single-entry-2 .admin-meta a img,
  .single-entry-3 .admin-meta a img {
    margin-right: 5px;
  }
}

.single-entry-2 .read-more,
.single-entry-3 .read-more {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ff3158;
  overflow: hidden;
}

.single-entry-2 .read-more a,
.single-entry-3 .read-more a {
  display: inline-block;
  padding: 5px 25px;
  background-color: #ff3158;
  color: #fff;
  right: 20px;
  border-radius: 50px;
  line-height: 1;
  float: right;
}

.single-entry-2 .read-more a:hover,
.single-entry-3 .read-more a:hover {
  background-color: #00415D;
}

.single-entry-3 {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.single-entry-3 .entry-thumb {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.single-entry-3 .date-meta {
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 14px 10px 6px;
}

.single-entry-3 .date-meta span {
  display: block;
  border-bottom: 1px solid #FE8776;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 3px;
}

.single-entry-3 .entry-txt {
  border: 1px solid #E9E9E9;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* -------------------------------------
11. Offer
--------------------------------------- */
.offer-intro {
  max-width: 86%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-intro {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .offer-intro {
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-intro {
    max-width: 77%;
  }
}

.offer-section {
  padding-bottom: 50px;
}

.offer-section::before {
  background: url("../images/offer-bg.png") no-repeat right center/contain;
}

@media only screen and (max-width: 767px) {
  .service-btn.text-end {
    margin-top: 20px;
    text-align: left !important;
  }
}

.offer-card {
  padding: 0px 40px 40px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #e6e6e6;
  margin-top: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.offer-card .offer-img {
  max-width: 195px;
  margin: -70px auto 35px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.offer-card .offer-img img {
  width: 195px;
  height: 195px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.offer-card .offer-img::before,
.offer-card .offer-img::after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(0.6);
}

.offer-card .offer-img::before {
  background: url("../images/offer-f2.png") no-repeat top right;
}

.offer-card .offer-img::after {
  background: url("../images/offer-f1.png") no-repeat bottom left;
}

.offer-card p {
  margin: 20px 0 30px;
}

.offer-card a.readmore {
  width: 53px;
  height: 53px;
  line-height: 60px;
  background-color: #ff3158;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
}

.offer-card:hover {
  background: #fff;
  box-shadow: 0 0px 49px 1px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.offer-card:hover .offer-img::after,
.offer-card:hover .offer-img::before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transform: scale(1);
}

@media only screen and (max-width: 767px) {
  .offer-card {
    margin-bottom: 30px;
  }
}

.business-thumb .service-cta,
.business-thumb .banner-4 .banner-cta,
.banner-4 .business-thumb .banner-cta {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background: #ff3158;
}

.business-pormo .service-counter::before {
  left: 50%;
  height: 53%;
  top: 50%;
}

.growth-4 {
  background: #00415D;
  position: relative;
}

.growth-4 .anim-img,
.growth-4 .anim-2 {
  animation: none;
  top: 25%;
  left: 0px;
}

.growth-4 .anim-img.anim-2,
.growth-4 .anim-2 {
  top: 85%;
  left: auto;
}

.growth-4 .growth-txt .section-intro.intro-2 {
  max-width: 100%;
  text-align: left;
  margin-bottom: 50px;
}

.growth-4 .growth-txt .section-intro.intro-2 .section-title {
  max-width: 100%;
  color: #fff;
}

.growth-4 .growth-txt .section-intro.intro-2 .section-title::before {
  left: 7%;
  top: 120px;
}

@media only screen and (max-width: 767px) {
  .growth-4 .growth-txt .section-intro.intro-2 .section-title::before {
    left: 12%;
    top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .growth-4 .growth-txt .section-intro.intro-2 .section-title {
    font-size: 32px;
  }

  .growth-4 .growth-txt .section-intro.intro-2 .section-title::before {
    left: 13%;
    top: 90px;
  }
}

.growth-4 .growth-txt p {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .growth-4 .growth-txt {
    margin-top: 50px;
  }
}

.growth-4 .skill {
  margin-top: 30px;
}

.growth-4 .skill .progress {
  border-radius: 5px;
  background: #FBE9E7;
  height: 9px;
}

.growth-4 .skill .progress .progress-bar {
  border-radius: 50px;
  height: 9px;
}

.growth-4 .skill .progress .meta {
  color: #fff;
  top: -35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .growth-4 .skill .progress .meta {
    font-size: 13px;
    top: -25px;
  }
}

.about-main .team::before {
  display: none;
}

.about-testimonial .section-intro,
section.testimonial-2.service-testimonial .section-intro {
  text-align: left;
  margin: 0 0 65px;
}

section.about-sec2 {
  padding-bottom: 100px;
}

.brands-5 {
  padding: 60px 0 0;
}

.brands-5 .trusted-brands {
  background-color: transparent;
  padding-bottom: 20px;
}

.trusted-brands .brand img {
  width: auto;
}

.trusted-brands .owl-nav button {
  top: 60%;
}

.member-social {
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.member-social span {
  width: 40px;
  height: 40px;
  background: #ff3158;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.35s;
  text-align: center;
}

.member-social span a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding-top: 3px;
}

.member-info {
  display: flex;
}

.member-info>div {
  width: 45%;
  padding: 15px 30px;
  display: table;
}

.member-info .m-experience {
  background-color: #ff3158;
}

.member-info .m-experience h3 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
  line-height: 38px;
}

.member-info .m-experience h3 span {
  font-size: 40px;
  width: 48px;
  display: inline-block;
}

.member-info .m-contact {
  width: 55%;
  background-color: #00415D;
  padding-top: 24px;
}

.member-info .m-contact p,
.member-info .m-contact a {
  color: #fff;
  margin-bottom: 5px;
}

.member-info .m-contact p i,
.member-info .m-contact a i {
  position: relative;
  top: 3px;
  margin-right: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .member-info>div {
    padding: 15px;
  }

  .member-info .m-experience h3 {
    font-size: 28px;
  }

  .member-info .m-contact p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .member-info {
    margin-bottom: 30px;
  }

  .member-info .m-experience {
    display: none;
  }

  .member-info .m-contact {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .member-info {
    margin-bottom: 30px;
  }

  .member-info .m-experience {
    display: block;
  }

  .member-info .m-contact {
    width: 55%;
  }
}

.team.team-member .member-cover {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team.team-member .member-cover {
    max-width: 84%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .team.team-member .member-cover {
    padding-right: 0;
  }
}

.team-details .member-social {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  position: relative;
  text-align: left;
}

.team-details .team-d-head {
  margin-bottom: 45px;
}

.team-details .member-bio p {
  margin: 0 0 25px;
}

.team-details .member-bio ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.team-details .member-bio ul li {
  padding-left: 20px;
}

.team-details .member-bio ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #ff3158;
}

.team-details .member-experience {
  margin-top: 30px;
}

.team-details .member-experience h3 {
  padding-left: 20px;
  font-size: 30px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.team-details .member-experience h3::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #ff3158;
}

.skill {
  padding: 50px 0;
  overflow: hidden;
}

.skill .progress {
  border: 0 none;
  box-shadow: none;
  height: 7px;
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
  border-radius: 0px;
  display: block;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}

.skill .progress:last-child {
  margin-bottom: 0px;
}

.skill .progress .meta {
  font-size: 18px;
  left: 0;
  position: absolute;
  top: -28px;
  font-weight: 600;
  color: #00415D;
}

.skill .progress .progress-bar {
  display: block;
  background: #ff3158;
  float: left;
  height: 8px;
  overflow: visible;
}

.skill .progress .progress-bar span {
  background: #ff3158;
  float: right;
  margin-right: 10px;
  margin-top: -32px;
  position: relative;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  line-height: 1.9;
}

.skill .progress .progress-bar span:before,
.skill .progress .progress-bar span:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.skill .progress .progress-bar span:before {
  border-top-color: #ff3158;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}


.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #00415D;
  background: #00415D;
  border-radius: 50%;
}

.ui-widget-header {
  border: none;
  background: #ff3158;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  width: 18px;
  height: 18px;
}

.ui-widget.ui-widget-content {
  background: #fbc4bc;
  border: none;
}

.cart-form-footer {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .cart-form-footer {
    text-align: left;
  }
}

.cart-form-footer .custom-btn,
.cart-form-footer .button {
  padding: 20px 42px;
  margin-left: 30px;
}

.cart-form-footer .button {
  border: none;
  padding: 20px 40px;
}

.cart-form-footer .button:disabled[disabled] {
  cursor: not-allowed;
}

.feature-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}

.feature-card .feature-content {
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
  left: 0;
  height: 100%;
  width: 277px;
}

.feature-card .feature-content::before {
  width: 58px;
  height: 58px;
  background: #00415d;
  background: linear-gradient(270deg, rgba(0, 65, 93, 0.4) 0%, #f4462e 65%, #f4462e 100%);
  line-height: 65px;
  /* 
            @include opacity(0);
            visibility : hidden; */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-card .feature-content h3 {
  margin: 0;
  position: relative;
  bottom: 5px;
  color: #fff;
}

.feature-card .feature-content h3 span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-card .feature-content h3 i {
  width: 58px;
  height: 58px;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  margin-right: 5px;
  background-color: #F4462E;
  transform: rotate(90deg);
  position: relative;
  bottom: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-card .feature-content {
    width: 255px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .feature-card .feature-content {
    width: 270px;
  }
}

.feature-card:hover .feature-content::before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  width: 113%;
}

.feature-card:hover h3 span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 767px) {
  .feature-card {
    margin-bottom: 30px;
  }
}

.review-wrapper {
  max-width: 80%;
  margin: 0px auto 20px;
  background: #fff;
}

.review-wrapper::before {
  background: url("../images/home/quote.png") no-repeat center bottom;
  top: 15%;
}

.review-wrapper .single-review {
  padding: 60px 100px 80px;
}

.review-wrapper .single-review .name {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.review-wrapper .single-review span {
  color: #ff3158;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review-wrapper .single-review {
    padding: 60px 90px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-wrapper .single-review {
    padding: 60px 90px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .review-wrapper .single-review {
    padding: 60px 30px 30px;
  }

  .review-wrapper .single-review .name {
    font-size: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .review-wrapper .single-review {
    padding: 60px 50px 30px;
  }

  .review-wrapper .single-review .name {
    font-size: 24px;
  }
}

.review-wrapper #revCarousel>button {
  position: absolute;
  left: -22px;
  opacity: 1;
  color: #00415D;
}

.review-wrapper #revCarousel>button::before {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff4930;
  left: 0px;
}

.review-wrapper #revCarousel>button.carousel-control-next {
  right: -22px;
  left: auto;
}

.review-wrapper #revCarousel>button.carousel-control-next::before {
  left: auto;
  right: 0px;
}

.review-wrapper #revCarousel>button.carousel-control-next i {
  left: auto;
  right: -24px;
}

.review-wrapper #revCarousel>button i {
  font-size: 50px;
  position: relative;
  top: 0px;
  left: -24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-wrapper {
    max-width: 90%;
  }

  .review-wrapper #revCarousel>button i {
    left: -10px;
  }

  .review-wrapper #revCarousel>button.carousel-control-next i {
    right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .review-wrapper {
    max-width: 95%;
    top: 0;
  }

  .review-wrapper #revCarousel>button i {
    left: 10px;
    font-size: 25px;
  }

  .review-wrapper #revCarousel>button.carousel-control-next i {
    right: 10px;
  }
}

.shadow,
.primary-navigation.sticky-header.scroll-on,
.footer .subscribe-wrap,
.video-banner .slide-img .video-meta .success-stat,
.service-card .card-inner,
.business-card .card-hover,
.talk-section .talk-txt,
.rv-feature,
.review-wrapper,
.faq-wrap,
.single-entry:hover,
.product:hover {
  -webkit-box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
  -moz-box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
  box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
}

@media only screen and (max-width: 499px) {
  .quick-connect {
    display: none;
  }
}


.business-card .click-btn {
  width: 150px;
  height: 100px;
  line-height: 95px;
  bottom: -10%;
  text-align: center;
  left: -6%;
  position: absolute;
  background: #ff3158;
  font-weight: 700;
  color: #ffffff;
  display: inline-table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}