/*------------- 
[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;
}
@font-face {
font-family: 'Poppins ExtraBold';
font-style: normal;
font-weight: normal;
src: local('../fonts/Poppins ExtraBold'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
}

@font-face {
font-family: 'Poppins Medium';
font-style: normal;
font-weight: normal;
src: local('../fonts/Poppins Medium'), url('../fonts/Poppins-Medium.woff') format('woff');
}


@font-face {
font-family: 'Poppins Light';
font-style: normal;
font-weight: normal;
src: local('../fonts/Poppins Light'), url('../fonts/Poppins-Light.woff') format('woff');
}

body {
  font-family: "Poppins Light";
  font-size: 14px;
  font-style: none;
  line-height: 24px;
  font-weight: 500;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  color: #000;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins ExtraBold';
  color: #1c1e26;
}

p {
  opacity: 0.9;
}

.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;
}

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
}

/**
 * ------------------------------------
 *  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;
  font-weight: bold;
  border-radius: 30px;
  font-size: 14px;
  -webkit-box-shadow: 0 15px 63px 0 rgba(64, 38, 138, 0.75);
          box-shadow: 0 15px 63px 0 rgba(64, 38, 138, 0.75);
  padding: 10px 70px;
  font-size: 18px;
  line-height: 30px;
  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: #37C2CC;
  color: #fff;
  border: none;
  opacity: 1;
  outline: 0;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: #37C2CC;
  -webkit-box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.4);
}

.btn.btn-fill:focus {
  background: #37C2CC;
  -webkit-box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.4);
}

.btn.btn-fill:hover {
  background: #37C2CC;
}

.btn.btn-fill.purple-bg {
  background: #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: #2a9da6;
}

.btn.btn-fill:hover {
  background: #33bcc6;
  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.left-icon .icon {
  margin-right: 15px;
}

.btn.right-icon .icon {
  margin-left: 15px;
}

.btn.btn-stroke {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn.btn-stroke:hover {
  background-color: white;
}

.btn.white-btn-border {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.white-btn-border:hover {
  background-color: #fff;
  color: #221645;
}

.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;
}

.no-height {
  height: inherit !important;
}

.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;
}

.mini-section-separator {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-separator {
  padding-top: 100px;
  padding-bottom: 100px;
}

.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: #37C2CC;
}

.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(55, 194, 204, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(55, 194, 204, 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(55, 194, 204, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(55, 194, 204, 0.5);
  border-color: transparent;
}

.header-bg {
  background-color: #FFFFFF;
}

.purple-bg {
  background-color: #643BDF;
}

.blue-bg {
  background-color: #007C88;
}

.yellow-color {
  color: #FFD032;
}

.main-color {
  color: #37C2CC;
}

.purple-color {
  color: #643BDF;
}

.blue-color {
  color: #007C88;
}

.bg-3 {
  color: #FAF9F7;
}

.bg-4 {
  color: #FAF9F7;
}

p {
  color: #585D6C;
}

.body-2 .btn {
  border-radius: 50px;
}

.body-2 .btn.btn-stroke {
  color: #fff;
}

/** 
 * -----------------
 * General CSS
 * -----------------
 */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.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;
}

/*
    ==============
       Navigation
    ============== 
*/
.mh-nav {
  width: 100%;
  padding: 15px 0;
}

.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;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #37C2CC;
}

.mh-header .navbar-nav li {
  margin: 6px 15px;
}

.mh-header .navbar-nav li.active a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.mh-header .navbar-nav li a {
  border-bottom: 1px solid transparent;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  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: 6px 20px;
  opacity: 1;
}

.mh-header .navbar-nav li a.nav-link.btn:hover {
  color: #fff;
}

.mh-header .navbar-nav li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.mh-header-bg {
  background-color: #37C2CC;
}

/*
    ==============
       home
    ==============
*/
.ev-home-padding {
  padding: 180px 0;
}

.ev-home-padding.ev-home-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ev-button .btn {
  margin: 0 4px;
}

.single-form {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 90px 115px -25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 90px 115px -25px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.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;
  color: #221645;
  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: #221645;
  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;
}

.single-form .btn .fa {
  margin-left: 20px;
}

.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;
}

.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 #37C2CC;
  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 #37C2CC;
  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: #37C2CC;
}

.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: 20px;
  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 #37C2CC;
  background: #37C2CC;
  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);
  }
}

.ev-home {
  position: relative;
  background: #37C2CC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1238DC), color-stop(100%, #37C2CC));
  background: -webkit-gradient(linear, left top, right top, from(#1238DC), to(#37C2CC));
  background: linear-gradient(to right, #1238DC 0%, #37C2CC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-color-light', endColorstr='$main-color-light', GradientType=1 );
  border-radius: 0px 0px 80px 80px;
}

.ev-home.ev-home-2 {
  border-radius: 0px 0px 0px 0px;
  background: inherit;
}

.ev-home .header-overlay-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ev-home .header-overlay-img.header-overlay-2 {
  background-color: #37C2CC;
  bottom: 150px;
}

.ev-home .header-overlay-img.header-overlay-2 .img-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ev-home .header-content-inner h2 {
  color: #fff;
  font-size: 53px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 0px;
}

.ev-home .header-content-inner p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

#polka-dot-background-png-copy {
  display: none !important;
}

.ev-content-title {
  padding-right: 10%;
  margin-bottom: 50px;
}

.ev-content-title span {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #37C2CC;
}

.ev-content-title h3 {
  font-size: 40px;
  line-height: 46px;
  color: #0B132B;
  font-weight: bold;
  margin: 20px 0;
  margin-top: 10px;
}

.ev-content-title p {
  padding-right: 30%;
  font-size: 18px;
  line-height: 30px;
}

.ev-about-features-1.ev-about-features-1-2 .ev-content-title {
  padding-right: 0;
}

.ev-about-features-1.ev-about-features-1-2 .feature-item {
  text-align: center;
}

.ev-about-features-1.ev-about-features-1-2 .feature-item .item-icon {
  margin: 0 auto;
}

.ev-about-features-1 .ev-content-title {
  padding-right: 10%;
}

.ev-about-features-1 .feature-item {
  margin-bottom: 30px;
}

.ev-about-features-1 .feature-item .item-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}

.ev-about-features-1 .feature-item .item-icon .fa {
  font-size: 30px;
  line-height: 80px;
  color: #fff;
}

.ev-about-features-1 .feature-item .item-icon img {
  width: 30px;
  height: 30px;
}

.ev-about-features-1 .feature-item h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.ev-about-features-1 .feature-item p {
  padding: 0 3%;
}

.ev-about-features-1 .feature-item.itme-color-2 .item-icon {
  background-color: rgba(23, 51, 195, 0.1);
}

.ev-about-features-1 .feature-item.itme-color-2 .item-icon .fa {
  color: #1733C3;
}

.ev-about-features-1 .feature-item.itme-color-3 .item-icon {
  background-color: rgba(255, 199, 85, 0.1);
}

.ev-about-features-1 .feature-item.itme-color-3 .item-icon .fa {
  color: #FFC755;
}

.ev-about-features-1 .feature-item.itme-color-4 .item-icon {
  background-color: rgba(243, 121, 86, 0.1);
}

.ev-about-features-1 .feature-item.itme-color-4 .item-icon .fa {
  color: #F37956;
}

.ev-about-features-1 .feature-item.itme-color-5 .item-icon {
  background-color: rgba(192, 105, 239, 0.1);
}

.ev-about-features-1 .feature-item.itme-color-5 .item-icon .fa {
  color: #C069EF;
}

.ev-about-features-1 .feature-item.purple-colorr .item-icon {
  background: #E0A6FF;
  background: -webkit-gradient(left top, right top, color-stop(0%, #BC61EC), color-stop(100%, #E0A6FF));
  background: -webkit-gradient(linear, left top, right top, from(#BC61EC), to(#E0A6FF));
  background: linear-gradient(to right, #BC61EC 0%, #E0A6FF 100%);
}

.ev-about-features-1 .feature-item.blue-colorr .item-icon {
  background: #5570E5;
  background: -webkit-gradient(left top, right top, color-stop(0%, #5570E5), color-stop(100%, #2430B7));
  background: -webkit-gradient(linear, left top, right top, from(#5570E5), to(#2430B7));
  background: linear-gradient(to right, #5570E5 0%, #2430B7 100%);
}

.ev-about-features-1 .feature-item.gold-colorr .item-icon {
  background: #FFC756;
  background: -webkit-gradient(left top, right top, color-stop(0%, #FFC756), color-stop(100%, #FFDC95));
  background: -webkit-gradient(linear, left top, right top, from(#FFC756), to(#FFDC95));
  background: linear-gradient(to right, #FFC756 0%, #FFDC95 100%);
}

.ev-about-features-1 .feature-item.red-colorr .item-icon {
  background: #FF9F72;
  background: -webkit-gradient(left top, right top, color-stop(0%, #FF9F72), color-stop(100%, #EA6042));
  background: -webkit-gradient(linear, left top, right top, from(#FF9F72), to(#EA6042));
  background: linear-gradient(to right, #FF9F72 0%, #EA6042 100%);
}

.circle-shape {
  position: absolute;
  top: -80px;
  left: 10%;
  display: none;
}

.taingle-shape {
  position: absolute;
  top: 0px;
  left: 0;
}

.why-choose-overlay-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  border-radius: 80px 0 0 80px;
  background: #37C2CC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1238DC), color-stop(100%, #37C2CC));
  background: -webkit-gradient(linear, left top, right top, from(#1238DC), to(#37C2CC));
  background: linear-gradient(to right, #1238DC 0%, #37C2CC 100%);
}

.why-choose-overlay-img .each-color {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.testimonial-overlay-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  border-radius: 0px 80px 80px 0px;
  background: #37C2CC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1238DC), color-stop(100%, #37C2CC));
  background: -webkit-gradient(linear, left top, right top, from(#1238DC), to(#37C2CC));
  background: linear-gradient(to right, #1238DC 0%, #37C2CC 100%);
}

.testimonial-overlay-img .each-color {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.footer-overlay-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.footer-overlay-img .each-color {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.polka-shape {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: -1;
}

.polka-shape-3 {
  position: absolute;
  top: 10px;
  right: -70px;
}

.oval-shape {
  position: absolute;
  right: -150px;
  bottom: -60px;
  z-index: -1;
  width: 400px;
}

.pricing-shape {
  position: absolute;
  bottom: 0px;
  left: -150px;
  width: 300px;
}

.ev-featured-section-2 h3 {
  color: #fff;
}

.ev-featured-section-2 .each-content-inner ul li {
  margin-bottom: 20px;
}

.ev-featured-section-2 .each-content-inner ul li:last-child {
  margin-bottom: 0px;
}

.ev-featured-section-2 .each-content-inner ul li:last-child p {
  margin-bottom: 0px;
}

.ev-featured-section-2 .each-content-inner ul li h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.ev-featured-section-2 .each-content-inner ul li p {
  color: #fff;
  opacity: 0.9;
  padding-right: 30%;
}

.lo-discover {
  margin-top: 70px;
}

.lo-discover .nav-tabs .nav-item {
  margin-bottom: -1px;
  margin: 0 auto;
  float: none;
  text-align: center;
}

.lo-discover .ev-content-title p {
  padding: 0 20%;
}

.lo-discover .lo-discover-content {
  padding: 0 30px;
  z-index: 99;
}

.lo-discover .lo-discover-content .tab-pane {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  -webkit-box-shadow: 0 4px 90px 0 rgba(199, 199, 199, 0.5);
          box-shadow: 0 4px 90px 0 rgba(199, 199, 199, 0.5);
  background-color: #fff;
}

.lo-discover .lo-discover-content .tab-pane img {
  width: 100%;
}

.lo-discover .lo-nav-tabs {
  width: 50%;
  float: none;
  margin: 0 auto;
  text-align: center;
  border: none;
}

.lo-discover .lo-nav-tabs .nav-link {
  padding: 16px 24px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
  color: #182D38;
  letter-spacing: 0;
  line-height: 10px;
  border: 0;
  text-transform: uppercase;
}

.lo-discover .lo-nav-tabs .nav-link:hover {
  background: #fb834c;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 17px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 17px 30px 0 rgba(0, 0, 0, 0.14);
}

.lo-discover .lo-nav-tabs .nav-link.active {
  background: #fb834c;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 17px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 17px 30px 0 rgba(0, 0, 0, 0.14);
}

.ev-process .ev-content-title p {
  padding: 0 20%;
}

.ev-process .ev-process-arrow-one {
  position: absolute;
  right: -5px;
  width: 90px;
  top: 90px;
  z-index: -1;
}

.ev-process .process-item {
  z-index: 999;
}

.ev-process .process-item .ev-img-inner {
  -webkit-box-shadow: 0 26px 54px 0 rgba(175, 175, 175, 0.2);
  box-shadow: 0 26px 54px 0 rgba(175, 175, 175, 0.2);
  padding: 50px;
  width: 80%;
  margin-bottom: 40px;
  border-radius: 10px;
  z-index: 999;
  text-align: center;
  position: relative;
}

.ev-process .process-item .ev-img-inner .process-number {
  position: absolute;
  height: 60px;
  width: 60px;
  background: #37C2CC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fb834c), color-stop(100%, #37C2CC));
  background: -webkit-gradient(linear, left top, right top, from(#fb834c), to(#37C2CC));
  background: linear-gradient(to right, #fb834c 0%, #37C2CC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-color-2-light', endColorstr='$main-color-2-light', GradientType=1 );
  line-height: 60px;
  top: -10px;
  left: -30px;
  border-radius: 50%;
  font-size: 38px;
  color: #fff;
}

.ev-process .process-item img {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.ev-process .process-item h4 {
  margin: 20px 0;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 31px;
  color: #0B132B;
}

.ev-process .process-item p {
  margin-right: 20%;
  font-size: 18px;
  line-height: 30px;
}

.ev-testimonial .ev-content-title h3 {
  color: #fff;
}

.ev-testimonial .polka-test {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 300px;
}

.ev-testimonial .testimonial-inner {
  position: relative;
}

.ev-testimonial .testimonial-inner img {
  width: 386px;
  height: auto;
}

.ev-testimonial .testimonial-inner .owl-controls {
  width: 142px;
  position: absolute;
  right: 0;
  bottom: 100px;
}

.ev-testimonial .testimonial-inner .owl-next {
  position: absolute;
  background: #37C2CC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fb834c), color-stop(100%, #37C2CC));
  background: -webkit-gradient(linear, left top, right top, from(#fb834c), to(#37C2CC));
  background: linear-gradient(to right, #fb834c 0%, #37C2CC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-color-2-light', endColorstr='$main-color-2-light', GradientType=1 );
  border-radius: 10px;
  border: 0px solid #37C2CC;
  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;
}

.ev-testimonial .testimonial-inner .owl-next .fa {
  color: #fff;
  line-height: 70px;
  font-size: 40px;
  margin-left: 0px;
}

.ev-testimonial .testimonial-inner .owl-prev {
  display: none !important;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0px solid #37C2CC;
  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;
}

.ev-testimonial .testimonial-inner .owl-prev .fa {
  line-height: 70px;
  color: #2A2A2A;
  font-size: 40px;
  margin-left: 0px;
}

.ev-testimonial .testimonial-item .each-content img {
  margin-top: 40px;
  font-size: 30px;
  margin-bottom: 30px;
  opacity: 0.7;
  width: 60px;
  height: 60px;
}

.ev-testimonial .testimonial-item .each-content p {
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin-bottom: 80px;
}

.ev-testimonial .testimonial-item .each-content .author-name h6 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.ev-testimonial .testimonial-item .each-content .author-name p {
  font-size: 18px;
  line-height: 30px;
  color: white;
  opacity: 0.6;
}

.service-shape {
  height: 100vh;
  width: 70vw;
  background: #f3f7f7;
  position: absolute;
  border-radius: 50%;
  right: -30vh;
  top: 50vh;
}

.lo-pricing-plan .pricing-item {
  -webkit-box-shadow: 0 65px 75px rgba(112, 112, 112, 0.11);
          box-shadow: 0 65px 75px rgba(112, 112, 112, 0.11);
  text-align: center;
  padding: 30px 0px;
  border-top: 10px solid #E0A6FF;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.lo-pricing-plan .pricing-item.pricing-item-2 {
  border-top: 0px solid transparent;
  padding-bottom: 40px;
}

.lo-pricing-plan .pricing-item.pricing-item-2 .pricing-item-bottom p a {
  text-decoration: underline;
  color: #fff;
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg {
  background: #37C2CC;
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg .event-name {
  color: #fff;
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg .duration-month {
  color: rgba(255, 255, 255, 0.9);
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg h3 {
  color: #fff;
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg .pricing-offers {
  border: 1px solid rgba(216, 216, 216, 0.4);
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg .pricing-offers li {
  color: rgba(255, 255, 255, 0.9);
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg .pricing-offers li:first-child {
  color: #fff;
}

.lo-pricing-plan .pricing-item.pricing-item-2.blue-bg .btn {
  background: #fff;
  color: #182D38;
}

.lo-pricing-plan .pricing-item.sky-color {
  border-color: #37C2CC;
}

.lo-pricing-plan .pricing-item.sky-color .pricing-item-top h3 {
  color: #182D38;
}

.lo-pricing-plan .pricing-item.sky-color .pricing-item-bottom .btn {
  background: #37C2CC;
}

.lo-pricing-plan .pricing-item.yellow-color {
  border-color: #FFC756;
}

.lo-pricing-plan .pricing-item.yellow-color .pricing-item-top h3 {
  color: #182D38;
}

.lo-pricing-plan .pricing-item.yellow-color .pricing-item-bottom .btn {
  background: #FFC756;
  background: -webkit-gradient(left top, right top, color-stop(0%, #FFC756), color-stop(100%, #FFDC95));
  background: -webkit-gradient(linear, left top, right top, from(#FFC756), to(#FFDC95));
  background: linear-gradient(to right, #FFC756 0%, #FFDC95 100%);
}

.lo-pricing-plan .pricing-item.red-color {
  border-color: #37C2CC;
}

.lo-pricing-plan .pricing-item.red-color .pricing-item-top h3 {
  color: #182D38;
}

.lo-pricing-plan .pricing-item.red-color .pricing-item-bottom .btn {
  background: #37C2CC;
}

.lo-pricing-plan .pricing-item .pricing-item-top {
  margin-bottom: 30px;
}

.lo-pricing-plan .pricing-item .pricing-item-top .event-name {
  color: #2A2A2A;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
}

.lo-pricing-plan .pricing-item .pricing-item-top h3 {
  color: #643BDF;
  font-size: 50px;
  line-height: 55px;
  margin: 20px 0;
  margin-bottom: 10px;
}

.lo-pricing-plan .pricing-item .pricing-item-top .duration-month {
  font-size: 18px;
  line-height: 30px;
  color: #BFBFBF;
  font-weight: bold;
  letter-spacing: 2px;
}

.lo-pricing-plan .pricing-item .pricing-offers {
  border: 1px solid rgba(216, 216, 216, 0.4);
  border-right: 0;
  border-left: 0;
  padding: 30px 0;
}

.lo-pricing-plan .pricing-item .pricing-offers li {
  font-size: 18px;
  line-height: 30px;
  color: #AAAAAA;
  margin: 13px 0;
}

.lo-pricing-plan .pricing-item .pricing-offers li:first-child {
  color: #2A2A2A;
  font-size: 24px;
}

.lo-pricing-plan .pricing-item .pricing-item-bottom {
  margin-top: 30px;
}

.lo-pricing-plan .pricing-item .pricing-item-bottom .btn {
  margin-bottom: 20px;
  background-color: #643BDF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding: 7px 26px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lo-pricing-plan .pricing-item .pricing-item-bottom p {
  font-size: 18px;
  line-height: 30px;
  color: #AAAAAA;
}

.lo-pricing-plan .pricing-item .pricing-item-bottom p a {
  text-decoration: underline;
  color: #182D38;
  border-bottom: 1px solid;
}

.ev-footer-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 60px;
}

.ev-footer-links .footer-items {
  margin-bottom: 30px;
}

.ev-footer-links .footer-items h4 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.ev-footer-links .footer-items ul li a {
  color: #fff;
  opacity: 0.8;
}

.ev-footer-links .footer-items ul li a:hover {
  color: #37C2CC;
}

.ev-footer-bottom {
  padding: 30px;
}

.ev-footer-bottom p {
  color: #182D38;
  opacity: 0.8;
}

.ev-footer-bottom .footer-img {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.ev-footer-bottom .footer-img.footer-logo {
  text-align: left;
}

.ev-footer-bottom .footer-img.footer-logo img {
  float: left;
}

.lo-about {
  margin: 80px 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
  padding-top: 100px;
}

.lo-about .container-half-left {
  left: 0;
  background-position: center right;
  width: 50%;
  background-size: cover;
}

.lo-about .container-half-right {
  right: 0;
  background-position: center center;
  width: 50%;
  background-repeat: no-repeat;
}

.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 50%;
}

.cta .overlay-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  background: #37C2CC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1238DC), color-stop(100%, #37C2CC));
  background: -webkit-gradient(linear, left top, right top, from(#1238DC), to(#37C2CC));
  background: linear-gradient(to right, #1238DC 0%, #37C2CC 100%);
}

.cta .overlay-img .each-color {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.cta .cta-inner {
  padding: 0 5%;
}

.cta .cta-inner p {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
}

.featured-section-3 .each-content-inner ul li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
}

.featured-section-3 .each-content-inner ul li span {
  position: absolute;
  left: 0;
  font-size: 40px;
  color: #000;
  opacity: 0.2;
  font-weight: bold;
}

.featured-section-4 .each-content-inner ul li {
  position: relative;
  margin-bottom: 30px;
  width: 49%;
  display: inline-block;
}

.featured-section-4 .each-content-inner ul li .fa {
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
  color: #37C2CC;
}

.featured-section-4 .each-content-inner ul li .fa.fa-2 {
  color: #FFD032;
}

.featured-section-4 .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.ev-blog-page {
  padding-top: 80px;
  padding-bottom: 0px;
  text-align: center;
  color: #fff;
}

.ev-blog-page .blog-header-inner h2 {
  margin-bottom: 20px;
}

.ev-blog-page .blog-header-inner p {
  padding: 0 30%;
  color: #fff;
}

.ev-blog-page .header-overlay-3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #37C2CC;
}

.ev-blog-page .header-overlay-3 .img-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blog-content .blog-content-inner .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item img {
  margin-bottom: 20px;
}

.blog-item .blog-item-content {
  padding-right: 10%;
}

.blog-item span {
  color: #182D38;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}

.blog-item h2 {
  font-size: 24px;
  line-height: 32px;
  color: #182D38;
  font-weight: normal;
  margin: 20px 0;
}

.blog-item h2:hover {
  color: #37C2CC;
}

.blog-item .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lo-pricing-plan .ev-content-title p {
  padding-right: 0;
  padding: 0 15%;
}

.team-images {
  margin-top: 20px;
  margin: 0 auto;
}

.blog-sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-item.popular-posts ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 90px;
}

.blog-sidebar .sidebar-item.popular-posts ul li img {
  width: 80px;
  position: absolute;
  left: 0;
  top: 6px;
}

.blog-sidebar .sidebar-item.popular-posts ul li span {
  float: left;
  opacity: 0.7;
}

.blog-sidebar .sidebar-item.popular-tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #bdbdbd;
}

.blog-sidebar .sidebar-item.popular-tags ul li a {
  padding: 4px 10px;
}

.blog-sidebar .sidebar-item h4 {
  font-size: 24px;
  line-height: 40px;
  color: #182D38;
  font-weight: normal;
  margin: 20px 0;
  border-bottom: 1px solid #bdbdbd;
}

.blog-sidebar .sidebar-item ul li {
  margin: 3px 0;
  overflow: hidden;
  display: block;
}

.blog-sidebar .sidebar-item ul li span {
  float: right;
}

.blog-sidebar .sidebar-item ul li h2 {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.7;
  font-weight: normal;
  margin-bottom: 3px;
}

/*
|===================
| BLOG SINGLE
|===================
*/
.blog-details-content .blog-inner {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.blog-content blockquote {
  margin: 20px 0;
  border-left: 0px solid transparent;
  font-size: 22px;
  line-height: 34px;
  padding: 0 60px;
  font-weight: 400;
  font-style: italic;
  color: #fb834c;
}

.blog-tags {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-tags .tags a {
  font-weight: 500;
  color: #000;
}

.blog-tags .tags a:hover {
  color: #fb834c;
}

.blog-tags .social-share {
  text-align: right;
}

.blog-tags .social-share ul li {
  display: inline;
  margin-left: 20px;
}

.ch-comment-form {
  padding-top: 30px;
  padding-bottom: 30px;
}

.comment {
  margin: 20px 0;
  overflow: hidden;
}

.comment h5 {
  margin-top: 0px;
}

.comment h5 span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
}

.comment a {
  font-weight: bold;
  color: #fb834c;
}

.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  height: 500px;
  width: 100%;
  bottom: 0;
  z-index: 999;
  background-color: #000;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ch-comment-form h4 {
  margin-bottom: 30px;
}

.body-2 .btn.btn-stroke:hover {
  color: #2A2A2A;
}

.mh-header .navbar-nav li.active a.nav-link.btn {
  color: #fff;
}

.sp1 img {
  bottom: -80px;
  left: 10%;
  position: absolute;
  width: 150px;
}

.sp3 img {
  top: -120px;
  right: 10%;
  position: absolute;
  width: 220px;
}

.sp2 img {
  top: -80px;
  left: 10%;
  position: absolute;
  width: 220px;
}

.spt-2 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
}

.featured-section-4 .solution-items {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 60%;
}

.featured-section-4 .ev-content-title .title-category {
  color: #37C2CC;
}

.featured-section-4 .feature-item {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 25px;
  margin: 20px 15px;
  text-align: left;
  padding: 30px 20px;
  -webkit-box-shadow: 2px 22px 43px rgba(171, 171, 180, 0.18);
          box-shadow: 2px 22px 43px rgba(171, 171, 180, 0.18);
}

.featured-section-4 .feature-item.colored {
  background-color: rgba(55, 194, 204, 0.9);
}

.featured-section-4 .feature-item.colored h5 {
  color: #fff;
}

.featured-section-4 .feature-item.colored p {
  color: rgba(255, 255, 255, 0.6);
}

.featured-section-4 .feature-item.mt {
  margin-top: 20px;
}

.featured-section-4 .feature-item .item-icon {
  height: 100%;
  width: 100%;
  line-height: 80px;
  text-align: left;
  border-radius: none;
  margin: 0;
}

.featured-section-4 .feature-item .item-icon .fa {
  font-size: 30px;
  line-height: 80px;
  color: #fff;
}

.featured-section-4 .feature-item .item-icon img {
  width: 35%;
  height: 35%;
}

.featured-section-4 .feature-item h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.featured-section-4 .feature-item p {
  padding: 0 3%;
  margin-bottom: 0;
}

.featured-section-4 .feature-item.itme-color-2 .item-icon {
  /*background-color: rgba(23, 51, 195, 0.1);*/
  background-color: rgba(256, 256, 256, 0.1);
}

.featured-section-4 .feature-item.itme-color-2 .item-icon .fa {
  color: #1733C3;
}

.featured-section-4 .feature-item.itme-color-3 .item-icon {
  background-color: rgba(255, 199, 85, 0.1);
}

.featured-section-4 .feature-item.itme-color-3 .item-icon .fa {
  color: #FFC755;
}

.featured-section-4 .feature-item.itme-color-4 .item-icon {
  /*background-color: rgba(243, 121, 86, 0.1);*/
  background-color: rgba(256, 256, 256, 0.1);
}

.featured-section-4 .feature-item.itme-color-4 .item-icon .fa {
  color: #F37956;
}

.featured-section-4 .feature-item.itme-color-5 .item-icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.featured-section-4 .feature-item.itme-color-5 .item-icon .fa {
  color: #fff;
}

.featured-section-4 .feature-item.purple-colorr .item-icon {
  background: #E0A6FF;
  background: -webkit-gradient(left top, right top, color-stop(0%, #BC61EC), color-stop(100%, #E0A6FF));
  background: -webkit-gradient(linear, left top, right top, from(#BC61EC), to(#E0A6FF));
  background: linear-gradient(to right, #BC61EC 0%, #E0A6FF 100%);
}

.featured-section-4 .feature-item.blue-colorr .item-icon {
  background: #5570E5;
  background: -webkit-gradient(left top, right top, color-stop(0%, #5570E5), color-stop(100%, #2430B7));
  background: -webkit-gradient(linear, left top, right top, from(#5570E5), to(#2430B7));
  background: linear-gradient(to right, #5570E5 0%, #2430B7 100%);
}

.featured-section-4 .feature-item.gold-colorr .item-icon {
  background: #FFC756;
  background: -webkit-gradient(left top, right top, color-stop(0%, #FFC756), color-stop(100%, #FFDC95));
  background: -webkit-gradient(linear, left top, right top, from(#FFC756), to(#FFDC95));
  background: linear-gradient(to right, #FFC756 0%, #FFDC95 100%);
}

.featured-section-4 .feature-item.red-colorr .item-icon {
  background: #FF9F72;
  background: -webkit-gradient(left top, right top, color-stop(0%, #FF9F72), color-stop(100%, #EA6042));
  background: -webkit-gradient(linear, left top, right top, from(#FF9F72), to(#EA6042));
  background: linear-gradient(to right, #FF9F72 0%, #EA6042 100%);
}

.featured-section-4 .each-content-inner ul li {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.featured-section-4 .each-content-inner ul li .fa {
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
  color: #182D38;
  background: inherit;
}

.featured-section-4 .each-content-inner ul li .fa.fa-2 {
  background: inherit !important;
}

.featured-section-4 .each-content-inner ul li p {
  width: 50%;
}

.featured-section-4 .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.sg-ts-item {
  margin: 20px 0;
}

.sg-ts-item .each-content {
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
  padding: 30px 15px;
  border-radius: 10px;
  background-color: #fff;
}

.sg-ts-item .each-content .each-img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.sg-ts-item .each-content .each-img .ts-avatar {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.sg-ts-item .each-content .each-img .ti-icons {
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.sg-ts-item .each-content p {
  margin-bottom: 20px;
}

.sg-ts-item .each-content .ts-hr {
  width: 50px;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
  margin-bottom: 20px;
  border-width: 2px;
}

.sg-ts-item .each-content .ts-hr.purple-c {
  border-color: #705ae3;
}

.sg-ts-item .each-content .ts-hr.green-c {
  border-color: #8fe25a;
}

.sg-ts-item .each-content .ts-hr.blue-c {
  border-color: #37c2cc;
}

.sg-ts-item .each-content .author-name h6 {
  color: #182D38;
}

.ts-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: top center;
}

.bg-4 {
  background: #FCFBF8;
}

.image-shape-5 {
  height: 150px;
  width: 150px;
  background: #8FE25A;
  position: absolute;
  top: -60px;
  border-radius: 50%;
  left: 0px;
}

.borderb {
  border-bottom: 2px solid #182D38 !important;
  padding: 7px 0;
  color: #182D38 !important;
}

.section-shape-8 {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.featured-section-8 .each-content-inner ul li {
  width: 49%;
  padding-right: 15px;
}

.featured-section-8 .each-content-inner ul li p {
  width: 100%;
}

.featured-section-8 .each-content-inner ul li .item-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

.featured-section-8 .each-content-inner ul li .item-icon .fa {
  background: rgba(219, 82, 77, 0.1);
  margin: 0 auto;
  text-align: center;
  height: 50px;
  color: #DB524D;
  width: 50px;
  line-height: 50px;
  padding: 0;
}

.featured-section-8 .each-content-inner ul li .item-icon .fa.fa-3 {
  color: #9EC1C5;
  background: rgba(158, 193, 197, 0.1);
}

.featured-section-8 .featured-item-8-image {
  margin-bottom: 30px;
}

.lo-footer{
  background-color: #1c1e26;
}

.lo-footer .footer-inner {
  margin-bottom: 30px;
  text-align: center;
}

.lo-footer .footer-inner h4 {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 10px;
  margin-bottom: 30px;
}

.lo-footer .footer-inner ul li {
  margin: 10px 0;
  color: #ffffff;
  opacity: 0.9;
}

.lo-footer .footer-inner ul li a {
  opacity: 0.9;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: capitalize;
}

.lo-footer .footer-inner ul li a:hover {
  color: #ffffff;
}

.lo-footer-bottom {
  background-color: #4B22B9;
  color: #fff;
}

.lo-footer-bottom a {
  color: #fff;
}

.lo-footer-bottom a:hover {
  color: #FF5949;
}

.lo-footer-bottom .footer-links a {
  margin: 0 4px;
  border-right: 1px solid #fff;
  padding: 0 8px;
}

.lo-footer-bottom .footer-links a:last-child {
  border-right: 0;
}

.lo-footer-bottom .footer-links a:hover {
  color: #FF5949;
}

.lo-footer-bottom .social-icon li {
  background: transparent;
}

.lo-footer-bottom .social-icon li:hover {
  background: transparent;
}

.lo-footer-bottom .social-icon li:hover a .fa {
  color: #FF5949;
}

.lo-footer-bottom .social-icon li a {
  width: 0;
  height: 0;
  padding: 0;
}

.lo-footer-bottom .social-icon li a .fa {
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.head-two-head {
  overflow: hidden;
}

.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;
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 0;
  border-color: transparent;
  -webkit-box-shadow: 2px 22px 43px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 22px 43px 0px rgba(0, 0, 0, 0.08);
}

.uv-accordinaton ul li:first-child {
  border-color: transparent;
}

.uv-accordinaton-list {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.uv-accordinaton-list:hover {
  color: #37C2CC;
}

.uv-accordinaton-list h2 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  text-align: left;
  color: #182D38;
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.uv-accordition-detail a {
  text-decoration: none;
  color: #C0392B;
  border: 1px solid #C0392B;
  padding: 6px 10px 5px;
  font-size: 14px;
}

.uv-accordition-detail {
  margin: 0px;
  display: none;
  text-align: center;
  background: #fff;
  padding-top: 0px;
}

.uv-accordition-detail img {
  margin: 0 auto;
  float: none;
  text-align: center;
  margin-bottom: -33px;
}

.uv-ac-details {
  text-align: left;
  padding-left: 20px;
}

.uv-right-arrow {
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  line-height: 26px;
  float: right;
  background: #37C2CC;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  border-color: #37C2CC;
}

.uv-right-arrow.color {
  border: 1px solid #37C2CC;
  background: #37C2CC;
  color: #fff;
}

.faq-shape {
  position: absolute;
  right: 0;
  left: 65%;
  display: none;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.faq-img {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.cover-bg{
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left bottom;
}

.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */

.subscribe-wrapper {
    width: 450px;
    margin: 50px 0 50px 0;
    border-radius: 40px;
  background: #ffffff;
    box-shadow: 0 4px 20px -2px #e9e9e9;
}

/* Form text input */

.subscribe-wrapper input {
  padding-left: 20px;
    width: 330px;
    height: 40px;
    padding: 10px 5px;
    float: left;   
    font: bold 13px 'Poppins Medium';
    border: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none;
}

.subscribe-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.subscribe-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
  padding-left: 20px;
}

.subscribe-wrapper input:-moz-placeholder {
    
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.subscribe-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  border-style: none;
}   

/* Form submit button */
.subscribe-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: 13px/40px 'Poppins ExtraBold';
    color: #fff;
    text-transform: uppercase;
    background: #f86e0b;
    border-radius: 40px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.subscribe-wrapper button:hover{    
/*     background: #e54040; */
}  

.subscribe-wrapper button:active,
.subscribe-wrapper button:focus{  
    background: #198cff;
    outline: 0;  
}

.subscribe-wrapper button:focus:before,
.subscribe-wrapper button:active:before{
        border-right-color: #f86e0b;
}     

.subscribe-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
} 

.main_heading{
  font-size: 3.5em;
}

h3.strike{
  font-family: 'Poppins Light';
  font-size: 3em;
}

.lo-cat-ad .cat-inner .each-inner {
  background-color: #f86e0b;
  border-radius: 7px;
  padding: 60px 5%;
  width: 90%;
  margin: 0 auto;
}

.lo-cat-ad .cat-inner .each-inner .tagline {
  opacity: 0.5;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 4px;
  display: block;
}

.orange-bg h2 {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 6px;
  display: inline-block;
}

.lo-cat-ad .cat-inner .each-inner .btn {
  font-size: 14px;
  letter-spacing: 1px;
  float: right;
  margin-top: -7px;
}

.orange-bg{
  background-color: #f86e0b;
}

.boldText{ font-family: "Poppins ExtraBold"!important; color: #f86e0b;}