/* Template Name: Secuure - Insurance Company bootsrap 5 HTML Template
   Author: Acavo
   Version: 1.0.0
   Created: Aug 2020
   File Description: Main Css file of the template
*/
/*=========================================
                 INDEX
===========================================
//
//         01 -- Variables
//         02 -- General
//         03 -- Components
//         04 -- Menu
//         05 -- hero
//         06 -- About
//         07 -- Protection
//         08 -- Cta
//         09 -- Login
//         10 -- Blog
//         11 -- Contact
//         12 -- Team
//         13 -- Faq
//         14 -- Work
//         15 -- Counter
//         16 -- Testimonial
//         17 -- Feature
//         18 -- Brand
//         19 -- Download
//         20 -- Quote
//         21 -- Footer
//         22 -- Logos
//
==============================================*/
/*============================================

                 01 -- Variables

==============================================*/
/*-- Google font --*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&family=Jost: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: "Jost", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

a {
  color: #8a8eaa;
  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: #0097ac;
}

.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: 170px 0;
  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) {
  .bg-home,
  .bg-half-170 {
    padding: 150px 0;
    height: auto;
  }
}

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

                 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: 14px;
  padding: 5px 10px;
  border-radius: 25px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #0097ac;
  background-color: rgba(14, 94 ,134 ,  0.13);
}

.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 {
  padding: 10px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 25px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 20px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.header-btn {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
          box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
  background-color: #0097ac;
  padding: 0px 25px;
  border-radius: 35px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 50px;
  line-height: 50px;
}

.btn.header-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.header-btn:hover {
  background-color: #272a3a;
  -webkit-box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2);
          box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2);
  color: #ffffff;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn.header-btn {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .btn.header-btn {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .btn.header-btn {
    display: none;
  }
}

.btn.theme-btn {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
          box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
  background-color: #0097ac;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.btn.theme-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn:hover {
  background-color: #272a3a;
  -webkit-box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2);
          box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2);
  color: #ffffff;
}

.btn.theme-btn-1 {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
  background-color: #edeef5;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #272a3a;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.btn.theme-btn-1 i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn-1:hover {
  background-color: #0097ac;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
          box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
  color: #ffffff;
}

.btn.theme-btn-2 {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
  background-color: #edeef5;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #272a3a;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.btn.theme-btn-2 i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn-2:hover {
  background-color: #272a3a;
  -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);
  color: #ffffff;
}

button:not(:disabled) {
  outline: none;
}

/*-- Preloader --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#00ff9b), color-stop(#03f69a), color-stop(#0aee9a), color-stop(#12e598), to(#0097ac));
  background: linear-gradient(to right top, #00ff9b, #03f69a, #0aee9a, #12e598, #0097ac);
  z-index: 9999999;
}

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

.spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
  box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.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 #edeef5 !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: #0097ac;
}

.breadcrumb .breadcrumb-item.active {
  color: #0097ac;
}

.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: #0097ac;
}

.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: #0097ac;
  background-color: #0097ac;
}

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

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

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

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

/*-- Social icons --*/
.social-icon li a {
  margin-right: 4px;
  color: #ffffff !important;
  background-color: #3c4858;
  display: inline-block;
  height: 52px;
  text-align: center;
  font-size: 20px;
  width: 52px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.social-icon li a:hover {
  background-color: #0097ac;
}

.social-icon.social li a {
  color: #8a8eaa;
  border-color: #8a8eaa;
}

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

#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #0097ac;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
}

@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 i {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

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

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

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

.bg-green-light {
  background: #f5fffc;
}

.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-green {
  color: #0097ac;
}

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

                 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;
}

#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: #0097ac;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #0097ac;
}

#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: #0097ac;
}

#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: 17px;
  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: #0097ac;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #0097ac !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: #0097ac;
}

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

#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);
}

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

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #0097ac !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: #0097ac !important;
}

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

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

#topnav.nav-sticky .logo {
  max-height: 80px;
  overflow: hidden;
}

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

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #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: #0097ac;
  }
  #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: #0097ac;
  }
  #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: #272a3a;
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #272a3a !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: #0097ac;
  }
  #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: #0097ac;
  }
  #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

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

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

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

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

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

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

.pos-rel {
  position: relative;
}

.oh {
  overflow: hidden;
}

.hero-1 {
  padding: 170px 0px 98px;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 {
    height: auto;
    padding: 150px 0px 80px;
  }
}

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

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

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

@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 .cate {
  margin-bottom: 25px;
  color: #0097ac;
}

@media only screen and (max-width: 767px) {
  .hero-1 .hero-1-content .cate {
    margin-bottom: 10px;
  }
}

.hero-1 .hero-1-content .title {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 15px;
  color: #edeef5;
  font-family: "Jost", 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: #dcdeed;
}

@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-top: 210px;
  padding-bottom: 210px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-2 {
    height: 100vh !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2 {
    height: 100vh !important;
  }
}

@media only screen and (max-width: 479px) {
  .hero-2 {
    height: 100vh !important;
  }
}

.hero-2-content {
  position: relative;
  z-index: 9;
}

.hero-2-content h3 {
  font-size: 56px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-2-content h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-content h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-2-content h3 {
    font-size: 30px;
  }
}

.hero-2-content p {
  color: #8a8eaa;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-2-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-2-content p {
    font-size: 16px;
  }
}

.hero-2-offer-list li {
  color: #8a8eaa;
  font-size: 13px;
}

.hero-2-offer-list li i {
  position: relative;
  top: -1px;
  font-size: 11px;
}

.hero-2-thumb {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media only screen and (max-width: 575px) {
  .hero-2-thumb {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .hero-2-thumb {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-thumb {
    display: none;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row .form-control-hero-2 {
  font-size: 15px;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.form-row .form-control-hero-2:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*-- Hero - 3 --*/
.hero-3 {
  padding-top: 190px;
  padding-bottom: 190px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero-3 {
    padding-top: 133px;
    padding-bottom: 133px;
  }
}

.hero-3 .hero-content {
  padding-top: 100px;
}

.hero-3 .hero-content h4 {
  color: #272a3a;
  font-family: "Jost", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.hero-3 .hero-content p {
  color: #8a8eaa;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 42px;
}

.popup-contact-form {
  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);
  text-align: center;
  padding: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .popup-contact-form {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .popup-contact-form {
    padding: 10px;
  }
}

.popup-contact-form p.notice {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .popup-contact-form p.notice {
    padding: 0 45px;
  }
}

.form-control-hero-3 {
  color: #868e96;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 57px;
  height: 57px;
  text-transform: capitalize;
  border: 0;
  border-bottom: 1px solid #dee2e6;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control-hero-3:focus {
  border-color: #0097ac;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.form-control-hero-3::-webkit-input-placeholder, .form-control-hero-3:-moz-placeholder, .form-control-hero-3::-moz-placeholder, .form-control-hero-3:-ms-input-placeholder {
  color: #868e96;
}

.hero-4 {
  padding-top: 170px;
  padding-bottom: 170px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero-4 {
    padding-top: 133px;
    padding-bottom: 133px;
  }
}

.hero-4 .hero-content h4 {
  color: #272a3a;
  font-family: "Jost", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.hero-4 .hero-content p {
  color: #8a8eaa;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 42px;
}

.single-categories-item {
  padding-top: 30px;
  background: #fff;
  margin-bottom: 0px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -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);
}

.single-categories-item .cate-icon {
  margin-bottom: 35px;
  text-align: center;
}

.single-categories-item .cate-icon img {
  width: 90px;
}

.single-categories-item .cate-content {
  margin-bottom: 25px;
  text-align: center;
}

.single-categories-item .cate-content a {
  padding-bottom: 15px;
  display: block;
  color: #565972;
}

.single-categories-item:hover {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 221, 151, 0.6);
          box-shadow: 0px 17px 43px 1px rgba(26, 221, 151, 0.6);
}

.single-categories-item:hover .cate-content a {
  color: #0097ac;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-categories-banner .banner-content {
    left: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-categories-banner .banner-content {
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-categories-banner .banner-content {
    left: 15px;
  }
}

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

                 06 -- About

==============================================*/
.about-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.about-text h4 {
  font-family: "Barlow", sans-serif;
  color: #8a8eaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

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

                07 -- protection

==============================================*/
.pre-card {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -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);
}

.pre-card .icon {
  width: 80px;
  height: 80px;
  line-height: 72px;
}

.pre-card .icon img {
  width: 100px;
}

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

.pre-card .content .title:hover {
  color: #0097ac !important;
}

.pre-card.pre-primary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pre-card.pre-primary .icon2,
.pre-card.pre-primary .para {
  color: #8a8eaa !important;
}

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

.pre-card:hover.pre-primary {
  background-color: #0097ac !important;
  border-radius: 10px !important;
  color: #ffffff !important;
}

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

.pre-card:hover.pre-primary .content,
.pre-card:hover.pre-primary .icon2 {
  z-index: 2;
}

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

                 08 -- Cta

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

.cta-v1-section .cta-v1 {
  background-color: #0097ac;
  padding: 40px;
  border-radius: 5px;
}

.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;
}

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

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

                 08 -- Login

==============================================*/
.full-screen {
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.vh-100 {
  height: 100vh !important;
}

.background-img {
  background-size: cover;
  position: relative;
  width: 100%;
  hight: auto;
  background-repeat: no-repeat;
  display: block;
}

.background-img:before {
  position: absolute;
  content: "";
  background: linear-gradient(223deg, rgba(125, 107, 252, 0.851961) 0%, rgba(146, 96, 224, 0.714706) 35%, rgba(166, 88, 203, 0.762325) 66%, rgba(179, 85, 186, 0.661485) 100%);
}

.login-signup-content {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-signup-wrap h1 {
  font-size: 35px;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.98rem !important;
}

.small,
small {
  font-size: 90%;
}

.form-control:focus {
  border-color: #0097ac;
}

.btn.border-radius {
  border-radius: 4px;
}

.login-signup-form .form-group {
  position: relative;
}

.login-signup-form .form-group label {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 88%;
}

.login-signup-form .form-group .input-group.input-group-merge > .form-control {
  text-indent: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: calc(2.65em + 0.75rem + 2px);
}

.login-signup-form .form-group .input-group.input-group-merge > .form-control:focus {
  z-index: inherit;
}

.input-icon {
  height: calc(3.4rem + 2px);
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
}

.input-icon i {
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 15px;
  padding: 18px 15px;
}

.login-bg {
  background-color: #f5f5ff;
}

.form-control.started {
  height: 50px;
  height: 60px;
  background-color: #fff;
  border-radius: 35px;
}

.footer-contact-icon {
  margin-top: 20px;
}

.footer-contact-icon a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

.footer-contact-icon a:hover {
  color: #0097ac;
}

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

                 10 -- Blog

==============================================*/
.blog-area {
  background-size: cover;
  background-position: center center;
}

.blog-img > a img,
.blog-wrapper img {
  max-width: 100%;
}

.blog-text {
  background: #fff;
  padding: 40px 36px 32px 36px;
  /* -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); */
}

.blog-text h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-top: 24px;
  text-align: center;
}

.blog-text h4 > a {
  color: #272a3a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-text h4 > a:hover {
  color: #0097ac;
}

.blog-text h4::before {
  height: 2px;
  width: 40px;
  background: #0097ac;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.blog-text > a {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-text > a:hover {
  color: #0097ac;
}

.blog-text > a i {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

.blog-meta {
  border-top: 1px solid #e7e7e7;
  margin-top: 44px;
  padding-top: 25px;
}

.blog-meta > span {
  font-size: 14px;
  color: #565972;
  font-weight: 400;
  margin-right: 25px;
  font-family: "Jost", sans-serif;
}

.blog-meta > span:last-child {
  margin-right: 0;
}

.blog-meta > span i {
  color: #8a8eaa;
  font-size: 20px;
  margin-right: 6px;
  top: 1px;
  position: relative;
}

/* blog-standard */
.blog-standard .blog-text h4 {
  font-size: 26px;
  line-height: 1.3;
}

/* pagination */
.pagination-style ul li {
  display: inline-block;
  margin: 0 1px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li {
    margin: 0 4px;
  }
}

.pagination-style ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #535353;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.pagination-style ul li a.active, .pagination-style ul li a:hover {
  background-color: #0097ac;
  color: #fff;
  border: 1px solid #0097ac;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
          box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
}

.pagination-style ul li a i {
  line-height: 40px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li a i {
    line-height: 40px;
  }
}

.pagination-style ul li:last-child {
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-style.mt-70 {
    margin-top: 0px;
  }
  .pagination-style.mt-50 {
    margin-top: 0px;
  }
  .pagination-style.mt-20 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pagination-style.mt-70 {
    margin-top: 0px;
  }
  .pagination-style.mt-50 {
    margin-top: 0px;
  }
  .pagination-style.mt-20 {
    margin-top: 0px;
  }
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 17px;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #0097ac;
  border-color: #0097ac;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 700;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 22px;
}

.cov-navigation span a {
  color: gray-500;
}

.cov-navigation h4 a {
  color: gray-600;
}

.cov-navigation h4 a:hover {
  color: #0097ac;
}

.blog-share-icon a:hover {
  color: #0097ac;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  background: #f4f3ff;
  padding: 0 70px 44px 70px;
}

@media only screen and (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #0097ac;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media only screen and (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.latest-comments .comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #0097ac;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #0097ac;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  border: 1px solid #9096A7;
}

#contacts-form textarea::-moz-placeholder, #contacts-form textarea::placeholder {
  border: 1px solid #9096A7;
  padding: 0 0 0 20px;
  border-radius: 5px;
  line-height: 62px;
  width: 100%;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "remixicon";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #8a8eaa;
  top: 18px;
}

.contacts-message::after {
  content: "\EC86";
}

.contacts-name::after {
  content: "\F264";
}

.contacts-email::after {
  content: "\EEF6";
}

.contacts-website::after {
  content: "\EDCF";
}

.contacts-phone::after {
  content: "\EFEC";
}

.contacts-subject::after {
  content: "\F046";
}

.about-community p {
  font-size: 16px;
  line-height: 28px;
}

.blog-details .blog-text {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details .blog-wrapper {
  padding: 35px;
  -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);
}

.blog-details .blog-text h4 {
  font-size: 26px;
  line-height: 1.3;
}

/*-- Sidebar --*/
.sidebar .widget {
  padding: 25px;
  -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);
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\f0cd";
  position: absolute;
  font-family: "remixicon";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .catagory li {
  padding-bottom: 10px;
}

.sidebar .widget .catagory li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagory li a,
.sidebar .widget .catagory li span {
  font-size: 15px;
}

.sidebar .widget .catagory li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagory li a:hover {
  color: #0097ac;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #565972;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #0097ac;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #f8f8fc;
  color: #565972;
  font-weight: 500;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #0097ac;
  color: #ffffff;
}

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

                 11 -- Contact

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

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

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

.contact-section .form-inner {
  position: relative;
  display: block;
  padding: 70px 50px;
  border-radius: 20px;
}

.contact-section .form-inner #contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .form-inner #contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner #contact-form .form-group input[type="text"], .contact-section .form-inner #contact-form .form-group input[type="email"] {
  border: 1px solid #9096A7;
  position: relative;
  width: 100%;
  height: 62px;
  background: #fff;
  font-size: 15px;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-section .form-inner #contact-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 62px;
  background: #fff;
  border: 1px solid #9096A7;
  font-size: 15px;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  margin-bottom: 20px;
  height: 170px;
  resize: none;
}

.contact-section .form-inner h3 {
  line-height: 34px;
  margin-bottom: 30px;
}

.contact-info-box {
  padding: 50px;
  -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);
  margin-bottom: 30px;
}

.contact-info-box:hover {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 221, 151, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(26, 221, 151, 0.1);
}

.contact-info-box .contact__info-box-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.contact-info-box .contact__info-list {
  margin-bottom: 0;
}

.contact-info-box .contact__info-list li {
  font-size: 14px;
  margin-bottom: 9px;
}

.contact-info-box .contact__info-list li a {
  color: #272a3a;
}

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

                 12 -- Doctor

==============================================*/
.team-box {
  background: #ffffff;
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

.team-box .team-img img {
  width: 140px;
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

.team-box .team-social-icon i {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 34px;
  margin-top: -34px;
  margin-left: 30px;
  background: #0097ac;
  color: #ffffff;
  text-align: center;
}

.team-box .team-social i {
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  background-color: #f6f7fb;
  border-radius: 50%;
}

.team-box .team-social i:hover {
  color: #ffffff;
  background-color: #0097ac;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

                 13 -- Faq

==============================================*/
.accordion-faq .card {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem !important;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  background: #ffffff;
}

.accordion-faq.accordion > .card {
  overflow: hidden;
  border-color: #ebebeb;
  border-width: 1px 1px 0 1px;
}

.accordion-faq.accordion > .card .collapse.show {
  border-bottom: 1px solid #ebebeb;
}

.accordion-faq.accordion .card-header {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}

.accordion-faq.accordion .card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.accordion-faq.accordion .card-header[aria-expanded="false"]:after {
  content: "+";
}

.accordion-faq.accordion .card-header[aria-expanded="true"]:after {
  content: "-";
}

.accordion-faq.accordion .card-header:after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.accordion-faq.accordion > .card .card-header h6 {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

                 14 -- Work

==============================================*/
.work-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.work-area h4 {
  font-family: "Barlow", sans-serif;
  color: #8a8eaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

.work-area img.work__bg {
  width: 585px;
  position: absolute;
  top: 15%;
  right: 6%;
}

@media only screen and (min-width: 1401px) {
  .work-area img.work__bg {
    right: 14%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-area img.work__bg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .work-area img.work__bg {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work-area img.work__bg {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .work-area img.work__bg {
    display: none;
  }
}

.work-area .points ul li {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 26px;
  color: #8a8eaa;
  margin-bottom: 20px;
  padding-left: 30px;
}

.work-area .points ul li:last-child {
  margin-bottom: 0;
}

.work-area .points li i {
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #40cd79;
  -webkit-box-shadow: 0px 5px 24px rgba(54, 207, 118, 0.15);
          box-shadow: 0px 5px 24px rgba(54, 207, 118, 0.15);
}

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

                 15 -- Counter

==============================================*/
.counter-area .counter-image-area {
  position: relative;
  z-index: 9;
  height: 100%;
  margin-right: 45px;
}

.counter-area .counter-image-area.right-0 .counter-image {
  right: 0;
}

.counter-area .counter-image-area .counter-image {
  position: relative;
  top: 0;
  right: 45px;
  float: right;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .counter-image-area .counter-image {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .counter-area .counter-image-area .counter-image {
    right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .counter-area .counter-image-area .counter-image {
    margin-top: 20px;
    right: 0;
    top: -30px;
  }
}

.counter-area .counter-image-area .counter-image:nth-child(2) {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 8;
  float: left;
  text-align: left;
}

.counter-area .counter-image-area .counter-image img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.counter-area .counter-image-area .counter-image:hover img {
  -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-content {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-area .counter-content {
    margin-top: 150px;
  }
}

.counter-area .counter-content p {
  max-width: 420px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-content p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .counter-area .counter-content p {
    max-width: 100%;
  }
}

.counter-area .counter-content .counter-funfact .number {
  font-size: 41px;
  line-height: 1;
  color: #0097ac;
  margin-bottom: 15px;
}

.counter-area .counter-content .counter-funfact .text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

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

                16 -- 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 #0097ac;
  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;
}

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

                 17 -- Feature

==============================================*/
.single-feature-area {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 40px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.02);
          box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.02);
  border-radius: 5px;
}

.single-feature-area::before {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left bottom, right top, from(#00ff9b), color-stop(#03f69a), color-stop(#0aee9a), color-stop(#12e598), to(#0097ac));
  background: linear-gradient(to right top, #00ff9b, #03f69a, #0aee9a, #12e598, #0097ac);
}

.single-feature-area .feature-icon {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 50px;
  color: #0097ac;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feature-area:hover .feature-icon {
  color: #272a3a;
}

.feature-content-text a {
  color: #0097ac;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-content-text a i {
  position: relative;
  top: 3px;
  font-size: 14px;
}

.feature-content-text h4 {
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-content-text p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feature-area:hover .feature-content-text a,
.single-feature-area:hover .feature-content-text h4,
.single-feature-area:hover .feature-content-text p {
  color: #272a3a;
}

.single-feature-area:hover::before {
  height: 100%;
}

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

                 18 -- Brand

==============================================*/
/*-- Brand Style - 01 --*/
.brand-style-1 .client-logo {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .brand-style-1 .client-logo img {
    width: 75%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-style-1 .client-logo img {
    width: 65%;
  }
}

@media only screen and (max-width: 575px) {
  .brand-style-1 .client-logo img {
    width: 65%;
  }
}

@media only screen and (max-width: 479px) {
  .brand-style-1 .client-logo img {
    width: 65%;
  }
}

/*-- Brand style - 02 --*/
.brand-style-2 {
  padding: 60px;
  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;
}

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

.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;
}

/*-- Brand style - 03 --*/
.brand-style-3.client-logos {
  width: 587px;
  height: 556px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-3.client-logos {
    -webkit-transform: scale(0.6) translateX(-84%);
            transform: scale(0.6) translateX(-84%);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: relative;
    left: 50%;
    margin-bottom: -150px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-style-3.client-logos {
    -webkit-transform: scale(0.6) translateX(-84%);
            transform: scale(0.6) translateX(-84%);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: relative;
    left: 50%;
    margin-bottom: -150px;
  }
}

@media only screen and (max-width: 479px) {
  .brand-style-3.client-logos {
    -webkit-transform: scale(0.6) translateX(-84%);
            transform: scale(0.6) translateX(-84%);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: relative;
    left: 50%;
    margin-bottom: -150px;
  }
}

.brand-style-3.client-logos li {
  position: absolute;
  background-color: transparent;
  border: 1px solid #e9eaf4;
  padding: 32px 31px;
  margin-bottom: 30px;
  border-radius: 100%;
  display: inline-block;
  height: 145px;
  width: 145px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.brand-style-3.client-logos li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-color: #fff;
}

.brand-style-3.client-logos li:nth-child(1) {
  top: 72px;
  left: 53px;
}

.brand-style-3.client-logos li:nth-child(2) {
  top: 205px;
  left: 222px;
}

.brand-style-3.client-logos li:nth-child(3) {
  top: 285px;
  left: 18px;
}

.brand-style-3.client-logos li:nth-child(4) {
  left: 194px;
  bottom: -29px;
}

.brand-style-3.client-logos li:nth-child(5) {
  top: 337px;
  right: 51px;
}

.brand-style-3.client-logos li:nth-child(6) {
  top: 136px;
  right: 13px;
}

.brand-style-3.client-logos li:nth-child(7) {
  top: 2px;
  right: 176px;
}

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

                 19 -- Download

==============================================*/
.download-area {
  background-color: #edfff9;
}

@media only screen and (max-width: 991px) {
  .download-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.download-area h2 {
  margin-bottom: 30px;
  font-weight: 700;
}

.download-area ul li {
  padding: 10px 0;
  font-size: 17px;
}

.download-area ul li i {
  font-weight: bold;
  font-size: 18px;
  color: #0097ac;
  margin-right: 15px;
}

.download-area .btn {
  display: inline-block;
  border-radius: 50px;
  margin-right: 15px;
}

.download-area .download-1-img {
  overflow: hidden;
}

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

                 20 -- Quote

==============================================*/
.quote .modal-dialog {
  max-width: 1100px;
}

.quote.fade .modal-dialog {
  -webkit-transform: translate(8px, -25%);
          transform: translate(8px, -25%);
}

.quote.show .modal-dialog {
  -webkit-transform: translate(8px);
          transform: translate(8px);
}

.quote .modal-content {
  padding: 60px;
  background: #FFFFFF;
  border-radius: 5px;
}

.quote .close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.quote .close span:before {
  font-size: 16px;
}

.contact-section-btn {
  position: relative;
  z-index: 1;
}

/* quote form */
.quote-form .nice-select {
  width: 100%;
  border: none;
  height: 62px;
  line-height: 62px;
  border: 1px solid #9096A7;
}

.quote-form .nice-select li {
  color: #9096A7;
}

.quote-form .nice-select::-webkit-input-placeholder {
  opacity: 0.6;
}

.quote-form .nice-select:-ms-input-placeholder {
  opacity: 0.6;
}

.quote-form .nice-select::-ms-input-placeholder {
  opacity: 0.6;
}

.quote-form .nice-select::placeholder {
  opacity: 0.6;
}

.quote-form .nice-select:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 32px;
  width: 8px;
  height: 8px;
  border-top: solid 6px #9096A7;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.quote-form .nice-select.open:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 30px;
  width: 8px;
  height: 8px;
  border-bottom: solid 6px #9096A7;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-top: 0;
}

.quote-form .nice-select .list {
  width: 100%;
  z-index: 99;
}

.quote-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #9096A7;
}

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

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="url"] {
  border: 1px solid #9096A7;
  padding: 0 0 0 20px;
  border-radius: 5px;
  line-height: 62px;
  width: 100%;
}

textarea {
  border: 1px solid #9096A7;
  border-radius: 5px;
  width: 100%;
}

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

                 21 -- Footer

==============================================*/
/*-- Footer style - 01 --*/
#dtr-footer-global {
  background-image: url(../images/bg/Footer-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 150px 0 50px 0;
}

.footer {
  padding: 60px 0 0;
  background-color: #272a3a;
}

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

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

.footer .footer-desc,
.footer .footer-alt {
  color: #8a8eaa;
}

.footer .footer-list-title {
  color: #edeef5;
}

.footer .footer-icons {
  color: #8a8eaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .footer-icons a {
  color: #8a8eaa;
}

.footer .footer-icons a:hover {
  color: #edeef5;
}

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

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

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

/*-- Footer style - 02 --*/
.footer-style-2 .footer-logo img {
  position: relative;
  top: 20px;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .footer-style-2 .footer-logo img {
    top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-style-2 .footer-logo img {
    top: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-style-2 .footer-logo img {
    top: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-style-2 .footer-logo img {
    top: 0;
    margin-bottom: 30px;
  }
}

.footer-style-2 .footer-top-wrapper .footer-top-link {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-2 .footer-top-wrapper .footer-top-link {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style-2 .footer-top-wrapper .footer-top-link {
    margin-top: 0;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .pt-100,
  .pt-120 {
    padding-top: 50px !important;
  }
}

.footer-style-2 .footer-top-wrapper .footer-top-link li {
  display: inline-block;
  padding-right: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-2 .footer-top-wrapper .footer-top-link li {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style-2 .footer-top-wrapper .footer-top-link li {
    padding-right: 16px;
  }
}

.footer-style-2 .footer-top-wrapper .footer-top-link li:last-child {
  padding-right: 0;
}

.footer-style-2 .footer-top-wrapper .footer-top-link li a {
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}

.footer-style-2 .footer-top-wrapper .footer-top-link li a:hover {
  color: #0097ac;
}

.footer-style-2 .footer-middle-area {
  border-top: 1px solid #393f48;
  border-bottom: 1px solid #393f48;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-2 .footer-middle-area .footer-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-2 .footer-middle-area .footer-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style-2 .footer-middle-area .footer-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer-empty {
    display: none;
  }
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-title {
  font-size: 24px;
  color: #edeef5;
  margin-bottom: 21px;
  font-weight: 700;
  position: relative;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-text p {
  color: #8a8eaa;
  margin-bottom: 45px;
  margin-right: 20px;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-link ul li {
  padding-bottom: 12px;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-link ul li:last-child {
  padding-bottom: 0;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-link ul li a {
  color: #8a8eaa;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-link ul li a:hover {
  color: #0097ac;
  opacity: 1;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-icon a {
  color: #8a8eaa;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #8a8eaa;
  border-radius: 50%;
  margin-right: 10px;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-icon a:hover {
  color: #fff;
  background: #0097ac;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
          box-shadow: 0px 17px 43px 1px rgba(14, 94 ,134 ,  0.4);
  border: #0097ac;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-2 .footer-middle-area .footer-wrapper .footer-icon a {
    margin-right: 0;
  }
}

.footer-style-2 .footer-middle-area .footer-wrapper .subscribes-form form input {
  background: none;
  border-radius: 0;
  height: 50px;
  padding: 0 23px;
  width: 100%;
  color: #4e545c;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #4e545c;
  border-radius: 5px;
}

.footer-style-2 .footer-middle-area .footer-wrapper .subscribes-form form input::placeholder, .footer-style-2 .footer-middle-area .footer-wrapper .subscribes-form form input::-moz-placeholder {
  color: #edeef5;
  font-size: 15px;
  font-weight: 400;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-info {
  margin-top: 9px;
}

.footer-style-2 .footer-middle-area .footer-wrapper .footer-info p {
  margin-bottom: 0;
  font-size: 15px;
  color: #8a8eaa;
}

@media only screen and (max-width: 767px) {
  .footer-style-2 .footer-bottom-area .footer-bottom-link {
    float: none;
    text-align: center;
  }
}

.footer-style-2 .footer-bottom-area .footer-bottom-link ul li {
  display: inline-block;
  padding-right: 20px;
}

.footer-style-2 .footer-bottom-area .footer-bottom-link ul li:last-child {
  padding-right: 0;
}

.footer-style-2 .footer-bottom-area .footer-bottom-link ul li a {
  font-size: 15px;
  color: #8a8eaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
}

.footer-style-2 .footer-bottom-area .footer-bottom-link ul li a:hover {
  color: #0097ac;
}

.footer-style-2 .footer-bottom-area .footer-bottom-link ul li a::before {
  position: absolute;
  height: 15px;
  width: 1px;
  background: #74797f;
  content: "";
  right: -10px;
  top: 2px;
}

.footer-style-2 .footer-bottom-area .footer-bottom-link ul li:last-child a::before {
  display: none;
}

.footer-style-2 .footer-bottom-area .copyright p {
  margin-bottom: 0;
  color: #8a8eaa;
}

@media only screen and (max-width: 767px) {
  .footer-style-2 .footer-bottom-area .copyright p {
    text-align: center;
  }
}

.footer-style-2 .footer-bottom-area .copyright p a {
  color: #0097ac;
}
/*# sourceMappingURL=style.css.map */

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

                 22 -- Logos

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

.logos__image-wrapper {
  display: flex;
  align-items: center;
}

.hero-1 {
  padding-top: 210px;
  height: auto;
}

.hero-1 .hero-1-content .hero-1-button-group a {
  margin-top: 30px !important;
}

#topnav > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    #topnav .logo .l-dark {
      height: 60px;
      margin: 10px 0;
    }

    .hero-1 {
      padding-top: 120px;
    }

    .hero-1-thumb-15 {
      margin-top: 60px;
    }
}

@media screen and (max-width: 600px) {
  .hero-1 .hero-1-content .title {
    font-size: 30px;
    line-height: 1.4;
  }
}

#topnav.nav-sticky .logo .l-dark {
  height: 45px;
}

.fairs__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 600px) {
  .fairs__container {
    grid-template-columns: 1fr;
  }
}

.fairs__container img {
  max-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
