@charset "UTF-8";
 
/*=========================================
                 INDEX             
===========================================
// Design by 
//         01 -- Variables        
//         02 -- General          
//         03 -- Components          
//         04 -- Menu
//         05 -- hero
//         07 -- Cta 
//         16 -- Contact
//         30 -- Footer
//
==============================================*/
/*============================================

                 01 -- Variables

==============================================*/
/*-- Google font --*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap");
/*-- Icon --*/
@import url("https://unicons.iconscout.com/release/v3.0.3/css/line.css");
/*============================================

                 02 -- General

==============================================*/
body {
  font-family: "Barlow", sans-serif;
  overflow-x: hidden !important;
  font-size: 17px;
  color: #272a3a;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

a {
  color: #565972;
  text-decoration: none !important;
}

p {
  line-height: 30px;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #0e90ff;
}

.btn:focus {
  outline: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-pill {
  border-radius: 10px !important;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding:140px 0  0px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
   
}

/*============================================

                 03 -- Components

==============================================*/
.component-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.component-wrapper .title {
  font-size: 24px;
}

/*--  Section Heading --*/
.section-heading {
  position: relative;
  z-index: 1;
}

.section-heading .section-meta {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 25px;
  letter-spacing: 6px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #0e90ff;
}

.section-heading .section-title {
  font-size: 45px;
  font-weight: 600;
}

@media (max-width: 425px) {
  .section-heading .section-title {
    font-size: 40px;
  }
}

@media (max-width: 320px) {
  .section-heading .section-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .section-title .section-heading .section-title br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-heading .section-title .section-heading .section-title br {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-heading .section-title .section-heading .section-title br {
    display: none;
  }
}

.section-heading .section-sub {
  color: #8a8eaa;
  margin-top: 12px;
  font-size: 16px;
}
 .btn {
 	    transition: all 0.5s ease-in-out !important;
 }
.btn.theme-btn  {
    color: #103b61 !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    padding: 0px 25px;
    border-radius: 5px;
    font-size: 18px;
   
    font-weight: 500;
    height: 56px;
    line-height: 53px;
    background-color: #f0ac0e;
    background-image:linear-gradient(90deg, #ffffff 0%, #98cfff 100%);
    transition: all 0.5s ease-in-out !important;
}

.btn.theme-btn:hover {
  background-color: #3b3465;
  color:  #103b61;
      transition: all 0.5s ease-in-out !important;
  background-image:linear-gradient(180deg,  #ffffff 0%, #98cfff 100%);
   
}

.btn.theme-btn:focus {
  outline: none;
}

.btn.theme-btn-1 {
  color: #272a3a;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 55px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #ffffff;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
  
}

.btn.theme-btn-1:hover {
  background-color: #f0a60e;
  color: #ffffff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.btn.theme-btn-1:focus {
  outline: none;
}

.btn.theme-btn-2 {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 55px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #272a3a;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.btn.theme-btn-2:hover {
  background-color: #0e90ff;
  color: #ffffff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

.btn.theme-btn-2:focus {
  outline: none;
}

/*-- Btn Display None --*/
@media (max-width: 991px) {
  .btn-display-none {
    display: none !important;
  }
}

/*-- Preloader --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 9999999;
  /*background-image: linear-gradient(90deg, #289bff 0%, #000169 100%);*/
  background: #fff;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lboox {
  position:relative;width: 134px;
    height: 173px;
}
.spinner {
 width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 6px;
    -webkit-animation: dott 0.6s infinite linear;
    animation: dott 0.6s infinite linear;
    position: absolute;
}

@-webkit-keyframes dott {
  0% {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
     
  }
  10% {
    top: 10px;
    bottom: auto;
    left: 0;
    right: auto;
  }
  25% {
   top: auto;
    bottom: 0;
    left: 0;
    right: auto;

  }
  50% {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
75% {
   top: auto;
    bottom: 0;
    left: 0;
    right: auto;  
  }
  100% {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}

@keyframes dott {
  0% {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  5% {
    top: 10%;
    bottom: auto;
    left: 0;
    right: auto;
  }
  10% {
    top: 20%;
    bottom: auto;
    left: 0;
    right: auto;
  }
  15% {
    top: 30%;
    bottom: auto;
    left: 0;
    right: auto;
  }
  20% {
    top: 40%;
    bottom: auto;
    left: 0;
    right: auto;
  }
  25% {
   top: 50%;
   bottom: auto;
    left: 0;
    right: auto;
  }
  30% {
   top: 60%;
   bottom: auto;
    left: 0;
    right: auto;
  }
  35% {
  top: 70%;
   bottom: auto;
    left: 0;
    right: auto;
  }
  40% {
   top: 80%;
   bottom: auto;
    left: 0;
    right: auto;
  }
   45% {
   top: 90%;
   bottom: auto;
    left: 0;
    right: auto;
  }
  50% {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  55% {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  60% {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  65% {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  70% {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
75% {
   top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  80% {
   top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  85% {
   top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  90% {
   top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  95% {
   top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  
  100% {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}

.shadow {
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
}

.border {
  border: 1px solid #edeef5 !important;
}

.border-top {
  border-top: 1px solid #565972 !important;
}

.border-bottom {
  border-bottom: 1px solid #edeef5 !important;
}

/*-- Breadcrumbs --*/
.breadcrumb {
  letter-spacing: 0.5px;
  padding: 0;
  display: block;
  background: transparent;
}

.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #0e90ff;
}

.breadcrumb .breadcrumb-item.active {
  color: #0e90ff;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\f105" !important;
  font-size: 14px;
  color: #3c4858;
  font-family: "Line Awesome Free";
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

/*-- form --*/
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dcdeed;
  color: #3c4858;
  height: 42px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #0e90ff;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #ffffff;
  border-color: #0e90ff;
  background-color: #0e90ff;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0e90ff;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before, .custom-control-label:after {
  top: 2px;
}

.custom-switch .custom-control-label:after {
  top: 4px;
}

/*-- Pagination --*/
.pagination-area {
  margin-top: 35px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  color: #565972;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 41px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  font-weight: 800;
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: #ffffff;
  background-color: #0e90ff;
}

/*-- Social icons --*/
.social-icon {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.social-icon li {
  display: inline-block;
}

.social-icon li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.social-icon li a i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  color: #ffffff;
  background-size: 300% 100%;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  background-color: #0e90ff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

.social-icon li a i:hover, .social-icon li a i:focus {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/*-- --*/
.emetize-container-fluid .container-fluid {
  padding: 0 120px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .emetize-container-fluid .container-fluid {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .emetize-container-fluid .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .emetize-container-fluid .container-fluid {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .emetize-container-fluid .container-fluid {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .emetize-container-fluid .container-fluid {
    padding: 0 15px;
  }
}

@media print {
  #topnav,
  .footer {
    display: none !important;
  }
}

#scrollUp {
  width: 50px;
  height: 50px;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  background-size: 300% 100%;
     background-color: #76bcf9;
    background-image:linear-gradient(150deg, #76bcf9 0%, #0088fd 100%);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}

#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}

#scrollUp:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

/*-- Background Iamge --*/
.bg-section {
  height: 100%;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*-- width --*/
.width-100 {
  width: 100%;
}

.bg-gray-100 {
  background: #f8f8fc;
}

.bg-gray-200 {
  background: #edeef5;
}

.bg-gray-700 {
  background: #272a3a;
}

.bg-blue-light { 
  background-color:rgb(241 249 255 / 64%) !important;
}

.gray-100 {
  color: #f8f8fc;
}

.gray-200 {
  color: #edeef5;
}

.gray-300 {
  color: #dcdeed;
}

.gray-400 {
  color: #bdc1d7;
}

.gray-500 {
  color: #8a8eaa;
}

.gray-600 {
  color: #565972;
}

.gray-700 {
  color: #272a3a;
}

.theme-color {
  color: #0e90ff;
}

.bg-theme-color {
  background-color: #0e90ff;
}

/*============================================

                 04 -- Menu

==============================================*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  #topnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#topnav .logo {
  float: left;
  color: #272a3a !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #0e90ff;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #0e90ff;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #272a3a;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #272a3a;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #0e90ff;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #272a3a;
  font-size: 18px;
  background-color: transparent !important;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Barlow", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #0e90ff;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #0e90ff !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #272a3a;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -5px;
  top: 34px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

#topnav.scroll .navigation-menu > li > a {
  color: #272a3a;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #272a3a;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #0e90ff;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #0e90ff;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 991px) {
  #topnav.nav-sticky {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #272a3a;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #0e90ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #0e90ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #0e90ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #272a3a;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;    margin-top: -10px;
}

#topnav.nav-sticky .logo .l-light {
  display: none;    margin-top: -10px;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
            box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #272a3a;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #0e90ff;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #272a3a !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #0e90ff;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu li a {
    padding: 10px 25px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: #ffffff;
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #fff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #272a3a !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #272a3a !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #272a3a;
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #272a3a !important;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
            box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #272a3a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #272a3a;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #0e90ff;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #0e90ff;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

/*============================================

                 05 -- hero

==============================================*/
.pos-rel {
  position: relative;
}

.oh {
  overflow: hidden;
}

/*-- Hero - 1 --*/
.hero-1 {
  padding: 260px 0px 98px;
  height: 860px;
  background-size: cover  !important;
  background-position: center center  !important;
  background-repeat: no-repeat !important; position: relative;
}
.hero-1 svg{

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
 
/**/
 

span.herotxt {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 {
    height: auto;
    padding: 150px 0px 80px;
        text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 {
    height: auto;
    padding: 150px 0px 80px;
        text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .hero-1 {
    height: auto;
    padding: 140px 0px 70px;
        text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-1 {
    height: auto;
    padding: 140px 0px 70px;
        text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .hero-1 {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .hero-1-content {
    margin-bottom: 120px;
  }
}

.hero-1 .hero-1-content .hero-1-button-group {
  margin: -15px;
}

.hero-1 .hero-1-content .hero-1-button-group a {
  margin: 15px;
}

.hero-1 .hero-1-content .title {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
  .hero-1 .hero-1-content .title {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-1 .hero-1-content .title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
  }
}

.hero-1 .hero-1-content p {
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 33px;
  font-weight: 300;
  color: #fff;
  text-align: center;

}

@media only screen and (max-width: 767px) {
  .hero-1 .hero-1-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-1 .hero-1-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

/*-- Hero - 2 --*/
.hero-2 {
  padding: 190px 0 180px;
  background: rgba(47, 85, 212, 0.025);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.hero-2 .hero-2-title {
  font-size: 52px;
}

.hero-2 .subscribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.hero-2 .subscribe-form input {
  padding: 22px 20px;
  width: 100%;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 20px;
  background-color: #eaebf3;
  border-radius: 4px;
}

.hero-2 .subscribe-form button {
  position: absolute;
  top: 5px;
  right: 5px;
}

.hero-2 .subscribe-form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #7587a8;
}

.hero-2 .subscribe-form :-ms-input-placeholder {
  font-size: 16px;
  color: #7587a8;
}

.hero-2 .subscribe-form ::-ms-input-placeholder {
  font-size: 16px;
  color: #7587a8;
}

.hero-2 .subscribe-form ::placeholder {
  font-size: 16px;
  color: #7587a8;
}

/*-- Hero - 3 --*/
.hero-3-bg {
  padding: 160px 0 120px;
  background-color: #f8f8fc;
  border-bottom: 1px solid #f4f4fa;
}

.hero-3-bg .hero-3-title {
  font-size: 44px;
}

.hero-3-bg .watch-video span {
  top: -5px;
  padding-left: 5px;
  position: relative;
}

.hero-3-bg .watch-video .play-icon-circle {
  border: 2px solid #3c4858;
  height: 46px;
  font-size: 24px;
  width: 46px;
  color: #3c4858;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-3-bg .watch-video .play-icon-circle:hover {
  background-color: #0e90ff;
  border-color: #0e90ff;
  -webkit-box-shadow: 0 0px 0px 6px rgba(94, 121, 243, 0.12);
          box-shadow: 0 0px 0px 6px rgba(94, 121, 243, 0.12);
  color: #ffffff !important;
}

/*-- Hero - 4 --*/
.hero-4 .container.cu-pad {
  padding-top: 300px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .hero-4 .container.cu-pad {
    padding-top: 200PX;
    padding-bottom: 50px;
  }
}

.hero-4 .container.cu-pad .banner-text {
  z-index: 100;
  position: relative;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -5;
}


/*============================================

                 06- About section

==============================================*/
.aboutsectitlebox h2 {
  width:100%;
  max-width: 600px;
  font-size:42px;
  font-weight: 700;  
  margin:25px auto 20px; 
  display: block; 

}
.aboutsectitlebox p {
  width:100%;
  max-width: 650px;
  color: #677788;
  margin: auto;
  display: block; 
}
.max-w-8rem {
        max-width: 5.5rem;
    display: block;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 30px;
}
.media {
  text-align: center;
}
.middlebox {
  height: auto;
    padding-top: 100px;
    padding-bottom:30px;
}
.aboutsec {
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,248,255,1) 100%);
}
.aboutsec .btn.theme-btn {
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    padding: 0px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    line-height: 53px;
    background-color: #f0ac0e;
    background-image: linear-gradient(90deg, #0e90ff 0%, #0e90ff 100%);
    transition: all 0.5s ease-in-out !important;
}
.aboutsec .btn.theme-btn:hover {
    background-color: #3b3465;
    color: #103b61;
    transition: all 0.5s ease-in-out !important;
    background-image: linear-gradient(180deg, #0e90ff 0%, #0e90ff 100%);
}

/*-- Brand style - 02 --*/
.brand-style-2 {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.brand-style-2:hover {
  -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.brand-style-2 a {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.brand-style-2 .main-img {
  position: relative;
  width:100%;
}

.brand-style-2 .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width:100%; 
}

.brand-style-2:hover .hover-img {
  position: absolute;
  opacity: 1;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.brand-style-2:hover .main-img {
  opacity: 0;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

/*============================================

                 07 -- Cta

==============================================*/
.cta-v1-section {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}

.cta-v1-section .cta-v1 {
      background-color: #2698fa;
    padding: 40px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #76bcf9 0%, #0088fd 100%);
}

.cta-v1-section .cta-v1 .cta-title {
  color: #f8f8fc;
  line-height: 1;
  margin-bottom: 14px;
}

.cta-v1-section .cta-v1 .cta-text {
  line-height: 1;
  color: #fff;
}

.cta-v1-section .cta-v1 .cta-btn {
  text-align: right;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
}

.newsletter {
  padding: 45px 70px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -75px;
}

.newsletter form {
  position: relative;
}

.newsletter .news-email {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 4px;
}

.newsletter .news-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 140px;
  height: 50px;
  background: #0e90ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
}
   
 @media (max-width: 991px) {
  .cta-content {
    text-align: center;
  }
  .cta-btn a{
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
 }

/*============================================

                 16 -- Contact

==============================================*/
.contact-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contact-section .map-site {
  height: 100%;
  min-height: 350px;
}

.contact-section .map-site iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.contact-section .contact-form-wrap input {
  width: 100%;
  height: 50px;
  border: 1px solid #edeef5;
  padding: 5px 20px;
  color: #565972;
}

.contact-section .contact-form-wrap textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #edeef5;
  padding: 10px 20px;
  color: #565972;
  resize: none;
}

.contact-section .contact-form-wrap input[type="submit"],
.contact-section .contact-form-wrap button,
.contact-section .contact-form-wrap .submit {
      width: auto;
    height: 50px;
    border: none;
    padding: 5px 30px;
    background-color: #0e90ff;
    font-size: 16px;
    color: #ffffff !important;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    background-color: #0e90ff;
     
}

.contact-section .contact-form-wrap input[type="submit"]:hover,
.contact-section .contact-form-wrap button:hover,
.contact-section .contact-form-wrap .submit:hover {
  background-color: #272a3a;
   
}

.contact-info-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 100px;
  z-index: 1;
}

.contact-info-box .icon {
  width: 75px;
  height: 85px;
  background-color: #f7f7f7;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  left: 0;
  font-size: 40px;
  color: #0e90ff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-box h3 {
  margin-bottom: 0px;
  font-size: 24px;
}

.contact-info-box p {
  margin-bottom: 3px;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box .back-icon {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
  color: #221638;
  line-height: 1;
  opacity: .04;
  font-size: 100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.contact-info-box:hover .icon {
  background-color: #0e90ff;
  color: #ffffff;
}
    
/*============================================

                21 -- Testimonial

==============================================*/
.bg-testimonial {
  background-image: url(../images/bg/testimonial-bg.png);
  background-size: cover;
  position: relative;
  background-position: center center;
}

.testi-carousel .testimonial-box {
  position: relative;
}

.testi-carousel .testimonial-box .testi-img-user img {
  width: 70px;
}

.testi-carousel .testimonial-box .testi-border {
  border: 1px solid #0e90ff;
  width: 120px;
  margin: 0 auto;
}

.testi-carousel .testimonial-box h4 {
  font-weight: 500;
  color: #565972;
}

.testi-carousel .testimonial-box h5 {
  font-weight: 500;
  color: #565972;
}

.testi-carousel:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 82%;
  background: #f8f8fc;
  bottom: 14px;
  border-radius: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.owl-pagination {
  display: none;
}
         
/*============================================

                 30 -- Footer

==============================================*/
.footer {
  padding:  0px 0 0;
}

.footer .logo-light {
  display: block;
}

.footer .logo-dark {
  display: none;
}

.footer .footer-desc,
.footer .footer-alt {
  color:#3b3465;
}

.footer .text-left {
  text-align: left;
}

.footer .text-right {
  float: right;
}

.footer .footer-list-title {
  color:#3c3566;
}

.footer .footer-icons {
  color: #bdc1d7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-icons .list-inline-item:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 0px;
}


.footer .footer-icons a {
  width: 45px;
    height: 45px;
    line-height: 42px;
     
    border-radius: 50%;
    display: block;
    color: #f7f7f7;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    background: #2898f9;
}

.footer .footer-icons a:hover {
  color: #ffffff;
  background-color: #272a3a;
  
  
}

.footer .company-sub-menu li {
  padding: 8px 0;
}

.footer .company-sub-menu li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 color: #565972;
}

.footer .company-sub-menu li a:hover {
  color: #dcdeed !important;
}

.footer-area {
  padding-top: 150px;
  padding-bottom: 30px;
}

.footer-area p {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #bdc1d7;
}

.footer-area .foot-divider {
  width: 100%;
  height: 1px;
  background-color: #565972;
}

.footer-area .social-link {
  list-style-type: none;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-left: 0;
}

.footer-area .social-link li {
  display: inline-block;
  margin: 0 10px;
}

.footer-area .social-link li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #bdc1d7;
  border-radius: 50%;
  display: block;
  color: #bdc1d7;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-area .social-link li a:hover, .footer-area .social-link li a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0e90ff;
  border-color: #0e90ff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

.footer-area p.copyright-text {
  font-size: 16px;
  margin-top: 10px;
  color: #dcdeed;
}
 .marketerform {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 15px;
}
@media (max-width: 1281px) { 

.hero-1 {
    padding: 170px 0px 50px;
    height: auto;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.feature-area .single-block:nth-child(2) .text {
    padding: 40px 40px 95px 45px;
}
.feature-area .single-block:nth-child(3) .text {
    border-top: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 20px 0 0 20px;
    padding: 30px 0 55px 60px;
}
}
@media (max-width:769px) {
	.login-signup .emetize-form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 0px;
}
.terxt {
    padding: 85px 15px 45px;
    width: 100%;
    max-width: 768px;
    margin: auto;
    background-color: #cdcdcd00;
}
.footer .text-left {
        text-align: center;
    margin: 0 !important;
}
.footer .text-right {
    float: right;
     margin: 0 !important;
      text-align: center;
      width: 100%;
}
}
 
/*============================================

                 10 -- Services

==============================================*/
.services {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.servicemiddlebox {
    height: auto;
    padding-top: 0px;
    padding-bottom: 30px;
}
.servicemiddlebox h2 {
  font-size: 2.5rem;
  margin-top: 0px;
}
.service .bg-light {
  background-color:rgba(240,248,255,1) !important;
}
.services .icon {
  line-height: 72px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.3s ease;
}

.services .icon img {
  width: 75px;
}

.services .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .content .title:hover {
  color: #5E79F3 !important;
}

.services.serv-primary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .big-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0.02;
  font-size: 120px;
}

.services .big-icon.icon-right {
  top: 10%;
  right: -20px;
  left: auto;
}

.services .icon2 i {
  color: #0e90ff;
}

.services:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.services:hover.serv-primary {
  background-color: #0e90ff !important;
  border-radius: 10px !important;
  color: #ffffff !important;
}

.services:hover.serv-primary .icon2,
.services:hover.serv-primary .para {
  color: #ffffff !important;
}

.services:hover.serv-primary .content,
.services:hover.serv-primary .icon2 {
  z-index: 2;
}

.services:hover.serv-primary .icon2 i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
}

.services:hover .big-icon {
  opacity: 0.05;
}
.title-heading h3 {
         font-size: 2.5rem;
    color: #fff!important;
    text-transform: uppercase;
}
.choose-content-area h3 {
    font-size: 54px;
    color: #0e90ff;
    font-weight: bold;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 0px;
    max-width: 600px;
    line-height: 64px;
}
 
.btn.theme-btn.dark-btn {
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    padding: 0px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    line-height: 53px;
    background-color: #f0ac0e;
    background-image: linear-gradient(90deg, #0e90ff 0%, #0e90ff 100%);
    transition: all 0.5s ease-in-out !important;
}
.errorimg {
  max-width: 950px;
}
.minboxpage {
  max-width: 430px;
    margin: auto;
    margin-bottom: 105px;
}

/*Code by prince start */
.statistic-section {
    padding: 100px 0 0;
}

.preview-galley-v6 .preview-image-bottom, .preview-galley-v6 .preview-image-top {
    position: absolute;
    z-index: 2;
}
.preview-galley-v6 .preview-image-top {
    top: 0;
    right: 0;
}

.preview-galley-v6 {
    position: relative;
    z-index: 1;
    min-height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preview-galley-v6 .preview-image-bottom img, .preview-galley-v6 .preview-image-top img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
}

.preview-galley-v6 .preview-image-bottom {
    bottom: 0;
    left: 0;
}

.common-heading .tagline {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0e90ff;
}

.common-heading .title {
    font-size: 42px;
    letter-spacing: -2px;
    line-height: 1.2;
}

.template-btn.primary-bg-4 {
    background-color: #0e90ff;
    border-color: #0e90ff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36);
}

.template-btn {
    display: inline-block;
    color: var(--color-white);
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    border-radius: 50px;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
    overflow: hidden;
}

.template-btn {
    background-color: #212529;
    border: 2px solid #212529;
}

.statistic-section .row {
    margin-bottom: 80px;
}

.statistic-section .row:last-child{
  margin-bottom: 0;
}

.preview-galley-v7 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 50px 60px 60px;
}

.preview-galley-v7 .main-img img {
    border-radius: 7px;
    width: 100%;
}

.preview-galley-v7 .preview-image-top {
    right: 0;
    top: 0;
}

.preview-galley-v7 .preview-image-bottom {
    left: 0;
    bottom: 0;
}

.preview-galley-v7 .preview-image-bottom img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
}

.preview-galley-v7 .preview-image-top, .preview-galley-v7 .preview-image-bottom {
    position: absolute;
    z-index: 2;
}

.counter-with-vide-cta .counter-section {
    padding-top: 130px;
    padding-bottom: 305px;
    background-color: #2b354f;
    position: relative;
}

.section-with-map-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(https://wizzlead.com/assets/img/section-map.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.counter-items-v2 .counter-item.counter-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-items-v2 .counter-item.counter-left .counter-wrap {
    min-width: 95px;
    position: relative;
}

.counter-items-v2 .counter-item.white-color .title, .counter-items-v2 .counter-item.white-color .counter, .counter-items-v2 .counter-item.white-color .suffix {
    color: var(--color-white);
}

.counter-items-v2 .counter-item.counter-left .title {
    padding-top: 0;
    padding-left: 25px;
}

.counter-items-v2 .counter-item .title {
    padding-top: 10px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}

.counter-with-vide-cta .video-cta {
    position: relative;
    z-index: 2;
    margin-top: -305px;
    padding-top: 40px;
}

.video-cta .landio-video {
    min-height: 350px;
    height: 100%;
    border-radius: 7px;
    position: relative;
}

.service {
    padding-bottom: 60px;
}

.video-cta .landio-video::after {
    background-color: var(--color-secondary-4);
    opacity: 0.5;
}

.landio-video::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-heading-3);
    z-index: -1;
    border-radius: 10px;
    opacity: 0.3;
}

.video-cta .video-cta-text-block {
    background-color: #0e90ff;
    padding: 60px 50px;
    text-align: center;
    color: var(--color-white);
    border-radius: 7px;
}

.video-cta .video-cta-text-block .title {
    font-size: 36px;
    color: var(--color-white);
    margin-bottom: 25px;
}

.video-cta .video-cta-text-block .template-btn:not(:hover) {
    border-color: var(--color-white);
}

.video-cta .video-cta-text-block .template-btn {
    margin-top: 25px;
    padding: 14px 30px;
}

.template-btn.white-bg.bordered-btn {
    background-color: transparent;
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.15);
}

:root {
    --color-primary: #473bf0;
    --color-primary-2: #0040e5;
    --color-primary-3: #e95e6c;
    --color-primary-4: #3377ff;
    --color-primary-5: #5580ff;
    --color-primary-6: #42a66c;
    --color-primary-7: #ff5d0c;
    --color-secondary: #f4732a;
    --color-secondary-2: #f6b9a7;
    --color-secondary-3: #8208fe;
    --color-secondary-4: #2b354f;
    --color-secondary-5: #343351;
    --color-secondary-6: #fdf5e2;
    --color-secondary-7: #e0fafb;
    --color-heading: #161c2d;
    --color-heading-2: #1a1b1e;
    --color-heading-3: #36234b;
    --color-heading-4: #1f1f1f;
    --color-heading-5: #000002;
    --color-body: #6e727d;
    --color-body-2: #6f667b;
    --color-body-3: #7a7a7a;
    --color-body-4: #656871;
    --color-dark: #1b202f;
    --color-dark-2: #16171b;
    --color-dark-3: #191a1e;
    --color-dark-4: #282a33;
    --color-white: #fff;
    --color-grey: #f5f3f5;
    --color-soft-grey: #f2f5fe;
    --color-soft-grey-2: #f4f7fa;
    --color-offwhite: #e7e8ea;
}

.counter-items-v2 .counter-item .counter {
    font-size: 40px;
}

.counter-items-v2 .counter-item .suffix {
    font-size: 20px;
    top: -10px;
    position: absolute;
    right: -25px;
    line-height: 0.9;
    color: var(--color-secondary);
}

li.dropdown:hover .dropdown-menu {
  display: block;
}

li.dropdown:hover .dropdown-menu li a:hover {
  color: #1993fb;
}

/*Code by prince end */
