@charset "UTF-8";
/*
Theme Name: Bausins
Theme URI: 
Author: 
Author URI: 
Description: Bausins is a business website template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@font-face {
  font-family: "Product-Sans-Bold";
  src: url("../fonts/product-sans-bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Product-Sans-Regular";
  src: url("../fonts/product-sans-regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Product-Sans-Bold-Italic";
  src: url("../fonts/product-sans-bold-italic.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Product-Sans-Italic";
  src: url("../fonts/product-sans-italic.ttf") format("truetype");
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #67B8F7;
  --main-color-two: #FFBE3D;
  --secondary-color: #000000;
  --heading-color: #200C00;
  --paragraph-color: #8A94A6;
  --heading-font: "Product-Sans-Bold", sans-serif;
  --body-font: "Product-Sans-Regular", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  font-size: 20px;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 20px;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.padding-top-10 {
  padding-top: 10px;
}

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

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

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

.padding-top-70 {
  padding-top: 70px;
}

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

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

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

.padding-top-105 {
  padding-top: 105px;
}

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

.padding-top-115 {
  padding-top: 115px;
}

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

.padding-bottom-125 {
  padding-bottom: 125px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-135 {
  padding-top: 135px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-145 {
  padding-top: 145px;
}

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

.padding-top-155 {
  padding-top: 155px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-165 {
  padding-top: 165px;
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

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

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

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

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

.padding-bottom-55 {
  padding-bottom: 55px;
}

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

.padding-bottom-65 {
  padding-bottom: 65px;
}

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

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

.padding-bottom-85 {
  padding-bottom: 85px;
}

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

.padding-bottom-95 {
  padding-bottom: 95px;
}

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

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-145 {
  padding-bottom: 145px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-155 {
  padding-bottom: 155px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

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

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

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

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

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

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-85 {
  margin-bottom: 85px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-95 {
  margin-bottom: 95px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-105 {
  margin-bottom: 105px;
}

.margin-bottom-108 {
  margin-bottom: 108px;
}

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-bottom-112 {
  margin-bottom: 112px;
}

.margin-bottom-115 {
  margin-bottom: 115px;
}

.margin-bottom-118 {
  margin-bottom: 118px;
}

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

.margin-bottom-122 {
  margin-bottom: 122px;
}

.margin-bottom-125 {
  margin-bottom: 125px;
}

.margin-bottom-130 {
  margin-bottom: 130px;
}

.margin-bottom-135 {
  margin-bottom: 135px;
}

.margin-bottom-140 {
  margin-bottom: 140px;
}

.margin-bottom-145 {
  margin-bottom: 145px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-bottom-160 {
  margin-bottom: 160px;
}

.margin-bottom-170 {
  margin-bottom: 170px;
}

.margin-bottom-175 {
  margin-bottom: 175px;
}

.margin-bottom-180 {
  margin-bottom: 180px;
}

.margin-bottom-185 {
  margin-bottom: 185px;
}

.margin-bottom-190 {
  margin-bottom: 190px;
}

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

.min-height-600 {
  min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121a2f;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.nav-container {
  max-width: 1240px;
  width: 100%;
}

.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}
.navbar-area {
  padding: 0;
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}
.navbar-area.nav-style-02 {
  background-color: #fff;
  padding: 38px 0;
  z-index: 2;
}
.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area .nav-container {
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navbar-area .nav-container ul li {
  display: inline-block;
  margin: 0 45px;
  color: #200c00;
}
.navbar-area .nav-container ul li:last-child {
  margin-right: 0;
}
.navbar-area .nav-container ul li a {
  color: #200c00;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container ul li a:hover {
  color: var(--secondary-color);
}
.navbar-area .nav-container .btn-wrapper {
  margin-left: 100px;
}
.navbar-area .nav-container .btn-wrapper .boxed-btn {
  display: inline-block;
  padding: 17px 44px;
}

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 17px 15px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }
  .navbar-area .nav-container ul {
    margin-left: 0;
    align-items: flex-end;
    padding-top: 20px;
  }
  .navbar-area .nav-container ul li {
    margin: 0;
  }
  .navbar-area .nav-container ul li + li {
    padding-top: 10px;
  }
  .navbar-area .nav-container .btn-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid #000;
  }
  .navbar-area .nav-container .navbar-brand {
    display: block;
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #000;
  }
}
/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-area {
  padding: 105px 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header-area::after {
  position: absolute;
  width: 96px;
  height: 96px;
  left: -26px;
  top: 115px;
  /* Red */
  background: #eb5757;
  filter: blur(250px);
  content: "";
}
.header-area .shape {
  position: absolute;
  top: 0;
  left: 0;
}
.header-area .shape-02 {
  position: absolute;
  top: -50px;
  right: 0;
}
.header-area .title {
  font-size: 60px;
  line-height: 73px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 20px;
}
.header-area .title span {
  color: var(--main-color-one);
}
.header-area p {
  font-size: 20px;
  line-height: 35px;
}

.header-img {
  position: relative;
  z-index: 0;
}

.list-item {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
  border-radius: 15px;
  position: absolute;
  top: 59px;
  right: 20px;
}
.list-item.style-01 {
  right: inherit;
  top: 215px;
  left: 45px;
}
.list-item.style-02 {
  top: inherit;
  bottom: 285px;
}
.list-item .icon {
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #EAF4FA;
  border-radius: 50%;
  margin-right: 20px;
}
.list-item .item-title {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}
.list-item .item-title span {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
	## Template Pages
--------------------------------------------------------------*/
.template-pages-item {
  margin: 10px 0 50px;
  position: relative;
}
.template-pages-item:hover img {
  box-shadow: 0 16px 50px rgba(200, 157, 102, 0.36);
}
.template-pages-item:hover h2 {
  color: var(--main-color-one);
}
.template-pages-item:hover span {
  color: var(--main-color-one);
  -webkit-text-stroke-color: var(--main-color-one);
}
.template-pages-item:hover .pages-img a:before {
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.template-pages-item:hover .pages-img a:after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.template-pages-item a {
  display: block;
}
.template-pages-item .title {
  font-size: 26px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: all 0.3s ease-in;
  margin-top: 22px;
  text-align: center;
  color: #333333;
  text-transform: capitalize;
}
.template-pages-item img {
  padding: 0 10px 10px;
  box-shadow: 0 16px 50px rgba(48, 65, 54, 0.26);
  transition: all 0.3s ease-in;
  width: 100%;
}
.template-pages-item span {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.84px;
  color: #fff;
  position: absolute;
  transform: rotate(45deg);
  background: #c89d66;
  top: 12px;
  right: -20px;
  padding: 3px 30px;
}

.pages-img a {
  position: relative;
  display: block;
}
.pages-img a::before {
  animation-duration: 0.5s;
  background-color: rgba(53, 45, 102, 0.8);
  content: "";
  display: block;
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transition: all 0.5s ease 0s;
  opacity: 0.5;
}
.pages-img a::after {
  animation-duration: 0.5s;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 0 8px rgba(246, 249, 250, 0.42);
  color: #554848;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  transform: scale(3);
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.testimonial-area {
  position: relative;
  z-index: 0;
}
.testimonial-area .shape {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 40px;
  top: 0;
  /* Orange */
  background: #F2994A;
  filter: blur(100px);
}

.testimonial-carousel-two .owl-item.active.center .single-testimonial-item-04 {
  box-shadow: 0px 50px 65px rgba(176, 183, 195, 0.22);
}

.single-testimonial-item-04 {
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 35px 35px;
  border: 1px solid #F3F3F3;
  border-radius: 15px;
  margin-bottom: 70px;
}
.single-testimonial-item-04 .content {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.single-testimonial-item-04 .content .thumb {
  position: relative;
  z-index: 0;
  width: 80px;
}
.single-testimonial-item-04 .content .description {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 10px;
}
.single-testimonial-item-04 .content .author-details {
  display: flex;
  align-self: flex-start;
  margin-bottom: 22px;
}
.single-testimonial-item-04 .content .author-details .author-meta {
  flex: 1;
  margin-top: 10px;
  margin-left: 20px;
}
.single-testimonial-item-04 .content .author-details .author-meta .title {
  font-size: 20px;
  line-height: 24px;
  color: #323b4b;
  border-radius: 5px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.single-testimonial-item-04 .content .author-details .author-meta .designation {
  font-size: 18px;
  line-height: 22px;
}
.single-testimonial-item-04 .content .ratings i {
  font-size: 30px;
}

.terms-content .title {
  font-size: 60px;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area.style-01 {
  box-shadow: 0px 0px 77px rgba(176, 183, 195, 0.22);
}
.footer-area .footer-top {
  border-bottom: 1px solid rgba(176, 183, 195, 0.22);
}

.copyright-area {
  text-align: center;
  padding: 30px 0 30px;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*---------------------------
    Request Form Quote
---------------------------*/
.contact-area-wrap {
  box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
  border-radius: 15px;
  padding: 55px 140px 60px;
}

.request-page-form .form-group textarea {
  height: 210px;
  width: 100%;
  resize: none;
  border: 2px solid #f5f6fa;
  padding: 15px 30px 15px 30px;
  border-radius: 10px;
}
.request-page-form .form-group textarea::placeholder {
  color: #b0b7c3;
  font-size: 20px;
}
.request-page-form .form-group .form-control {
  border: 2px solid #f5f6fa;
  border-radius: 10px;
  height: 66px;
  padding: 15px 30px 15px 30px;
  color: var(--heading-color);
  background-color: transparent;
}
.request-page-form .form-group .form-control::placeholder {
  color: #b0b7c3;
  font-size: 20px;
}
.request-page-form .form-group label {
  color: #200c00;
  font-weight: 600;
  margin-bottom: 15px;
}
.request-page-form .form-group span {
  color: var(--main-color-one);
  display: inline-block;
  margin-top: 10px;
}
.request-page-form .btn-wrapper .boxed-btn {
  padding: 20px 58px;
  min-width: 165px;
  display: inline-block;
}

.responsive-area {
  background-color: rgba(217, 180, 255, 0.35);
  position: relative;
  z-index: 0;
}
.responsive-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  background-color: #fff;
  z-index: -1;
}
.responsive-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background-color: #fff;
  z-index: -1;
}

.responsive-wrapper.bg-image {
  position: relative;
  z-index: 0;
}
.responsive-wrapper.bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-image: url(../img/others/01.png);
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color-one);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color-one);
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}
.btn-wrapper .boxed-btn {
  background-color: var(--main-color-one);
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  padding: 27px 55px;
  min-width: 160px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease-in;
  font-weight: 500;
}
.btn-wrapper .boxed-btn i {
  font-size: 32px;
  line-height: 42px;
  margin-right: 10px;
}
.btn-wrapper .boxed-btn.white:hover {
  background-color: #fff;
  color: var(--secondary-color);
}
.btn-wrapper .boxed-btn:hover {
  color: #fff;
  background-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.btn-rounded {
  border-radius: 3px;
}
.btn-wrapper .boxed-btn.reverse-color {
  color: #fff;
  background-color: var(--secondary-color);
}
.btn-wrapper .boxed-btn.reverse-color:hover {
  background-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-wrapper .boxed-btn.blank:hover {
  color: #fff;
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
}
.btn-wrapper .btn-testimonial {
  color: var(--main-color-one);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-wrapper .btn-testimonial i {
  margin-left: 10px;
}

.desktop-center {
  text-align: center;
}

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

.desktop-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

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

  .tablet-right {
    text-align: right;
  }
}
@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

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

  .mobile-right {
    text-align: right;
  }
}
/*-------------------------
    Section Title
-------------------------*/
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.7);
}
.section-title.white span {
  color: rgba(255, 255, 255, 0.7);
}
.section-title.white .section-para {
  color: rgba(255, 255, 255, 0.7);
}
.section-title svg {
  margin-bottom: 20px;
}
.section-title .title {
  font-size: 60px;
  line-height: 73px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.section-title .title span {
  font-size: 60px;
  line-height: 73px;
  color: #200C00;
  font-family: var(--body-font);
  font-weight: 400;
}
.section-title .subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  font-family: var(--heading-font);
  color: var(--main-color-one);
  margin-bottom: 20px;
  display: inline-block;
}
.section-title span {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--main-color-one);
}
.section-title p {
  font-size: 20px;
  line-height: 35px;
}
.section-title p span {
  font-size: 20px;
  line-height: 35px;
  font-family: var(--heading-font);
  color: var(--main-color-one);
}
.section-title .bold-para {
  color: #200C00;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}

/*--------------------------
    Video Play Button
--------------------------*/
.video-play-area {
  background-color: #FAFBFC;
}

.video-play {
  position: relative;
  z-index: 0;
}
.video-play .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  background-color: var(--main-color-one);
  border-radius: 50%;
}