/* 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
//
==============================================*/
/*============================================

                 01 -- Variables

==============================================*/
/*-- Google font --*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&amp;family=Jost:wght@300;400;500;600;700;800;900&amp;display=swap");
/*-- Icon --*/
@import url("../../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;
}

.elementor-cta__content a{
  color: #163963 ;
  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: #163963;
}

.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;
}
.icon_circle a{
  width: 40px;
  height: 40px;
  /* background-color: #524b4b; */
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  color:#fff;
}
.product_wd{
  width: 70% !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: 85px 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: 20px 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: #163963;
  background-color: rgba(22, 57, 99, 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(22, 57, 99, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(22, 57, 99, 0.4);
  background-color: #163963;
  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: #03A8F3;
  -webkit-box-shadow: 0 20px 30px 0 rgba(3, 168, 243, 0.2);
          box-shadow: 0 20px 30px 0 rgba(3, 168, 243, 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(22, 57, 99, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(22, 57, 99, 0.4);
  background-color: #163963;
  /* background-color: #1683be; */
  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: #03a7f3;
  -webkit-box-shadow: 0 20px 30px 0 rgba(3, 167, 243, 0.2);
          box-shadow: 0 20px 30px 0 rgba(3, 167, 243, 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: #03A8F3;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(3, 168, 243, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(3, 168, 243, 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: #03a8f3;
  -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(#1add97));
  background: linear-gradient(to right top, #163963, #163963, #163963, #163963, #163963);
  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: #163963;
}

.breadcrumb .breadcrumb-item.active {
  color: #163963;
}

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

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

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

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

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

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

#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #163963;
  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: #000;
}

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

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

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

                 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: #03A8F3 !important;
}
#topnav .logo img{
  vertical-align: middle;
    border-style: none;
    object-fit: contain;
    width: 200px;height: 80px
}
.navigation-menu a{
  text-decoration: none;
}

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

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

#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 {
  line-height: 18px;
  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;
}



/* .log_set{
  box-shadow: 0px 17px 43px 1px rgb(22 57 99 / 40%);
  background-color: #163963;
  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;
}
@media only screen and (max-width:425px){
  #topnav .buy-button {
    display: block;
    width:200px;
   
  }
  }  */

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

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

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

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

#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;
  text-decoration: none !important;
} */

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #163963 !important;
  text-decoration: none !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: #03a8f3 !important;
  text-decoration: none !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #163963 !important;
  text-decoration: none !important;
}

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

#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: #163963;
  }
  #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: #163963 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none ;
  }

  #topnav .navigation-menu > li .submenu li a:hover{
    color:#03a8f3 !important;
  }
  
  
  #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: #163963;
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #163963 !important;
    text-decoration: none !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #03a8f3 !important;
    text-decoration: none !important;
  }
  #topnav .navigation-menu.nav-light > li > a:hover  {
    color: #03a8f3 !important;
    text-decoration: none !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #163963;
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #163963 !important;
    text-decoration: none !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.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: #163963;
  }

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

@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: #163963;
  -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: #000000;
}

/* .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: #ffffff;
}

@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: #163963 !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: #163963 !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: #163963;
  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;
  color: #fff;
}

.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%;
  height: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: #163963;
}

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



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

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

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

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

.blog-text h4::before {
  height: 2px;
  width: 40px;
  background: #163963 ;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

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

.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: #163963;
  color: #fff;
  border: 1px solid #163963;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 221, 151, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 221, 151, 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: #163963;
  border-color: #163963;
}

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

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

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

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

.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 --*/


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

                 11 -- Contact

==============================================*/
.contact-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 160px;
}
@media only screen and (max-width:425px){
  .contact-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width:425px)
{
  .policy_pad{
    padding-top: 80px;
  }
}
.text-msg{
  text-align: center;
  /* color: red; */
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
  font-style: revert;
}

.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: 30px 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 input[type="text"], .contact-section .form-inner #contact-form .form-group input[type="password"] {
  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(22, 57, 99, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(22, 57, 99, 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

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


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

                 13 -- Faq

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


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

                 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: #163963;
  -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: #163963;
  margin-bottom: 15px;
}

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

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

                16 -- Testimonial

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


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

                 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(#1add97));
  background: linear-gradient(to right top, #163963, #163963, #163963, #163963, #163963);
}

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

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

.feature-content-text a {
  color: #163963;
  -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: #fff;
}

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

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

                 18 -- Brand

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



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

                 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: #163963;
  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;
}
.select-100{
  width:100%;
}

.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

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






.in-service {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgb(136 136 136 / 30%);
   
  box-shadow: 0 0 12px rgb(136 136 136 / 10%);
  padding: 15px 10px 20px 10px;
  /* text-align: center; */
  position: relative;
  overflow: hidden;
  border-radius:0px 50px 0px 0px;

  transition: all 0.4s ease-in-out 0s;
}

.in-service:hover {
  background: #3489ca;
  color:#fff;
}

.in-service-icon {
  font-size: 56px;
  line-height: 1;
  color: #3489ca;
  margin-bottom: 10px;
  display: inline-block;
  
  transition: all 0.4s ease-in-out 0s;
}

.in-service h3 {
  font-size: 18px;
  font-weight: 600;
}

.in-service-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  /* transition: all 0.4s ease-in-out 0s; */
}

.in-service-transparenticon {
  position: absolute;
  left: auto;
  right: -10px;
  top: auto;
  bottom: -10px;
  font-size: 90px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  opacity: 0;

  transition: all 0.4s ease-in-out 0s;
}

.in-service:hover .in-service-icon, .in-service:hover h3, .in-service:hover h3 a, .in-service-title:hover  {
  color: #ffffff;
}

.in-service:hover .in-service-icon, .in-service:hover h5, .in-service:hover h5 a, .in-service-title:hover  {
  color: #ffffff;
}

.elementor-cta__content {
  border-bottom: 2px solid #00B3CF;
  padding-bottom: 12px;
}

.elementor-widget-container {
  margin: -50px 0px 0px 0px;
}

.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}


.elementor-container {
  height: 100%;
}

.elementor-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.elementor *, .elementor :after, .elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.elementor-container {
  max-width: 1366px !important;
}

.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
  width: 100%;
}

.elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-column {
  min-height: 1px;
}

.elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-element-populated {
  padding: 10px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.elementor-9627 .elementor-element.elementor-element-58c5f00d {
  padding: 0px 0px 0px 0px;
}

.elementor-element {
  width: 100%;
}

.elementor-section {
  position: relative;
}

html, body, div, header, nav, article, figure, hr, main, section, footer,section{
  max-width: none;
}

.elementor-container {
  max-width: 1140px;
}


.elementor-section.elementor-section-boxed > .elementor-container, header.site-header {
  max-width: 1170px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor *, .elementor :after, .elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
  width: 50%;
}

 .elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-column {
  min-height: 1px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.elementor-element {
  width: 100%;
}
/* .elementor-widget-image {
  text-align: center;
} */

.elementor-widget {
  position: relative;
}

.elementor-widget-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

 .elementor-column[data-col="50"] {
  width: 50%;
}

.elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-element-populated {
  padding: 10px;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.elementor-element.elementor-element-774f9844 {
  text-align: left;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}



.elementor-widget {
  position: relative;
}
.elementor-widget-container .elementor-heading-title{
  color: #FFFFFF;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0px;
}

/* .elementor-heading-title.elementor-size-large {
  font-size: 29px;
} */

 .elementor-heading-title {
  color: var( --e-global-color-primary );
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-kit-25 h1 {
  font-family: "Montserrat", Sans-serif;
}

.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}


.elementor-element.elementor-element-1c7a4af {
  --e-icon-list-icon-size: 20px;
}



.elementor-widget {
  position: relative;
}

elementor-widget-container {
  overflow: hidden;
}

ul.elementor-icon-list-items {
  padding: 0;
}

.elementor-icon-list-items.elementor-inline-items {
  margin-right: -8px;
  margin-left: -8px;
}

ul.elementor-icon-list-items.elementor-inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  /* ul, ol, li {
    Font-size: 14px !important;
    font-family: 'montserrat' !important;
  } */

  .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px;
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word;
}

.elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.elementor-list-item-link-full_width a {
  width: 100%;
}

.elementor-icon-list-icon {
  text-align: var(--e-icon-list-icon-align);
}

.elementor-icon-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.elementor-icon-list-text {
  color: #FFFFFF;
}

.elementor-icon-list-text {
  display: inline-block;
} 


.elementor-icon-list-text {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
}

.elementor-icon-list-icon svg {
  fill: #FFFFFF;
}

.elementor-icon-list-icon svg {
  margin: var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-icon-list-icon svg {
  width: var(--e-icon-list-icon-size,1em);
  height: var(--e-icon-list-icon-size,1em);
}

svg.e-font-icon-svg {
  height: 35px;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape-bottom:not([data-negative=true]) svg {
  z-index: -1;
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}


.svg {
  vertical-align: middle;
}

.elementor-section.elementor-section-stretched{ 
  background-color: #163963;
}

.elementor-9627 .elementor-element.elementor-element-5100d96c {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-section.elementor-section-height-full {
  height: 100vh;
  width: auto;
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}

.elementor-section {
  position: relative;
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-section .elementor-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-section .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.elementor-9627 .elementor-element.elementor-element-774f9844 .elementor-heading-title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 425px) {
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 100%;;
  }
}

.footer-background{
  background-color: #000;
 padding-top: 200px;
 padding-bottom: 50px;
 padding-left: 50px;
 padding-right: 50px;
}

.footer-text b{
  color: #fff !important;
  font-size: 18px;
}

.footer-text{
  color: #fff !important;
  font-size: 15px;
  text-decoration: none !important;
}
.footer-text:hover{
  color: #03a8f3ff !important;
  font-size: 15px;
}

.footer-text i{
  font-size: 13px;
  margin-right: 10px;
}

.social-links a i{	
  margin-right:10px;
  color:#ffffff;
  font-size: 20px;
 
}

.social-links a i:hover{	
  margin-right:10px;
  color:#03a8f3ff;
  font-size: 20px;
 
}

.footer-pay-img{
  width: 100%;
    height: 10.55%;
    max-width: 379px;
}

/* .partners-image{
  background-color: #fff;
} */

.partners-image img{
  width:100%;
  height:100%;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 425px) {
  .partners-image img{
    width:80%;
    height:85%;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  }
}

.partners-image:hover img{
  box-shadow: 0px 10px 40px rgb(0 0 0 / 30%);
  transition:0.6s;
}

.rowss{
  width: 0% !important;
}




.contact-icon i {
  color:#163963;
  margin-right: 10px;

}
.whatsup_icon i{
  color:#25D366;
}

.contact-icon:hover i{
  color:#03a8f3;
}

.login-img img{
  width: 100%;
}

.login-box{
  /* background-image: url("../images/image1.jpg"); */
  /* background-color: #173a64; */
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  border-radius:20px ;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 50%);

}
.policy-box{
  background-color: #cccccc;
   background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  border-radius:20px ;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 50%);

}
.ft_size{
font-size: 12px;
}

.btx{
  background-color: #1683be;
}


.why_do_you{
  margin-top: 20px;
  padding: 20px 0px 20px 0px;
  background-color: #E6E6E6;
  text-align: center;
}

.why_do_you_text{
  color: var( --e-global-color-10a8a25 );
  font-family: "Montserrat", Sans-serif;
  font-size: 21.250356px;
  font-weight: 600;
  line-height: 1;
}

.why_do_you_text2 ul{
padding-left: 50px;
}

.why_do_you_text2 p{
padding-top: 20px;
}

.insurance_policy_table{
padding-top: 20px;
width: 100%;
}

.car_insurance_img img{
vertical-align: middle;
display: inline-block;
margin-top: 50%;
}

@media only screen and (max-width: 768px) {
.car_insurance_img img{
  margin-top: 20%;
}
}


.section-1{
background-color:#2B3D83 ;
text-align: center;
color:#fff;
padding: 15px;
}

.section_1_text{
font-size: 19.250356px;
}

.section_p1_text{
font-size: 16px;
}

.car_in{
display:flex;
}

@media only screen and (max-width: 768px) {
.car_in {
  display:block;
  max-width: 100% !important;
}
}

.section-2{
background-color:#00B0CB ;
color: #fff;
display:flex;
}


@media only screen and (max-width: 768px) {
.section-2 {
  display:block;
  max-width: 100% !important;
}
}


.section_2_text{
padding-top: 10px;
padding-bottom: 10px;

}

.table_part1{
width: 100% !important;
}

@media only screen and (max-width: 768px) {
.table_part1 {
  width: 100% !important;
}
}

@media only screen and (max-width: 425px) {
.table_part1 {
  width: 100%;
}
}

.table_bordered{
padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #CECECE;
}

.li_text{
color:#54595F;
text-decoration: none !important;
font-weight: bold;
}


hr{
margin-top: 4px !important;
margin-bottom: 4px !important;
height: 0px !important;
}

.padding_left{
padding-left: 10px !important;
}

.cricle_icone i{
  font-size: 10px;
  margin-right: 10px;
}
 .btn_login{
  display:none !important;
}

 @media only screen and (max-width: 425px) {
  .btn_login{
    display: block !important;
  }
}  