/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Service
7. Testimonials
8. Blog
9. Contact
10. Footer / #footer
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
:root {
  --theme-heading-font:"Questrial", serif;
  --theme-secondary-font:"Questrial", serif;
  --theme-primary-color: #1a555c;
  --theme-secondary-color: #0d43b6;
  --theme-heading-color: #060606;
  --theme-text-color: #333333;
  --theme-white-color: #fff;
  --theme-border-color: #ddd;
}

.heading h3 {padding:8px 0px;}
.heading ul li {list-style:inside; padding:0px 0px 0px 10px;}

body, html {
  width: 100%;
  max-width: 100%;
}

html {
  font-family: "Questrial", serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
  overflow-x: hidden;
}

body {
  font-family: var(--theme-secondary-font);
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: var(--theme-text-color);
}

p {
  color: var(--theme-text-color);
  font-family: var(--theme-secondary-font);
  line-height: 22px;
  font-size: 15px;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: var(--theme-heading-color);
  margin-bottom: 0px;
  font-family: var(--theme-heading-font);
}

.h1,
h1 {
  font-size: 46px;
}

.h2,
h2 {
  font-size: 25px;
}

.h3,
h3 {
  font-size: 20px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 14px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--theme-primary-color);
}

.font-lg {
  font-size: 35px;
  line-height: 45px;
  font-family: var(--theme-heading-font);
}

a {
  color: var(--theme-primary-color);
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--theme-secondary-color);
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
}

button:focus, input:focus {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

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

/*=====================================
Spacing
===================================*/
.page-wrapper {
  padding: 100px 0px;
}

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

.section-padding-top {
  padding-top: 100px;
}

.section-padding-btm {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb--120 {
  margin-bottom: -120px;
}

.mb--200 {
  margin-bottom: -200px;
}

.mt--200 {
  margin-top: -200px;
}

.mt--300 {
  margin-top: -300px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-110 {
  padding-top: 210px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-250 {
  padding-top: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.mb--120 {
  margin-bottom: -120px;
}

.mt--100 {
  margin-top: -100px;
}

/*=====================================
Utitlies
===================================*/
.form-control {
  border: 2px solid #F5F5F5;
  height: 55px;
  padding-left: 20px;
  background: #F5F5F5;
  border-radius: 35px;
}

.form-control:focus {
  border-color: var(--theme-primary-color);
  background: #fff;
}

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

textarea.form-control {
  padding-top: 20px;
  border-radius: 15px;
}

.container-padding {
  padding: 0px 80px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.font-sm-14 {
  font-size: 14px;
}

.bg-grey {
  background: #F3F6FF;
}

.bg-grey2 {
  background: #F6F6F8;
}

.bg-shadow {
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
}

.bg-shadow-1 {
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
}

.bg-shade {
  background: #F5F7FD;
}

.text-color {
  color: var(--theme-secondary-color);
}

.text-style2 {
  color: var(--theme-primary-color);
}

.bg-gray {
  background: #F4F7FC;
}

.font-md {
  font-size: 36px;
  line-height: 46px;
}

.page-wrapper {
  padding: 100px 0px;
}

textarea.form-control {
  height: auto;
}

.icon-radius {
  border-radius: 100% !important;
}

.bg-shadow-2 {
  box-shadow: rgba(165, 164, 164, 0.23) 0px 0px 45px 0px;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #999 !important;
  font-size: 15px;
}

::-moz-placeholder {
  color: #999 !important;
  font-size: 15px;
}

::-ms-input-placeholder {
  color: #999 !important;
  font-size: 15px;
}

::placeholder {
  color: #999 !important;
  font-size: 15px;
}

/*====================
Page Banner Area
======================*/
.page-header {
  padding: 90px 0px;
  background: #F4F5F8;
  position: relative;
  background: url("../images/bg/page-title.html");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.page-header:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(3, 31, 66, 0.9);
  z-index: -1;
}

.page-header .title-block {
  text-align: center;
}

.page-header .title-block h1 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.page-header .title-block ul li {
  position: relative;
  padding-right: 20px;
  color: #fff;
  display: inline-block;
}

.page-header .title-block ul li:after {
  position: absolute;
  content: "/";
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  font-size: 14px;
  margin-right: 3px;
}

.page-header .title-block ul li:last-child:after {
  display: none;
}

.page-header .title-block ul li a {
  font-weight: 600;
}

.subheading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  color: #777;
}

.sub-style-2 {
  color: var(--theme-primary-color);
}

/*-------------------
BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  padding: 14px 35px;
  border-radius: 0px;
  font-size: 14px;
  border: 2px solid transparent;
  transition: all 0.6s ease;
}

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

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

.btn-main {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main:hover {
  border-color: var(--theme-secondary-color);
  color: #fff;
  background: var(--theme-secondary-color);
}

.btn-main-2 {
  border-color: var(--theme-secondary-color);
  color: #fff;
  background: var(--theme-secondary-color);
}

.btn-main-2:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main-outline {
  background: transparent;
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.btn-main-outline:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main2-outline {
  background: transparent;
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main2-outline:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--theme-primary-color);
}

.btn-white:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-white-outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-white-outline:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-grey {
  border-color: #ddd;
  color: #222;
  background: #ddd;
}

.btn-grey:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-grey-outline {
  border-color: #ddd;
  background: transparent;
}

.btn-grey-outline:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-sm {
  padding: 8px 22px;
}

.btn-sm-2 {
  padding: 6px 22px;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.rounded-radius {
  border-radius: 35px;
}

/*-------------------------
Main Menu header
-------------------------*/
.header-navbar .site-logo {
  width: 28%;
  margin-right: 40px;
}

.header-navbar .site-logo a {
  max-width: 140px;
}

.header-navbar .primary-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-navbar .primary-menu li {
  position: relative;
}

.header-navbar .primary-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  text-transform: capitalize;
  font-family: var(--theme-heading-font);
}

.header-navbar .primary-menu li a:hover {
  color: var(--theme-primary-color);
}

.header-navbar .primary-menu li .menu-trigger {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  transition: all 0.3s ease-out 0s;
}

.header-navbar .primary-menu li:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .header-navbar .primary-menu li:not(:last-child) {
    margin-right: 40px;
  }
}

.header-navbar .primary-menu li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  min-width: 250px;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-navbar .primary-menu li .submenu li:hover .submenu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-navbar .primary-menu li .submenu li .menu-trigger {
  right: 20px;
}

.header-navbar .primary-menu li .submenu li a {
  padding: 10px 20px;
  display: block;
  color: #000;
  opacity: .6;
}

.header-navbar .primary-menu li .submenu li a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.header-navbar .primary-menu li .submenu li {
  line-height: 1;
  margin: 0;
}

.header-navbar .primary-menu li:hover > .submenu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-navbar .primary-menu li .submenu li .submenu {
  left: 100%;
  top: 20%;
}

.header-navbar .primary-menu li .submenu li:hover > .submenu {
  top: 0;
}

.header-navbar .primary-menu li .submenu li .menu-trigger {
  color: #222;
}

.header-navbar .nav-toggler {
  width: 53px;
  height: 53px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 53px;
  font-size: 20px;
  text-align: center;
}

.header-navbar .nav-toggler:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.header-navbar.mobile-menu .site-navbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 280px;
  margin-right: -280px;
  height: 100vh;
  background-color: #00000a;
  z-index: 999;
  display: block;
  padding: 80px 0 40px;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease-out 0s;
}

.header-navbar.mobile-menu .site-navbar.menu-on {
  margin-right: 0;
}

@media (max-width: 991px) {
  .header-navbar.mobile-menu .primary-menu li:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.header-navbar.mobile-menu .primary-menu {
  display: block;
}

.header-navbar.mobile-menu .primary-menu li .submenu {
  position: unset;
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #00000a;
  border: none;
  transition: none;
  box-shadow: none;
  display: none;
}

.header-navbar a.nav-close {
  display: none;
}

.header-navbar.mobile-menu .site-navbar a.nav-close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  color: #fff;
  z-index: 2;
  display: block;
}

.header-navbar.mobile-menu .primary-menu {
  display: block;
}

.header-navbar.mobile-menu .primary-menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  font-size: 15px;
}

.header-navbar.mobile-menu .primary-menu li .menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(0);
  transform: translate(0);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  z-index: 2;
}

.header-navbar.mobile-menu .primary-menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  font-size: 15px;
}

.header-navbar.mobile-menu .primary-menu li .submenu li {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-logo {
  left: 20px;
  position: absolute;
  top: 20px;
}

.header-navbar.mobile-menu .site-navbar.menu-on .submenu li a {
  color: #fff;
}

.header-navbar.mobile-menu .site-navbar.menu-on .submenu li a:hover {
  border-color: transparent;
}

/*---------------------
Header menu contact
---------------------*/
.header-search {
  font-size: 14px;
}

.header-search a {
  color: #647589;
}

.header-search a:hover {
  color: var(--theme-primary-color);
}

.header-socials {
  font-size: 11px;
}

.header-socials a {
  margin-left: 5px;
  color: #647589;
}

.header-socials a:hover {
  color: var(--theme-primary-color);
}

/*-------------------------------
Menu center bottom
-----------------------------*/
.header-style-2 .header-mid {
  padding-bottom: 30px;
}

.menu-center {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 70px;
}

.menu-center .primary-menu {
  justify-content: center;
}

.menu-center.style-1 .primary-menu li:hover > .submenu a:before {
  display: none;
}

.menu-center.style-1 .primary-menu li:hover > .submenu a:hover {
  color: #000;
}

.menu-center.style-1 .primary-menu a {
  position: relative;
  padding-top: 30px;
}

.menu-center.style-1 .primary-menu a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  background: #f41f1c;
  width: 100%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.menu-center.style-1 .primary-menu a:hover:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------
Menu top
---------------------*/
.bg-color1 {
  background: #F7EEE9;
}

.menu-top {
  margin-bottom: 50px;
  padding: 12px 0px;
}

.menu-top .header-socials a {
  color: #000;
}

.menu-top .header-socials a:hover {
  color: var(--theme-primary-color);
}

.menu-top .header-search a:hover {
  color: #fff;
  background: #000;
}

.header-topbar {
  background: #031F42;
  padding: 5px 0px;
}

.border-top-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.header-contact a {
  color: #fff;
}

.header-cart a {
  color: #000;
}

.header-cart a i {
  margin-right: 5px;
}

.topbar-style-1 .header-socials a {
  color: #fff;
  margin-left: 15px;
}

.topbar-style-1 .header-socials a:hover {
  color: var(--theme-primary-color);
}

.bg-icon a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  background: #FF5369;
  color: #fff;
}

.bg-icon a:hover {
  background: #f3f3f3;
  color: var(--theme-primary-color);
}

.header-info-style1 .header-cart a, .header-info-style1 .header-search a {
  color: #444;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid var(--theme-fourth-color);
  font-size: 13px;
}

.header-info-style1 .header-cart a:hover, .header-info-style1 .header-search a:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.header-navbar {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 15px 0px;
  padding: 15px 0px;
}

.header-btn {
  margin-left: 40px;
}

.header-btn .login {
  color: #000;
  margin-right: 15px;
}

.header-btn .login:hover {
  color: var(--theme-primary-color);
}

.header-navbar.mobile-menu .site-navbar.menu-on .submenu li a:hover {
  color: #fff;
}

.offcanvas-icon .nav-toggler {
  background: #000;
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.offcanvas-icon .nav-toggler:hover {
  background: var(--theme-primary-color);
}

.menu_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 14px 32px 0px rgba(196, 203, 255, 0.3);
}

.header-category-menu li.has-submenu {
  position: relative;
}

.header-category-menu li.has-submenu a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  text-transform: capitalize;
  font-family: var(--theme-heading-font);
}

.header-category-menu li.has-submenu .submenu a {
  padding: 10px 20px;
  display: block;
  color: #000;
  opacity: .6;
}

.header-category-menu li.has-submenu .submenu a:hover {
  opacity: 1;
  color: var(--theme-primary-color);
}

.header-style-1 .header-navbar {
  padding: 25px 0px;
}

.topbar-style-2 {
  padding: 10px 0px;
}

.topbar-style-2 .header-btn {
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 15px;
}

.topbar-style-2 .header-btn a {
  color: #fff;
}

.topbar-style-2 .header-btn i {
  margin-right: 10px;
  color: var(--theme-secondary-color);
}

.topbar-style-2 .header-socials a:hover {
  color: #fff;
}

.header-contact ul li {
  margin-right: 25px !important;
  color: #fff;
  opacity: .9;
  transition: all .4s;
  font-size: 15px;
}

.header-contact ul li:hover {
  opacity: 1;
}

.header-style-1 {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-style-1 .header-navbar .primary-menu li a {
  color: #fff;
  line-height: 1.4;
}

.header-style-1 .header-navbar .primary-menu li a:hover {
  color: var(--theme-primary-color);
}

.header-style-1 .header-navbar.menu_fixed {
  background: #000;
  box-shadow: none;
}

.header-style-3 .header-socials {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-3 .header-navbar {
  padding: 15px 0px;
}

.header-style-2 .header-navbar {
  padding: 20px 0px;
}

.header-style {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.header-style .header-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 30px 0px;
}

.header-socials-2 a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
}

.header-socials-2 a:hover {
  border-color: #113072;
  background: #113072;
  color: #fff;
}

.topbar-style-3 {
  background: var(--theme-primary-color);
  padding: 5px 0px;
}

.topbar-style-3 .header-info {
  color: #fff;
  font-family: var(--theme-primary-font);
}

.topbar-style-3 .header-socials a {
  color: #fff;
}

.header-style-4 .site-logo h2 {
  color: #fff;
}

.header-style-4 .header-navbar .primary-menu li a {
  color: #fff;
}

.header-style-4 .header-navbar .primary-menu li .menu-trigger {
  color: #fff;
}

.header-style-4 {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.header-style-4 .header-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 30px 0px;
}

.header-style-4 .header-navbar.menu_fixed {
  background: #000;
  box-shadow: none;
}

.header-style-4 .header-navbar .primary-menu li a {
  color: #fff;
  line-height: 1.4;
}

/*--------------------------
Banner-1
----------------------------*/
.banner-padding {
  padding: 30px 0px;
}

.banner-style-1 {
  position: relative;
  z-index: 1;
  background: #111;
  padding-top: 200px;
}

.banner-style-1:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: url("../images/banner/hero-overlay.png") no-repeat center center;
  background-size: cover;
  opacity: .6;
  z-index: -1;
}

.banner-style-1 .banner-content .subheading {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
}

.banner-style-1 .banner-content h1 {
  font-size: 68px;
  line-height: 72px;
  margin-bottom: 15px;
  color: #fff;
  font-family: var(--theme-heading-font);
}

.banner-style-1 .banner-content span.lead {
  font-family: var(--theme-heading-font);
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 30px;
}

.banner-style-1 .banner-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  opacity: .8;
  margin-bottom: 40px;
  max-width: 80%;
}

.banner-style-1 .banner-content .btn-video {
  color: #fff;
}

.banner-style-1 .banner-content .btn-video i {
  margin-right: 10px;
  color: var(--theme-primary-color);
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-primary-color);
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
}

.banner-style-2 {
  background: rgba(217, 160, 148, 0.6);
  padding: 140px 0px 240px;
  background-color: transparent;
  background: url("../images/banner/bg-2.jpg") fixed no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.banner-style-2:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  z-index: -1;
}

.banner-style-2 .banner-content {
  text-align: center;
}

.banner-style-2 .subheading {
  font-family: var(--theme-heading-font);
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
}

.banner-style-2 h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 40px;
  color: #fff;
}

.banner-style-2 .btn-main-outline {
  color: #fff;
}

.banner-style-3 .banner-content span.lead {
  font-family: var(--theme-heading-font);
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #000;
  margin-bottom: 5px;
}

.banner-style-3 .banner-content h1 {
  font-size: 40px;
  line-height: 50px;
}

.banner-style-3 .banner-content ul {
  margin-bottom: 20px; margin-left:24px;
}

.banner-style-3 .banner-content ul li {
  color: #000;
  margin-bottom: 3px;
  text-transform: capitalize; line-height:24px;list-style:disc;
}

.banner-style-3 .banner-content ul li:last-child {
  margin-bottom: 0px;
}

.banner-style-3 .banner-content p {
  max-width: 90%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #000;
}

.banner-style-3 .banner-content p:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background: #000;
}

.banner-style-3 .banner-content .btn-video {
  transition: all .4s ease;
  color: #000;
}

.banner-style-3 .banner-content .btn-video i {
  margin-right: 10px;
  color: var(--theme-primary-color);
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-primary-color);
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  transition: all .4s ease;
}

.banner-style-3 .banner-content .btn-video:hover {
  color: var(--theme-primary-color);
}

.banner-style-3 .banner-content .btn-video:hover i {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.banner-style-3 .banner-img {
  position: relative;
  z-index: 1;
}

.banner-style-3 .banner-img:before {
  background: #031F42;
  position: absolute;
  content: "";
  left: -20px;
  top: 40px;
  width: 90%;
  height: 90%;
  z-index: -1;
}

/*-------------------
Banner style4
----------------------*/
.banner-style-4 {
  position: relative;
  padding-bottom: 80px;
  background: url("../images/banner/hero-bg.png") 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-4:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-86deg, #1a555c 0%, #b5d5db 100%);
  background-size: 150% 100%;
  z-index: -1;
  opacity: .8;
}

.banner-form {
  position: relative;
  margin-bottom: 20px;
}

.banner-form .form-control {
  background: #fff;
  height: 70px;
  box-shadow: 0 0 30px rgba(29, 23, 77, 0.06);
}

.banner-form .form-control:focus {
  border-color: var(--theme-primary-color);
}

.banner-form .btn {
  position: absolute;
  top: 7px;
  right: 8px;
}

/*-------------------
Banner style6
----------------------*/
.banner-style-5 {
  background: #f8f8f8;
  background: url("../images/banner/banner-1.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 160px;
}

.banner-style-5:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--theme-secondary-color);
  opacity: .95;
  z-index: -1;
}

.banner-style-5 .banner-content {
  padding-bottom: 80px;
}

.banner-style-5 .banner-content h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.banner-style-5 .banner-content p {
  color: #fff;
  margin-bottom: 35px;
}

.banner-style-5 .banner-content .subheading {
  color: #fff;
  margin-bottom: 20px;
}

.banner-style-5 .banner-img-round {
  margin-bottom: -100px;
}

/*-------------------
Banner style7
-------------------------*/
.banner-style-7 {
  padding: 80px 0px;
  background: rgba(180, 1, 1, 0.05);
}

.banner-style-7 .banner-content h1 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 65px;
  line-height: 75px;
}

.banner-style-7 .banner-content .subheading {
  margin-bottom: 15px;
}

.banner-style-7 .banner-content .about-features li i {
  background: #fff;
}

/*---------------------
Feature intro
----------------------*/
.feature-item {
  transition: all .4s ease;
}

.feature-item .feature-text {
  overflow: hidden;
}

.feature-item .feature-text h4 {
  margin-bottom: 10px;
  font-family: var(--theme-secondary-font);
}

.feature-item .feature-text p {
  margin-bottom: 0px;
}

.feature-style-left .feature-icon {
  margin-right: 30px;
  float: left;
  overflow: hidden;
}

.feature-style-left .feature-icon i {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
}

.feature-style-top .feature-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  background: var(--theme-primary-color);
  border-radius: 100%;
  margin-bottom: 30px;
  position: relative;
}

.feature-style-top .feature-icon:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  z-index: -1;
}

.feature-style-top .feature-text h4 {
  color: #fff;
  margin-bottom: 20px;
}

.feature-style-top .feature-text p {
  color: #fff;
  opacity: .8;
}

.icon-bg-1 {
  background: #2878EB !important;
}

.icon-bg-2 {
  background: #F14D5D !important;
}

.icon-bg-3 {
  background: #4D41E1 !important;
}

.icon-bg-4 {
  background: #FF00FF !important;
}

.features-inner {
  padding: 90px 0px;
  margin: 0 auto;
}

.features {
  position: relative;
}

.features:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #16171B;
  width: 80%;
  height: 100%;
  margin: auto;
  z-index: -1;
  border-radius: 10px;
}

/*--------------------------
Subscribe Form
----------------------*/
.subscribe-form {
  position: relative;
  margin-bottom: 20px;
}

.subscribe-form .form-control {
  background: #fff;
  height: 70px;
  box-shadow: 0 0 30px rgba(29, 23, 77, 0.06);
  border-radius: 0px;
}

.subscribe-form .form-control:focus {
  border-color: var(--theme-primary-color);
}

.subscribe-form .btn {
  position: absolute;
  top: 9px;
  right: 8px;
}

/*--------------------------
Counter
----------------------*/
.count-item {
  margin-bottom: 50px;
}

.count-item h4 {
  font-size: 40px;
  margin-bottom: 15px;
}

.count-item p {
  text-transform: capitalize;
  line-height: 28px;
}

.about-img {
  position: relative;
}

.about-img img {
  border-radius: 5px;
  width: 100%;
}

.rating {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  background: var(--theme-primary-color);
  padding: 20px 20px 30px;
  border-radius: 5px;
  width: 70%;
}

.rating h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.rating h2 span {
  font-size: 20px;
}

.rating p {
  margin-bottom: 0px;
  color: #fff;
}

.about-content2 .count-item h4 {
  margin-bottom: 0px;
  font-size: 60px;
}

.about-content2 .count-item p {
  text-transform: uppercase;
  font-size: 14px;
  color: #aab0bc;
  font-weight: 700;
}

/*------------------------
Chapters Section
------------------------*/
.chapter-item {
  margin-bottom: 40px;
}

.chapter-item h4 {
  text-transform: capitalize;
  font-family: var(--theme-secondary-font);
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.chapter-item h4 i {
  margin-right: 20px;
  color: var(--theme-primary-color);
}

.chapter-item p {
  font-size: 20px;
  line-height: 35px;
  color: #252525;
  max-width: 80%;
}

.benefits {
  background: #1a555c;
}

.benefits .section-heading h2 {
  color: #fff;
  font-size: 50px;
}

.benefits .section-heading p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  opacity: .7;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.benefit-item {
  margin-bottom: 40px;
}

.benefit-item h4 {
  text-transform: capitalize;
  font-family: var(--theme-secondary-font);
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
}

.benefit-item p {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  max-width: 80%;
  opacity: .7;
  text-transform: capitalize;
}

.benefit-item-2 {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: all .4s ease;
}

.benefit-item-2 h4 {
  text-transform: capitalize;
  font-family: var(--theme-secondary-font);
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.benefit-item-2 h4 span {
  font-size: 40px;
  margin-right: 30px;
  font-weight: 400;
}

.benefit-item-2:hover {
  padding-left: 20px;
  cursor: pointer;
}

.benefits-list p {
  color: #fff;
}

.benefits-list a {
  margin-left: 5px;
  text-decoration: underline; color:#b5d5db;
}
.benefits-list a:hover {color:#ffffff;}
/*------------------------
CTA
---------------------------*/
.cta-inner-section {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(29, 23, 77, 0.06);
  background: url("../images/banner/hero-bg.png") 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 80px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.cta-inner-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: rgba(1, 90, 189, 0.75);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-inner-section .subtitle {
  color: #fff;
}

.cta-inner-section h2 {
  color: #fff;
}

/*----------------------
Testiomonial
------------------------*/
.testimonial {
  position: relative;
  z-index: 1;
  background: #F6F6F8;
}

.testimonial-item {
  padding: 10px;
}

.testimonial-inner {
  padding: 0rem 2rem;
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  background: #fff;
  border-radius: .4rem;
  position: relative;
}

.testimonial-inner .quote-icon {
  font-size: 60px;
  right: 20px;
  top: 20px;
  color: var(--theme-secondary-color);
  opacity: .5;
}

.testimonial-inner .client-img {
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.testimonial-inner .testimonial-author h4 {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 18px;
  color: #343f52;
}

.testimonial-inner .meta {
  text-transform: uppercase;
  letter-spacing: .02rem;
  font-size: .7rem;
  font-weight: 600;
  color: #aab0bc;
}

.testimonial-inner .testimonial-text {
  margin-top: 10px;
  color: #000;
}

.testimonial-inner .testimonial-text h5 {
  margin-bottom: 10px;
}

/*------------------------
Clients logo Section
------------------------*/
.clients-section {
  border-top: 1px solid #e1e5ea;
  border-bottom: 1px solid #e1e5ea;
}

.client-logo {
  text-align: center;
  background: #fff;
  border-right: 1px solid #e1e5ea;
  padding: 20px;
}

/*------------------------
Author Section
------------------------*/
.author-social-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100%;
  color: #fff;
  margin-right: 5px;
}

.author-social-links a:hover {
  color: #fff;
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.author {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.author-image img {
  width: 100%;
  border-left: 5px solid #ddd;
}

.author-text {
  background: url(../images/bg/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 85px 60px;
  z-index: 1;
  margin-top: 40px;
  margin-left: -20px;
}

.author-text:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: .9;
}

.author-text h3 {
  color: #fff;
}

.author-text p {
  margin-bottom: 40px;
  color: #fff;
}

.author-2 {
  position: relative;
  z-index: 1;
}

.author-2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  background: #000;
  width: 80%;
  height: 80%;
  z-index: -1;
}

.author-content .sub-title {
  font-style: italic;
  color: #FFF;
  margin-bottom: 20px;
}

.author-content h3 {
  color: #fff;
}

.author-content p {
  margin-bottom: 40px;
  color: #fff;
}

.author-content .author-social-links a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.author-img img {
  width: 100%;
  border: 10px solid #fff;
  border-bottom: 0px;
}

.about {
  position: relative;
  z-index: 2;
}

/*------------------------
Pricing Section
------------------------*/
.pricing-item {
  background: transparent;
  padding: 40px;
  transition: all .4s ease;
  border: 2px solid #F6F6F8;
}

.pricing-item .btn {
  margin-bottom: 15px;
  width: 100%;
}

.pricing-item.featured {
  background: #F6F6F8;
  border-color: #F6F6F8;
}

.pricing-item:hover {
  background: #F6F6F8;
  border-color: #F6F6F8;
}

.pricing-header {
  margin-bottom: 10px;
}

.pricing-header .badge {
  padding: 5px 10px;
  background: #000;
  color: #fff;
}

.price {
  margin-bottom: 20px;
}

.price h2 {
  font-size: 60px;
}

.price span {
  font-style: italic;
  color: var(--theme-secondary-color);
}

.pricing-features {
  margin-bottom: 30px;
}

.pricing-features li {
  margin-bottom: 10px;
}

.pricing-features li i {
  margin-right: 10px;
}

/*------------------------
FAQ Section
------------------------*/
.faq-single {
  margin-bottom: 35px;
}

.faq-single h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

/*------------------------
CTA-2 Section
------------------------*/
.cta-2 {
  background: url(../images/bg/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0px 60px;
  z-index: 1;
}

.cta-2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--theme-primary-color);
  opacity: .9;
}

.cta-2 h2 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}

.cta-2 p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
}

.cta-2 .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/*------------------------
Video Section
------------------------*/
.video-warpper {
  background: url(../images/banner/hero-overlay.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.video-warpper:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #120F2D;
  opacity: .8;
}

.video-warpper h2 {
  color: #fff;
}

.video-section {
  background: url(../images/bg/cta-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0px;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: -120px;
}

.video-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #120F2D;
  opacity: .6;
}

.video-section .video-content {
  text-align: center;
}

.video-section .video-content .video-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--theme-primary-color);
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 105px;
  box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.12);
}

.video-section .video-content .video-icon:hover {
  background: var(--theme-secondary-color);
  color: #fff;
}

.video-section .video-content h2 {
  color: #fff;
  margin-top: 40px;
}

/*----------------------
Testimonial 2 Style 
------------------------*/
.testimonials-slides-5 .testimonial-inner {
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.testimonials-slides-5 .testimonial-inner .client-img {
  margin: 0 auto 26px;
}

.testimonials-slides-5 .testimonial-inner .testimonial-text {
  font-size: 14px;
  line-height: 20px;
}

.testimonials-slides-5 .testimonial-inner h3 {
  margin-bottom: 20px;
}

/*----------------------
Service item
------------------------*/
.service-intro {
  margin-top: -120px;
}

.service-item {
  background: #fff;
  padding: 60px 30px 40px 30px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  transition: all .3s linear;
  z-index: 1;
  overflow: hidden;
}

.service-item h4, .service-item p {
  transition: all .3s linear;
}

.service-item h4 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 20px;
}

.service-item p {
  margin-bottom: 0px;
}

.service-item .service-icon {
  position: relative;
}

.service-item .service-icon i {
  font-size: 60px;
  color: var(--theme-primary-color);
  transition: all .3s linear;
}

.service-item a {
  opacity: .5;
}

.service-item:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  background: var(--theme-primary-color);
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
}

.service-item .number {
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: 700;
  color: #150A29;
  opacity: .2;
  transition: all .3s linear;
  font-size: 22px;
}

.service-item:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.service-item:hover h4, .service-item:hover p {
  color: #fff;
}

.service-item:hover .service-icon i {
  color: #fff;
}

.service-item:hover a {
  color: #fff;
  opacity: 1;
}

.service-item:hover .number {
  color: #fff;
}

.learn-more {
  color: #14133b;
  font-weight: 600;
}

.learn-more i {
  margin-left: 10px;
}

.heading .subheading {
  display: inline-block;
  margin-bottom: 15px;
}

.about-content h2 {
  margin-bottom: 10px;
}

.count-div {
  border-right: 1px solid #ddd;
}

.count-div h4 {
  font-size: 16px;
  font-weight: 600;
}

.count-div p {
  text-transform: capitalize;
  margin-bottom: 0px; font-size:14px; padding-top:5px;
}

.feature-style-2 {
  padding: 25px 35px;
  transition: all .4s;
  border: 1px solid #F6F5FA;
  margin-bottom: 30px;
  background: #F6F5FA;
}

.feature-style-2 i {
  margin-right: 30px;
  font-size: 30px;
  color: var(--theme-secondary-color);
  float: left;
  transition: all .4s;
}

.feature-style-2 h4 {
  overflow: hidden;
  font-size: 20px;
  transition: all .4s;
}

.feature-style-2:hover {
  background: var(--theme-primary-color);
}

.feature-style-2:hover h4 {
  color: #fff;
}

.feature-style-2:hover i {
  color: #fff;
}

.cta-4 {
  background: url("../images/bg/hero_area_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cta-4.cta-bg-2:before {
  background: var(--theme-primary-color);
}

.cta-4.cta-bg-2 .btn-white {
  color: var(--theme-primary-color);
}

.cta-4.cta-bg-2 .btn-white:hover {
  background: #000;
  color: #fff;
}

.cta-4.cta-bg-2 .btn-black:hover {
  background: #fff;
  color: var(--theme-primary-color);
}

.cta-4:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--theme-secondary-color);
  opacity: .95;
  z-index: -1;
}

.cta-4 .cta-content h2 {
  color: #fff;
}

.cta-4 .subheading {
  color: #e5e5e5;
}

.cta-4 .sub-style-2 {
  border-color: rgba(255, 255, 255, 0.06);
}

.cta-4 .download-btn p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.cta-4 .btn-black:hover {
  background: #fff;
  color: var(--theme-primary-color);
}

.author-socials {
  padding: 10px 40px;
  background: #fff;
  background: var(--theme-primary-color);
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 47px;
}

.author-socials span {
  color: #fff;
  font-family: var(--theme-primary-font);
  font-weight: 600;
}

.author-socials a {
  margin: 0px 7px;
  color: #fff;
  font-size: 14px;
  opacity: .9;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
}

.about-features {
  margin: 40px 0px 60px;
}

.about-features li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.about-features li i {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  background: #ddd;
  text-align: center;
  color: #000;
  line-height: 30px;
  border-radius: 100%;
  top: 0px;
}

.testimonials-slides-5 .client-img {
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.pricing-style-2 {
  padding: 40px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all .4s ease;
  background: #F6F5FA;
}

.pricing-style-2 .badge {
  color: #555;
  margin-bottom: 15px;
  background: #ddd;
  transition: all .4s ease;
}

.pricing-style-2 .price {
  margin-bottom: 30px;
}

.pricing-style-2 .price h2 {
  margin-bottom: 20px;
  font-size: 50px;
}

.pricing-style-2 .price .currency {
  font-size: 14px;
  font-family: var(--theme-secondary-font);
  font-style: normal;
  margin-right: 5px;
}

.pricing-style-2 .price small {
  font-size: 14px;
}

.pricing-style-2 .pricing-features {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.pricing-style-2 .pricing-features li {
  color: #000;
  text-transform: capitalize;
}

.pricing-style-2 .pricing-features li i {
  margin-right: 10px;
}

.pricing-style-2 .pricing-features li:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-style-2 .pricing-features .not-included {
  color: #888;
  text-decoration: line-through;
}

.pricing-style-2 .btn {
  width: 100%;
}

.pricing-style-2:hover {
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
}

.pricing-style-2:hover .badge {
  background: var(--theme-primary-color);
  color: #fff;
}

/*-----------------
Counter section
---------------------*/
.counter-section {
  padding: 60px 0px;
  background: url("../images/bg/footer-bg.png");
  background-size: cover;
}

.counter-item i {
  font-size: 30px;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
  color: #fff;
}

.counter-item .count {
  overflow: hidden;
  color: #fff;
  font-size: 70px;
  font-family: var(--theme-primary-font);
}

.counter-item .counter {
  font-size: 70px;
  color: #fff;
}

.counter-item p {
  color: #fff;
  margin-bottom: 0px;
}

/*-----------------------
Feature box
-----------------------*/
.feature-intro {
  transition: all .4s;
  padding: 30px;
  border-radius: 3px;
}

.feature-intro:hover {
  background: rgba(180, 1, 1, 0.05);
}

.feature-intro:hover i {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.feature-intro i {
  margin-bottom: 20px;
  font-size: 30px;
  padding: 20px;
  border-radius: 100%;
  float: left;
  margin-right: 40px;
  background: rgba(180, 1, 1, 0.05);
  transition: all .4s;
  color: #000;
}

.feature-intro h4 {
  margin-bottom: 20px;
}

.feature-intro p {
  margin-bottom: 0px;
}

.feature-intro .feature-text {
  overflow: hidden;
}

/*---------------------
CTA Section
-----------------------*/
.cta-6 {
  padding: 80px 80px;
  margin: 0px 50px;
  border-radius: 5px;
  background: url("../images/bg/cta-bg.jpg") fixed 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta-6:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  z-index: -1;
}

.cta-6 .cta-content h2 {
  color: #fff;
  margin: 20px 0px 40px;
}

.cta-6 .subheading {
  color: #e5e5e5;
}

.subcribe-form .form-control {
  height: 60px;
  border-radius: 0px;
}

/*---------------------
About Section
-----------------------*/
.about-wrapper {
  position: relative;
}

.about-wrapper:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #F9F9F9;
  background-image: linear-gradient(-86deg, #7121ff 0%, #21d4fd 100%);
  background-size: 150% 100%;
  opacity: .5;
  width: 47%;
  height: 100%;
  border-radius: 0px 100px 100px 0px;
  z-index: -1;
}

/*------------------------
Gallery
--------------------------*/
.gallery {
  background: #000;
}

.gallery .heading .subheading {
  color: #fff;
}

.gallery .heading h2 {
  color: #fff;
}

.gallery-screenshot .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.gallery-screenshot button.owl-dot {
  width: 7px;
  height: 7px;
  background: #fff;
  margin: 0px 3px;
  border-radius: 100%;
  opacity: .6;
}

.gallery-screenshot .owl-dot.active {
  opacity: 1;
  background: var(--theme-primary-color);
}

.about-dark-bg:before {
  background: var(--theme-secondary-color);
}

/*-----------------
Intro Feature section
---------------------*/
.intro-section .intro-box h4 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

/* ====================
Footer Section
======================*/
.footer {
  padding: 130px 0px 40px;
  position: relative;
  background: #000000;
}

.footer .footer-widget .widget-title {
  font-family: var(--theme-secondary-font);
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
  opacity: .8;
}

.footer .footer-widget h3 {
  color: #fff;
  font-family: var(--theme-secondary-font);
}

.footer .footer-widget h3 a {
  text-decoration: underline;
}

.footer .footer-widget h2 {
  color: #fff;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-socials a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

.footer .footer-socials a:hover {
  color: var(--theme-primary-color);
}

.footer-mid {
  padding-bottom: 80px;
}

.footer-btm {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-logo {
  margin-right: 20px;
}

.footer-btm-links a {
  color: #fff;
  opacity: .8;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 20px;
}

.footer-btm-links a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.copyright {
  color: #fff;
}

.copyright a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.copyright a:hover {
  color: var(--theme-primary-color);
}

/*----------------------
Fixed top top bottom
--------------------*/
.fixed-btm-top a {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.fixed-btm-top a:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.fixed-btm-top.reveal a {
  opacity: 1;
  visibility: visible;
}

/* ====================
Footer Section
======================*/
.footer {
  padding: 130px 0px 40px;
  position: relative;
  background: #000000;
}

.footer .footer-widget .widget-title {
  font-family: var(--theme-secondary-font);
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
  opacity: .8;
}

.footer .footer-widget h3 {
  color: #fff;
  font-family: var(--theme-secondary-font);
}

.footer .footer-widget h3 a {
  text-decoration: underline;
}
.footer .footer-widget h4 a {
  text-decoration: underline; font-size:22px;color:#fff;
}

.footer .footer-widget h2 {
  color: #fff;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-socials a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

.footer .footer-socials a:hover {
  color: var(--theme-primary-color);
}

.footer-mid {
  padding-bottom: 80px;
}

.footer-btm {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-logo {
  margin-right: 20px;
}

.footer-btm-links a {
  color: #fff;
  opacity: .8;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 15px;
}

.footer-btm-links a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.copyright {
  color: #fff;
}

.copyright a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.copyright a:hover {
  color: var(--theme-primary-color);
}

/*----------------------
Fixed top top bottom
--------------------*/
.fixed-btm-top a {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.fixed-btm-top a:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.fixed-btm-top.reveal a {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=maps/style.css.map */



/*  Page Banner styles */

.page-banner{
  background: #F7F9FC;
}

.page-banner-content h1{
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1.2;
}
.page-banner-content p{
  font-size: 22px;
  line-height: 34px;
}

.no-shadow{
  box-shadow:none;
}

.border-btm-1{
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* COntact Page */

.contact-info-wrapper {
	background: #fff;
	padding: 60px;
	box-shadow: 0 14px 59px rgba(0, 0, 0, 0.06);
  margin-right: 40px;
}

.contact-info-wrapper .contact-item {
	padding: 15px 0px;
	border-bottom: 1px solid #eee;
	display: flex;
}

.contact-info-wrapper h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-wrapper .contact-item h5 {
	font-weight: 400;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
}

.contact-info-wrapper .contact-item i {
	margin-right: 15px;
	color: #333;
	margin-top: 5px;
}

.contact-info-wrapper .contact-item:last-child {
	padding-bottom: 0px;
	border: 0px;
}

/* COntact Form */

.contact__form label{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  letter-spacing: .5px;
}


/*  Blog posts section */

.blog-post .post-thumb{
  border-radius: 5px;
  overflow: hidden;
}
.blog-post h3{
  font-size: 24px;
  line-height: 1.4;
}



.post-meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.post-meta div{
  margin-right: 20px;
}
.post-meta div:last-child{
  margin-right: 0px;
}

.post-meta span i{
  margin-right: 7px;
}


.meta-category{
  padding: 5px 15px;
  border-radius: 35px;
  display: inline-block;
  background: #ddd;
  background: var(--theme-secondary-color);
}
.meta-category a{
  color: #fff;
}

.blog-post .post-meta span{
  color:#8492A7;
}

.border-top-1{
  border-top: 1px solid rgba(0,0,0,0.05);
}
.text-black {color:#000!important}
.about-img4 {border:3px solid #b5d5db;padding:15px;}
.social-md-icons {font-size:16px!important;}
.bg-grey {background:#f0f0f0;}
.text-italics {font-style:italic;font-weight:bold;}
.btn-buy-now {position: absolute;right: 14px;top: 14px;}
.img-responsive {width:100%;}

.btn-buy-now-hindi {position: absolute;left: 246px;margin-top: 32px !important;}

.fixed-phone-whatsapp {position:fixed;margin:0px;padding:0px;bottom:70px;right:20px;width:40px;z-index:99;}
.fx-whatsapp, .fx-phone {width:50px;height:50px;line-height:50px;text-align:center;margin:25px 0 25px 0px;padding:0px;border-radius:50%!important;font-size:1.8rem;box-shadow: 0px 0px 1px 1px #6b6a6a1a;}
.btn-fixed {color:#fff!important;}
.fx-phone {background:#1a555c;color:#ffffff!important;}
.fx-whatsapp {background:#47d914;color:#ffffff!important;}
.fx-whatsapp, .fx-phone {animation: pulse-animation 2s infinite;}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(42, 127, 188, 1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(42, 127, 188, 0);
  }
}

.success-message-fixed {position:fixed;background:#fff;z-index:99;bottom:0;width:100%;text-align:center;}