﻿@charset "UTF-8";
/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*

font-family: 'Roboto', ;
font-family: 'Open Sans', ;


*/
/*
**general styles
*/
.custom-modal .modal-newsletter .modal-content {
    padding: 0 !important;
    border-radius: 1px;
    background-color: transparent;
    border: none;
}
.custom-modal .call-out-section {
    border-radius: 16px;
    background: transparent linear-gradient(
252deg
, #6171D8 0%, #5F4FCF 100%) 0% 0% no-repeat padding-box;
    padding: 30px 50px;
}
.custom-modal .call-out-section .news-letter-form {
    margin: 15px 0 10px !important;
    position: relative !important;
}
    .custom-modal .call-out-section .news-letter-form .form-control {
        height: 50px !important;
        border-radius: 40px !important;
        padding-left: 15px !important;
        padding-right: 130px !important;
        font-size: 14px !important;
    }

    .custom-modal .call-out-section .news-letter-form .btn {
        position: absolute !important;
        top: 5px !important;
        right: 3px !important;
        background: transparent linear-gradient(180deg, #6171D8 0%, #5F4FCF 100%) 0% 0% no-repeat padding-box;
        border-radius: 30px !important;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 30px;
        min-width: 130px;
    }

@media (max-width: 991px) {
    .custom-modal .call-out-section {
        padding: 20px !important;
        text-align: center !important;
        margin-bottom: 40px !important;
    }
}
.custom-modal .modal-newsletter .close {
    position: absolute;
    top: 30px !important;
    right: 30px !important;
    color: #fff !important;
    text-shadow: none !important;
    border: 0 !important;
    opacity: 0.5 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
}

.custom-modal .modal-newsletter {
    color: #fff;
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .custom-modal .modal-newsletter .btn {
        position: absolute;
        top: 5px;
        right: 3px;
        transform: translateY(-50%);
        background: transparent linear-gradient(180deg, #6171D8 0%, #5F4FCF 100%) 0% 0% no-repeat padding-box;
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 30px;
        min-width: 130px;
    }

    .custom-modal .modal-newsletter .modal-content {
        padding: 0;
        border-radius: 1px;
        background-color: transparent;
        border: none;
    }

    .custom-modal .modal-newsletter .modal-header {
        border-bottom: none;
        position: relative;
        text-align: center;
        border-radius: 5px 5px 0 0;
    }

    .custom-modal .modal-newsletter h4 {
        color: #fff;
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        margin: 0 0 25px;        
        /*text-transform: capitalize !important;*/
        font-family:"Poppins", sans-serif !important;        
    }
    h4 span {
    font-weight:900 !important;
    font-style: normal;
    line-height: 1.6;
}
    .custom-modal .modal-newsletter .close {
        position: absolute;
        top: 30px;
        right: 30px;
        color: #fff;
        text-shadow: none;
        border: 0;
        opacity: 0.5;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        font-size: 16px;
        border: 2px solid #fff;
    }

@media (max-width: 767px) {
    .custom-modal .modal-newsletter .close {
        top: 20px;
        right:30px;
    }
}
@media (max-width: 991px) {
    .custom-modal .call-out-section {
        padding: 20px !important;
        text-align: center;
        margin-bottom: 40px;
    }
}
.alert {z-index:1070;
}
.custom-modal .modal-newsletter .close span {
    top:0px !important;
    position: relative;
    left: 0px !important;
    color:#fff;
    font-size:16px !important;
}

.custom-modal .modal-newsletter .close:hover {
    opacity: 0.8;
}

.custom-modal .modal-newsletter .icon-box {
    color: #7480f0;
    width: 100%;
    text-align: center;
    z-index: 9;
    position: relative;
}

    .custom-modal .modal-newsletter .icon-box i {
        font-size: 70px;
    }

.custom-modal .modal-newsletter .form-control,
.custom-modal .modal-newsletter .btn {
    min-height: 46px;
    text-align: center;
    border-radius: 1px;
}

.custom-modal .modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb;
}

    .custom-modal .modal-newsletter .form-control + .form-control {
        margin-top: 10px;
    }

    .custom-modal .modal-newsletter .form-control:focus {
        border-color: #7480f0;
        box-shadow: 0 0 8px rgba(73, 197, 193, 0.5);
    }

.custom-modal .modal-newsletter .btn {
    color: #fff;
    background: #7480f0;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    padding: 6px 20px;
    min-width: 180px;
    border: none;
    margin-top: 20px;
    font-family: "Airal", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-modal .modal-newsletter .form-group {
    margin-top: 30px;
}

.custom-modal .hint-text {
    margin: 100px auto;
    text-align: center;
}
.custom-modal .modal-newsletter .modal-content {
    padding: 0;
    border-radius: 1px;
    background-color: transparent;
    border: none;
}
.custom-modal .modal-newsletter h4 {
    color: #fff !important;
    text-align: center !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    margin: 0 0 25px !important;
     /*text-transform: capitalize !important;*/
}
h4 span {
    font-weight: bold;
    font-style: normal;
    line-height: 1.6;
}
html {
  width: 100%;
  position: relative;
}

::-moz-selection {
  color: #ffffff;
  background-color: #303233;
}

::selection {
  color: #ffffff;
  background-color: #303233;
}

::-moz-selection {
  color: #ffffff;
  background-color: #303233;
}

/*body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  background-color: #ffffff;
  position: relative;
}*/

h1,
h2,
h3,
h4,
h5,
h6,p {
  color: #000;
  font-family:"Poppins", sans-serif !important;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: bold;
  font-style: normal;
  line-height: 1.6;
}

h1 {
  font-size: 36px;
  margin: 26px 0;
}

h2 {
  font-size: 30px;
  margin: 23px 0 20px;
}

h3 {
  font-size: 24px;
  margin: 18px 0;
}

h4 {
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  margin: 20px 0 16px;
}

h5 {
  font-size: 18px;
  font-style: normal;
  margin: 15px 0 14px;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #212020;
  font-weight: 300;
}

blockquote {
  position: relative;
  margin: 30px 0;
  padding: 10px 20px 20px 42px;
  border-left: 5px solid #303233;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

blockquote .media {
  font-size: 14px;
  font-style: normal;
  margin: 8px 0 6px !important;
}

blockquote .media img {
  min-width: 40px;
  max-width: 40px !important;
  border-radius: 50%;
}

blockquote .item-meta {
  margin-top: 10px;
  font-style: normal;
  opacity: 0.7;
}

hr {
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.header-top {
  background-color: #7480f0;
  color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #adbdf5;
}

.header-top .log-btns  {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .header-top .log-btns {
    display: none;
  }
}

.header-top .log-btns li {
  display: inline-block;
}

.header-top .log-btns li a {
  display: block;
  padding: 3px 15px;
  border-radius: 100px 0px 100px 100px;
  color: #fff;
  border: 1px solid #fff;
  margin: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-top .log-btns li a:hover {
  background-color: #fff;
  color: #7480f0;
}

.header-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.header-top ul.con li {
  margin-right: 20px;
  display: inline-block;
}

.header-top ul.con i {
  margin-right: 7px;
}

.header-top ul.social {
  text-align: right;
  display: block;
}

.header-top ul.social li {
  display: inline-block;
  border-right: 1px solid #fff;
  height: 20px;
  width: 40px;
  text-align: center;
}

.header-top ul.social li:last-child {
  border: none;
}

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

.menubar-area {
  background-color: #7480f0;
}

.menubar-area .header-mid .logo {
  text-align: center;
}

.menubar-area .header-mid .logo a {
  display: inline-block;
  float: none;
  margin: -36px 0 0 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .menubar-area .header-mid .logo a {
    margin: 15px auto;
  }
}

.menubar-area .menubar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
  background: #1c1c1c;
}

.menubar-area #header {
  background: #7480f0;
}

@media (max-width: 1199px) {
  .menubar-area #header {
    padding: 10px 0;
    background-color: #7480f0;
  }
}

.menubar-area .navbar-brand {
  padding: 0;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
}

@media (max-width: 450px) {
  .menubar-area .navbar-brand {
    max-width: 80%;
  }
}

.menubar-area .navbar-brand img {
  max-width: 100%;
}

.menubar-area .navbar {
  padding: 0px;
  background: #7480f0;
}

.menubar-area .header-style-v1 .navbar-collapse {
  margin-left: 40px;
  position: relative;
}

.menubar-area .site-logo {
  position: relative;
}

.menubar-area .site-logo img {
  max-width: 350px;
}

@media (max-width: 600px) {
  .menubar-area .site-logo img {
    width: 150px;
  }
}

.menubar-area .header-style-v1 {
  position: relative;
}

.menubar-area .header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in .site-logo img {
  margin-top: -4px;
}

@media (max-width: 1199px) {
  .menubar-area .header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 20px 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
}

.menubar-area .header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.menubar-area .header-style-v1 .site-logo img {
  position: relative;
  margin-top: -123px;
}

@media (max-width: 3000px) and (min-width: 1920px) {
  .menubar-area .header-style-v1 .navbar-collapse::after {
    width: 200%;
  }
  .menubar-area .header-style-v1 .navbar_right::before {
    width: 110%;
    right: -98%;
  }
}

.menubar-area .header-style-v1 .navbar_right li {
  margin-right: 12px;
}

.menubar-area .header-style-v1 .navbar_right li:last-child {
  margin: 0px;
}

.menubar-area .header-style-v1 .navbar_right li a {
  border-radius: 50px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 2px dotted #4f4f4f;
  color: #828282;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.menubar-area .header-style-v1 .navbar_right li a:hover {
  border: 2px dashed #fff;
  color: #fff;
}

.menubar-area .header-style-v1
.navbar-expand-lg
.navbar-nav.navbar_left
.nav-item.active
.nav-link,
.menubar-area .header-style-v1
.navbar-expand-lg
.navbar-nav.navbar_left
.nav-item:hover
.nav-link {
  color: #3b566e;
}

.menubar-area .header-style-v1
.navbar-expand-lg
.navbar-nav
.nav-item.search_link
.nav-link::before {
  display: none;
}

.menubar-area .header-style-v1 .menu-item.dropdown .dropdown-menu {
  margin-top: 0px !important;
}

.menubar-area .header-style-v1 .navbar_right.navbar-nav .search_link .nav-link {
  padding: 0px;
  border: 0px;
  margin-right: 55px;
}

.menubar-area .header-style-v1 .navbar_right.navbar-nav .search_link::before {
  position: absolute;
  content: "";
  left: -16px;
  top: 4px;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 30px;
}

.menubar-area .header-style-v1 .navbar_right.navbar-nav .menu-item.dropdown .dropdown-menu {
  margin-top: 21px !important;
}

.menubar-area li.menu-item.nav-item.menu-item-has-children.dropdown:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  right: 2px;
  top: 26px;
}

.menubar-area .navbar-expand-lg .navbar-nav .btn-link {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 25px;
  border: 1px solid #ffffff;
  border-radius: 100px 0px 100px 100px;
  display: inline-block;
  height: 22px;
  margin: 0 10px;
  line-height: 1;
  letter-spacing: 0.5px;
  background: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.menubar-area .navbar-expand-lg .navbar-nav .btn-link:hover {
  background-color: #fff;
  color: #8ab6f2 !important;
}

.main-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.main-slider .owl-nav .owl-prev, .main-slider .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background-color: #7480f0;
  color: #fff;
  text-align: center;
  position: absolute;
  padding-top: 3px;
  top: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover {
  background-color: #4656eb;
}

.main-slider .owl-nav .owl-prev {
  left: 0;
}

.main-slider .owl-nav .owl-next {
  right: 0;
}

.main-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.main-slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(20, 69, 230, 0.7);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.main-slider .owl-dots .owl-dot.active, .main-slider .owl-dots .owl-dot:hover {
  background-color: #1037b7;
}

.hero-area {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-area .bg-animation {
  position: absolute;
  top: -100px;
  left: 0;
}

.hero-area .banner .join-now-btn {
  background: linear-gradient(135deg, #7480f0 5%, #f9417a 90%);
  color: #fff;
  border-radius: 30px;
  padding: 14px 20px;
  background-size: 100% 200%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-area .banner .join-now-btn:focus {
  outline: none;
}

.hero-area .banner .newsletter-form {
  padding: 5px;
  background: #fff;
  border: 2px solid #7480f0;
  border-radius: 30px;
  position: relative;
  max-width: 350px;
}

.hero-area .banner .newsletter-form input {
  background: rgba(255, 255, 255, 0.5);
  padding-right: 100px;
  color: #111;
  outline: 0;
  border: 2px solid rgba(255, 255, 255, 0);
  min-width: 280px;
  max-width: 100%;
  border-radius: 30px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 30px;
  width: 100%;
  display: block;
}

.hero-area .banner .newsletter-form button {
  background: linear-gradient(135deg, #7480f0 5%, #f9417a 90%);
  color: #fff;
  border-radius: 30px;
  padding: 14px 20px;
  background-size: 100% 200%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  position: absolute;
  top: 2px;
  right: 5px;
  transition: all 0.3s linear;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-area .banner .newsletter-form button,
.hero-area .banner .newsletter-form input {
  font-size: 14px;
  font-weight: 500;
}

.hero-area .banner h4 {
  background: #ffb58c;
  text-transform: none;
  padding: 7px 15px;
  display: inline-block;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 100px;
  font-size: 22px;
}

.hero-area .banner h2 {
  font-size: 56px;
  font-style: normal;
  line-height: 70px;
  font-weight: bold;
  margin-top: 0;
  text-transform: capitalize;
  color: #1c1d3e;
  letter-spacing: 0;
  font-family: "Roboto";
}

.hero-area .banner h2 span {
  color: #242bad;
}

.theme-btn {
  margin: auto;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  -webkit-box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
          box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
  border: none;
  border-radius: 100px 0px 100px 100px;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.75px;
  
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
  outline: none !important;
  cursor: pointer;
  position: relative;
}

.theme-btn:hover {
  background-image: linear-gradient(-135deg, #6a30d1 0%, #5c83e3 100%);
  color: #fff;
}

.info-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    /*background-image: url(../images/pattern/07.png);*/
    z-index: -1;
}

.bg-effect::after {
  background: #fafaff;
  top: 0;
  content: "";
  left: 25%;
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
  border-top-left-radius: 50%;
}

.bg-effect.right::after {
  left: 0;
  right: 25%;
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
}

.bg-effect-2::before {
  background: #fff;
  top: -50px;
  content: "";
  height: 120px;
  left: 0;
  overflow: visible;
  position: absolute;
  -webkit-transform: skewY(4deg);
          transform: skewY(4deg);
  width: 100%;
}

.bg-effect-3::after {
  background: #fff;
  bottom: -50px;
  content: "";
  height: 120px;
  left: 0;
  overflow: visible;
  position: absolute;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  width: 100%;
}

.bg-effect-4::after {
  background: #2575fc;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  content: "";
  height: 80%;
  right: -20%;
  position: absolute;
  top: 10%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 70%;
  z-index: -1;
}

.bg-animation {
  position: absolute;
  top: -100px;
  left: 0;
}

.wave-shape {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.wave-bg > use {
  -webkit-animation: move-forever 20s linear infinite;
          animation: move-forever 20s linear infinite;
}

.wave-bg > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.wave-bg > use:nth-child(2) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.wave-bg > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.wave-animation {
  display: block;
  width: 100%;
  height: 8em;
  max-height: 100vh;
  margin: 0;
  position: absolute;
  bottom: -20px;
}

.section-title.text-center .bar {
  margin: 20px auto 25px;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  font-family: "Roboto";
}

.section-title .bar {
  height: 5px;
  width: 90px;
  background: #d0d4fa;
  margin: 20px 0 25px;
  position: relative;
  border-radius: 30px;
}

.section-title .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #4f5ac3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

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

.bg-bottom {
  background: url(../images/section-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-top {
  background: url(../images/section-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.text-white,
.text-white h2 {
  color: #fff !important;
}

.features-section {
  position: relative;
  background: url(../images/parallax.jpg) no-repeat;
  background-attachment: fixed;
  z-index: 0;
  overflow: hidden;
}

.features-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(127deg, #76a1f0 0%, #747eef 91%);
  z-index: -1;
  top: 0;
  left: 0;
}

.features-section .feature-slider .owl-dots {
  text-align: center;
}

.features-section .feature-slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.features-section .feature-slider .owl-dots .owl-dot.active, .features-section .feature-slider .owl-dots .owl-dot:hover {
  background-color:#4f5ac3;
}

.features-section .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  margin: 30px 0 0;
  border-radius: 3px;
  min-height: 295px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-section .mini-box .icon {
  min-height: 120px;
  text-align: center;
}

.features-section .mini-box .icon img {
  max-width: 100px;
  margin: 0 auto 10px;
}

.features-section .mini-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.features-section .mini-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 95%;
  opacity: 0.62;
  height: 50%;
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 3px;
}

.features-section .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.75px;
}

.features-section .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.read-more {
  color: #4f579e;
  padding: 8px 20px;
  border-radius: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: bold;
}

.read-more:hover {
  background-color: transparent;
  color: #fff;
}

.challenges-section .challenges-small-item .icon i {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: 29px;
}

.challenges-section .challenges-small-item:hover .icon i {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.challenges-section .owl-dots {
  text-align: center;
}

.challenges-section .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(20, 69, 230, 0.7);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.challenges-section .owl-dots .owl-dot.active, .challenges-section .owl-dots .owl-dot:hover {
  background-color: #1037b7;
}

.challenges-section .challenges-small-item {
  color: #704AC7;
  background: linear-gradient(110deg, #7480f0, #7480f0);
  font-family: 'Roboto', sans-serif;
  padding: 0 30px 30px;
  margin: 20px;
  border-radius: 20px 20px 70px 20px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  display: block;
}

.challenges-section .challenges-small-item:hover {
  color: #7480f0;
}

.challenges-section .challenges-small-item:before {
  content: '';
  background: #f5f5f5;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 10px 10px 55px 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}

.challenges-section .challenges-small-item.active:before,
.challenges-section .challenges-small-item:hover:before {
  opacity: 1;
}

.challenges-section .challenges-small-item .icon {
  background: linear-gradient(110deg, #7480f0, #7480f0);
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 0 15px;
  border-radius: 15px;
  -webkit-transform: translateY(-20px) translateX(-37px);
          transform: translateY(-20px) translateX(-37px);
  color: #7480f0;
  position: relative;
  z-index: 1;
}

.challenges-section .challenges-small-item .icon:before {
  content: "";
  background: #f5f5f5;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.challenges-section .challenges-small-item .challenges-title {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 80px;
}

.challenges-section .challenges-small-item p {
  font-size: 13px;
  line-height: 23px;
}

.challenges-section .challenges-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.challenges-section .challenges-small-item a span {
  font-weight: 700;
  font-size: 12px;
  color: #635cdb;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
}

.challenges-section .challenges-small-item a i {
  color: #635cdb;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
}

.approach-section strong {
  font-weight: 600;
}

.approach-section .main-timeline {
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
}

.approach-section .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.approach-section .main-timeline .timeline {
  width: 50.1%;
  padding: 40px 0 40px 100px;
  float: right;
  position: relative;
  z-index: 1;
}

.approach-section .main-timeline .timeline:before,
.approach-section .main-timeline .timeline:after {
  content: "";
  background: #fd8f33;
  height: 100%;
  width: 28px;
  position: absolute;
  left: -11px;
  top: 0;
}

.approach-section .main-timeline .timeline:after {
  background: #fd8f33;
  height: 18px;
  width: 200px;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -90px;
}

.approach-section .main-timeline .timeline-content {
  color: #517d82;
  background-color: #fd8f33;
  padding: 0 0 0 80px;
  -webkit-box-shadow: 0 0 20px -10px #000;
          box-shadow: 0 0 20px -10px #000;
  border-radius: 10px;
  display: block;
}

.approach-section .main-timeline .timeline-content:hover {
  color: #517d82;
  text-decoration: none;
}

.approach-section .main-timeline .timeline-icon {
  color: #fff;
  background-color: #fd8f33;
  font-size: 35px;
  text-align: center;
  line-height: 62px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -100px;
  top: 50%;
  z-index: 1;
}

.approach-section .main-timeline .timeline-year {
  color: #517d82;
  background-color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 93px;
  height: 113px;
  width: 113px;
  border: 6px solid #fd8f33;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 1;
}

.approach-section .main-timeline .inner-content {
  background-color: #fff;
  padding: 10px;
}

.approach-section .main-timeline .title {
  color: #fd8f33;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.approach-section .main-timeline .description {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}

.approach-section .main-timeline .timeline:nth-child(even) {
  padding: 20px 100px 20px 0;
  float: left;
}

.approach-section .main-timeline .timeline:nth-child(even):before {
  left: auto;
  right: -14.5px;
}

.approach-section .main-timeline .timeline:nth-child(even):after {
  left: auto;
  right: -90px;
}

.approach-section .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 0 80px 0 0;
}

.approach-section .main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -100px;
}

.approach-section .main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: 50px;
}

.approach-section .main-timeline .timeline:nth-child(4n + 2):before,
.approach-section .main-timeline .timeline:nth-child(4n + 2):after {
  background: #0dc8ab;
}

.approach-section .main-timeline .timeline:nth-child(4n + 2) .timeline-content,
.approach-section .main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
  background-color: #0dc8ab;
}

.approach-section .main-timeline .timeline:nth-child(4n + 2) .timeline-year {
  border-color: #0dc8ab;
}

.approach-section .main-timeline .timeline:nth-child(4n + 2) .title {
  color: #0dc8ab;
}

.approach-section .main-timeline .timeline:nth-child(4n + 3):before,
.approach-section .main-timeline .timeline:nth-child(4n + 3):after {
  background: #05b0de;
}

.approach-section .main-timeline .timeline:nth-child(4n + 3) .timeline-content,
.approach-section .main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
  background-color: #05b0de;
}

.approach-section .main-timeline .timeline:nth-child(4n + 3) .timeline-year {
  border-color: #05b0de;
}

.approach-section .main-timeline .timeline:nth-child(4n + 3) .title {
  color: #05b0de;
}

.approach-section .main-timeline .timeline:nth-child(4n + 4):before,
.approach-section .main-timeline .timeline:nth-child(4n + 4):after {
  background: #8e7ccc;
}

.approach-section .main-timeline .timeline:nth-child(4n + 4) .timeline-content,
.approach-section .main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
  background-color: #8e7ccc;
}

.approach-section .main-timeline .timeline:nth-child(4n + 4) .timeline-year {
  border-color: #8e7ccc;
}

.approach-section .main-timeline .timeline:nth-child(4n + 4) .title {
  color: #8e7ccc;
}

@media only screen and (max-width: 1200px) {
  .approach-section .main-timeline .timeline:before {
    left: -12.5px;
  }
  .approach-section .main-timeline .timeline:nth-child(even):before {
    right: -14px;
  }
}

@media only screen and (max-width: 990px) {
  .approach-section .main-timeline .timeline:before {
    left: -12.5px;
  }
}

@media only screen and (max-width: 767px) {
  .approach-section .main-timeline .timeline,
  .approach-section .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 20px 0 20px 37px;
  }
  .approach-section .main-timeline .timeline:before {
    left: 0;
  }
  .approach-section .main-timeline .timeline:nth-child(even):before {
    right: auto;
    left: 0;
  }
  .approach-section .main-timeline .timeline:after,
  .approach-section .main-timeline .timeline:nth-child(even) .timeline:after {
    display: none;
  }
  .approach-section .main-timeline .timeline-icon,
  .approach-section .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    display: none;
  }
  .approach-section .main-timeline .timeline-year,
  .approach-section .main-timeline .timeline:nth-child(even) .timeline-year {
    height: 75px;
    width: 75px;
    line-height: 60px;
    font-size: 25px;
    left: 1px;
  }
  .approach-section .main-timeline .timeline-content,
  .approach-section .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 0 0 40px;
  }
}

.offer-section .comparisons-table {
  background-color: #fff;
  -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.offer-section .comparisons-table table {
  margin-bottom: 0;
  text-align: center;
}

.offer-section .comparisons-table table thead tr {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #7480f0), to(#124880));
  background: linear-gradient(90deg, #7480f0 0, #124880 100%);
}

.offer-section .comparisons-table table thead th {
  vertical-align: middle;
  border: none;
  color: #fff;
  padding: 16px 20px;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.offer-section .comparisons-table table thead th:nth-child(1) {
  text-align: left;
  padding-left: 50px;
}

.offer-section .comparisons-table table tbody td {
  vertical-align: middle;
  color: #0e314c;
  padding: 8px 20px;
  border-color: #eee;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.offer-section .comparisons-table table tbody td:nth-child(1) {
  text-align: left;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .offer-section .comparisons-table table tbody td:nth-child(1) {
    padding-left: 15px;
  }
}

.offer-section .comparisons-table table tbody td i {
  width: 20px;
  height: 20px;
  line-height: 1.3;
  border-radius: 100%;
  background-color: #ee0979;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.offer-section .comparisons-table table tbody td i::before {
  font-size: 14px;
}

.offer-section .comparisons-table table tbody tr:nth-child(1) td i,
.offer-section .comparisons-table table tbody tr:nth-child(8) td i {
  background-color: #facd60;
}

.offer-section .comparisons-table table tbody tr:nth-child(2) td i,
.offer-section .comparisons-table table tbody tr:nth-child(9) td i {
  background-color: #44cd6f;
}

.offer-section .comparisons-table table tbody tr:nth-child(10) td i,
.offer-section .comparisons-table table tbody tr:nth-child(3) td i {
  background-color: #fd6c28;
}

.offer-section .comparisons-table table tbody tr:nth-child(12) td i,
.offer-section .comparisons-table table tbody tr:nth-child(5) td i {
  background-color: #1ac0c6;
}

.offer-section .comparisons-table table tbody tr:nth-child(13) td i,
.offer-section .comparisons-table table tbody tr:nth-child(6) td i {
  background-color: #f45271;
}

.offer-section .comparisons-table table tbody tr:nth-child(14) td i,
.offer-section .comparisons-table table tbody tr:nth-child(7) td i {
  background-color: #fd6d27;
}

.testimonial-section .owl-dots {
  text-align: center;
}

.testimonial-section .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(20, 69, 230, 0.7);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.testimonial-section .owl-dots .owl-dot.active, .testimonial-section .owl-dots .owl-dot:hover {
  background-color: #1037b7;
}

.testimonial-section .team-item {
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  position: relative;
  margin: 30px 20px;
  padding-bottom: 25px;
}

.testimonial-section .team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.testimonial-section .team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #2890c8;
}

.testimonial-section .team-item .user-image {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.testimonial-section .team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.testimonial-section .team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-section .team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 0.69px;
  margin: 0;
  margin-bottom: 5px;
}

.testimonial-section .team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #2890c8;
  letter-spacing: 0.6px;
}

.testimonial-section .team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
font-weight: 500;
font-size: 14px;
color: #000 !important;
letter-spacing: 0.6px;
line-height: 26px;
font-family: "Roboto";
}

.blogs-section {
  position: relative;
}

.blogs-section .owl-dots {
  text-align: center;
}

.blogs-section .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #05b0de;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.blogs-section .owl-dots .owl-dot.active, .blogs-section .owl-dots .owl-dot:hover {
  background-color: #355f90;
}

.blogs-page-section .post {
  margin: 0 auto 30px;
}

.blog-details img {
  max-width: 100%;
}

.blog-details .article-content {
  margin-top: 30px;
}

.blog-details .article-content .block-gallery {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details .article-content .block-gallery li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details .article-content .block-gallery li figure {
  margin-bottom: 0;
}

.blog-details .article-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 300;
}

.blog-details .article-content .article-features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
  margin-left: 20px;
}

.blog-details .article-content .article-features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-weight: 300;
}

.blog-details .article-content .article-features-list li:before {
  background: #8ab6f2;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}

.blog-details .article-content .entry-meta {
  margin-bottom: 15px;
}

.blog-details .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details .article-content .entry-meta ul h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 300;
}

.blog-details .article-content .entry-meta ul p {
  line-height: 1.8;
}

.blog-details .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #0e314c;
  margin-right: 21px;
  font-weight: 300;
}

.blog-details .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details .article-content .entry-meta ul li:last-child::before {
  content: none;
}

.blog-details .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #0e314c;
}

.blog-details .article-content .entry-meta ul li span {
  display: inline-block;
  color: #0e314c;
}

.blog-details .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}

.blog-details .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details .article-footer .article-share .social li a {
  color: #0e314c;
  background-color: #f7f7f7;
  width: 33px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.blog-details .article-footer .article-share .social li a:hover {
  background-color: #7480f0;
  color: #fff;
}

.blog-details .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-tags span {
  display: inline-block;
  color: #0e314c;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details .article-footer .article-tags a {
  display: inline-block;
  color: #6084a4;
  font-weight: 300;
}

blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin: 0 0 1rem;
  margin-top: 20px;
  border: none;
}

blockquote:before {
  color: #efefef;
  content: "\f10d";
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
  font-family: "FontAwesome";
  font-size: 120px;
}

blockquote p {
  color: #0e314c;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

blockquote cite {
  display: none;
}

.post {
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  margin: 15px;
}

.post:hover {
  border-radius: 15px;
}

.post:hover .post-image::before,
.post:hover .post-image::after {
  width: 100%;
}

.post .post-image {
  overflow: hidden;
  position: relative;
}

.post .post-image:before {
  background-color: #2575fc;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 0;
  opacity: 0.7;
}

.post .post-image::after {
  background-color: #2575fc;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  right: 0;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 0;
  opacity: 0.7;
}

.post .post-desc {
  padding: 30px;
  background: #ffffff;
}

.post .post-desc h4 {
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
}

.post .post-desc h4 a {
  color: #1c1d3e;
  display: inline-block;
}

.post .post-desc h4 a:hover {
  color: #2575fc;
}

.post .post-desc p {
  margin: 15px 0;
  font-size: 14px;
  color: #828893;
}

.post-meta ul li {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  list-style-type: none;
  position: relative;
}

.post-meta ul li:last-child {
  margin-right: 0;
}

.post-meta ul li i {
  color: #2575fc;
}

.post-categories {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 20px;
  color: #ffffff;
  border-top-right-radius: 7px;
  text-transform: none !simportant;
  background: #2575fc;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
}

.post:hover .post-categories {
  background: #1c1d3e;
}

.post.style-2:hover .post-categories {
  background: #ffffff;
  color: #2575fc;
}

.post-categories:hover {
  color: #005bea;
}

.post-title {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}

.post-title:before,
.post-title:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 3px;
  border-radius: 2px;
  top: 0;
}

.post-title:before {
  background: #005bea;
  width: 150px;
  left: -30px;
}

.post-title:after {
  background: #2575fc;
  width: 20px;
  left: 130px;
}

.post-author {
  position: absolute;
  left: 30px;
  bottom: -25px;
}

.post-author-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
}

.post-author span {
  font-size: 16px;
  color: #2575fc;
  font-weight: 500;
  padding-left: 15px;
  padding-top: 15px;
  display: inline-block;
}

.spinner-eff {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0;
}

.spinner-eff .spinner-circle {
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.spinner-eff .circle-1 {
  width: 100%;
  height: 100%;
  background-color: #60f691;
  top: 0;
  -webkit-animation: pulse 1.6s linear 0s infinite;
          animation: pulse 1.6s linear 0s infinite;
}

.spinner-eff .circle-2 {
  width: 66.6%;
  height: 66.6%;
  background-color: #0cca4a;
  top: 16.5%;
  -webkit-animation: pulse-2 1.6s linear 0s infinite;
          animation: pulse-2 1.6s linear 0s infinite;
}

footer {
  background-image: linear-gradient(127deg, #76a1f0 0%, #747eef 91%);
  /*padding-top: 70px;*/
}

footer .footer-logo {
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}

footer .text {
  font-weight: 400;
  font-size: 14px;
  color: #f7f8ff;
  line-height: 1.6;
  letter-spacing: 0.88px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .social li {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
}

footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.69px;
  line-height: 30px;
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  footer h5 {
    margin-bottom: 15px !important;
  }
}

footer .cources-menu {
  border-top: 1px solid #52aada;
  margin-top: 20px;
}

footer h4 {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.69px;
  line-height: 30px;
  margin-bottom: 20px !important;
}

footer .footer-nav {
  margin-bottom: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-nav.style-two li {
  display: inline-block;
  width: 49%;
}

footer .footer-nav a {
  display: block;
  overflow: hidden;
}

footer .footer-nav a:hover span {
  padding-left: 5px;
}

footer .footer-nav a i {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  font-size: 14px;
  color: #fff;
}

footer .footer-nav a span {
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #eaf3ff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 5px;
}

footer .address p a {
  color: #eaf3ff;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #52aada;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
}

.page-title {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background: url(../images/header-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  z-index: 0;
}

.page-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(-135deg, #525dcc 0%, #5c83e3 100%);
  z-index: -1;
  opacity: 0.9;
}

.page-title h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 4px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.page-title .breadcrumb {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 15px;
}

.page-title .breadcrumb li {
  position: relative;
}

.page-title .breadcrumb li + li {
  margin-left: 20px;
}

.page-title .breadcrumb li + li:before {
  position: absolute;
  content: "/";
  left: -12px;
  color: #fff;
  top: 0;
  font-size: 16px;
}

.page-title .breadcrumb li a {
  text-decoration: none;
  background-color: transparent;
  color: #dadada;
}

.page-title .breadcrumb li a.active {
  font-weight: 700;
  color: #fff;
}

.about-area {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .about-area {
    padding: 80px 0;
  }
}

.about-area .shap_1 {
  position: absolute;
  top: 60px;
  left: 10%;
}

.about-area .shap_2 {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.about-area .shap_3 {
  position: absolute;
  bottom: 0;
  left: 40%;
}

.about-area .shap_4 {
  position: absolute;
  top: 120px;
  right: 5%;
}

.about-area .about-title {
  font-size: 48px;
  color: #002639;
  font-weight: 600;
}

.about-area .about-image {
  position: relative;
  padding: 0 30px;
  text-align: center;
}

.about-area .about-image img {
  border-radius: 5px;
  margin: 30px auto 10px;
  max-width: 100%;
}

.vision-section {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  background: url(../images/vision-bg.jpg) no-repeat center center;
  background-attachment: fixed;
}

.vision-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(127deg, #76a1f0 0%, #747eef 91%);
  z-index: -1;
  top: 0;
  left: 0;
}

.vision-section .vision-content {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.vision-section .vision-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
}

.vision-section .vision-content p {
  margin-bottom: 40px;
  color: #eaf3ff;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
  height:280px;
}

.features-small-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #76a1f0 0%, #747eef 100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-radius: 3px;
}

.features-small-item:hover:before {
  opacity: 1;
}

.features-small-item:hover .features-title {
  color: #ffffff;
}

.features-small-item:hover p {
  color: #eaf3ff;
}

.features-small-item:hover a span,
.features-small-item:hover a i {
  color: #fff;
}

.features-small-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #e8f7ff;
  border-radius: 2px;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #2890c8;
}

.features-small-item .features-title {
  font-weight: 400;
  font-size: 18px;
  color: #3b566e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.features-small-item a span {
  font-weight: 700;
  font-size: 12px;
  color: #2890c8;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
}

.features-small-item a i {
  color: #2890c8;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: -90px;
  z-index: 9;
}

.feature-list {
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.feature-list .padding-fix {
  padding: 0px;
  background: #fff;
}

.feature-list li {
  float: left;
  width: 100%;
  padding: 45px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #eaedfb;
  border-bottom: 1px solid #eaedfb;
  background: #fff;
}

.feature-list li h4 {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

.feature-list li p {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 26px !important;
  letter-spacing: 0.7px;
  margin-bottom: 20px !important;
}

.feature-list li .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #6f8ba4;
  text-align: center;
  border-radius: 100px;
}

.feature-list li .icon i {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0px;
}

.feature-list li:hover .list-cover,
.feature-list li.active .list-cover {
  left: 0%;
}

.feature-list li .list-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-image: linear-gradient(135deg, #76a1f0 0%, #747eef 100%);
  padding: 45px;
}

.feature-list li .list-cover h4 {
  color: #fff;
  font-weight: 700 !important;
}

.feature-list li .list-cover .hover-list {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.feature-list li .list-cover .hover-list .item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  float: left;
  width: 25%;
}

.feature-list li .list-cover .hover-list .item:hover:before {
  padding-left: 5px;
}

.feature-list li .list-cover .hover-list .item:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: -1px;
  left: 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-section .power_heading_wrapper p {
  font-size: 16px;
  font-weight: 600;
  color: #7480f0;
  margin: 0px 0px 0px 0px;
}

.contact-section .power_iconbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #7480f0;
  color: #ffffff;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-section .power_iconbox .power_iconbox_icon {
  position: relative;
  min-width: 50px;
  margin-right: 20px;
}

.contact-section .power_iconbox p {
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-section .power_iconbox h6 {
  color: #ffffff;
  line-height: 26px;
}

.contact-section .power_iconbox:last-child {
  margin-bottom: 0px;
}

.contact-section .power_iconbox.second {
  background: #7480f0;
}

.contact-section .power_iconbox.third {
  background: #ff8810;
}

.contact-section .power_iconbox.fourth {
  background: #4c20d3;
}

.contact-section .power_iconbox.fifth {
  background: #03d8d6;
}

.contact-section .power_iconbox.sixth {
  background: #4a18e2;
}

.contact_form {
  padding: 50px 45px 60px 45px;
  -webkit-box-shadow: 0px 0px 6px rgba(177, 177, 177, 0.23);
          box-shadow: 0px 0px 6px rgba(177, 177, 177, 0.23);
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
}

@media (max-width: 991px) {
  .contact_form {
    padding: 20px 30px;
    margin-top: 15px;
  }
}

.contact_form .contact_form_heading_wrapper p {
  color: #62809a;
  margin: 15px 0px 30px 0px;
}

.contact_form .form-group {
  margin-bottom: 30px;
}

.contact_form .power_button {
  width: 100%;
  position: relative;
  width: auto;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 13px 45px;
  background: transparent;
  border: 2px solid #ffffff;
  color: #fff;
  width: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 13px rgba(27, 87, 253, 0.2);
  box-shadow: 0px 0px 13px rgba(27, 87, 253, 0.2);
  overflow: hidden;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #7480f0;
}

.contact_form .power_button:hover {
  background: #ffffff;
  color: #7480f0;
  border: 2px solid #7480f0;
}

.contact_form .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c8c8c8;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
}

.contact_form textarea.form-control {
  height: 200px;
}

.contact_form .contact_form_title {
  font-weight: bold;
}

.contact_form ::-webkit-input-placeholder {
  color: #7480f0;
}

.contact_form ::-moz-placeholder {
  color: #7480f0;
}

.contact_form :-ms-input-placeholder {
  color: #7480f0;
}

.contact_form :-moz-placeholder {
  color: #7480f0;
}

.contact_form :placeholder {
  color: #7480f0;
}

.google-map iframe {
  width: 100%;
  border: 0;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}

.widget-area {
  margin-top: 0;
  margin-bottom: 30px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #6084a4;
  font-weight: 400;
  font-size: 13.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eee;
  position: relative;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover {
  color: #fff;
  border-color: #7480f0;
}

.widget-area .tagcloud a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.widget-area .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #7480f0), to(#2e3bac));
  background: linear-gradient(90deg, #7480f0 0, #2e3bac 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.widget-area .socials-widget a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 2px 1px 3px 0;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.widget-area .socials-widget a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.widget-area .socials-widget a.facebook {
  background-color: #3c5a9b;
}

.widget-area .socials-widget a.twitter {
  background-color: #1fc1f1;
}

.widget-area .socials-widget a.google {
  background-color: #df4932;
}

.widget-area .socials-widget a.youtube {
  background-color: #cf1312;
}

.widget-area .socials-widget a.linkedin {
  background-color: #007bb9;
}

.widget-area .socials-widget a.tumblr {
  background-color: #2b4763;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  background-color: #fff;
  padding: 15px;
}

.widget-area .widget_search .search-form {
  position: relative;
}

.widget-area .widget_search .search-form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search .search-form .screen-reader-text {
  display: none;
}

.widget-area .widget_search .search-form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search .search-form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #fff;
  background-color: transparent;
}

.widget-area .widget_search .search-form button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #7480f0), to(#00bcd4));
  background: linear-gradient(90deg, #7480f0 0, #00bcd4 100%);
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search .search-form button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135deg, #23bdb8 0, #7480f0 100%);
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_search .search-form button:hover:before {
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_search .search-form button:hover:after {
  opacity: 1;
  visibility: visible;
}

.widget-area .widget_recent_entries ul,
.widget-area .widget_archive ul,
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li,
.widget-area .widget_archive ul li,
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #7480f0;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
}

.widget-area .widget_recent_entries ul li:before,
.widget-area .widget_archive ul li:before,
.widget-area .widget_categories ul li:before {
  background: #2e6ffa;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}

.widget-area .widget_recent_entries ul li a,
.widget-area .widget_archive ul li a,
.widget-area .widget_categories ul li a {
  color: #7480f0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.widget-area .widget_recent_entries ul li a:hover,
.widget-area .widget_archive ul li a:hover,
.widget-area .widget_categories ul li a:hover {
  color: #313788;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 300;
  font-size: 21px;
}

.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #7480f0), to(#00bcd4));
  background: linear-gradient(90deg, #7480f0 0, #00bcd4 100%);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_posts_thumb .item .thumb img {
  width: 80px;
  height: 80px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center !important;
     object-position: center center !important;
}

.widget-area .widget_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_posts_thumb .item .info time {
  display: block;
  color: #6084a4;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 11px;
}

.widget-area .widget_posts_thumb .item .info .title {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.widget-area .widget_posts_thumb .item .info a {
  color: #0e314c;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
}

.pagination-area {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background: #fff;
  line-height: 42px;
  color: #0e314c;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover {
  background: #7480f0;
  color: #fff;
}

#show_forgotpassword_tab {
  color: #7480f0;
  display: inline-block;
  padding: 5px;
  margin-top: 5px;
  font-weight: bold;
}

.radio-option .radio-trigger {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  color: #2c2c51;
}

.radio-option .radio-trigger input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-option .radio-trigger .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio-option .radio-trigger input[type="radio"]:checked ~ .checkmark {
  border-color: #7480f0;
}

.user-type {
  padding: 5px 0;
}

.user-type .title {
  margin-right: 10px;
  font-weight: bold;
}

.label-color {
  color: #797f87 !important;
}

.radio-option .radio-trigger .checkmark:after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #7480f0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio-option .radio-trigger input[type="radio"]:checked ~ .checkmark:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.signup-sidebar {
  position: fixed;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  height: 670px;
  overflow-y: scroll;
  background: #fff;
  width: 100%;
  max-width: 400px;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 9999;
  padding: 30px;
}

.signup-sidebar .btn-close i {
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.signup-sidebar .btn-close i::after, .signup-sidebar .btn-close i::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #555969;
  position: absolute;
  left: 50%;
}

.signup-sidebar .btn-close i::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.signup-sidebar .btn-close i::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.signup-sidebar .custom-tab {
  display: none;
}

.signup-sidebar .custom-tab.active {
  display: block;
}

.signup-sidebar .custom-tab .heading {
  position: relative;
  padding-bottom: 20px;
}

.signup-sidebar .custom-tab .heading::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  background: #7480f0 url(../images/head.png) no-repeat center center;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  padding: 4px;
  background-size: 80%;
}

.signup-sidebar .custom-tab .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  border: 1px solid #000;
}

.signup-sidebar .custom-tab .heading .title {
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 27px;
  font-weight: 500;
}

.signup-sidebar .custom-tab .heading a {
  font-weight: 600;
  cursor: pointer;
  color: #7480f0;
}

.signup-sidebar .form-area {
  margin-top: 20px;
}

.signup-sidebar .form-area .terms {
  font-size: 11px;
  margin-top: 10px;
}

.signup-sidebar .form-area .social-sign-up {
  text-align: center;
  margin: 15px auto;
}

.signup-sidebar .form-area .social-sign-up a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  margin: 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.signup-sidebar .form-area .social-sign-up a:hover {
  opacity: 0.8;
}

.signup-sidebar .form-area .social-sign-up .facebook {
  background: #3b5999;
}

.signup-sidebar .form-area .social-sign-up .google-plus {
  background: #dd4b39;
}

.signup-sidebar .text-box {
  border: 1px solid #d4d5d9;
  padding: 0;
  display: block;
  position: relative;
}

.signup-sidebar .text-box:not(:last-child) {
  border-bottom-width: 0;
}

.signup-sidebar .text-box:last-child {
  border-bottom-width: 1px;
}

.signup-sidebar .text-box .form-control {
  background-color: transparent;
  line-height: normal;
  border: none;
  outline: none;
  height: 55px;
  width: 100%;
  font-size: 13px;
  margin: 0;
  padding: 0 20px;
  padding-top: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.signup-sidebar .continue-btn {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: none;
  line-height: 44px;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  padding: 0 2rem;
  background-color: #7480f0;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid #7480f0;
  -webkit-box-shadow: 0 1px 3px 0 #0000001f;
          box-shadow: 0 1px 3px 0 #0000001f;
  text-transform: none;
  border-radius: 50px;
  margin-top: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.signup-sidebar .continue-btn:hover {
  background-color: #fff;
  color: #7480f0;
}

.overlay-enabled {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}

.overlay-enabled .sidebar-wrapper .overlay {
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #282c3f;
  opacity: 0.7;
  overflow: hidden;
  z-index:1000;
}

.overlay-enabled .sidebar-wrapper .signup-sidebar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pricing-tables .owl-dots {
  text-align: center;
  margin: 20px auto;
}

.pricing-tables .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(20, 69, 230, 0.7);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pricing-tables .owl-dots .owl-dot.active, .pricing-tables .owl-dots .owl-dot:hover {
  background-color: #1037b7;
}

.pricing-tables .image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: -20px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
}

.pricing-tables .image img {
  max-width: 100%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-property: all;
  transition-property: all;
}

.pricing-tables .pricing-box .pricing-table {
  position: relative;
  display: block;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 300px;
  margin: 15px auto;
  min-height:auto;
}

.pricing-tables .pricing-box:hover .pricing-table {
  border-color: #7480f0;
}

.pricing-tables .pricing-box:hover .image {
  border-color: #7480f0;
}

.pricing-tables .pricing-box .pricing-table .table-header .title {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #777777;
  text-transform: uppercase;
  padding: 25px 15px 0;
  text-align: center;
}

.pricing-tables .pricing-box .pricing-table .table-header .price {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  font-weight: 500;
  color: #7480f0;
  background: #f1edff;
  padding: 0px 15px 0px 15px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-tables .pricing-box .pricing-table .table-header .price span {
  font-size: 15px;
  font-weight: 500;
  color: #777777;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-tables .pricing-box:hover .pricing-table .table-header .price {
  background: #7480f0;
  color: #fff;
}

.pricing-tables .pricing-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-tables .pricing-box ul li {
  margin-bottom: 12px;
  padding-left: 20px;
  min-height: 30px;
  position: relative;
}

.pricing-tables .pricing-box ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  text-align: center;
  color: #7480f0;
  background-color: #fff;
  border: 1px solid #7480f0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.pricing-tables .pricing-box ul li h6 {
  padding-left: 10px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
}

.pricing-tables .pricing-box:hover .pricing-table .table-header .price span,
.pricing-tables .pricing-box:hover .pricing-table .table-header .price:before {
  color: #fff;
}

.pricing-tables .pricing-box .table-content {
  padding: 37px 15px 0 15px;
}

.pricing-tables .pricing-box .pricing-table .table-header .price span {
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-tables .table-footer {
  padding: 15px 15px 70px;
  text-align: center;
}

.pricing-tables .buy-btn {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #7480f0;
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-tables .buy-btn + .buy-btn {
  margin-top: 10px;
}

.pricing-tables .buy-btn div {
  border: 1px solid #fff;
  padding: 0px 8px;
  border-radius: 30px;
}

.pricing-tables .buy-btn:hover {
  color: #7480f0;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(69, 39, 164, 0.5);
          box-shadow: 0 0 15px rgba(69, 39, 164, 0.5);
}

.pricing-tables .buy-btn:hover div {
  border: 1px solid rgba(69, 39, 164, 0.5);
}

.pricing-tables .buy-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.pricing-tables .buy-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  z-index: -1;
}

.custom-tab-title {
  border: none;
  margin: 0;
}

.custom-tab-title .custom-tab-title-item {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

@media (max-width: 991px) {
  .custom-tab-title .custom-tab-title-item {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
  }
}

.custom-tab-title .custom-tab-title-link {
  border: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding-left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.custom-tab-title .custom-tab-title-link:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #7480f0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.custom-tab-title .custom-tab-title-link:hover,
.custom-tab-title .custom-tab-title-link.active {
  color: #7480f0;
  border-color: #7480f0;
  padding-left: 35px;
}

.custom-tab-title .custom-tab-title-link:hover::before,
.custom-tab-title .custom-tab-title-link.active::before {
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

.custom-faq {
    padding-bottom: 50px;
    /*background-image: url(../images/faq-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

@media (min-width: 992px) {
  .custom-faq .accrodion-grp {
    padding-left: 70px;
  }
}

.custom-faq .accrodion {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}

.custom-faq .accrodion.active {
  border-color: transparent;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}

.custom-faq .accrodion.active .accrodion-title h4:before {
  content: "\f106";
  color: var(--thm-base-color);
}

.custom-faq .accrodion + .accrodion {
  margin-top: 20px;
}

.custom-faq .accrodion-title {
  cursor: pointer;
}

.custom-faq .accrodion-title h4 {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 20px;
  font-weight: 600;
  padding: 32px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.custom-faq .accrodion-title h4 span {
  margin-right: 15px;
}

.custom-faq .accrodion-title h4:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  color: var(--thm-black-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.custom-faq .accrodion-content {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 28px;
  padding-bottom: 33px;
}

.custom-faq .accrodion-content p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  color: var(--thm-text-color);
}

.custom-faq__block {
  padding-right: 60px;
}

.custom-faq__block .block-title__title + .block-title__text {
  margin-top: 35px;
}

.custom-faq__home-three {
  padding-top: 150px;
  padding-bottom: 150px;
}

.custom-faq__faq-page {
  padding-top: 150px;
  background-image: url(../images/background/faq-bg-2.jpg);
}

.custom-faq__faq-page .block-title {
  margin-bottom: 30px;
}

.registration-page {
  background: url(../images/register-bg.jpg) no-repeat center center;
  background-size: cover;
}

.registration-page .logindetails {
  width: 100%;
  padding: 30px;
  background: #fff;
  margin: 40px 0 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #eff2f5;
}

.registration-page .titlelogin {
  width: 100%;
  margin: 0 0 16px;
}

.registration-page .titlelogin h2 {
  margin: 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 30px;
}

.registration-page .titlelogin h2:before {
  left: 0;
  top: -3px;
  content: "\f023";
  position: absolute;
  font-family: "FontAwesome";
}

.registration-page .formlogin {
  margin: 0 0 30px;
}

.registration-page .formlogin fieldset .form-group {
  margin: 0 0 10px;
}

.registration-page .verify {
  position: relative;
}

.registration-page .verify div {
  padding-right: 130px;
}

.registration-page .verify a {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 110px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #7480f0;
  padding: 5px;
  border-radius: 30px;
  color: #7480f0;
  font-size: 12px;
  text-align: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.registration-page .verify a:hover {
  background-color: #7480f0;
  color: #fff;
}

.registration-page .formlogin fieldset .form-group.inputwithicon i {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}

.registration-page .formlogin fieldset .form-group input {
  height: 50px;
}

.registration-page .formlogin fieldset .form-control:disabled {
  background: #f7f7f7;
}

.registration-page .formlogin fieldset .form-group input::-webkit-input-placeholder {
  color: #767676;
}

.registration-page .formlogin fieldset .form-group input:-ms-input-placeholder {
  color: #767676;
}

.registration-page .formlogin fieldset .form-group input::-ms-input-placeholder {
  color: #767676;
}

.registration-page .formlogin fieldset .form-group input::placeholder {
  color: #767676;
}

.registration-page .formlogin fieldset .signedcheck {
  margin: 10px 0;
}

.registration-page .signedcheck span {
  color: #767676;
  width: auto;
  font-size: 13px;
}

.registration-page .form-group .btn {
  padding: 0;
  border: 0;
  width: 130px;
  font-size: 14px;
  line-height: 50px;
  background-color: #7480f0 !important;
  width: 100%;
  border-radius: 50px;
  text-transform: none;
}

.registration-page fieldset {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.registration-page fieldset legend {
  display: block;
  width: 21% !important;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.registration-page .socialiconssignin {
  float: left;
  width: 100%;
  position: relative;
  padding: 33px 0 30px;
  border-top: 1px solid #ddd;
}

@media (max-width: 480px) {
  .registration-page .socialiconssignin a {
    padding: 5px;
    text-align: center;
  }
  .registration-page .socialiconssignin a i {
    display: block;
    margin: 0 auto !important;
  }
}

.registration-page .signinnext {
  top: 0;
  left: 50%;
  width: 30px;
  color: #767676;
  font-size: 14px;
  background: #fff;
  line-height: 14px;
  text-align: center;
  position: absolute;
  margin: -7px 0 0 -15px;
}

.registration-page .signinicons {
  float: left;
  width: 100%;
  padding: 0 65px;
}

.registration-page .signinicons a {
  color: #fff;
  float: left;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 50px;
}

.registration-page select.form-control {
  padding-left: 5px;
}

.registration-page .signinicons a + a {
  margin: 10px 0 0;
}

.registration-page .signinicons a.signinfacebook {
  background: #3b5999;
}

.registration-page .signinicons a.signingoogle {
  background: #dd4b39;
}

.registration-page .signinicons a:hover,
.registration-page .signinicons a:focus {
  color: #fff;
}

.registration-page .signinicons a span {
  display: block;
  line-height: inherit;
}

.registration-page .signinicons a i {
  width: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin: 0 20px 0 0;
  background: rgba(0, 0, 0, 0.1);
}

.registration-page .loginfooter {
  width: 100%;
  width: auto;
  margin: 0 -30px -6px;
  padding: 23px 40px 0;
  border-top: 1px solid #ddd;
}

.registration-page .loginfooter .description p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.registration-page .loginfooter .description p a {
  color: #55acee;
  text-decoration: none;
}

.registration-page .signupbottombar {
  width: 100%;
  margin: 10px 0 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eff2f5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.registration-page .signupbottombar ul {
  width: 100%;
  list-style: none;
  line-height: 60px;
}

.registration-page .signupbottombar ul li {
  display: inline-block;
  text-align: center;
  line-height: inherit;
  list-style-type: none;
}

.registration-page .signupbottombar ul li + li {
  border-left: 1px solid #eff2f5;
}

.registration-page .signupbottombar ul li span {
  display: block;
  font-size: 14px;
  line-height: inherit;
}

.registration-page .signupbottombar ul li span a {
  color: #55acee;
}

.registration-page .footersignin .footerbottom {
  background: #fff;
  padding: 19px 0;
}

.registration-page .inputwithicon {
  position: relative;
}

.registration-page .form-group .fa {
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
}

.registration-page .form-control {
  color: #767676;
  outline: none;
  height: 50px;
  background: #fff;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
  padding: 10px 20px 10px 44px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.video-overlay {
  position: relative;
}

.video-overlay .video-btn {
  height: 70px;
  width: 70px;
  display: inline-block;
  background-color: #fff;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  color: #7480f0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 22;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-overlay .pulse:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  -webkit-animation: pulse-animation 1.7s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1.7s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

.video-overlay .pulse::after {
  content: "";
  position: absolute;
  top: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  pointer-events: none;
  z-index: -1;
  background: #ffffff;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
}

.features-page .feature-box {
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-shadow: 0px 7px 10px 5px #ececec;
          box-shadow: 0px 7px 10px 5px #ececec;
  margin-top: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.features-page .feature-box.text-lg-right .description {
  text-align: left;
}

.features-page .feature-box:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.features-page .feature-box .ref-image img {
  max-width: 100%;
  min-height: 296px;
  -o-object-fit: cover;
     object-fit: cover;
}

.features-page .feature-box .content .title {
  font-weight: 500;
  font-size: 22px;
}

.features-page .feature-box .content .title i {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #7480f0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

.features-page .feature-box .content .description {
  min-height: 50px;
}

.features-page .feature-box .content .feature-item {
  padding: 15px;
  display: inline-block;
  text-align: left;
}

.features-page .feature-box .content .feature-item .lists {
  display: inline-block;
  -webkit-box-shadow: 0 2px 48px 0 #0000000f;
  box-shadow: 0 2px 48px 0 #0000000f;
  border-radius: 15px 0px 15px 15px;
  background: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  outline: none !important;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-135deg, #6a30d1 0%, #5c83e3 100%);
}

.features-page .feature-box .content .feature-item .btn-home {
  width: 100%;
  margin: auto;
  display: inline-block;
  min-height: 40px;
  line-height: 40px;
  -webkit-box-shadow: 0 2px 48px 0 #0000000f;
          box-shadow: 0 2px 48px 0 #0000000f;
  margin: 0px auto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  outline: none !important;
  position: relative;
  overflow: hidden;
}

.features-page .feature-box .content .feature-item .btn-home span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.features-page .feature-box .content .feature-item .btn-home i {
  margin-left: 30px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.features-page .feature-box .content .feature-item .btn-home:hover,
.features-page .feature-box .content .feature-item .btn-home.active {
  -webkit-box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
          box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
}

.features-page .feature-box .content .feature-item .btn-home:hover:before,
.features-page .feature-box .content .feature-item .btn-home.active:before {
  opacity: 1;
}

.features-page .feature-box .content .feature-item .btn-home:hover i,
.features-page .feature-box .content .feature-item .btn-home.active i {
  color: #fff;
  margin-left: 40px;
}

.features-page .feature-box .content .feature-item .btn-home:hover span,
.features-page .feature-box .content .feature-item .btn-home.active span {
  color: #fff;
}

.title-description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}

.follow-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.follow-nav ul {
  margin: 0;
  padding: 0;
}

.follow-nav ul li {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #efefef;
}

.follow-nav ul li a {
  color: #000;
  display: block;
}

.course-page .info-box {
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.course-page .info-box h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  opacity: .4;
  color: #4c4c4c;
  text-transform: uppercase;
  margin-top: 0;
}

.course-page .info-box h5 {
  margin-bottom: 0;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
}

.course-detail .card {
  border: none;
}

.course-detail .card-header {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #7480f0;
  border-radius: 0;
}

.institute-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.institute-slider .owl-nav .owl-prev, .institute-slider .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background-color: #7480f0;
  color: #fff;
  text-align: center;
  position: absolute;
  padding-top: 3px;
  top: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.institute-slider .owl-nav .owl-prev:hover, .institute-slider .owl-nav .owl-next:hover {
  background-color: #4656eb;
}

.institute-slider .owl-nav .owl-prev {
  left: 0;
}

.institute-slider .owl-nav .owl-next {
  right: 0;
}

.institute-slider .bar {
  margin: 10px;
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 10px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}

.institute-slider .bar span {
  font-weight: 400;
}

.coverage-slider {
  padding: 0 40px;
}

.coverage-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.coverage-slider .owl-nav .owl-prev, .coverage-slider .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background-color: #7480f0;
  color: #fff;
  text-align: center;
  position: absolute;
  padding-top: 3px;
  top: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.coverage-slider .owl-nav .owl-prev:hover, .coverage-slider .owl-nav .owl-next:hover {
  background-color: #4656eb;
}

.coverage-slider .owl-nav .owl-prev {
  left: 0;
}

.coverage-slider .owl-nav .owl-next {
  right: 0;
}

.coverage-slider .box {
  margin: 20px;
  border-bottom-color: 10px solid #7480f0;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-top: 50px;
  border-top: 5px solid  #7480f0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  text-align: center;
}

.coverage-slider .box .icon {
  margin: -60px auto 0;
  border: 5px solid  #7480f0;
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
}

.coverage-slider .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.coverage-slider .btn-default {
  padding: 5px 8px;
  font-size: 12px;
}

.flash-card-box {
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}

.flash-card-box a.show-answer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #6b6b6b;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flash-card-box a.show-answer:hover {
  background-color: #383838;
}

.flash-card-box .flash-navi-label {
  font-weight: 600;
  text-align: center;
  margin: 15px auto;
  font-size: 18px;
}

.flash-card-box .flash-navi-btns {
  text-align: center;
}

.flash-card-box .flash-navi-btns .prev, .flash-card-box .flash-navi-btns .next {
  padding: 5px 20px;
  display: inline-block;
  background: #7480f0;
  color: #fff;
  margin: 5px;
  cursor: pointer;
}

.flash-card-box .owl-nav {
  bottom: -80px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flash-card-box .owl-nav .owl-prev, .flash-card-box .owl-nav .owl-next {
  padding: 5px 20px;
  background: #7480f0;
  color: #fff;
  margin: 5px;
}

.flash-card-box .owl-nav .owl-prev i, .flash-card-box .owl-nav .owl-next i {
  font-style: normal;
}

.flash-card-box .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 58px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flash-card-box .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 5px;
}

.flash-card-box .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}

.flash-card-box .owl-dot span {
  display: none;
}

.flash-card-box .owl-dot.active:before {
  content: counter(slides-num) " of";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.flash-card-box .how-well {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.flash-card-box .how-well p {
  font-size: 12px;
  text-align: center;
}

.flash-card-box .how-well .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flash-card-box .how-well .boxs li {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #29a5dc;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.flash-card-box .how-well .boxs li a {
  font-size: 16px;
  color: #fff;
}

.flash-card-box .how-well .boxs li:first-child {
  background-color: #aa0080;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.flash-card-box .how-well .boxs li:nth-child(2) {
  background-color: #ff8a47;
}

.flash-card-box .how-well .boxs li:last-child {
  background-color: #00a8d7;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.flash-card-box .how-well .boxs li span {
  bottom: 0;
  display: block;
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.flash-card-box .flip-container {
  margin: 30px auto;
  -webkit-perspective: 1400px;
          perspective: 1400px;
}

.flash-card-box .flip-container.active .flipper, .flash-card-box .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flash-card-box .flip-container, .flash-card-box .front, .flash-card-box .back {
  width: 40vw;
  max-width: 100%;
  height: 35vw;
}

@media (min-width: 1200px) {
  .flash-card-box .flip-container, .flash-card-box .front, .flash-card-box .back {
    width: 98%;
    max-width: 100%;
    height: 30vw;
    margin-top: 5px;
  }
  .flash-card-box .flip-container p, .flash-card-box .front p, .flash-card-box .back p {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .flash-card-box .flip-container, .flash-card-box .front, .flash-card-box .back {
    width: 96%;
    max-width: 100%;
    height: 50vh;
    padding-bottom: 40px;
  }
}

.flash-card-box .flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

.flash-card-box .front, .flash-card-box .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.flash-card-box .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px #333;
          box-shadow: 1px 1px 5px #333;
}

.flash-card-box .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: #fefefe;
  -webkit-box-shadow: 1px 1px 5px #333;
          box-shadow: 1px 1px 5px #333;
}

.flash-card-box .content {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flash-cards-area {
  background-color: #f7f9fc;
}

.flash-cards-area .side-menu {
  background: #7480f0;
  padding-bottom: 10px;
  border-radius: 3px;
  height: 100%;
}

.flash-cards-area .side-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.flash-cards-area .side-menu ul > li {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.flash-cards-area .side-menu ul ul {
  padding: 5px 0;
  background: #606cde;
}

.flash-cards-area .side-menu ul ul li {
  padding-left: 15px;
  font-size: 13px;
}

.flash-cards-area .side-menu ul ul li a::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.flash-cards-area .side-menu ul li:hover {
  background-color: #4b55ad;
}

.flash-cards-area .side-menu ul li:hover > a {
  color: #b8bfce;
}

.flash-cards-area .side-menu ul li.sub-menu.active > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 17px;
}

.flash-cards-area .side-menu ul li.sub-menu ul {
  display: none;
}

.flash-cards-area .side-menu ul li.sub-menu > a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: 1;
}
.flash-cards-area .side-menu ul li.sub-menus > a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: 1;
}

.flash-cards-area .side-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
  color: #fff;
}

.flash-cards-area .side-menu .sidebar-search {
  border-top: 1px solid #5963c1;
}

.flash-cards-area .side-menu .sidebar-search > div {
  padding: 10px 20px;
}

.flash-cards-area .side-menu .sidebar-search > div input {
  background: #5963c1;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flash-cards-area .side-menu .sidebar-search > div input::-webkit-input-placeholder {
  color: #ccc;
}

.flash-cards-area .side-menu .sidebar-search > div input:-ms-input-placeholder {
  color: #ccc;
}

.flash-cards-area .side-menu .sidebar-search > div input::-ms-input-placeholder {
  color: #ccc;
}

.flash-cards-area .side-menu .sidebar-search > div input::placeholder {
  color: #ccc;
}

.flash-cards-area .side-menu .sidebar-search .input-group-text {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #5963c1;
  color: #fff;
  border-left: 2px solid #ccc;
}

.flash-cards-area .flash-cards {
  max-height: 1500px;
  overflow-y: auto;
}

.flash-cards-area .flash-cards .flash-item {
  position: relative;
  padding: 30px 30px 30px 80px;
  border-radius: 100%;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #eef2f7;
  padding-left: 100px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.flash-cards-area .flash-cards .flash-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.flash-cards-area .flash-cards .flash-item:hover {
  background-color: #ecf5f9;
}

.flash-cards-area .flash-cards .flash-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.flash-cards-area .flash-cards .flash-item img {
  max-width: 80px;
}

.flash-cards-area .flash-cards .flash-item .avatar {
  position: absolute;
  top: 40px;
  left: 10px;
}

.flash-cards-area .flash-cards .flash-item .info {
  margin-top: 10px;
}

.flash-cards-area .flash-cards .flash-item .description {
  margin-top: 10px;
}

.flash-cards-area .flash-cards .flash-item .read-more {
  color: #fff;
  background-color: #7480f0;
  padding: 3px 20px;
  border-radius: 30px;
  display: inline-block;
  font-weight: normal;
  border: 2px solid #7480f0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flash-cards-area .flash-cards .flash-item .read-more:hover {
  border: 2px solid #7480f0;
  background-color: #fff;
  color: #7480f0;
}

.flash-cards-detail {
  background: #6473d4 url(../images/dot-map.png);
  margin-top: 100px;
  padding: 50px 0;
}

.flash-cards-detail img {
  margin-bottom: -50px;
}

.flash-cards-detail .detail-box {
  padding: 70px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.08);
  margin-top: -100px;
}

.flash-cards-detail .detail-box h5 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #7480f0;
}

.flash-cards-detail .detail-box h3 {
  color: #000;
  margin-top: 0;
  padding-top: 0;
  font-weight: 300;
  font-size: 46px;
}

.flash-cards-detail .detail-box .get-btn {
  position: relative;
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 13px 45px;
  background: transparent;
  border: 2px solid #7480f0;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 13px rgba(253, 27, 91, 0.2);
  box-shadow: 0px 0px 13px rgba(253, 27, 91, 0.2);
  overflow: hidden;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #7480f0;
}

.flash-cards-detail .detail-box .get-btn:hover {
  background-color: #fff;
  color: #7480f0;
}

.flash-cards-detail .detail-box .small-link {
  font-size: 0.66em;
  color: #555;
  display: block;
}

.flash-cards-detail .detail-box .small-link:hover {
  text-decoration: underline;
}

.info-capture-model .modal-dialog {
  max-width: 580px;
}

.info-capture-model .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.info-capture-model .modal-content {
  border-radius: 30px;
}

.info-capture-model .modal-body {
  background: #fff;
  border-radius: 30px;
  position: relative;
  top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.info-capture-model .modal-body .modal-sidebar {
  background: #7480f0;
  width: 40%;
  padding: 50px 20px 0px;
  position: relative;
  border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}

.info-capture-model .modal-body .modal-sidebar img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: -35px;
}

.info-capture-model .modal-body .content {
  width: 60%;
  text-align: center;
  margin-left: 2%;
  padding: 20px;
  padding-top: 0;
  font-size: 13px;
}

.info-capture-model .modal-body .content h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.info-capture-model .modal-body .content p {
  font-size: 14px;
}

.info-capture-model .modal-body .content .input-form {
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}

.info-capture-model .modal-body .content .input-form:focus {
  outline: none;
}

.info-capture-model .modal-body .content #terms_condition {
  display: inline;
}

.info-capture-model .modal-body .content .d-flex label {
  font-size: 13px;
}

.info-capture-model .modal-body .content .radio-group {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-capture-model .modal-body .content .radio-group label {
  color: #555555;
  font-size: 12px;
}

.info-capture-model .modal-body .content .radio-group label.category {
  font-weight: bold;
}

.info-capture-model .modal-body .content .form-submit {
  background: #7480f0;
  color: #fff;
  border-radius: 30px;
  width: 85%;
  display: block;
  margin: 0 auto 10px;
  padding: 10px;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.info-capture-model .modal-body .content .form-submit:hover {
  background-color: #4656eb;
}

.archive-section .form-area {
  background: #667cd9;
  padding: 30px 25px;
  border-radius: 15px;
}

.archive-section .form-area select {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  padding: 13px 11px;
  color: #5a5858;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  width: 100%;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  margin: 10px auto;
}

.archive-section .form-area .download-btn {
  background: #fff;
  color: #7480f0;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 15px;
  border: 2px solid #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.archive-section .form-area .download-btn:hover {
  color: #fff;
  background-color: transparent;
}

.ebook-section {
  background-color: #f8f8f8;
}

.ebook-section .books-categories {
  position: relative;
  background: #fff;
  padding: 0 100px 0 15px;
  border: 1px solid #e9e9e9;
  border-top: none;
  text-transform: capitalize;
  color: #686868;
  margin-bottom: 48px;
}

.ebook-section .books-categories a {
  display: inline-block;
  margin: 0 25px 30px;
  padding: 30px 0 0;
  color: #686868;
  position: relative;
  transition: all 0.5s ease, visibility 0s;
  -ms-transition: all 0.5s ease, visibility 0s;
  -webkit-transition: all 0.5s ease, visibility 0s;
  -moz-transition: all 0.5s ease, visibility 0s;
}

@media (max-width: 767px) {
  .ebook-section .books-categories a {
    margin: 0 7px 15px;
    padding: 15px 0 0;
  }
}

.ebook-section .books-categories a span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 7px 2px 0;
  background: #7480f0;
}

.ebook-section .books-categories a:after {
  height: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: auto;
  background-color: #7480f0;
  left: 50%;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ebook-section .books-categories a.active:after, .ebook-section .books-categories a:hover:after {
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ebook-section .books-categories a:before {
  height: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: auto;
  left: 50%;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #7480f0;
}

.ebook-section .books-categories a.active:before, .ebook-section .books-categories a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: 0;
}

.ebook-section .books-listing .book {
  background: #fff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  position: relative;
  transition: all 0.3s, visibility 0s;
  -ms-transition: all 0.3s, visibility 0s;
  -webkit-transition: all 0.3s, visibility 0s;
  -moz-transition: all 0.3s, visibility 0s;
  padding: 5px;
  margin: 15px auto;
}

.ebook-section .books-listing .book .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 10px 23px;
  background: #fff;
  transition: all 0.3s, visibility 0s;
  -ms-transition: all 0.3s, visibility 0s;
  -webkit-transition: all 0.3s, visibility 0s;
  -moz-transition: all 0.3s, visibility 0s;
}

.ebook-section .books-listing .book .entry-content header {
  margin-left: -23px;
  padding-left: 23px;
  margin-bottom: 5px;
  position: relative;
}

.ebook-section .books-listing .book .entry-content header:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 3px;
  height: 68%;
  background-color: #7480f0;
}

.ebook-section .books-listing .book .entry-content header h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
}

.ebook-section .books-listing .book .entry-content p {
  max-height: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out, visibility 0s;
  -ms-transition: all 0.3s ease-in-out, visibility 0s;
  -webkit-transition: all 0.3s ease-in-out, visibility 0s;
  -moz-transition: all 0.3s ease-in-out, visibility 0s;
  overflow: hidden;
  color: #686868;
  font-size: 13px;
}

.ebook-section .books-listing .book .thumb {
  position: relative;
}

.ebook-section .books-listing .book .thumb img {
  max-width: 100%;
}

.ebook-section .books-listing .book:hover .entry-content p {
  max-height: 100px;
}

.ebook-section .books-listing .book .book-footer {
  position: relative;
}

.ebook-section .books-listing .book .book-footer .free-btn-frame {
  padding: 16px 5px;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}

.ebook-section .books-listing .book .book-footer .free-btn-frame a {
  background: #7480f0;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
   
  border: 2px solid #7480f0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}

.ebook-section .books-listing .book .book-footer .free-btn-frame a:hover {
  background-color: transparent;
  color: #7480f0;
}

.ebook-section .ebook-info-panel {
  padding: 15px;
}

.ebook-section .ebook-info-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ebook-section .ebook-info-panel ul li {
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  line-height: normal !important;
}

.ebook-section .ebook-info-panel h2 {
  color: #7480f0;
}

.ebook-section .ebook-info-panel h4 {
  font-size: 16px;
}

.ebook-section .ebook-info-panel em {
  background-color: #000;
  color: #fff;
  font-style: normal;
  padding: 5px;
  display: inline-block;
}

.ebook-section .ebook-info-panel b {
  color: #02b3a3;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  background: linear-gradient(65deg, #7480f0 0, #124188 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ebook-section .book-avtar img {
  margin: 15px;
}

.ebook-section .bg-white {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px #ececec;
          box-shadow: 0 0 5px 5px #ececec;
}

.course-content-page {
  color: #757575;
}

.course-content-page section {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.course-content-page h2 {
  color: #7480f0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
}

.course-content-page h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.course-content-page table {
  margin-top: 20px;
  table-layout: fixed;
  border: 1px solid #e7e7e7;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
  text-indent: 0;
}

.course-content-page table thead {
  background: #ededed;
}

.course-content-page table th {
  text-align: center;
  padding: 15px 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.course-content-page table td {
  width: 25%;
  padding: 15px 20px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.course-content-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-content-page ul li {
  position: relative;
  padding-left: 25px;
  margin-top: 12px;
}

.course-content-page ul li strong {
  font-weight: bold;
}

.course-content-page ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #7480f0;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 7px;
}

.scroll-navs {
  background-color: #7480f0;
}

.scroll-navs .nav > li > a {
  border-left: 5px solid transparent;
  border-radius: 0;
}

.scroll-navs .nav .active + .nav {
  display: block;
}

.scroll-navs .nav .nav {
  display: none;
  background-color: #fff;
  padding: 5px 0 5px 15px;
  border-left: 1px solid #7480f0;
  border-right: 1px solid #7480f0;
}

.scroll-navs .nav .nav li {
  display: block;
}

.scroll-navs .nav .nav li a {
  color: #000;
  font-size: 13px;
}

.scroll-navs .nav .nav li a.active {
  font-weight: bold;
  background-color: #7480f0;
  color: #fff;
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.scroll-navs .nav-pills .nav-link.active, .scroll-navs .nav-pills .show > .nav-link {
  background-color: #4b55ad;
  border-left-color: #000;
}

.scroll-navs ul {
  list-style: none;
}

.scroll-navs a {
  color: #fff;
}

#scroll-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

#scroll-nav .title {
  background-color: #7480f0;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.footer-subscribe {
  background: #fff;
  color: #7480f0;
  padding: 10px 30px;
  border-radius: 10px;
  text-transform: none;
  border: 2px solid #7480f0;
  margin: 20px auto 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  border: 2px solid #fff;
}

.footer-subscribe:hover {
  background-color: transparent;
  color: #fff;
}

a.btn-default,
.btn-default {
  background: #7480f0;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  
  border: 2px solid #7480f0;
  margin: 20px auto 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}

a.btn-default:hover,
.btn-default:hover {
  background-color: transparent;
  color: #7480f0;
}

.approach-video {
  position: relative;
  z-index: 0;
  background: url(../images/approach-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0 70px;
  text-align: center;
}

.approach-video h2 {
  color: #fff;
  font-size: 36px;
  padding-top: 50px;
}

.approach-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(116, 128, 240, 0.8);
}

.approach-video img {
  max-width: 100%;
}

.test-page .sidebar a.btn-default {
  background-color: #fff;
  color: #7480f0;
  border: 2px solid #fff;
}

.test-page .sidebar a.btn-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.test-page .filter-select {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  height: 34px;
  padding: 5px 0 5px 5px;
  background: transparent;
}

.test-page .test-series-item {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 20px auto 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.test-page .listing-featured-label {
  display: inline-block;
  background: #fff;
  padding: 4px 18px;
  color: #505667;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 12px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.test-page .left-inner {
  width: 300px;
}

@media (max-width: 767px) {
  .test-page .left-inner {
    width: 100%;
  }
}

.test-page .listing-image {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  background-color: #464c63;
  height: 100%;
}

.test-page .listing-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
}

.test-page .listing-image .price-range {
  display: inline-block;
  background: #fff;
  padding: 4px 18px;
  color: #505667;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 12px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.test-page .listing-image .flags-bottom-wrapper {
  left: 0;
  padding: 0 15px;
  bottom: 20px;
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  -webkit-align-items: center;
}

.test-page .listing-image-inner {
  display: block;
  overflow: hidden;
  position: relative;
}

.test-page .listing-image-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, transparent), to(#464c63));
  background: linear-gradient(to bottom, transparent 17%, #464c63);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.test-page .flags-top-wrapper {
  left: 0;
  width: 100%;
  padding: 0 15px;
  top: 15px;
  position: absolute;
  z-index: 1;
}

.test-page .course-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.test-page .course-info p {
  font-size: 13px;
  line-height: 1.5;
  color: #636a74;
  margin: 0;
}

.test-page .course-info h6 {
  font-weight: 400;
  color: #7480f0;
  margin: 0 0 5px 0;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}

.test-page .buy-btn {
  min-width: auto;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: capitalize;
  border: 1px solid #7480f0;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #7480f0;
  color: #fff;
}

.test-page .buy-btn:hover {
  color: #7480f0;
  border: 1px solid #7480f0;
  background: transparent;
}

.test-page .download-pdf {
  min-width: auto;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: capitalize;
  border: 1px solid #7480f0;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #7480f0;
  color: #fff;
}

.test-page .download-pdf:hover {
  color: #7480f0;
  border: 1px solid #7480f0;
  background: transparent;
}

.test-page .download-pdf i {
  margin-left: 10px;
}

.test-page .test-count {
  margin: 11px 0 0;
  background: #f3f7fc;
  padding: 14px 10px;
  border-radius: 5px;
}

.test-page .column-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.test-page .right-inner {
  width: calc(100% - 300px);
  padding: 15px 30px;
}

@media (max-width: 767px) {
  .test-page .right-inner {
    width: 100%;
    padding-bottom: 20px;
  }
}

.test-page .right-inner > div {
  width: 100%;
}

.test-page .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-webkit-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.test-page .listing-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}

.test-page .listing-title a {
  color: #1c1c1c;
}

.test-page .listing-tagline {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .test-page .flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.test-page .sidebar {
  background-color: #7480f0;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  border: 1px solid #eaeff5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.test-page .sidebar .sidebar-content {
  padding: 20px;
  height: 100%;
}

.test-page .sidebar .filter-btn {
  font-size: 16px;
  display: none;
  padding: 5px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  left: 100%;
  top: 140px;
  z-index: 8;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #fff;
  background-color: #7480f0;
  border-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

@media (max-width: 991px) {
  .test-page .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .test-page .sidebar.opened {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .test-page .sidebar .sidebar-content {
    overflow-y: auto;
  }
  .test-page .sidebar .filter-btn {
    display: block;
  }
}

.test-page .sidebar h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.test-page .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.test-page .sidebar ul li {
  margin: 10px auto;
}

.test-page .sidebar ul input[type="checkbox"] {
  display: none;
}

.test-page .sidebar ul input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #fff;
}

.test-page .sidebar ul input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.test-page .sidebar ul input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.test-page .sidebar ul input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 50px;
    margin-top: 0px;
  }
  .feature-list {
    margin-bottom: 60px;
  }
  .feature-list li .list-cover .hover-list .item {
    width: 50%;
  }
}

@-webkit-keyframes counter-animation {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
  100% {
    background-position: top;
  }
}

@keyframes counter-animation {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
  100% {
    background-position: top;
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

/*--pulse--*/
.pulse {
  -webkit-animation: pulse 1.2s infinite;
          animation: pulse 1.2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

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

/*--zoom-fade--*/
.zoom-fade,
.featured-item:after {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@media (max-width: 576px) {
  .menubar-area .navbar,
  .menubar-area .header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-capture-model .modal-body .modal-sidebar {
    display: none;
  }
  .info-capture-model .modal-body .content {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .banner {
    text-align: center;
  }
  .comparisons-table table thead th {
    padding: 13px 20px;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
  }
  .comparisons-table table tbody td {
    white-space: nowrap;
    padding: 13px 20px;
    font-size: 14px;
  }
  .hero-area .banner .newsletter-form {
    margin: 0 auto;
  }
  #custommodal_newsletter .modal-newsletter {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}

@media (max-width: 991px) {
  .hero-area .banner h4 {
    margin-top: 10px;
  }
  .hero-area .banner h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .header-top,
  .header-top ul.social {
    text-align: center;
  }
}

@media (max-width: 400px) {
  footer .col-4 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}

.bsnav-mobile .navbar-nav .nav-item .nav-link.btn-link {
  border: none;
  background: #7480f0;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
  display: none;
}

/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.clear-loader {
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}

.loader {
  position: absolute;
  width: 20rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.69565rem;
  height: 8.69565rem;
  background: #000;
  border-radius: 50%;
}

.loader .loader-box {
  position: absolute;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}

.loader .loader-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.1;
}

.loader .loader-box:nth-child(1) {
  top: 0;
  left: 0;
}

.loader .loader-box:nth-child(1)::before {
  top: 50%;
  left: 50%;
  background: #2575fc;
  -webkit-animation: lightMe1 4s ease-out infinite normal;
          animation: lightMe1 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(2) {
  top: 0;
  right: 0;
}

.loader .loader-box:nth-child(2)::before {
  top: 50%;
  right: 50%;
  background: #05f8a1;
  -webkit-animation: lightMe2 4s ease-out infinite normal;
          animation: lightMe2 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(3) {
  bottom: 0;
  right: 0;
}

.loader .loader-box:nth-child(3)::before {
  bottom: 50%;
  right: 50%;
  background: #ff512f;
  -webkit-animation: lightMe3 4s ease-out infinite normal;
          animation: lightMe3 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(4) {
  bottom: 0;
  left: 0;
}

.loader .loader-box:nth-child(4)::before {
  bottom: 50%;
  left: 50%;
  background: #481ea7;
  -webkit-animation: lightMe4 4s linear infinite normal;
          animation: lightMe4 4s linear infinite normal;
}

.loader .loader-wrap-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.loader .text {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: slider 8s ease-in infinite;
          animation: slider 8s ease-in infinite;
}

.loader .text span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
  color: #fff;
}

.loader-text {
  color: #fff;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  letter-spacing: 6px;
  opacity: 0.2;
  -webkit-animation: blink 1s ease-out infinite alternate;
          animation: blink 1s ease-out infinite alternate;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
  font-weight: 900;
  color: #fff;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #616ade;
  border: 1px solid #ccc;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
}

#totop.top-visible {
  -webkit-animation: jump 4s infinite;
          animation: jump 4s infinite;
}

@-webkit-keyframes jump {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes jump {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 20px;
  }
}

/*--lightMe--*/
@-webkit-keyframes lightMe1 {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightMe1 {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lightMe2 {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lightMe2 {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lightMe3 {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lightMe3 {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lightMe4 {
  0% {
    opacity: 0.1;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lightMe4 {
  0% {
    opacity: 0.1;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10.5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  12.5% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  23% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  25% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  35% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  37.5% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  47.5% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  50% {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
  60% {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
  62.5% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  72.5% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  75% {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
  85% {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
  87.5% {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
  }
  100% {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
  }
}

@keyframes slider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10.5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  12.5% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  23% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  25% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  35% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  37.5% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  47.5% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  50% {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
  60% {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
  62.5% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  72.5% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  75% {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
  85% {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
  87.5% {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
  }
  100% {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
  }
}

.custom-modal .modal-newsletter {
  color: #999;
  max-width: 480px;
  width: 100%;
  font-size: 15px;
}

.custom-modal .modal-newsletter .modal-content {
  padding: 40px 50px;
  border-radius: 1px;
  border: none;
}

@media (max-width: 767px) {
  .custom-modal .modal-newsletter .modal-content {
    padding: 20px;
  }
}

.custom-modal .modal-newsletter .modal-header {
  border-bottom: none;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.custom-modal .modal-newsletter h4 {
  color: #000;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin: 0 0 25px;
  /*text-transform: none;*/
}

.custom-modal .modal-newsletter .close {
  position: absolute;
  top: -15px;
  right: -25px;
  color: #292e54;
  text-shadow: none;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-size: 16px;
  border: 2px solid;
}

@media (max-width: 767px) {
  .custom-modal .modal-newsletter .close {
    top: 5px;
    right: 5px;
  }
}

.custom-modal .modal-newsletter .close span {
  top: -12px;
  position: relative;
  left: -6px;
  font-size: 22px;
}

.custom-modal .modal-newsletter .close:hover {
  opacity: 0.8;
}

.custom-modal .modal-newsletter .icon-box {
  color: #7480f0;
  width: 100%;
  text-align: center;
  z-index: 9;
  position: relative;
}

.custom-modal .modal-newsletter .icon-box i {
  font-size: 70px;
}

.custom-modal .modal-newsletter .form-control,
.custom-modal .modal-newsletter .btn {
  min-height: 46px;
  text-align: center;
  border-radius: 1px;
}

.custom-modal .modal-newsletter .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dbdbdb;
}

.custom-modal .modal-newsletter .form-control + .form-control {
  margin-top: 10px;
}

.custom-modal .modal-newsletter .form-control:focus {
  border-color: #7480f0;
  -webkit-box-shadow: 0 0 8px rgba(73, 197, 193, 0.5);
          box-shadow: 0 0 8px rgba(73, 197, 193, 0.5);
}

.custom-modal .modal-newsletter .btn {
  color: #fff;
  background: #7480f0;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: normal;
  padding: 6px 20px;
  min-width: 180px;
  border: none;
  margin-top: 20px;
  font-family: "Airal", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}

.custom-modal .modal-newsletter .btn:hover,
.custom-modal .modal-newsletter .btn:focus {
  background: #39b3af;
  outline: none;
}

.custom-modal .modal-newsletter .form-group {
  margin-top: 30px;
}

.custom-modal .hint-text {
  margin: 100px auto;
  text-align: center;
}

.media-page-section .single-media-gal-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height:304px;
}

.media-page-section .single-media-gal-item img {
  width: 100%;
  height:100%;
}

.media-page-section .single-media-gal-item:hover .media-gal-overlay {
  bottom: 0;
  background: rgba(116, 128, 240, 0.9);
}

.media-page-section .single-media-gal-item .media-gal-overlay {
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(0, 34, 73, 0.7);
  padding: 20px 40px 40px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.media-page-section .single-media-gal-item .media-gal-overlay i {
  position: absolute;
  top: -20px;
  left: 20px;
  height: 70px;
  width: 70px;
  background: #5b68da;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 30px;
}

.media-page-section .single-media-gal-item .media-gal-overlay .title {
  padding-left: 80px;
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.media-page-section .single-media-gal-item .media-gal-overlay p {
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  font-weight: 400;
  line-height: 28px;
}
/*# sourceMappingURL=style.css.map */

.upper{text-transform:uppercase;}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .logBtnsTab {
        display: none !important;
    }
    .EmailLinkTab {
        font-size: 12px;
    }
}
@media only screen and (max-width: 800px) and (orientation : portrait) {
    .logBtnsTab {
        display: none !important;
    }
    .EmailLinkTab {
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) and (orientation : portrait) {
    .logBtnsTab {
        display: none !important;
    }
    .EmailLinkTab {
        font-size: 12px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .logBtnsTab {
        display: none !important;
    }
    .EmailLinkTab {
        font-size: 12px;
    }
    /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .logBtnsTab {
        display: none !important;
    }
    .EmailLinkTab {font-size:12px;}
    /* your css rules for ipad landscape */
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation:portrait) {
    .logBtnsTab {
        display: none !important;
    }

    .EmailLinkTab {
        font-size: 12px;
    }    
}