/*==================
Author       : Pxelcdoe
Template Name: 
Author URI : https://themeturn.com/
Description: 
Version      : 1.0
================================*/
/*------------------------------------------------------------------
[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=Unna:wght@400;700&family=Urbanist:wght@400;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&family=DM+Sans:wght@400;600;700&family=Prompt:wght@400;600;700&display=swap');


:root {
  /* --theme-heading-font:'Unna', serif; */
  --theme-heading-font:'Plus Jakarta Sans', sans-serif;
  --theme-secondary-font:'Prompt', sans-serif;
  /* --theme-secondary-font:'Urbanist', sans-serif; */
  /* --theme-primary-color: #FFB966; */
  --theme-primary-color: #F14D5D;
  --theme-secondary-color: #015ABD;
  --theme-heading-color: #060606;
  --theme-text-color: #666;
  --theme-white-color: #fff;
  --theme-border-color: #ddd;
}

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

html {
  font-family: sans-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: 16px;
  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: 1.8em;
  font-size: 16px;
}

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

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

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

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

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

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

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

.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: 40px;
  line-height: 55px;
  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;
}

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

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

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

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

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

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

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

.bg-grey {
  background: #F3F6FF;
}

.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.jpg");
  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;
}

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

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

.btn-radius {
  border-radius: 45px;
}
.mr-10{
  margin-right: 10px;
}

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

/*-------------------------
Main Menu header
-------------------------*/
.header-navbar .site-logo {
  width: 10%;
  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: 16px;
  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: 40px;
}

@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: 14px;
}

.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: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.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 16px 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: 16px;
  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.menu_fixed {
  background: #000;
  box-shadow: none;
}

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

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

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

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

.banner-style-1 {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  background: url("../images/banner/bg-2.jpg") no-repeat center center;
  background-size: cover;
}

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

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

.banner-style-1 .banner-content h1 {
  font-size: 78px;
  line-height: 1.3em;
  color: #fff;
  font-family: var(--theme-heading-font);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.banner-style-1 .banner-content span.lead {
  font-family: var(--theme-heading-font);
  color: #eaeaea;
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
}

.banner-style-1 .banner-content p {
  font-size: 18px;
  color: #eaeaea;
  margin-bottom: 50px;
  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-img {}
.banner-img img {
  border-radius: 10px;
  /* padding: 5px; */
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 10px 10px 0px rgba(255,255,255,.05);
}


/* 

.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: 15px;
}

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

.banner-style-3 .banner-content ul {
  margin-bottom: 40px;
}

.banner-style-3 .banner-content ul li {
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}

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

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

.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-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: 9px;
  right: 8px;
} */

/*---------------------
INtro item
----------------------*/

.intro-section{
  position: relative;
  z-index: 2;
  margin-top: -40px;
}

.intro-section:after{
  position: absolute;
  content:"";
  width: 70%;
  height: 100%;
  /* background: #E7F9FC; */
  background: #F8F8F8;
  top: 0px;
  z-index: -1;
  left: 0px;
}

.intro-item{
  transition: all .4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 25px 20px;
  /* background: #E7F9FC; */
  background: #F8F8F8;
  display: flex;
  align-items: center;
  position: relative;
}

.intro-item:after{
  position: absolute;
  content:"";
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background: var(--theme-primary-color);
  transition: all .4s ease;
}

.intro-item:hover{
  box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.10);
  background: #fff;
}
.intro-item:hover:after{
  width: 100%;
}
.intro-item-img{
  margin-right: 30px;
}

.intro-item-img img{
  transition: all .4s ease;
  border-radius: 5px;
  width: 130px;
}
.intro-item:hover img{
  /* transform: scale(1.1); */
}

.intro-item-content p{
  margin-bottom: 0px;
  line-height: 1.6em;
}
.intro-item-content h4{
  margin-bottom: 10px;
  font-size: 20px;
}

/* ================
Features
================*/
.feature-style-2 {
  text-align: center;
  transition: .4s;
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.feature-style-2 i {
  font-size: 40px;
  color: var(--theme-primary-color);
  transition: .4s ease;
}

.feature-style-2 h4 {
  margin: 10px 0px 20px 0px;
}

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

.feature-inner {
  background: #fff;
  padding: 25px 20px;
  position: relative;
  border-radius: 5px;
}




/*---------------------
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
----------------------*/
.subheading {
  color: var(--theme-primary-color);
  font-family: var(--theme-heading-font);
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
}


.count-item i{
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--theme-primary-color);
  display: inline-block;
  color:#fff;
  margin-bottom: 10px;
}

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

.count-item p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}


/*  ABout section */
.about-img {
  position: relative;
}

.about-content h3{
  font-size: 50px;
  line-height: 1.4em;
}

.about-img img {
  border-radius: 360px 360px 0px 0px;
  box-shadow: 1px 1px 0px #000;
  padding: 5px;
}
.inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 39px 70px 24px;
  /* background: #193B1E; */
  background-color: #031F42;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  border: 10px solid #fff;
}
.single-counter-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.05);
  padding-right: 50px;
}

.single-counter-item {
  position: relative;
  padding-top: 40px;
}

.single-counter-item p{
  color:#fff;
}
.single-counter-item h2{
  color:#fff;
  font-size: 65px;
  font-weight: 600;
}

.single-counter-item i{
  font-size:40px;
  margin-bottom:20px;
  color:#fff;
  opacity: .09;
  position: absolute;
  left: 0px;
  font-size: 75px;
  top: -10px;
} 

/* 

.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: 20px;
  text-align: center;
  padding: 40px 25px;
  border: 1px solid #eee;
  /* background: #eee; */
}

.chapter-item h4 {
  text-transform: capitalize;
  font-size: 24px;
  text-transform: capitalize;
}

.chapter-item i {
  display: inline-block;
  width:80px;
  height:80px;
  background: #031F42;
  font-size: 35px;
  line-height: 80px;
  color: var(--theme-primary-color);
  margin-bottom: 30px;
  border-radius: 50px;
}

.chapter-item p {
  font-size: 16px;
  color: #252525;
  display: none;
}

.cta-wrapper{
  padding-top: 60px;
}

.cta-wrapper h3{
  font-size: 50px;
  line-height: 1.3em;
}

/*  Cta Inner */
.cta-inner{
  margin-top: 40px;
  /* background: #E7F9FC; */
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid rgba(0, 0, 0, 0.04); */
  position: relative;
  /* background: url("../images/banner/bg-3.jpg") no-repeat center center;
  background-size: cover; */
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #E7F9FC;
}

.cta-inner h4{
  text-transform: capitalize;
  font-size: 22px;
}
/* .cta-inner:after{
  position: absolute;
  content:"";
  right: 0px;
  bottom:0px;
  width: 100%;
  height: 100%;
  background: #E7F9FC;
  opacity: .97;
  z-index: -1;
} */


/* Benifits */

.benefits {
  background: #141516;
}

.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: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

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

/*------------------------
CTA
---------------------------*/
.cta-inner-section {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(29, 23, 77, 0.06);
  background: url("../images/bg/banner-image-03.jpg") 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.95);
  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: 2rem 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;
}

.testimonial {
  padding-bottom: 250px;
}

/*------------------------
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;
  border-radius:10px;
}


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

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

.pricing-header {
  padding: 40px 40px 30px 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.pricing-header .badge {
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
  font-weight: 400;
}


.price {
  margin-bottom: 40px;
  padding: 0px 40px;
}

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

.price h2 span{
  font-size: 10px;
  color:#000;
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px 8px;
  letter-spacing: 1px;
}

.price span {
 text-transform: capitalize;
  color: var(--theme-secondary-color);
}

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

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

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

.pricing-item .btn {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  font-size: 20px;
  font-weight: 500;
}


/*------------------------
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: 20px;
  line-height: 40px;
}

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

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

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