/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICE
6.  ABOUT
7.  TESTIMONIAL
8.  FAQ
9.  QUATE
10. SUBSCRIBE
11. PRICING
12. BLOG
13. FOOTER
14. COPYRIGHT


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #1c93e5     
        Main color 2:       #009688      
        Main color 3:       #9c27b0
        Main color 4:       #ff4081      
        Background 1:       #FFFFFF            
        Background 2:       #F6F6F6           
        Shadow color:       #000000;            

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Roboto font;
        Typography 2: Montserrat font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;


-------------------------------------------------------------------*/
/*
================
 VARIABLES
================
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/**
 * -------------------
 *  Defult CSS 
 * -------------------
 */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: none;
  line-height: 24px;
  font-weight: 500;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  color: #121a4bb3;
  opacity: 1;
}

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

.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav li a:hover {
  background-color: transparent;
}

.nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  opacity: 0.9;
}

a:hover {
  background-color: transparent;
}

a:focus {
  background-color: transparent;
  outline: 0 !important;
}

.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}

/**
 * ---------------------
 *  Defult Halping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/**
 * --------------------------------------
 *  Video Section Background Defult Style
 * --------------------------------------
 */
.section-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
}

.section-video .bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.body-video-bg > .section-video {
  position: fixed;
  top: 0;
  left: 0;
}

.section-title {
  text-align: center;
}

/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-heading {
  display: block;
  margin: 0;
}

.section-header {
  margin-bottom: 100px;
  text-align: center;
}

.section-header .sub-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.section-header.text-left,
.section-header.text-left * {
  text-align: left;
}

.section-header.text-right,
.section-header.text-right * {
  text-align: right;
}

.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block;
}

.section-header-separator .icon {
  font-size: 48px;
  text-align: center !important;
}

.section-header-separator::before, .section-header-separator::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  top: 25px;
}

.section-header-separator::before {
  left: 0;
}

.section-header-separator::after {
  right: 0;
}

.v-middle {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mini-separator {
  padding: 20px 0;
}

.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/**
 * ---------------------
 *   Defult Button Style
 * ---------------------
 */
.btn {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
  padding: 10px 34px;
  font-weight: bold;
  border-radius: 30px;
  font-size: 14px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  line-height: 22px;
  outline: 0;
}

.btn:last-child {
  margin-right: 0px !important;
}

.btn:hover, .btn:focus {
  outline: 0;
}

.btn .icon {
  position: relative;
  top: 2px;
}

.btn .icon img {
  position: relative;
  top: -3px;
  width: 14px;
}

.btn.btn-fill {
  background-color: #0091FF;
  color: #fff;
  opacity: 1;
  outline: 0;
  border-radius: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.btn-fill.purple-bg {
  background-color: #643BDF;
}

.btn.btn-fill.btn-white {
  background-color: #fff;
  color: rgba(21, 11, 48, 0.8);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.btn-fill.btn-white:hover {
  border-color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: #0074cc;
}

.btn.btn-fill:hover {
  background: #0074cc;
  color: #fff;
  opacity: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.btn-fill:focus {
  background: #0074cc;
  color: #fff;
  opacity: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.btn-fill:active {
  background: #643BDF;
  color: #fff;
  opacity: 1;
  outline: 0;
}

.btn.btn-fill.btn-2 {
  background-color: #F45157;
}

.btn.left-icon .icon {
  margin-right: 15px;
}

.btn.right-icon .icon {
  margin-left: 15px;
}

.btn.btn-stroke {
  background-color: transparent;
  border-color: white;
}

.btn.btn-stroke:hover {
  background-color: #0091ff;
}

.btn.btn-border {
  background-color: transparent;
  border-color: #0091FF;
  color: #0091FF;
}

.btn.btn-border:hover {
  background-color: #fff;
  color: #0091FF;
}

.btn.btn-round {
  padding: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
}

.btn.btn-round .icon {
  top: 7px;
}

.btn.apple, .btn.androad {
  border-radius: 3px !important;
  padding: 9px 28px;
  height: 82px;
}

.btn.apple img, .btn.androad img {
  width: 35px;
  height: 100%;
  float: left;
}

.btn.apple .icon, .btn.androad .icon {
  font-size: 60px;
  float: left;
}

.btn.apple span, .btn.androad span {
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.apple .group, .btn.androad .group {
  float: right;
}

.btn.apple .big,
.btn.apple .small, .btn.androad .big,
.btn.androad .small {
  text-align: left;
  margin-left: 7px;
  line-height: 30px;
}

.btn.apple .big, .btn.androad .big {
  font-size: 24px;
  font-weight: 400;
}

.btn.apple .small, .btn.androad .small {
  font-size: 16px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
}

.btn-text-link a {
  margin-left: 10px;
}

/** 
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}

.social-icon li {
  list-style: none;
  float: left;
  margin-bottom: 0px;
  margin-right: 8px;
}

.social-icon li a {
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
}

.social-icon li:last-child a {
  margin-right: 0px;
}

/**
 * -----------------------------------
 * Subscription and contact  "MESSAGE"
 * -----------------------------------
 */
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
  font-size: 15px;
  display: none;
  text-align: center !important;
  padding: 10px !important;
}

.email-loading {
  color: #52B8FF;
}

.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}

.subscription-failed,
.email-failed {
  color: #FF5252 !important;
}

.subscription-failed .icon,
.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.subscription-success,
.email-success {
  color: #56CC35;
}

.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}

/**
 * ------------------
 * list
 * ------------------
 */
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

/**
 * =================
 * CONTAINER HALF CONTENT
 * =================
 */
.content-half {
  position: relative;
}

.container-half-left {
  left: 0;
  background-position: center right;
}

.container-half-right {
  right: 0;
  background-position: center left;
}

.vertical-middle-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}

.dark-bg {
  background-color: #202026;
}

.image-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-separator {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-separator {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-section-separator {
  padding-top: 100px;
  padding-bottom: 200px;
}

.bg-black {
  background-color: #000;
}

.form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
}

.form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  background-color: transparent;
}

.main-color {
  color: #0091FF;
}

.p-200 {
  padding: 0 200px;
}

.img-overlay {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}

.image-bg {
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}

.home-2-img {
  background-image: url(../images/home-bg-img.jpg);
}

.featured-img-one {
  background-image: url(../images/home-bg-img.jpg);
}

.featured-img-two {
  background-image: url(../images/extra-feature-bg.jpg);
}

.map-image {
  background-image: url(../images/map-color-overlay.png);
}

.mt-30 {
  margin-top: 30px;
}

button {
  outline: 0;
}

button:hover {
  outline: 0;
}

button:focus {
  outline: 0;
}

.btn {
  outline: 0;
}

.btn:hover {
  outline: 0;
}

.btn:focus {
  outline: 0;
}

.round-image {
  border-radius: 50%;
}

.form-control {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
}

.form-control:focus {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 145, 255, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(0, 145, 255, 0.5);
  border-color: transparent;
}

.contact-message {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  outline: 0;
}

.contact-message:focus {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 145, 255, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(0, 145, 255, 0.5);
  border-color: transparent;
}

.header-bg {
  background-color: #FFEFE9;
}

.purple-bg {
  background-color: #643BDF;
}

.blue-bg {
  background-color: #007C88;
}

.yellow-color {
  color: #FFD032;
}

.main-color {
  color: #0091FF;
}

.purple-color {
  color: #643BDF;
}

.blue-color {
  color: #007C88;
}

.bg-3 {
  color: #FAF9F7;
}

.bg-4 {
  color: #FAF9F7;
}

/** 
 * -----------------
 * General CSS
 * -----------------
 */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #121A4B;
}

h2 {
  font-size: 36px;
  line-height: 46px;
}

h3 {
  font-size: 28px;
  line-height: 37px;
}

h4 {
  font-size: 21px;
  line-height: 28px;
}

.zb-section-title {
  padding-bottom: 60px;
  padding-top: 100px;
}

.zb-section-title h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: normal;
}

section {
  overflow: hidden;
}

body {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.white-bg {
  background-color: #fff;
}

.img-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.jc-hr {
  height: 5px;
  width: 155px;
  background-color: #FFCE48;
}

.btn {
  letter-spacing: 0.89px;
}

.color2 {
  color: #130052;
}

a:hover {
  color: #130052;
}

.shadow1 {
  -webkit-box-shadow: 0 7px 21px 0 rgba(39, 40, 78, 0.25);
          box-shadow: 0 7px 21px 0 rgba(39, 40, 78, 0.25);
}

/*
    ==============
       Navigation
    ==============
*/
.mh-nav {
  width: 100%;
}

.mh-header {
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mh-header.nav-strict {
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.mh-header.nav-strict img {
  max-width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mh-header .navbar-nav li {
  margin: 6px 15px;
}

.mh-header .navbar-nav li.active a {
  color: #F45157;
}

.mh-header .navbar-nav li.active a.nav-link.btn {
  color: #141647;
  background-color: #FFCE48;
}

.mh-header .navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 21px;
  cursor: pointer;
  line-height: 30px;
}

.mh-header .navbar-nav li a.nav-link {
  padding-left: 0;
  padding-right: 0;
}

.mh-header .navbar-nav li a.nav-link.btn {
  padding: 8px 30px;
  color: #fff;
  border-color: #F45157;
  background-color: #F45157;
}

.mh-header .navbar-nav li a:hover {
  color: #F45157;
}

.dot-services .ev-button {
  margin-top: 60px;
}

.mh-header-bg {
  background-color: #0091FF;
}

/*
    ==============
       home
    ==============
*/
.ev-home-padding {
  padding: 180px 0;
}

.ev-button .btn {
  margin: 0 4px;
}

.single-form {
  padding: 20px;
  background-color: #fff;
  text-align: left;
  border-radius: 7px;
}

.single-form label {
  color: #13114A;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.89px;
  line-height: 21px;
}

.single-form h4 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  color: #221645;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.single-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: capitalize;
  opacity: 0.7;
  font-size: 14px;
  height: 50px;
  color: #13114A;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-form .form-control:focus {
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-form .contact-message {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: capitalize;
  opacity: 0.7;
  font-size: 14px;
  color: #13114A;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-form .contact-message:focus {
  letter-spacing: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-form .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-form .btn .fa {
  margin-left: 20px;
}

.contact-inner {
  text-align: left;
}

.navbar-toggler-icon {
  background-image: url(../icons/ti.svg);
  background-repeat: no-repeat;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-right: 4px;
}

.lo_content_inner {
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
}

.lo_content_inner .ev-tagline {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #BBA6FF;
}

.lo_content_inner span {
  font-family: 'Oleo Script', cursive;
  font-size: 140px;
  color: #6f3d51;
  position: absolute;
  opacity: 0.5;
}

.lo_content_inner h4 {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  text-transform: capitalize;
}

.lo_content_inner .main_heading {
  margin: 15px 0;
  margin-top: 10px;
  position: relative;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 74px;
  margin-bottom: 40px;
}

.lo_content_inner p {
  font-size: 16px;
  opacity: 0.6;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.lo_content_inner p a {
  color: #F45157;
}

.lo_content_inner .btn {
  text-transform: uppercase;
  padding: 12px 60px;
  color: #fff;
}

.lo_content_inner .btn .fa {
  margin-left: 10px;
}

.dt-inner h3 {
  margin: 10px 0;
}

.dt-inner p {
  padding-right: 20%;
}

.dot-services .tvl-btn {
  margin-top: 30px;
}

.dot-services img {
  -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.ch-clients .section-title.wh-section-title p.color {
  color: #0091FF;
}

.ch-clients .section-title {
  margin-bottom: 40px;
}

.ch-clients ul {
  margin: 0 auto;
  text-align: center;
}

.ch-clients ul li {
  display: inline-block;
  color: #141647;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 12px 8px;
  padding: 10px 30px;
  line-height: 21px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.15);
}

.jc-header-opacity {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #13074f;
  /* background: -webkit-gradient(linear, left top, left bottom, from(white), to(#13074f)); */
  /* background: linear-gradient(180deg, white 0%, #13074f 100%); */
  opacity: 0.8;
}

.jc-header-opacity.f-op {
  opacity: 0.95;
}

.chock-bg {
  background-color: #F45157;
}

.each-shape {
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
}

.dt-circle {
  height: 40px;
  width: 40px;
  position: absolute;
  border-radius: 50%;
}

.dt-circle2 {
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
}

.ft-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.ft-carousel .owl-controls {
  width: 142px;
  position: absolute;
  right: 0;
  top: -150px;
}

.ft-carousel .owl-next {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0px solid #0091FF;
  border-color: #83d7ac;
  top: 40%;
  height: 70px;
  -webkit-box-shadow: 15px 10px 54px rgba(51, 51, 51, 0.1);
          box-shadow: 15px 10px 54px rgba(51, 51, 51, 0.1);
  width: 70px;
  right: 0%;
  text-align: center;
}

.ft-carousel .owl-next .fa {
  color: #2A2A2A;
  line-height: 70px;
  font-size: 40px;
  margin-left: 0px;
}

.ft-carousel .owl-prev {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0px solid #0091FF;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.44);
  top: 40%;
  left: 0%;
  height: 70px;
  -webkit-box-shadow: 15px 10px 54px rgba(51, 51, 51, 0.1);
          box-shadow: 15px 10px 54px rgba(51, 51, 51, 0.1);
  width: 70px;
}

.ft-carousel .owl-prev .fa {
  line-height: 70px;
  color: #2A2A2A;
  font-size: 40px;
  margin-left: 0px;
}

/**
 * ===================================
 *  Video post
 * ===================================
 */
.video-player {
  position: relative;
  line-height: 0;
}

.video-player video {
  width: 100%;
  border-radius: 10px;
}

.video-player .btn {
  width: 230px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: transparent;
}

.video-player.gobottom .btn {
  bottom: 10%;
}

.video-player .btn .icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.video-player .btn span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.video-player .btn span.active {
  opacity: 1;
}

.video-features {
  padding: 35px;
  border-radius: 4px;
}

.video-features h4 {
  margin-top: 0;
  margin-bottom: 13px;
}

.video-features p {
  margin-bottom: 0;
}

.video-features .media-left {
  vertical-align: middle;
}

.video-features .icon svg {
  width: 40px;
  height: 40px;
  margin-top: -5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: transparent;
  padding: 0;
}

.uv-accordinaton {
  width: 90%;
  margin: 0 auto;
  display: table;
  padding-bottom: 100px;
  padding-top: 30px;
}

.uv-accordinaton ul {
  padding: 0;
  margin: 20px 0;
  color: #555;
}

.uv-accordinaton ul li {
  list-style: none;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px;
  overflow: hidden;
}

.uv-accordinaton ul li:first-child {
  border-color: transparent;
}

.uv-accordinaton-list {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.uv-accordinaton-list:hover {
  color: #0091FF;
}

.uv-accordinaton-list h2 {
  font-size: 16px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}

.uv-accordition-detail a {
  text-decoration: none;
  color: #C0392B;
  border: 1px solid #C0392B;
  padding: 6px 10px 5px;
  font-size: 14px;
}

.uv-accordition-detail {
  margin: 10px 0 10px 0px;
  display: none;
  line-height: 22px;
  text-align: center;
  padding-top: 20px;
}

.uv-accordition-detail img {
  margin: 0 auto;
  float: none;
  text-align: center;
  margin-bottom: -33px;
}

.uv-ac-details {
  text-align: left;
}

.uv-right-arrow {
  margin-top: 0;
  margin-left: 0;
  margin-right: 30px;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  line-height: 28px;
  float: left;
  background: #fff;
  color: #040404;
  border: 1px solid #000;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
}

.uv-right-arrow.color {
  border: 1px solid #0091FF;
  background: #0091FF;
  color: #fff;
}

.tab-pane.active .lseft {
  -webkit-animation: slide-left 1.5s ease-out;
          animation: slide-left 1.5s ease-out;
}

.tab-pane.active .rsight {
  -webkit-animation: slide-right 1.5s ease-out;
          animation: slide-right 1.5s ease-out;
}

.uv-accordinaton li.shadow-1 .lseft {
  -webkit-animation: slide-left 1.5s ease-out;
          animation: slide-left 1.5s ease-out;
}

.uv-accordinaton li.shadow-1 .rsight {
  -webkit-animation: slide-right 1.5s ease-out;
          animation: slide-right 1.5s ease-out;
}

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.quate-form {
  margin-top: 0px;
}

.footer-man {
  position: absolute;
  left: -200px;
  top: 331px;
  height: 300px;
}

.mh-feature-one .btn {
  text-transform: uppercase;
}

.mh-feature-one h2 {
  color: #151945;
}

.mh-feature-one span {
  font-size: 22px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.5);
}

.mh-feature-one p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  margin: 20px 0;
}

.mh-feature-one .area {
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
  position: relative;
}

.mh-feature-one .mdlban {
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 999;
}

.mh-feature-one .btmlftban {
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: -5%;
}

.mh-feature-one .ft-sidebar-inner {
  margin-top: 60px;
}

.mh-feature-one .ft-sidebar-inner h2 {
  letter-spacing: 0.5px;
  font-size: 34px;
  margin-bottom: 20px;
}

.back-color {
  position: absolute;
  left: -15px;
  top: 15%;
  bottom: 15%;
  width: 150px;
  right: 0;
  background: #fffbe9;
}

.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mh-product-work .ch-products {
  border: 1px solid #bdbdbd;
  text-align: center;
  padding: 20px 15px;
  position: relative;
  border-radius: 10px;
}

.mh-product-work .ch-products h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.mh-product-work .ch-products .fa {
  position: absolute;
  right: 15px;
  top: 15px;
}

.mh-product-work .ch-products.active {
  background-color: #fff9ec;
  border-color: #fdc19f;
}

.modal {
  top: 100px;
}

.tvl-btn {
  margin-top: 30px;
}

.tvl-btn .btn-border {
  border-color: #000;
  color: #222;
}

.tvl-btn .btn-border:hover {
  background-color: #F45157;
  color: #fff;
}

.contiminated-text {
  /* position: absolute; */
  bottom: 0;
  margin-left: 8%;
  margin-top: -150px;
  /* top: 50%; */
  right: 0;
  width: 72%;
  border: 1px solid #f9f1f1;
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
}

.contiminated-text h2 {
  font-size: 48px;
  line-height: 52px;
  color: #0091FF;
  margin-bottom: 30px;
}

.contiminated-text p {
  opacity: 0.5;
  color: #000;
  line-height: 1.8;
}

.contiminated-text .btn {
  margin-top: 10px;
}

.mh-contaminted {
  margin-bottom: 0px;
  text-align: center;
}

.mh-contaminted ul {
  text-align: center;
  margin: 0 auto;
  float: none;
}

.mh-contaminted ul li {
  display: inline-block;
  margin: 0 30px;
}

.mh-contaminted ul li img {
  opacity: 1;
}

.main-color {
  color: #0091FF;
}

.dark-bd {
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: 0;
  background: #fffbe9;
  width: 150px;
  z-index: -999;
}

.ch-review .ch-review-item {
  padding: 50px 8%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.ch-review .ch-review-item b {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  color: #14124A;
}

.ch-review .ch-review-item p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 20px;
  text-align: center;
}

.ch-review .ch-review-item img {
  width: inherit;
}

.ch-review .ch-review-item .author-info {
  margin-top: 20px;
}

.ch-review .ch-review-item .author-info img {
  max-width: 50px;
  display: block;
  margin: 0 auto;
}

.ch-review .ch-review-item .author-info h5 {
  margin-bottom: 0;
  padding-top: 10px;
  color: #13074F;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
}

.ch-review .ch-review-item .author-info p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 0;
}

.ch-review .owl-controls .owl-dots {
  padding-left: 15px;
  margin-top: 30px;
  text-align: center;
}

.ch-review .owl-controls .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #222;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.ch-review .owl-controls .owl-dots .owl-dot.active {
  background-color: #222;
}

.ch-review .owl-prev {
  position: absolute;
  top: 43%;
  left: -3%;
  font-size: 40px;
  color: #0091FF;
}

.ch-review .owl-next {
  position: absolute;
  top: 43%;
  right: -3%;
  font-size: 40px;
  color: #0091FF;
}

.mh-award h2 {
  margin-bottom: 30px;
  z-index: 999;
}

.mh-award p {
  opacity: 0.5;
  color: #000;
  z-index: 999;
  line-height: 1.8;
}

.product-overlay {
  background-color: rgba(244, 118, 37, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.award-item {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.award-item h3 {
  font-size: 44px;
}

.award-item img {
  padding: 40px 20px;
}

.award-item.bottom-rw h3 {
  font-size: 30px;
  line-height: 36px;
}

.nn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nn .award-item {
  padding-bottom: 0;
}

.nn .award-item img {
  padding-bottom: 0;
}

.mh-right-rw .award-item img {
  padding-bottom: 0;
}

.mh-right-rw .award-item h3 {
  font-size: 30px;
  line-height: 36px;
}

.section-title {
  margin-bottom: 60px;
  padding: 0 23%;
}

.section-title h3 {
  margin-top: 60px;
  color: #151945;
  margin-bottom: 22px;
}

.section-title p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 30px;
}

.section-title.wh-section-title h3 {
  color: #fff;
}

.section-title.wh-section-title p {
  color: #fff;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #222222;
}

.ch-item {
  padding: 30px 20px;
  border-radius: 2px;
  position: relative;
  margin-top: 60px;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
}

.ch-item a {
  font-weight: bold;
}

.ch-item.onec {
  background-color: #0091ff2b;
}

.ch-item.onec a {
  color: #0091FF;
}

.ch-item.twoc {
  background-color: #fa64002b;
}

.ch-item.twoc a {
  color: #FA6400;
}

.ch-item.threec {
  background-color: #f7b5002b;
}

.ch-item.threec a {
  color: #F7B500;
}

.ch-item img {
  max-height: 50px;
}

.ch-item h4 {
  margin: 10px 0;
  color: #000;
  margin-top: 60px;
}

.ch-item p {
  color: #000;
  margin-bottom: 20px;
}

.ch-item .btn {
  text-transform: uppercase;
}

.btn.btn-fill.btn-fill-2 {
  background-color: #13074F;
  text-transform: uppercase;
  color: #fff;
}

.mh-testimonial {
  background-color: #fcfcfc;
}

.mh-testimonial .lo-testimonial-item .tes-auth {
  position: relative;
}

.mh-testimonial .lo-testimonial-item .tes-auth .fa {
  position: absolute;
  font-size: 40px;
  top: -1px;
  opacity: 0.1;
  left: -20px;
}

.mh-testimonial .lo-testimonial-item .tes-auth span {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.mh-testimonial .lo-testimonial-item .tes-auth h4 {
  font-size: 24px;
  line-height: 32px;
  color: #0091FF;
  font-weight: bold;
}

.mh-testimonial .lo-testimonial-item p {
  opacity: 0.5;
  color: #000;
  line-height: 1.8;
  padding-right: 15%;
}

.mh-testimonial .lo-testimonial-item img {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  width: inherit;
  width: initial;
  margin: 0 auto;
  float: none;
  border-radius: 100%;
  height: 200px;
  width: 200px;
}

.mh-testimonial .owl-next {
  position: absolute;
  border-radius: 50%;
  top: 48%;
  height: 50px;
  width: 50px;
  right: 0;
}

.mh-testimonial .owl-next .fa {
  font-size: 40px;
  margin-left: 15px;
}

.mh-testimonial .owl-prev {
  position: absolute;
  border-radius: 50%;
  top: 48%;
  left: 0%;
  height: 50px;
  width: 50px;
}

.mh-testimonial .owl-prev .fa {
  font-size: 40px;
  margin-left: 10px;
}

.ch-img-slide .each-img img {
  width: inherit;
}

.chhk-home {
  overflow: visible;
}

.each-section {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 40%;
  left: 55%;
}

.mh-header.nav-strict {
  -webkit-box-shadow: 5px 0 20px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 5px 0 20px 0 rgba(255, 255, 255, 0.15);
}

.header-path {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 6% 90%, 0 20%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 6% 90%, 0 20%);
}

.header-patdh.img-bg {
  background-position: center bottom;
}

#mailchimp-subscribe {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}

#mailchimp-subscribe .form-group {
  padding: 12px 15px;
  border-radius: 100px;
  outline: 0;
  margin-bottom: 0;
}

#mailchimp-subscribe .lvl-text {
  text-align: left;
  color: #fff;
}

#mailchimp-subscribe .lvl-text h4 {
  color: #fff;
}

#mailchimp-subscribe .lvl-text p {
  opacity: 0.7;
}

#mailchimp-subscribe label {
  margin-right: 0;
  font-size: 24px;
  line-height: 32px;
  color: #f47625;
  padding-top: 14px;
}

#mailchimp-subscribe .form-control {
  height: 60px;
  border-radius: 10px;
  padding: 6px 20px;
  width: 100%;
  background: #fffbe9;
  float: none;
  color: #000;
  -webkit-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  display: inline;
  border: 1px solid #fffbe9;
  margin-bottom: 0;
}

#mailchimp-subscribe .form-control:hover,
#mailchimp-subscribe .form-control:focus {
  border-color: #fffbe9;
  -webkit-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}

.contact-btn {
  width: 140px;
  height: 60px;
  border-radius: 10px;
  float: none;
  display: inline;
  margin-left: 0px;
  padding: inherit;
  padding-left: 0;
  opacity: 1 !important;
}

.contact-btn .fa {
  margin-left: 0;
  color: #fff;
}

.form {
  position: relative;
  padding-right: 0;
}

.form .btn {
  position: absolute;
  right: -2px;
  color: #fff;
  background-color: #F45157;
}

.center {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.social {
  margin-top: 20px;
}

.social li {
  display: inline-block;
  margin: 0 4px;
}

.social li a {
  color: #fff;
}

.social li a .fa {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}

.footer-info {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-right: 22%;
}

.footer-info img {
  margin-top: 0px;
}

.footer-info p {
  margin-top: 20px;
  margin-bottom: 10px;
  opacity: 0.75;
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}

.footer-info p.address {
  padding-right: 5%;
}

.footer-info p a {
  color: #000;
}

.footer-copy {
  padding: 30px 0;
  text-align: center;
  background-color: #0091FF;
}

.footer-copy p {
  color: #fff;
  opacity: 0.6;
  margin-bottom: 0;
}

.jc-faq {
  padding-bottom: 30px;
}

span.title-bg {
  position: absolute;
  font-size: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  opacity: 0.1;
}

.faq-item {
  overflow: hidden;
  margin-bottom: 50px;
}

.faq-item img {
  border-radius: 10px;
}

.faq-item .faq-inner {
  padding: 0  12%;
}

.faq-item .faq-inner h4 {
  color: #13074F;
}

.faq-item .faq-inner p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}

.jc-white-ol {
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer-link.jc-data {
  margin-top: 120px;
}

.footer-link h4 {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 0.9;
}

.footer-link a {
  opacity: 0.75;
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}

.copyright-row {
  padding-bottom: 40px;
  text-align: center;
}

.copyright-row p {
  opacity: 0.75;
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.copyright-row .cd-icon {
  height: 34px;
  width: 18px;
  opacity: 0.75;
  margin-top: -14px;
}

.subpage-hero .lo_content_inner {
  text-align: left;
  padding-top: 100px;
}

.subpage-hero .lo_content_inner p {
  padding-right: 15%;
}

.ph-ct-form {
  padding: 30px 30px;
}

.ph-ct-form h4 {
  margin-bottom: 20px;
}

.sub-hero-hr {
  margin: 0 auto;
  float: left;
  width: 100%;
  text-align: left;
  overflow: hidden;
  margin-bottom: 10px;
}

.hero-hr {
  height: 5px;
  float: left;
  width: 155px;
  background-color: #FFCE48;
}

.sub-sidebar {
  -webkit-box-shadow: 0 7px 21px 0 rgba(39, 40, 78, 0.25);
          box-shadow: 0 7px 21px 0 rgba(39, 40, 78, 0.25);
  padding: 30px;
}

.sub-sidebar h3 {
  color: #151746;
  font-weight: bold;
  letter-spacing: 0.39px;
}

.sub-sidebar .btn {
  display: block;
}

.sub-sidebar ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.sub-sidebar ul li {
  color: #151945;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
  list-style-type: square;
}

.sub-about {
  padding-right: 15%;
}

.sub-about p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
}

.sub-about ul {
  padding-left: 20px;
}

.sub-about ul li {
  color: #151945;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
  list-style-type: square;
}

.sub-about-2 {
  padding-right: 5%;
}

.sub-about-2 p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
}

.sub-about-2 ul {
  padding-left: 20px;
}

.sub-about-2 ul li {
  color: #151945;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
  list-style-type: square;
}

.jc-other-services .faq-item .faq-inner {
  padding: 0 5%;
}

.sub-mb-2 {
  margin-top: -150px;
}

/*
|========================
|  App review
|========================
*/
.ldx-app-review .ldx-overview-inner {
  padding: 30px;
  margin: 10px;
  background-color: #fff;
  border-radius: 6px;
  text-align: left;
}

.ldx-app-review .ldx-overview-inner .ldx-reviewer-info {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-img {
  width: 80px;
  height: 80px;
}

.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-img img {
  width: 80px;
  height: 80px;
  border: 0px solid #0bceaf;
  border-radius: 50%;
}

.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-each-info {
  position: absolute;
  top: 15px;
  padding-left: 120px;
}

.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-each-info img {
  width: 100px;
}

.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-each-info p {
  font-size: 18px;
  line-height: 29px;
}

.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-each-info h5 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
  font-weight: normal;
  color: #757575;
}

.ldx-app-review .owl-controls .owl-nav {
  display: none !important;
}

.ldx-app-review .owl-controls .owl-dots {
  padding-left: 15px;
  margin-top: 10px;
}

.ldx-app-review .owl-controls .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #0bceaf;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.ldx-app-review .owl-controls .owl-dots .owl-dot.active {
  background-color: #0bceaf;
}

.ft-ca h3 {
  color: #130052;
  margin-bottom: 30p;
}

.ft-ca .btn {
  margin-top: 20px;
}

.ft-ca ul {
  margin-top: 30px;
}

.ft-ca ul li {
  display: inline-block;
  margin: 0 4px;
}

.ft-ca ul li img {
  height: 60px;
}

.subpage-hero .lo_content_inner {
  padding-right: 0;
}

.subpage-hero .lo_content_inner h2 {
  font-size: 55px;
  line-height: 60px;
}
/*# sourceMappingURL=styles.css.map */