/*-------------------------------------
  
    Version: 1.0
    Tags: realesate, architecture, creative, building, construction, products
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common SCSS
    02. Content Box
    03. Icon Box
    04. Order, Unorder List
    05. Round One side 
    06. Video side 
    07. Overlap Image Box
    08. Image Box

    01. Header style
    02. Banner style
    03. Block style
    04. About Section
    05. Counter Section
    06. Slider Section
    07. Team Section
    08. Feature Section
    09. Property Scetion
    10. Property Details Section
    11. Partner Section
    12. Blog Section
    13. CTA Section
    14. Footer section
    

/**
 * Fonts 
 * Poppins
 * Sofia Pro
 * Roboto
 */
@import url("../../../css2");
@import url("../../../css2-1");
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiaPro/SofiaPro-Light.woff2") format("woff2"), url("../fonts/sofiaPro/SofiaPro-Light.woff") format("woff"), url("../fonts/sofiaPro/SofiaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiaPro/SofiaPro-Regular.woff2") format("woff2"), url("../fonts/sofiaPro/SofiaPro-Regular.woff") format("woff"), url("../fonts/sofiaPro/SofiaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiaPro/SofiaPro-Medium.woff2") format("woff2"), url("../fonts/sofiaPro/SofiaPro-Medium.woff") format("woff"), url("../fonts/sofiaPro/SofiaPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiaPro/SofiaPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/sofiaPro/SofiaPro-SemiBoldItalic.woff") format("woff"), url("../fonts/sofiaPro/SofiaPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiaPro/SofiaPro-Black.woff2") format("woff2"), url("../fonts/sofiaPro/SofiaPro-Black.woff") format("woff"), url("../fonts/sofiaPro/SofiaPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiaPro/SofiaPro-Bold.woff2") format("woff2"), url("../fonts/sofiaPro/SofiaPro-Bold.woff") format("woff"), url("../fonts/sofiaPro/SofiaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*********************************
/* All Color
*********************************/
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * 
 * 
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  color: #161c2a;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 55px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 38px;
    line-height: 55px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 29px;
    line-height: 55px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 25px;
    line-height: 40px;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #161c2a;
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #161c2a;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  color: #161c2a;
}

@media screen and (max-width: 375px) {
  h4 {
    font-size: 19px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  color: #161c2a;
}

h6 {
  font-family: "Sofia Pro";
  margin-bottom: 0;
}

figure {
  margin: 0;
}

.border-none {
  border: none !important;
}

span {
  color: #122B5C;
}

.bg-green {
  background: #05ce91;
}

.bg-red {
  background: #122B5C;
}

.text-green {
  color: #05ce91;
}

.text-gray {
  color: #5c727d;
}

p {
  font-family: "Sofia Pro";
  color: #5c727d;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section-title {
  margin-bottom: 51px;
}

.section-title h6 {
  font-size: 18px;
  line-height: initial;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  color: #6a66d3;
  background: #416bad1c;
  padding: 5px 27px 8px;
  border-radius: 30px;
}

.section-title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
}

.section-title h2 {
  text-transform: capitalize;
}

ul,
li {
  list-style: inherit;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
}



figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 100px 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  section {
    padding: 90px 0px;
  }
}

@media screen and (max-width: 479px) {
  section {
    padding: 50px 0px;
  }
}

.bg-color {
  background: #f2f5f7;
}

@media (min-width: 479px) and (max-width: 576px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

/*********************************
/* Padding-Top
*********************************/
.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

/*********************************
/* Padding-Bottom
*********************************/
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

/*********************************
/* Padding-Right
*********************************/
.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

/*********************************
/* Padding-Left
*********************************/
.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

/*********************************
/* Margin-Top
*********************************/
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

/*********************************
/* Margin-Bottom
*********************************/
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/*********************************
/* Margin-right
*********************************/
.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

/*********************************
/* Margin-Left
*********************************/
.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

/*********************************
/* Custom Scroll Bar Start
*********************************/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(199, 199, 199, 0.3);
  background-color: #fcfcfc;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fcfcfc;
}

::-webkit-scrollbar-thumb {
  background-color: #AD874E;
  border: 2px solid #fcfcfc;
  width: 3px;
  border-radius: 10px;
}

/*********************************
/* Custom Scroll Bar End
*********************************/
/*********************************
/* Input Apperance Start
*********************************/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: poPoppins;
  border-radius: 8px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*********************************
/* Input Apperance End
*********************************/
/*********************************
/* Scroll Up Css Start
*********************************/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -30px;
  right: 30px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: poPoppins;
  background: #AD874E;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
  right: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #122B5C;
}

/*********************************
/* Scroll Up Css End
*********************************/
/*********************************
/* Button Start
*********************************/
.btn {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #AD874E;
  border-radius: 8px;
  background: #AD874E;
  color: #fff;
  padding: 12px 29px;
  display: inline-block;
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  poPoppins-events: auto;
  z-index: 1;
}

.btn i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FFFFFF;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.solid-btn a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #122B5C;
  font-weight: 600;
  text-transform: uppercase;
}

.solid-btn a i {
  margin-left: 5px;
}

.solid-btn a:hover {
  color: #AD874E;
}

/*********************************
/* Button End
*********************************/
/*********************************
/* Header  Start
*********************************/
.header-section {
  position: relative;
}

.header-section-v2 {
  position: absolute;
  width: 100%;
  z-index: 11;
}

.header-section-v2 .main-header.nav-scroll {
  background: #122B5C;
}

.header-section-v2 .main-header .header-menu .main-menu li a {
  color: #fff !important;
}

.header-section-v2 .main-header .header-menu .main-menu li a::after {
  color: #fff !important;
}

.header-section-v2 .main-header .header-menu .main-menu li a.active, .header-section-v2 .main-header .header-menu .main-menu li a:hover {
  color: #AD874E !important;
}

.header-section-v2 .main-header .header-menu .main-menu li a.active::after, .header-section-v2 .main-header .header-menu .main-menu li a:hover::after {
  color: #AD874E !important;
}

.header-section-v2 .main-header .header-menu .main-menu li .sub-menu li a {
  color: #122B5C !important;
}

.header-section-v2 .main-header .header-toggle button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 479px) {
  .header-section-v2 .main-header .header-btn .btn {
    padding: 10px;
    font-size: 12px;
  }
}

/*********************************
/* Header Top Bar V1 Start
*********************************/
.header-top-bar {
  background: #122B5C;
  border-bottom: 0.5px solid rgba(233, 233, 233, 0.1);
}

@media screen and (max-width: 767px) {
  .header-top-bar {
    display: none;
  }
}

.header-top-bar .header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 767px) {
  .header-top-bar .header-meta {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 400px) {
  .header-top-bar .header-meta {
    display: block;
  }
}

.header-top-bar .header-meta .header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
}

.header-top-bar .header-meta .header-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #AD874E;
}

@media screen and (max-width: 400px) {
  .header-top-bar .header-meta .header-link::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-top-bar .header-meta .header-link {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-top-bar .header-meta .header-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 400px) {
  .header-top-bar .header-meta .header-link {
    margin-right: 0;
    padding-right: 0;
  }
}

.header-top-bar .header-meta .header-link .link {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 400px) {
  .header-top-bar .header-meta .header-link .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-top-bar .header-meta .header-link .link a {
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-top-bar .header-meta .header-link .link a:hover {
  color: #AD874E;
}

.header-top-bar .header-meta .header-link .link img {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .header-top-bar .header-meta .header-link .link .btn {
    padding: 7px 17px;
  }
}

.header-top-bar .header-meta .header-link:last-of-type {
  margin-right: 0;
}

.header-top-bar .header-meta .header-link:last-of-type::after {
  display: none;
}

/*********************************
/* Header Top Bar V1 End
*********************************/
/*********************************
/* Header Top Bar V2 Start
*********************************/
@media screen and (max-width: 767px) {
  .header-top-bar-v2 {
    display: none;
  }
}

.header-top-bar-v2 .header-area {
  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;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0px;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area {
  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;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list:last-of-type {
  border-right: none;
  padding-right: 0;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list:first-of-type {
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list .info-icon img {
  position: relative;
  top: 3px;
  margin-right: 8px;
  width: auto;
  height: auto;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list .info-icon i {
  font-size: 32px;
  color: #AD874E;
  display: block;
  margin-right: 8px;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list .info-content h6 {
  font-size: 16px;
  line-height: 18px;
  color: #122B5C;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list .info-content .info-des a,
.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list .info-content .info-des {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 3px;
  color: #595858;
  font-weight: 500;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list .info-content .info-des a:hover,
.header-top-bar-v2 .header-area .top-content .header-quote .address-area .address-list .info-content .info-des:hover {
  color: #AD874E;
}

/*********************************
/* Header Top Bar V2 End
*********************************/
/*********************************
/* Main Header Start
*********************************/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .header-section .nav {
    padding: 20px 0px;
  }
}

.header-section .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-section .header-logo a img {
  width: auto;
  height: auto;
  display: block;
}

.header-section .header-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-section .header-menu .main-menu li {
  position: relative;
  list-style: none;
}

.header-section .header-menu .main-menu li.has-dropdown a {
  position: relative;
}

.header-section .header-menu .main-menu li.has-dropdown a::after {
  content: "\f078";
  font-family: "Poppins";
  font-weight: 900;
  font-size: 13px;
  color: #122B5C;
  margin-left: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-section .header-menu .main-menu li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #122B5C;
  display: inline-block;
  margin-right: 30px;
  line-height: 80px;
  padding: 0;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
}

.header-section .header-menu .main-menu li a:hover, .header-section .header-menu .main-menu li a.active {
  color: #AD874E;
}

.header-section .header-menu .main-menu li a:hover::after, .header-section .header-menu .main-menu li a.active::after {
  color: #AD874E;
}

@media screen and (max-width: 1199px) {
  .header-section .header-menu .main-menu li a {
    margin-right: 17px;
  }
}

.header-section .header-menu .main-menu li:last-child a {
  margin-right: 0;
}

.header-section .header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 240px;
  background: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border-top: 3px solid #AD874E;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-section .header-menu .main-menu li .sub-menu li a {
  padding: 10px 25px;
  font-size: 15px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #122B5C;
  border-bottom: 1px dashed #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.header-section .header-menu .main-menu li .sub-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #AD874E;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-section .header-menu .main-menu li .sub-menu li a::after {
  display: none;
}

.header-section .header-menu .main-menu li .sub-menu li a:hover, .header-section .header-menu .main-menu li .sub-menu li a.active {
  padding-left: 35px;
}

.header-section .header-menu .main-menu li .sub-menu li a:hover::before, .header-section .header-menu .main-menu li .sub-menu li a.active::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-section .header-menu .main-menu li .sub-menu li:last-child a {
  border: none;
}

.header-section .header-menu .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-section .header-menu .main-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*********************************
/* Main Header End
*********************************/
/*********************************
/* Header Meta Start
*********************************/
.header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 479px) {
  .header-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*********************************
/* User Profile Start
*********************************/
.user-toggle {
  font-size: 16px;
  color: #122B5C;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.user-toggle svg {
  width: 19px;
  height: auto;
}

.user-toggle svg path {
  fill: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.user-toggle img {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  border: 2px solid #AD874E;
}

.user-toggle:hover {
  color: #fff;
  background: #AD874E;
}

.user-toggle:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 991px) {
  .user-toggle {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 375px) {
  .user-toggle {
    display: none;
  }
}

.user-profile {
  position: relative;
}

.user-dropdown-menu {
  display: block;
  padding: 10px;
  min-width: 220px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 25px rgba(126, 126, 126, 0.15);
          box-shadow: 0 1px 25px rgba(126, 126, 126, 0.15);
  position: absolute;
  top: 140%;
  right: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.user-dropdown-menu a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 0.8;
  padding: 15px;
  color: #5c727d;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.user-dropdown-menu a .text p {
  display: inline-block;
  color: #5c727d;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}

.user-dropdown-menu a:hover {
  background: #eff1f5;
}

.user-dropdown-menu.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/*********************************
/* User Profile End
*********************************/
/*********************************
/* Search Toggle Start
*********************************/
.search-toggle {
  font-size: 16px;
  color: #122B5C;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.search-toggle svg {
  width: 18px;
  height: auto;
}

.search-toggle svg path {
  fill: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.search-toggle:hover {
  color: #fff;
  background: #AD874E;
}

.search-toggle:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 991px) {
  .search-toggle {
    width: 40px;
    height: 40px;
  }
}

.search-wrap {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: #122B5C;
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search-wrap .search-field-holder {
    width: 90%;
  }
}

.search-wrap .search-field-holder .main-search-input {
  width: 100%;
  height: 100px;
  border: 0;
  padding: 0 50px;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  outline: none;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .search-wrap .search-field-holder .main-search-input {
    font-size: 20px;
  }
}

/*********************************
/* Search Toggle End
*********************************/
/*********************************
/* Search Popup Start
*********************************/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 1200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1200ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.search-popup::before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url("../images/header/waves-shape.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: -140px auto 0px;
  border-radius: 50%;
  text-align: center;
  background-color: #AD874E;
  height: 60px;
  width: 60px;
  font-size: 20px;
  color: #fff;
  cursor: poPoppins;
  border: none;
  outline: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.search-popup .form-group {
  position: relative;
  overflow: hidden;
}

.search-popup .form-group .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  color: #122B5C;
  background-color: #fff;
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #fff;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: none;
}

.search-popup .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #AD874E;
}

.search-popup .form-group .submit-btn {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #122B5C;
  border: none;
  outline: none;
  padding: 0;
  cursor: poPoppins;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.search-active .search-popup form {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

/*********************************
/* Search Popup End
*********************************/
/*********************************
/* Header Cart Start
*********************************/
.header-cart {
  position: relative;
}

@media screen and (max-width: 375px) {
  .header-cart {
    margin-left: 10px;
  }
}

.header-cart .cart-toggle {
  font-size: 16px;
  color: #122B5C;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-cart .cart-toggle svg path {
  fill: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-cart .cart-toggle:hover {
  color: #fff;
  background: #AD874E;
}

.header-cart .cart-toggle:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 991px) {
  .header-cart .cart-toggle {
    width: 40px;
    height: 40px;
  }
}

.header-cart .cart-toggle .count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #AD874E;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -6px;
  right: 0;
}

/*********************************
/* Header Cart End
*********************************/
/*********************************
/* Header Mini Cart Start
*********************************/
.flyout-cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.flyout-cart.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.flyout-cart.active .dropdown-cart {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.dropdown-cart {
  width: 320px;
  padding: 30px 10px 30px 20px;
  -webkit-box-shadow: 0 0 39px #122B5C30;
          box-shadow: 0 0 39px #122B5C30;
  border: 0;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 9999;
  right: 0;
  right: -100px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 479px) {
  .dropdown-cart {
    width: 300px;
  }
}

.dropdown-cart .cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.dropdown-cart .cart-title h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.dropdown-cart .cart-title .close-btn {
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: poPoppins;
}

.dropdown-cart .cart-title .close-btn:focus {
  border: none;
  outline: none;
}

.dropdown-cart .cart-title .close-btn:hover .span {
  background: #AD874E;
}

.dropdown-cart .cart-title .close-btn:hover .span::after, .dropdown-cart .cart-title .close-btn:hover .span::before {
  background: #AD874E;
}

.dropdown-cart .cart-title .close-btn .span {
  height: 2px;
  width: 25px;
  position: relative;
  outline: none;
  background: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dropdown-cart .cart-title .close-btn .span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.dropdown-cart .cart-items {
  height: calc(100% - 250px);
  overflow-y: auto;
}

.dropdown-cart .cart-items .single-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px dashed #cdcdcd;
  padding-bottom: 15px;
}

.dropdown-cart .cart-items .single-cart-item .item-image img {
  width: 80px;
  border-radius: 4px;
}

.dropdown-cart .cart-items .single-cart-item .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}

.dropdown-cart .cart-items .single-cart-item .item-content .title {
  line-height: 25px;
}

.dropdown-cart .cart-items .single-cart-item .item-content .title a {
  font-size: 15px;
  font-weight: 600;
  color: #122B5C;
}

.dropdown-cart .cart-items .single-cart-item .item-content .title a:hover {
  color: #AD874E;
}

.dropdown-cart .cart-items .single-cart-item .item-content .total-quantity {
  font-size: 14px;
  color: #AD874E;
  line-height: 1.75;
  display: block;
}

.dropdown-cart .cart-items .single-cart-item .btn-close {
  font-size: 12px;
  color: #122B5C;
  position: absolute;
  top: 0;
  right: 5px;
  border: none;
  outline: none;
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(38, 38, 38, 0.12);
          box-shadow: 0px 0px 10px rgba(38, 38, 38, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.dropdown-cart .cart-items .single-cart-item .btn-close i {
  font-size: 12px;
}

.dropdown-cart .cart-items .single-cart-item .btn-close:hover {
  background: #AD874E;
  color: #fff;
}

.dropdown-cart .cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-right: 10px;
}

.dropdown-cart .cart-total .label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #122B5C;
}

.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #AD874E;
}

.dropdown-cart .cart-btns {
  margin-top: 15px;
}

.dropdown-cart .cart-btns .btn {
  width: 100%;
  margin-top: 10px;
}

/*********************************
/* Header Mini Cart End
*********************************/
/*********************************
/* Header Meta End
*********************************/
/*********************************
/* Header Toggle Start
*********************************/
.header-toggle .toggler-btn {
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 20px;
  border: none;
  padding: 0;
  margin-left: 10px;
  cursor: poPoppins;
  color: #5c727d;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.68);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-toggle .toggler-btn:focus {
  border: none;
  outline: none;
}

.header-toggle .toggler-btn:hover .span {
  background: #AD874E;
}

.header-toggle .toggler-btn:hover .span::after, .header-toggle .toggler-btn:hover .span::before {
  background: #AD874E;
}

.header-toggle .toggler-btn .span {
  height: 2px;
  width: 22px;
  position: relative;
  outline: none;
  background: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-toggle .toggler-btn .span::before, .header-toggle .toggler-btn .span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  top: -7px;
  left: 0;
  background: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header-toggle .toggler-btn .span::after {
  top: 7px;
}

.header-toggle .toggler-btn:hover .span {
  background-color: transparent;
}

.header-toggle .toggler-btn:hover .span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.header-toggle .toggler-btn:hover .span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

/*********************************
/* Header Toggle End
*********************************/
/*********************************
/* FlyOut Menu Start
*********************************/
.flyout-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.flyout-menu.active {
  opacity: 1;
  visibility: visible;
}

.flyout-menu.active .offcanvas-body {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.offcanvas-body {
  position: absolute;
  top: 0;
  padding: 30px;
  width: 320px;
  background: #fff;
  -webkit-box-shadow: 0 0 39px #122B5C30;
          box-shadow: 0 0 39px #122B5C30;
  height: 100vh;
  z-index: 99;
  left: -100px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  overflow-y: auto;
}

.offcanvas-body .offcanvas-header {
  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: 0;
}

.offcanvas-body .offcanvas-header .offcanvas-logo a img {
  width: auto;
}

.offcanvas-body .offcanvas-header .close-btn {
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: poPoppins;
}

.offcanvas-body .offcanvas-header .close-btn:focus {
  border: none;
  outline: none;
}

.offcanvas-body .offcanvas-header .close-btn:hover .span {
  background: #AD874E;
}

.offcanvas-body .offcanvas-header .close-btn:hover .span::after, .offcanvas-body .offcanvas-header .close-btn:hover .span::before {
  background: #AD874E;
}

.offcanvas-body .offcanvas-header .close-btn .span {
  height: 2px;
  width: 25px;
  position: relative;
  outline: none;
  background: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.offcanvas-body .offcanvas-header .close-btn .span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-menu {
  padding: 30px 0;
}

.offcanvas-menu .main-menu {
  list-style: none;
}

.offcanvas-menu .main-menu li {
  position: relative;
  border-top: 1px dashed #e7e7e7;
}

.offcanvas-menu .main-menu li h6 {
  text-transform: uppercase;
  color: #fff;
  background: #242d46;
  padding-left: 6%;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #122B5C;
  padding: 15px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li a:hover {
  color: #AD874E;
}

.offcanvas-menu .main-menu li .sub-menu li a {
  padding-left: 6%;
}

.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: poPoppins;
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 2px;
  background-color: #122B5C;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 13px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #122B5C;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.offcanvas-menu .main-menu li.active .menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  display: none;
}

/*********************************
/* FlyOut Menu End
*********************************/
/*********************************
/* Sticky Start
*********************************/
.nav-scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: fixed !important;
  top: -80px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 9999;
}

/*********************************
/* Sticky End
*********************************/
/*********************************
/* Banner Section Start
*********************************/
.banner-section {
  padding: 12% 0% 11%;
}

.hero-text {
  position: relative;
  width: 750px;
  max-width: 100%;
  z-index: 1;
}

.hero-text h6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #6a66d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.hero-text h6 svg {
  width: 17px;
  margin-right: 9px;
}

.hero-text h6 svg path {
  fill: #6a66d3;
}

@media screen and (max-width: 479px) {
  .hero-text h6 {
    font-size: 18px;
  }
}

.hero-text h1 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-weight: 700;
}

.hero-text p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  width: 505px;
  max-width: 100%;
  margin-bottom: 48px;
  display: block;
}

.hero-text .hero-btn {
  display: inline-block;
}

.hero-text.text-center {
  margin: auto;
  text-align: center;
}

.hero-text.text-center h6 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-text.text-center p {
  margin: 0 auto 48px;
  width: 600px;
}

.hero-text.text-right {
  margin-left: auto;
  text-align: right;
}

.hero-text.text-right h6 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.hero-text.text-right p {
  margin-left: auto;
}

.banner-image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .banner-image {
    width: 620px;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .banner-image {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.banner-video-btn {
  margin-left: 15px;
  float: right;
}

.banner-video-btn .h-video-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  font-size: 15px;
  color: #AD874E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 10px 20px rgba(14, 31, 53, 0.1);
          box-shadow: 0px 10px 20px rgba(14, 31, 53, 0.1);
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
  -webkit-filter: drop-shadow(0px 0px 20px #8e8d8d21);
          filter: drop-shadow(0px 0px 20px #8e8d8d21);
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/*********************************
/* Banner Section End
*********************************/
/*********************************
/* Banner Slider Carousel Start
*********************************/
.banner-section .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-section .owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #AD874E;
  border-radius: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 30px 8px 0px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  transition: 0.2s linear;
}

.banner-section .owl-carousel .owl-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #AD874E;
  opacity: 0.3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.banner-section .owl-carousel .owl-dots button.active::before {
  background: #AD874E;
  opacity: 1;
}

@media (max-width: 275px) {
  .banner-section .owl-carousel .owl-dots button {
    margin: 30px 5px 30px 5px;
  }
}

.banner-section .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
}

.banner-section .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
}

.banner-section .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.banner-section .owl-carousel .owl-nav button.owl-prev:hover {
  background: #AD874E;
  color: #fff;
}

.banner-section .owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

.banner-section .owl-carousel .owl-nav button.owl-next:hover {
  background: #AD874E;
  color: #fff;
}

.banner-section .banner-slider-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-section .banner-slider-carousel.owl-carousel .owl-nav {
  display: block;
  bottom: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-section .banner-slider-carousel.owl-carousel .owl-nav button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banner-section .banner-slider-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 10px;
  opacity: 0;
  visibility: hidden;
}

.banner-section .banner-slider-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 10px;
  opacity: 0;
  visibility: hidden;
}

.banner-section .banner-slider-carousel:hover.owl-carousel .owl-nav button.owl-next {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

.banner-section .banner-slider-carousel:hover.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.single-slide {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 0px;
}

.single-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .single-slide {
    height: 100%;
    padding: 150px 0;
  }
}

@media screen and (max-width: 479px) {
  .single-slide .hero-text.text-left, .single-slide .hero-text.text-right, .single-slide .hero-text.text-center {
    text-align: center;
  }
  .single-slide .hero-text.text-left h6, .single-slide .hero-text.text-right h6, .single-slide .hero-text.text-center h6 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-slide .hero-text h1,
.single-slide .hero-text p,
.single-slide .hero-text h6 {
  color: #fff;
}

/*********************************
/* Banner Slider Carousel End
*********************************/
/*********************************
/* Appointment Area Start
*********************************/
.appointment-area {
  padding-bottom: 0;
}

.appointment-area .appoinment-box {
  position: relative;
  border-radius: 8px;
  margin-top: -200px;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .appointment-area .appoinment-box {
    margin-top: 0;
  }
}

.appointment-area .appoinment-box .form-group {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .appointment-area .appoinment-box .form-group {
    margin: 7.5px 0px;
  }
}

.appoinment-box {
  background: #fff;
  padding: 50px 30px;
  border-radius: 8px;
  border: 1px solid #e3e6ea99;
  -webkit-box-shadow: 0 8px 15px rgba(142, 141, 141, 0.13);
          box-shadow: 0 8px 15px rgba(142, 141, 141, 0.13);
}

.appoinment-box .form-group {
  width: 100%;
  display: inline-block;
}

.appoinment-box .form-group .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5c727d !important;
  font-weight: 400;
  padding: 13px 15px;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}

.appoinment-box .form-group .form-control:focus {
  color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #AD874E;
}

.appoinment-box .submit {
  border-radius: 30px;
}

/*********************************
/* Select Start
*********************************/
.form-group .select2-container {
  width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
  height: 50px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  outline: none;
}

.form-group .select2-container .select2-selection--single:focus {
  border-color: #AD874E;
}

.form-group .select2-container .select2-selection__rendered {
  padding: 0;
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5c727d !important;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 5px;
}

.select2-results__option {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5c727d !important;
  font-weight: 400;
}

.select2-dropdown {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.select2-results {
  color: #122B5C;
}

.select2-results__option {
  padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e1e1e1;
  padding: 6px;
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background: #AD874E;
  color: #fff !important;
}

/*********************************
/* Select End
*********************************/
/*********************************
/* Appointment Area End
*********************************/
/*********************************
/* About Section Start 
*********************************/
.section-title-v2 {
  margin-bottom: 31px;
}

.section-title-v2 P {
  width: 450px;
  max-width: 100%;
}

.about-block-image {
  position: relative;
  max-width: 630px;
}

.about-block-image::before {
  content: "";
  position: absolute;
  max-width: 590px;
  width: calc(100% - 40px);
  border: 1px solid #AD874E;
  border-radius: 16px;
  right: 0;
  bottom: -20px;
  width: 50%;
  height: calc(100% + 40px);
}

@media screen and (max-width: 767px) {
  .about-block-image::before {
    width: calc(100% - 20px);
    bottom: -20px;
  }
}

@media screen and (max-width: 991px) {
  .about-block-image {
    margin: 0px auto 50px;
  }
}

.about-block-image .main-image {
  height: auto;
  display: block;
  position: relative;
  border-radius: 16px;
  width: calc(100% - 20px);
}

.about-item-content {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.about-item-content .counter-item-box {
  font-family: "Poppins", sans-serif;
  background: #AD874E;
  padding: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  border-radius: 16px 0px 16px 0px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .about-item-content .counter-item-box {
    font-size: 36px;
    padding: 20px;
  }
}

.about-item-content .counter-item-box .counter {
  margin-bottom: 7px;
  color: #fff;
}

.about-item-content .counter-item-box h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

/*********************************
/* About Section End 
*********************************/
/*********************************
/* About Image Start 
*********************************/
.about-image {
  position: relative;
}

.about-image .image_01 {
  max-width: 500px;
  margin: 0 auto;
}

.about-image .image_02 {
  position: absolute;
  top: -25px;
  left: -40px;
  width: auto;
  height: auto;
  z-index: -1;
}

.about-content .content-box {
  background: #FFFFFF;
  padding: 25px 30px;
  border-radius: 8px;
  margin-top: 32px;
}

.about-content .content-box p {
  width: 360px;
  max-width: 100%;
}

/*********************************
/* About Image End 
*********************************/
/*********************************
/* List Item Start 
*********************************/
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 479px) {
  .list-item {
    display: block;
  }
}

.list-item ul {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .list-item ul {
    margin-right: 50px;
  }
}

.list-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  list-style: none;
}

.list-item ul li i {
  font-size: 18px;
  color: #AD874E;
  display: inline-block;
  margin-right: 8px;
}

.list-item ul li img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 10px;
}

.list-item ul li .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.list-item ul li .icon svg {
  width: 16px;
}

.list-item ul li .icon svg path {
  fill: #AD874E;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.list-item ul li .icon img {
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}

.list-item ul li p {
  font-size: 18px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-item ul li:hover .icon {
  background: #AD874E;
}

.list-item ul li:hover .icon svg path {
  fill: #fff;
}

.list-item ul li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.list-item ul li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .list-item ul li:last-of-type {
    margin-bottom: 17px;
  }
}

.list-item ul:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .list-item ul {
    margin-right: 25px;
  }
}

.list-item-v2 ul li p {
  font-size: 16px;
}

/*********************************
/* List Item End 
*********************************/
/*********************************
/* Properties Section Start
*********************************/
.properties-image {
  position: relative;
}

.properties-image .image_01 {
  border-radius: 30px;
  max-width: 500px;
  margin: 0 auto;
}

.properties-image .image_02 {
  position: absolute;
  top: -25px;
  right: -20px;
  width: auto;
  height: auto;
  z-index: -1;
}

.properties-item {
  margin-top: 32px;
}

.properties-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.properties-item ul li {
  margin-right: 29px;
  list-style: none;
}

.properties-item ul li .quantity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 19px;
}

.properties-item ul li .quantity-item i {
  font-size: 12px;
  color: #6a66d3;
  margin-left: 8px;
  display: block;
}

.properties-item ul li .quantity-item svg {
  margin-left: 8px;
}

.properties-item ul li .quantity-item svg path {
  fill: #6a66d3;
}

.properties-item ul li p {
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
}

.properties-item ul li:last-of-type {
  margin-right: 0;
}

@media (min-width: 575px) and (max-width: 767px) {
  .properties-item ul li {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .properties-item ul li {
    margin-right: 20px;
  }
}

/*********************************
/* Properties Section End
*********************************/
/*********************************
/* Service Section Start
*********************************/
.service-top-space {
  padding-top: 200px;
  position: relative;
  margin-top: -115px;
}

/*********************************
/* IconBox Start
*********************************/
.service-icon-box {
  background: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 10px 20px rgba(14, 31, 53, 0.1);
          box-shadow: 0px 10px 20px rgba(14, 31, 53, 0.1);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.service-icon-box::before {
  content: url("../images/service/shape.png");
  position: absolute;
  top: -70px;
  left: -40px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-icon-box::after {
  content: url("../images/service/shape.png");
  position: absolute;
  bottom: -70px;
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 479px) {
  .service-icon-box {
    padding: 40px 20px;
  }
}

.service-icon-box .icon {
  height: 0px;
  width: 100px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0px auto 25px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
}

.service-icon-box .icon svg {
  z-index: 1;
  width: 50px;
}

.service-icon-box .icon svg path {
  fill: #AD874E;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-icon-box h4 {
  line-height: 32px;
  font-size: 22px;
}

.service-icon-box h4 a {
  color: #122B5C;
}

.service-icon-box p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;
}

.service-icon-box .button {
  margin-top: 25px;
}

.service-icon-box:hover {
  -webkit-box-shadow: 0px 28px 40px rgba(14, 31, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 31, 53, 0.2);
}

.service-icon-box:hover::before {
  left: 0;
  top: 0;
}

.service-icon-box:hover::after {
  bottom: 0;
  right: 0;
}

.service-icon-box:hover h4 a {
  color: #AD874E;
}

.service-icon-box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: #AD874E;
}

.service-icon-box:hover .icon svg path {
  fill: #fff;
}

@media screen and (max-width: 991px) {
  .service-icon-box {
    margin-bottom: 30px;
  }
}

/*********************************
/* IconBox End
*********************************/
/*********************************
/* Image Box Start
*********************************/
.service-image-box {
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-image-box .content h4 a {
  color: #122B5C;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-image-box .content h4 a:hover {
  color: #AD874E;
}

.service-image-box .content {
  background: #fff;
  position: relative;
  margin-top: -130px;
  padding: 140px 25px 25px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
          box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-image-box .image {
  position: relative;
  z-index: 1;
  margin: 15px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-image-box .image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-image-box:hover {
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}

.service-image-box:hover .content h4 a {
  color: #AD874E;
}

.service-image-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*********************************
/* Image Box End
*********************************/
/*********************************
/* Service Section End
*********************************/
/*********************************
/* Property Section Start
*********************************/
.property-slides .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.property-slides .owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #AD874E;
  border-radius: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 30px 8px 0px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  transition: 0.2s linear;
}

.property-slides .owl-carousel .owl-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #AD874E;
  opacity: 0.3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.property-slides .owl-carousel .owl-dots button.active::before {
  background: #AD874E;
  opacity: 1;
}

@media (max-width: 375px) {
  .property-slides .owl-carousel .owl-dots button {
    margin: 30px 5px 30px 5px;
  }
}

.property-slides .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
}

.property-slides .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
}

.property-slides .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.property-slides .owl-carousel .owl-nav button.owl-prev:hover {
  background: #AD874E;
  color: #fff;
}

.property-slides .owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

.property-slides .owl-carousel .owl-nav button.owl-next:hover {
  background: #AD874E;
  color: #fff;
}

.property-slider {
  position: relative;
}

.property-wrapper {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 20px rgba(201, 201, 201, 0.3);
          box-shadow: 0px 12px 20px rgba(201, 201, 201, 0.3);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  margin-bottom: 30px;
}

.property-wrapper .image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.property-wrapper .image img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.property-wrapper .overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(#122B5Cd1));
  background-image: linear-gradient(to bottom, #fff0, #122B5Cd1 100%);
}

.property-wrapper .overlay-content .content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
}

.property-wrapper .overlay-content .content h5 {
  font-size: 17px;
  line-height: 23px;
}

.property-wrapper .overlay-content .content h5 a {
  color: #fff;
}

.property-wrapper .overlay-content .content .price {
  font-family: "Poppins", sans-serif;
  color: #AD874E;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

.property-wrapper .location-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: rgba(22, 28, 42, 0.8);
  border-radius: 0px 0px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property-wrapper .location-content p {
  font-size: 14px;
  line-height: 19px;
  font-family: "Poppins";
  color: #fff;
  margin: 0;
}

.property-wrapper .location-content p i {
  color: #AD874E;
  margin-right: 5px;
}

.property-wrapper .location-content.v2 {
  background: transparent;
  padding: 0;
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f8f8f8;
}

.property-wrapper .location-content.v2 p {
  color: #5c727d;
  font-size: 15px;
}

.property-wrapper .location-content.v2 .btn {
  padding: 5px 18px;
  text-transform: capitalize;
}

.property-wrapper .property-item {
  padding: 25px 15px 35px;
}

.property-wrapper .property-item-v2 {
  padding: 20px 15px;
}

.property-wrapper .property-meta p {
  font-size: 18px;
  color: #6a66d3;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 8px;
}

.property-wrapper .property-meta p span {
  font-size: 14px;
  line-height: 19px;
  color: #6a66d3;
  font-weight: 400;
}

.property-wrapper .property-meta.v2 p {
  color: #AD874E;
  font-size: 22px;
  margin-bottom: 0;
}

.property-wrapper .property-meta.v2 p span {
  color: #AD874E;
  font-size: 17px;
}

.property-wrapper .content h4 {
  font-size: 20px;
}

.property-wrapper .content h4 a {
  color: #122B5C;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 375px) {
  .property-wrapper .content h4 a {
    margin-bottom: 10px;
  }
}

.property-wrapper .properties-item {
  margin-top: 24px;
}

.property-wrapper:hover {
  -webkit-box-shadow: 0px 12px 30px rgba(201, 201, 201, 0.5);
          box-shadow: 0px 12px 30px rgba(201, 201, 201, 0.5);
}

.property-wrapper:hover h4 a {
  color: #AD874E;
}

.property-wrapper:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 575px) {
  .property-wrapper-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .property-wrapper-v2 .image img {
    max-width: 240px;
    width: 100%;
    height: 100%;
  }
  .property-wrapper-v2 .property-item {
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .property-wrapper-v2 .property-item .content h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .property-wrapper-v2 .location-content {
    padding: 12px 16px;
  }
}

.ribbon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 5px 20px;
  color: #fff;
  border-radius: 8px;
  z-index: 1;
  margin-right: 10px;
}

.badge:last-of-type {
  margin-right: 0;
}

.product-bottom-info {
  background: transparent;
  padding: 0;
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-bottom-info .agent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-bottom-info .agent .agent-img img {
  width: auto;
  height: auto;
  display: block;
}

.product-bottom-info .agent .agent-content {
  margin-left: 8px;
}

.product-bottom-info .agent .agent-content h6 a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 21px;
  color: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.product-bottom-info .agent .agent-content h6 a:hover {
  color: #AD874E;
}

.product-bottom-info .agent .agent-content small {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #5c727d;
}

/*********************************
/* Property Section End
*********************************/
/*********************************
/* Property List View Start
*********************************/
.list-result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .list-result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list-result-wrapper .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .list-result-wrapper .left-side {
    margin-bottom: 15px;
  }
}

.list-result-wrapper .sort-item {
  width: 150px;
  margin-left: 15px;
}

.list-result-wrapper .list-results-sort {
  font-size: 16px;
  color: #5c727d;
}

.grid-list-tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-list-tab-menu .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.grid-list-tab-menu .nav ul li a {
  font-size: 20px;
  color: #122B5C;
  height: 50px;
  width: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.grid-list-tab-menu .nav ul li a.active {
  background: #AD874E;
  color: #fff;
}

.grid-list-tab-menu .nav ul li:last-child a {
  margin-right: 0;
}

.list-full-width.active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.list-full-width.active .property-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px 0px 15px;
}

@media screen and (max-width: 767px) {
  .list-full-width.active .property-wrapper {
    display: block;
    padding: 0;
  }
}

.list-full-width.active .property-wrapper .image {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}

@media screen and (max-width: 767px) {
  .list-full-width.active .property-wrapper .image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.list-full-width.active .property-wrapper .property-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 15px 15px 30px;
}

@media screen and (max-width: 767px) {
  .list-full-width.active .property-wrapper .property-item {
    padding: 15px;
  }
}

/*********************************
/* Property List View End
*********************************/
/*********************************
/* Product Tooltip Start
*********************************/
.product-action-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-action-btn ul li {
  list-style: none;
}

.product-action-btn ul li .triger {
  height: 30px;
  width: 30px;
  background: #6a66d3;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}

.product-action-btn ul li .triger:hover {
  background: #AD874E;
  color: #fff;
}

.product-action-btn ul li:last-of-type .triger {
  margin-right: 0;
}

.tooltip-inner {
  background-color: #AD874E;
  padding: 4px 6px;
  font-size: 13px;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-top-color: #AD874E;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #AD874E;
  border-top-color: transparent;
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #AD874E;
}

/*********************************
/* Product Tooltip End
*********************************/
/*********************************
/* Wishlist Item Start
*********************************/
.wishlist-item {
  position: fixed;
  top: 30px;
  right: -350px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(211, 211, 211, 0.8);
          box-shadow: 0px 0px 20px rgba(211, 211, 211, 0.8);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

@media screen and (max-width: 479px) {
  .wishlist-item {
    padding: 10px;
  }
}

.wishlist-item.active {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

@media screen and (max-width: 479px) {
  .wishlist-item.active {
    right: 5px;
  }
}

.wishlist-item .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wishlist-item .item-wrapper .wishli-figure img {
  max-width: 110px;
  height: auto;
  display: block;
}

@media screen and (max-width: 479px) {
  .wishlist-item .item-wrapper .wishli-figure img {
    width: 100px;
  }
}

.wishlist-item .item-wrapper .wishli-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
}

@media screen and (max-width: 479px) {
  .wishlist-item .item-wrapper .wishli-content {
    max-width: 170px;
  }
}

.wishlist-item .item-wrapper .wishli-content h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
}

.wishlist-item .item-wrapper .wishli-content h5 a {
  color: #122B5C;
  display: block;
}

@media screen and (max-width: 479px) {
  .wishlist-item .item-wrapper .wishli-content h5 {
    font-size: 16px;
  }
}

.wishlist-item .item-wrapper .wishli-content p {
  margin: 10px 0px 15px;
}

@media screen and (max-width: 479px) {
  .wishlist-item .item-wrapper .wishli-content p {
    font-size: 14px;
    margin: 10px 0px;
  }
}

.wishlist-item .item-wrapper .wishli-content p i {
  color: #77c720;
}

.wishlist-item .item-wrapper .wishli-btn .btn {
  padding: 5px 14px;
  line-height: inherit;
}

/*********************************
/* Wishlist Item End
*********************************/
/*********************************
/* Aminities Section Start
*********************************/
.aminities-item {
  text-align: center;
  border-radius: 8px;
  padding: 52px 15px 60px;
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(213, 213, 213, 0.35);
          box-shadow: 0 5px 20px rgba(213, 213, 213, 0.35);
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 1;
}

.aminities-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 8px;
  background: #AD874E;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.aminities-item .icon {
  margin-bottom: 32px;
  height: 60px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.aminities-item .icon img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.aminities-item h5 {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.aminities-item .arrow {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aminities-item .arrow a {
  font-size: 14px;
  color: #AD874E;
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 15px rgba(211, 211, 211, 0.5);
          box-shadow: 0px 0px 15px rgba(211, 211, 211, 0.5);
}

.aminities-item:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  height: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.aminities-item:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.aminities-item:hover h5 {
  color: #fff;
}

/*********************************
/* Aminities Section End
*********************************/
/*********************************
/* Video Bg Start
*********************************/
.video-section {
  background: url("../images/video_bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 200px 0px;
}

.video-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .video-section {
    padding: 120px 0px;
  }
}

.video-wrapper .round {
  position: relative;
  overflow: hidden;
}

.video-wrapper .round:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video-wrapper .round .video-box {
  margin: 0;
}

.video-wrapper .round .video-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  color: #AD874E;
  display: block;
  text-align: center;
  line-height: 85px;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  z-index: 1;
}

.video-wrapper .round .video-box .video-btn i {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #AD874E;
}

@media screen and (max-width: 479px) {
  .video-wrapper .round .video-box .video-btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
  }
}

.video-wrapper .round .video-box .video-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 1.5s linear infinite;
          animation: beat 1.5s linear infinite;
  height: 100%;
  width: 100%;
  border: 8px solid #AD874E;
  border-radius: 50%;
  z-index: -1;
}

.video-wrapper .round .video-box .video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 2s linear infinite;
          animation: beat 2s linear infinite;
  border: 8px solid #cecece;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.video-wrapper .round .video-box span {
  display: none !important;
}

@-webkit-keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.video-wrapper .round {
  border-radius: 8px 8px 0px 0px;
  overflow: visible;
}

.video-wrapper .round::before {
  background: transparent;
}

/*********************************
/* Video Bg End
*********************************/
/*********************************
/* Testimonial Section Start
*********************************/
.testimonial-section {
  padding-bottom: 180px;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-slider .owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #AD874E;
  border-radius: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 30px 8px 0px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  transition: 0.2s linear;
}

.testimonial-slider .owl-carousel .owl-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #AD874E;
  opacity: 0.3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.testimonial-slider .owl-carousel .owl-dots button.active::before {
  background: #AD874E;
  opacity: 1;
}

@media (max-width: 375px) {
  .testimonial-slider .owl-carousel .owl-dots button {
    margin: 30px 5px 30px 5px;
  }
}

.testimonial-slider .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
}

.testimonial-slider .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
}

.testimonial-slider .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.testimonial-slider .owl-carousel .owl-nav button.owl-prev:hover {
  background: #AD874E;
  color: #fff;
}

.testimonial-slider .owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

.testimonial-slider .owl-carousel .owl-nav button.owl-next:hover {
  background: #AD874E;
  color: #fff;
}

.testimonial-slider .owl-nav {
  display: block !important;
}

.testimonial-slider .owl-dots {
  display: none !important;
}

.testimonial-item {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-item .avatar img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial-item .content p {
  color: #5c727d;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  margin-top: 31px;
  margin-bottom: 34px;
}

@media screen and (max-width: 575px) {
  .testimonial-item .content p {
    font-size: 18px;
    line-height: 25px;
  }
}

.testimonial-item .content .designation h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-item .content .designation span {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
}

.preview-thumbs img {
  width: auto;
  height: auto;
  display: block;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .preview-thumbs {
    display: none;
  }
}

.preview-thumbs a.owl-thumb-item {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.preview-thumbs a.owl-thumb-item.active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.preview-thumbs a:nth-child(1) {
  position: absolute;
  top: 0;
  right: 10%;
}

.preview-thumbs a:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.preview-thumbs a:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 10%;
}

.preview-thumbs a:nth-child(4) {
  position: absolute;
  top: 0;
  left: 10%;
}

.preview-thumbs a:nth-child(5) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.preview-thumbs a:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 10%;
}

/*********************************
/* Testimonial Section End
*********************************/
/*********************************
/* Single Testimonial Start
*********************************/
.testimonial-single-slide .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-single-slide .owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #AD874E;
  border-radius: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 30px 8px 0px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  transition: 0.2s linear;
}

.testimonial-single-slide .owl-carousel .owl-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #AD874E;
  opacity: 0.3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.testimonial-single-slide .owl-carousel .owl-dots button.active::before {
  background: #AD874E;
  opacity: 1;
}

@media (max-width: 375px) {
  .testimonial-single-slide .owl-carousel .owl-dots button {
    margin: 30px 5px 30px 5px;
  }
}

.testimonial-single-slide .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
}

.testimonial-single-slide .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
}

.testimonial-single-slide .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.testimonial-single-slide .owl-carousel .owl-nav button.owl-prev:hover {
  background: #AD874E;
  color: #fff;
}

.testimonial-single-slide .owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

.testimonial-single-slide .owl-carousel .owl-nav button.owl-next:hover {
  background: #AD874E;
  color: #fff;
}

.single-testimonial {
  background: #fff;
  border-radius: 8px;
  position: relative;
  display: block;
  padding: 40px;
  margin: 10px 0px 30px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(26, 46, 85, 0.1);
          box-shadow: 0 8px 20px 0 rgba(26, 46, 85, 0.1);
}

@media screen and (max-width: 1370px) {
  .single-testimonial {
    padding: 40px 30px;
  }
}

.single-testimonial .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.single-testimonial .client-info .image-box img {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
}

.single-testimonial .client-info .info-box {
  position: relative;
  display: block;
  padding-left: 20px;
}

.single-testimonial .client-info .info-box h5 a {
  color: #122B5C;
  font-weight: 600;
}

.single-testimonial .client-info .info-box span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.single-testimonial .client-discription .date {
  position: relative;
  display: block;
  padding-top: 16px;
}

.single-testimonial .client-discription .date p {
  color: #5c727d;
}

.single-testimonial:hover .info-box h5 a {
  color: #AD874E;
}

/*********************************
/* Single Testimonial End
*********************************/
/*********************************
/* Blog Post Section Start
*********************************/
.blog-post {
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
          box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-bottom: 30px;
}

.blog-post .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-post .image img {
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 8px;
}

.blog-post .image .overlay-content {
  height: 100%;
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  poPoppins-events: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.86%, rgba(1, 1, 2, 0)), to(rgba(1, 1, 2, 0.62)));
  background: linear-gradient(180deg, rgba(1, 1, 2, 0) 53.86%, rgba(1, 1, 2, 0.62) 100%);
}

.blog-post .image .overlay-content .ribbon {
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog-post .image .overlay-content .ribbon span {
  color: #fff;
  display: inline-block;
  padding: 7px 13px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  background: #AD874E;
  border-radius: 8px;
}

.blog-post .image .overlay-content .botom-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  width: calc(100% - 32px);
}

.blog-post .image .overlay-content .botom-content p {
  color: #fff;
  font-size: 1rpx;
  line-height: 18px;
}

.blog-post .image .overlay-content .botom-content a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-post .content-box {
  padding: 25px 20px;
}

.blog-post .content-box h5 {
  font-family: "Poppins";
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}

.blog-post .content-box h5 a {
  color: #122B5C;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-post .content-box h5 a:hover {
  color: #AD874E;
}

@media screen and (max-width: 479px) {
  .blog-post .content-box h5 {
    font-size: 17px;
  }
}

.blog-post .content-box p {
  line-height: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.6;
  text-transform: capitalize;
}

.blog-post .meta-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-post .meta-tag ul li {
  list-style: none;
}

.blog-post .meta-tag ul li a {
  font-family: "Poppins";
  font-size: 15px;
  color: #5c727d;
  text-transform: capitalize;
  font-weight: 500;
  margin-right: 20px;
}

.blog-post .meta-tag ul li a i {
  color: #AD874E;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .blog-post .meta-tag ul li a {
    margin-right: 10px;
  }
}

.blog-post .meta-tag ul li:last-child a {
  margin-right: 0;
}

.blog-post:hover {
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}

.blog-post:hover .content-box h5 a {
  color: #AD874E;
}

.blog-post:hover .image img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}

.blog-post:hover .botom-content a {
  color: #AD874E;
}

.blog-post-v2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eee;
  border-radius: 8px;
}

.blog-post-v2 h4 {
  margin-bottom: 12px;
}

.blog-post-v2 h4 a {
  color: #122B5C;
  display: block;
}

.blog-post-v2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-post-v2:hover h4 a {
  color: #AD874E;
}

.blog-post-v2:hover .image img {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.blog-post-v2 iframe {
  width: 100%;
  height: 300px;
}

/*********************************
/* Blog Post Section End
*********************************/
/*********************************
/* Newslatter Section Start
*********************************/
.newsletter-section {
  z-index: 1;
}

.newsletter-title h3 {
  color: #fff;
}

@media screen and (max-width: 479px) {
  .newsletter-title h3 {
    font-size: 25px;
    line-height: 36px;
  }
}

.newsletter-title p {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .newsletter-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 15px;
  }
}

.newsletter-wrapper {
  background: #AD874E;
  padding: 60px 65px;
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  border-radius: 8px;
}

@media screen and (max-width: 479px) {
  .newsletter-wrapper {
    padding: 45px 0px;
  }
}

.newsletter-wrapper .newsletter-btn {
  text-align: center;
}

.newsletter-wrapper .newsletter-btn .btn {
  background: #122B5C;
  text-transform: uppercase;
}

.newsletter-wrapper .newsletter-btn .btn i {
  margin-left: 10px;
}

/*********************************
/* Newslatter Section End
*********************************/
/*********************************
/* Footer Section Start
*********************************/
.footer-section {
  background: #122B5C;
  padding-top: 190px;
  position: relative;
  margin-top: -90px;
}

@media screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

.footer-widget .logo {
  margin-bottom: 32px;
}

.footer-widget .logo img {
  width: auto;
  height: auto;
  display: block;
}

.footer-widget p {
  color: #e9e9e9;
  font-size: 15px;
  line-height: 24px;
}

.footer-widget .para-title {
  margin-top: 20px;
}

.footer-widget .para-title h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.footer-widget .social-icon {
  margin-top: 16px;
}

.footer-widget .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.footer-widget .social-icon ul li {
  list-style: none;
}

.footer-widget .social-icon ul li a {
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer-widget .social-icon ul li a:hover {
  background: #AD874E;
  color: #fff;
}

.footer-widget .widget-title h4 {
  font-family: "Poppins";
  font-weight: 500;
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .footer-widget .widget-title h4 {
    font-size: 22px;
  }
}

.footer-widget ul li {
  list-style: none;
}

.footer-widget ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #d9dbe1;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer-widget ul li a:hover {
  color: #AD874E;
}

.footer-widget ul li a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 12px;
}

.newsletter-form {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.newsletter-form .form-control {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #f2f2f2;
  background: transparent;
  border: none;
  border-radius: 8px 0px 0px 8px;
  outline: none;
  width: 100%;
  padding: 15px 17px;
}

@media screen and (max-width: 479px) {
  .newsletter-form .form-control {
    padding: 15px 10px;
  }
}

.newsletter-form .form-control:focus {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter-form .btn {
  border-radius: 0px 8px 8px 0px;
}

.newsletter-form .btn::before {
  border-radius: 0px 8px 8px 0px;
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 85px;
  padding: 20px 0px;
}

.footer-bottom .footer-content {
  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;
}

@media screen and (max-width: 991px) {
  .footer-bottom .footer-content {
    display: block;
  }
}

.footer-bottom .content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.footer-bottom .link a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #d9dbe1;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer-bottom .link a:hover {
  color: #AD874E;
}

.footer-bottom .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: #d9dbe1;
}

.footer-bottom .link a:last-of-type::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer-bottom .link {
    margin-top: 20px;
  }
}

/*********************************
/* Footer Section End
*********************************/
/*********************************
/* Works Section Start
*********************************/
.works-item {
  background: #fff;
  border-radius: 8px;
  padding: 60px 30px;
  position: relative;
  -webkit-box-shadow: 0 5px 20px rgba(213, 213, 213, 0.35);
          box-shadow: 0 5px 20px rgba(213, 213, 213, 0.35);
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 1;
}

.works-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 8px;
  background: #AD874E;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.works-item .icon {
  margin-bottom: 30px;
}

.works-item .icon img {
  width: 60px;
  height: auto;
  display: block;
}

.works-item .content h4 a {
  color: #122B5C;
}

.works-item .content p {
  margin-top: 5px;
}

.works-item:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  height: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.works-item:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.works-item:hover p,
.works-item:hover h4 a {
  color: #fff;
}

/*********************************
/* Works Section End
*********************************/
/*********************************
/* Place Section Start
*********************************/
.place-section .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.place-section .owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #AD874E;
  border-radius: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 30px 8px 0px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  transition: 0.2s linear;
}

.place-section .owl-carousel .owl-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #AD874E;
  opacity: 0.3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.place-section .owl-carousel .owl-dots button.active::before {
  background: #AD874E;
  opacity: 1;
}

@media (max-width: 375px) {
  .place-section .owl-carousel .owl-dots button {
    margin: 30px 5px 30px 5px;
  }
}

.place-section .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
}

.place-section .owl-carousel .owl-nav button {
  height: 20px;
  width: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
}

.place-section .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.place-section .owl-carousel .owl-nav button.owl-prev:hover {
  background: #AD874E;
  color: #fff;
}

.place-section .owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

.place-section .owl-carousel .owl-nav button.owl-next:hover {
  background: #AD874E;
  color: #fff;
}

.place-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.place-item .image {
  overflow: hidden;
}

.place-item .image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.place-item .content {
  height: 100%;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 5px;
}

.place-item .content .property {
  font-size: 16px;
  color: #AD874E;
  font-weight: 400;
  display: inline-block;
}

.place-item .content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.place-item .content h4 a {
  font-size: 20px;
  color: #122B5C;
  margin-bottom: 5px;
  display: inline-block;
}

.place-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.place-item:hover h4 a {
  color: #AD874E;
}

/*********************************
/* Place Section End
*********************************/
/*********************************
/* Team Section Start
*********************************/
.team-item-box {
  text-align: center;
  position: relative;
  height: 100%;
}

.team-item-box .team-avatar {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.team-item-box .team-avatar img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.team-item-box .content {
  padding: 20px 10px;
  text-align: center;
  position: relative;
  background: #fff;
  width: calc(100% - 30px);
  border-radius: 8px;
  margin: -60px auto 30px;
  -webkit-box-shadow: 0px 5px 20px rgba(107, 146, 201, 0.3);
          box-shadow: 0px 5px 20px rgba(107, 146, 201, 0.3);
}

.team-item-box .content h5 {
  margin-bottom: 10px;
  line-height: 23px;
}

.team-item-box .content h5 a {
  color: #122B5C;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.team-item-box .content h6 {
  font-size: 13px;
  font-weight: 500;
  color: #a3a3a3;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-transform: uppercase;
}

.team-item-box:hover .team-avatar img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.team-item-box:hover .content {
  -webkit-box-shadow: 0px 5px 30px rgba(107, 146, 201, 0.3);
          box-shadow: 0px 5px 30px rgba(107, 146, 201, 0.3);
}

.team-item-box:hover .content h5 a {
  color: #AD874E;
}

.social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-icon ul li {
  list-style: none;
}

.social-icon ul li a {
  font-size: 15px;
  color: #AD874E;
  height: 30px;
  width: 30px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.social-icon ul li a:hover {
  color: #fff;
  background: #AD874E;
}

/*********************************
/* Team Section End
*********************************/
/*********************************
/* Team Single Start
*********************************/
.team-single-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .team-single-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.team-single-wrapper .team-content {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(107, 146, 201, 0.3);
          box-shadow: 0px 0px 20px rgba(107, 146, 201, 0.3);
  height: calc(100% - 80px);
  width: 500px;
  position: relative;
  margin-left: -100px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .team-single-wrapper .team-content {
    margin: 30px 0px 50px;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
}

.team-single-wrapper .team-content h5 {
  font-size: 14px;
  font-weight: 500;
  color: #5c727d;
  line-height: 20px;
  text-transform: uppercase;
}

.team-single-wrapper .team-content h4 a {
  color: #122B5C;
  display: block;
  margin-bottom: 15px;
}

.team-single-wrapper .team-content h4 a:hover {
  color: #AD874E;
}

.team-single-wrapper .team-content .team-info-list ul {
  list-style: none;
}

.team-single-wrapper .team-content .team-info-list ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #5c727d;
  display: block;
  padding: 6px 0px;
}

.team-single-wrapper .team-content .team-info-list ul li span {
  font-weight: 600;
  color: #122B5C;
}

.team-single-wrapper .team-content .social-icon ul {
  list-style: none;
  margin-top: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.team-single-wrapper .team-content .social-icon ul li a {
  font-size: 16px;
  color: #8d8d8d;
  background: rgba(173, 173, 173, 0.1);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-right: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.team-single-wrapper .team-content .social-icon ul li a:hover {
  background: #AD874E;
  color: #fff;
}

.team-details .overview {
  margin-top: 30px;
}

.team-details .overview h4 {
  margin-bottom: 5px;
  display: block;
}

.team-contact-form {
  border: 1px solid #ededed;
  padding: 30px;
  border-radius: 8px;
}

.team-contact-form h4 {
  margin-bottom: 5px;
  display: block;
}

.team-contact-form p {
  margin-bottom: 25px;
}

.team-contact-form .form {
  background: transparent;
  padding: 0;
}

/*********************************
/* Team Single End
*********************************/
/*********************************
/* Page Banner Start
*********************************/
.page-banner {
  background: url("../images/page-banner/page-banner.jpg");
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 40px 0px;
  position: relative;
}

.page-banner .page-banner-title h2 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 50px;
}

@media screen and (max-width: 991px) {
  .page-banner .page-banner-title h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .page-banner .page-banner-title h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .page-banner .page-banner-title h2 {
    font-size: 30px;
  }
}

.page-banner .page-banner-title .link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 22px rgba(93, 93, 93, 0.13);
          box-shadow: 0px 2px 22px rgba(93, 93, 93, 0.13);
  margin-top: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .page-banner .page-banner-title .link {
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 18px;
  }
}

@media screen and (max-width: 479px) {
  .page-banner .page-banner-title .link {
    margin-top: 10px;
  }
}

.page-banner .page-banner-title .link a {
  font-size: 20px;
  color: #AD874E;
  position: relative;
  margin-right: 60px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.page-banner .page-banner-title .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  width: 35px;
  height: 2px;
  background: #fff;
}

.page-banner .page-banner-title .link a:hover {
  color: #AD874E;
}

@media screen and (max-width: 991px) {
  .page-banner {
    padding: 80px 0px;
  }
}

@media screen and (max-width: 575px) {
  .page-banner {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 375px) {
  .page-banner {
    padding: 35px 0px;
  }
}

/*********************************
/* Page Banner End
*********************************/
/*********************************
/* Service Details Start
*********************************/
/*********************************
/* Side Bar Widget Start
*********************************/
.widget-sidebar .widget {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
}

.widget-sidebar .widget.appoinment-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.widget-sidebar .widget.appoinment-box .form-group {
  margin-bottom: 15px;
}

.widget-sidebar .widget.appoinment-box .form-group:last-of-type {
  margin-bottom: 0;
}

.widget-sidebar .widget-nav-menu ul li {
  list-style: none;
}

.widget-sidebar .widget-nav-menu ul li a {
  font-family: "Poppins", sans-serif;
  display: block;
  padding: 16px 20px 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  color: #122B5C;
  background: #f1f4f9;
  border-radius: 8px;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.widget-sidebar .widget-nav-menu ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #AD874E;
  border-radius: 8px;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.widget-sidebar .widget-nav-menu ul li a::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  height: 40px;
  width: 40px;
  border-radius: 2px;
  background: #fff;
  color: #122B5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.widget-sidebar .widget-nav-menu ul li a.active, .widget-sidebar .widget-nav-menu ul li a:hover {
  color: #fff;
}

.widget-sidebar .widget-nav-menu ul li a.active::before, .widget-sidebar .widget-nav-menu ul li a:hover::before {
  width: 100%;
}

.widget-sidebar .widget-nav-menu ul li a.active::after, .widget-sidebar .widget-nav-menu ul li a:hover::after {
  background: #cb3421;
  color: #fff;
}

/*********************************
/* Side Bar Widget End
*********************************/
/*********************************
/* Search Bar Start
*********************************/
.search-bar .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: #f1f4f9;
  border: none;
  color: #122B5C;
  border-radius: 8px;
  padding: 16px;
  display: block;
  position: relative;
}

.search-bar .form-control:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-bar .btn {
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-top: 15px;
}

/*********************************
/* Search Bar End
*********************************/
/*********************************
/* Widget Tittle Start
*********************************/
.widget-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #122B5C;
  display: block;
  margin-bottom: 35px;
  position: relative;
  text-transform: capitalize;
}

.widget-title::before {
  position: absolute;
  content: "";
  bottom: -10px;
  height: 2px;
  width: 50px;
  border-radius: 8px;
  background: #AD874E;
}

/*********************************
/* Widget Tittle End
*********************************/
/*********************************
/* Feature List Start
*********************************/
.check-list-item li {
  margin-bottom: 15px;
  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;
  list-style: none;
}

.check-list-item li span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #122B5C;
  font-weight: 500;
}

.check-list-item li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #122B5C;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.check-list-item li a:hover {
  color: #AD874E;
}

.check-list-item li:last-of-type {
  margin-bottom: 0;
}

.check-list-item li .checkbox {
  position: absolute;
  opacity: 0;
}

.check-list-item li .checkbox + label {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #122B5C;
  position: relative;
  cursor: poPoppins;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}

.check-list-item li .checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #f1f4f9;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.check-list-item li .checkbox:hover + label:before {
  background: #AD874E;
}

.check-list-item li .checkbox:checked + label:before {
  background: #AD874E;
}

.check-list-item li .checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*********************************
/* Feature List End
*********************************/
/*********************************
/* Side Details Start
*********************************/
.service-detail-inner .inner-image {
  margin-bottom: 30px;
}

.service-detail-inner .inner-image img {
  border-radius: 8px;
}

.service-detail-inner .inner-content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.service-detail-inner .inner-content p {
  margin-bottom: 30px;
}

/*********************************
/* Side Details End
*********************************/
/*********************************
/* Price Filter Start
*********************************/
.price-slider-form #slider-range {
  background: #eaeff0;
  position: relative;
  max-width: 290px;
  height: 5px;
  margin-top: 20px;
  position: relative;
}

.price-slider-form #slider-range .ui-slider-range {
  background: #AD874E;
  position: absolute;
  height: 5px;
}

.price-slider-form #slider-range .ui-slider-handle {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #AD874E;
  cursor: poPoppins;
  display: inline-block;
  position: absolute;
  top: -5px;
  width: 15px;
  height: 15px;
  outline: none;
}

.price-slider-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.price-slider-form .item .middle,
.price-slider-form .item .amount {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #5c727d;
  max-width: 20px;
  font-weight: 500;
  display: inline-block;
  max-width: 50px;
  width: 100%;
  text-align: center;
}

.price-slider-form .item .middle {
  width: 30px;
}

/*********************************
/* Price Filter End
*********************************/
/*********************************
/* Top Category Start
*********************************/
.categorie-item ul li {
  list-style: none;
}

.categorie-item ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #122B5C;
  position: relative;
  cursor: poPoppins;
  padding: 8px 0px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categorie-item ul li a span {
  font-weight: 500;
  color: #122B5C;
}

.categorie-item ul li a:hover {
  color: #AD874E;
}

/*********************************
/* Top Category End
*********************************/
/*********************************
/* Popular Tag Start
*********************************/
.popular-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popular-tag ul li {
  list-style: none;
}

.popular-tag ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #122B5C;
  position: relative;
  cursor: poPoppins;
  padding: 8px;
  margin: 0px 5px 10px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  background: #f5f5f5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.popular-tag ul li a:hover {
  background: #AD874E;
  color: #fff;
}

/*********************************
/* Popular Tag End
*********************************/
/*********************************
/* Pagination Start
*********************************/
.pagination-style .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.pagination-style .pagination .pagination-item a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #AD874E;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  border: 1px solid #AD874E;
  -webkit-box-shadow: 0px 0px 10px #efefef;
          box-shadow: 0px 0px 10px #efefef;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.pagination-style .pagination .pagination-item a.active, .pagination-style .pagination .pagination-item a:hover {
  background: #AD874E;
  color: #fff;
}

.pagination-style .pagination .pagination-item:last-child a {
  margin-right: 0;
}

/*********************************
/* Pagination End
*********************************/
/*********************************
/* Property Details Start
*********************************/
/*********************************
/* Agent Profile Start
*********************************/
.agent-profile .agent-area .agent-bg img {
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.agent-profile .agent-area .agent-detail h5 a {
  font-size: 22px;
  color: #122B5C;
  font-weight: 600;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.agent-profile .agent-area .agent-detail h5 a:hover {
  color: #AD874E;
}

.agent-profile .agent-area .agent-detail .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0px;
}

.agent-profile .agent-area .agent-detail .phone img {
  width: 20px;
  height: auto;
  display: block;
}

.agent-profile .agent-area .agent-detail .phone a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #122B5C;
  display: block;
  margin-left: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.agent-profile .agent-area .agent-detail .phone a:hover {
  color: #AD874E;
}

.agent-profile .agent-area .agent-btn {
  margin-top: 20px;
}

.agent-profile .agent-area .agent-btn .btn {
  line-height: 17px;
}

/*********************************
/* Agent Profile End
*********************************/
/*********************************
/* Single Widget Start
*********************************/
.single-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.single-widget:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.single-widget .item-img img {
  border-radius: 8px;
  width: 120px;
  height: auto;
}

.single-widget .item-img-v2 img {
  width: 80px;
  height: auto;
}

.single-widget .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

.single-widget .item-content h5 {
  line-height: 20px;
}

.single-widget .item-content h5 a {
  font-size: 16px;
  font-weight: 600;
  color: #122B5C;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.single-widget .item-content .location-area {
  font-family: "Poppins", sans-serif;
  color: #929292;
  font-weight: 500;
  font-size: 13px;
  display: block;
  margin: 5px 0px;
}

.single-widget .item-content .location-area i {
  margin-right: 6px;
}

.single-widget .item-content .item-price {
  color: #122B5C;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.single-widget .item-content .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-widget .item-content .action-btn .badge {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 4px 13px;
  background: rgba(3, 169, 138, 0.1);
  color: #05ce91;
  border-radius: 8px;
  z-index: 1;
  margin-right: 10px;
}

.single-widget:hover .item-content h5 a {
  color: #AD874E;
}

/*********************************
/* Single Widget End
*********************************/
/*********************************
/* Property Bg Slide Start
*********************************/
.property-bg-slide {
  overflow: hidden;
}

.property-bg-slide .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.property-bg-slide .owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #AD874E;
  border-radius: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 30px 8px 0px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  transition: 0.2s linear;
}

.property-bg-slide .owl-carousel .owl-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #AD874E;
  opacity: 0.3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.property-bg-slide .owl-carousel .owl-dots button.active::before {
  background: #AD874E;
  opacity: 1;
}

@media (max-width: 375px) {
  .property-bg-slide .owl-carousel .owl-dots button {
    margin: 30px 5px 30px 5px;
  }
}

.property-bg-slide .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
}

.property-bg-slide .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
}

.property-bg-slide .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.property-bg-slide .owl-carousel .owl-nav button.owl-prev:hover {
  background: #AD874E;
  color: #fff;
}

.property-bg-slide .owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

.property-bg-slide .owl-carousel .owl-nav button.owl-next:hover {
  background: #AD874E;
  color: #fff;
}

.property-bg-slide .owl-carousel .owl-nav {
  display: block;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  opacity: 0;
  visibility: hidden;
}

.property-bg-slide .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
}

.property-bg-slide .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}

.property-bg-slide .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.property-bg-slide .owl-carousel:hover .owl-nav .owl-prev {
  left: 10px;
}

.property-bg-slide .owl-carousel:hover .owl-nav .owl-next {
  right: 10px;
}

/*********************************
/* Property Bg Slide End
*********************************/
/*********************************
/* Property Content Start
*********************************/
.property-content {
  margin-top: 30px;
}

.property-content h3 {
  font-size: 26px;
}

@media screen and (max-width: 479px) {
  .property-content h3 {
    font-size: 25px;
    line-height: 33px;
  }
}

.property-content h3 a {
  color: #122B5C;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.property-content h3 a:hover {
  color: #AD874E;
}

.property-content p {
  margin-top: 15px;
  display: block;
}

/*********************************
/* Property Title Start
*********************************/
.property-title {
  position: relative;
  margin: 30px 0 40px;
}

.property-title h4 {
  font-size: 22px;
}

.property-title::before {
  position: absolute;
  content: "";
  bottom: -5px;
  height: 2px;
  width: 50px;
  border-radius: 8px;
  background: #AD874E;
}

/*********************************
/* Property Title End
*********************************/
/*********************************
/* Property Detsil List Start
*********************************/
.property-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.property-detail-list li {
  width: 33.333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  font-size: 15px;
  color: #5c727d;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 15px 10px;
  list-style: none;
}

@media screen and (max-width: 575px) {
  .property-detail-list li {
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media screen and (max-width: 479px) {
  .property-detail-list li {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.property-detail-list li span {
  color: #122B5C;
  font-weight: 500;
  min-width: 135px;
  display: inline-block;
}

.property-detail-list li:nth-child(2n + 1) {
  background: #f2f5f7;
}

@media screen and (max-width: 575px) {
  .property-detail-list li:nth-child(2n + 1) {
    background: #fff;
  }
}

@media screen and (max-width: 479px) {
  .property-detail-list li:nth-child(odd) {
    background: #f2f5f7;
  }
}

/*********************************
/* Property Detsil List End
*********************************/
/*********************************
/* Property Overview Start
*********************************/
.property-overview .property-amenities ul {
  font-size: 15px;
  color: #878c9f;
}

.property-overview .property-amenities ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 5px;
}

.property-overview .property-amenities ul li .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.property-overview .property-amenities ul li img {
  width: auto;
  height: auto;
  margin: auto;
}

.property-overview .property-amenities ul li:hover .icon {
  background: #AD874E;
}

.property-overview .property-amenities ul li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/*********************************
/* Property Overview End
*********************************/
/*********************************
/* Property Location Start
*********************************/
#map2 iframe {
  width: 100%;
  height: 360px;
}

/*********************************
/* Property Location End
*********************************/
/*********************************
/* Property Item V2 Start
*********************************/
.properties-item-v2 {
  margin-top: 0;
}

.properties-item-v2 ul {
  margin-right: 50px;
}

.properties-item-v2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.properties-item-v2 ul li p {
  margin-left: 5px;
  color: #fff;
}

.properties-item-v2 ul li i {
  color: #fff;
  font-size: 13px;
}

/*********************************
/* Property Item V2 End
*********************************/
/* Property Video Start */
.property-video-wrapper .round {
  position: relative;
  overflow: hidden;
}

.property-video-wrapper .round:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.property-video-wrapper .round .video-box {
  margin: 0;
}

.property-video-wrapper .round .video-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  color: #AD874E;
  display: block;
  text-align: center;
  line-height: 85px;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  z-index: 1;
}

.property-video-wrapper .round .video-box .video-btn i {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #AD874E;
}

@media screen and (max-width: 479px) {
  .property-video-wrapper .round .video-box .video-btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
  }
}

.property-video-wrapper .round .video-box .video-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 1.5s linear infinite;
          animation: beat 1.5s linear infinite;
  height: 100%;
  width: 100%;
  border: 8px solid #AD874E;
  border-radius: 50%;
  z-index: -1;
}

.property-video-wrapper .round .video-box .video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 1s linear infinite;
          animation: beat 1s linear infinite;
  border: 8px solid #cecece;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.property-video-wrapper .round .video-box span {
  display: none !important;
}

@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* Property Video End */
/*********************************
/* Property Client Review Start
*********************************/
.review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #eee;
  border-radius: 8px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .review-content {
    display: block;
  }
}

.review-content:nth-of-type(2) {
  margin-left: 50px;
}

@media screen and (max-width: 575px) {
  .review-content:nth-of-type(2) {
    margin-left: 0;
  }
}

.review-content:last-of-type {
  border: none;
}

.review-content .avatar {
  margin-right: 30px;
}

.review-content .avatar img {
  width: 100px;
  height: auto;
  display: block;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .review-content .review-discrip {
    margin-top: 15px;
  }
}

.review-content .review-discrip h5 a {
  font-family: "Poppins", sans-serif;
  color: #122B5C;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.review-content .review-discrip h5 a:hover {
  color: #AD874E;
}

.review-content .review-discrip .date {
  font-size: 14px;
  font-weight: 500;
  color: #AD874E;
  display: inline-block;
  margin: 5px 0px;
}

.review-content .replay-btn {
  position: absolute;
  top: 0px;
  right: 20px;
}

.review-content .replay-btn .btn {
  padding: 8px 13px 10px;
  line-height: 21px;
}

/*********************************
/* Property Client Review End
*********************************/
/*********************************
/* Property Details End
*********************************/
/*********************************
/* Contact Form Start
*********************************/
.review-form-v2 {
  position: relative;
  margin-top: -200px;
  padding-top: 50px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 30px #7070702e;
          box-shadow: 0px 10px 30px #7070702e;
}

.review-form-v2 .form {
  background: transparent;
}

.form {
  background: #60606005;
  border-radius: 8px;
  padding: 30px;
}

@media screen and (max-width: 575px) {
  .form {
    padding: 15px;
  }
}

.form label {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #122B5C;
  margin-bottom: 8px;
}

.form .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5c727d;
  background: transparent;
  font-weight: 400;
  padding: 13px 15px;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.form .form-control:focus {
  border-color: #AD874E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form .subject {
  height: 150px;
  margin-bottom: 20px;
  resize: none;
}

.form .input-info-save {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 15px;
}

.text-base {
  text-align: left;
  font-weight: 400;
  color: gray;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
}

.text-base.text-green {
  color: #05ce91;
}

/*********************************
/* Contact Form End
*********************************/
/*********************************
/* Contact Top Start
*********************************/
.contact-box-wrap {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(201, 201, 201, 0.42);
          box-shadow: 0px 4px 25px rgba(201, 201, 201, 0.42);
  border-radius: 8px;
  padding: 50px 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .contact-box-wrap {
    margin-bottom: 30px;
  }
}

.contact-box-wrap .icon {
  width: auto;
  height: 60px;
}

.contact-box-wrap .icon img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contact-box-wrap .content {
  margin-top: 20px;
}

.contact-box-wrap .content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #5c727d;
}

@media screen and (max-width: 991px) {
  .contact-box-wrap .content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contact-box-wrap .content p {
    font-size: 16px;
  }
}

.contact-box-wrap .content p a {
  color: #5c727d;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.contact-box-wrap .content p a:hover {
  color: #AD874E;
}

/*********************************
/* Contact Top End
*********************************/
/*********************************
/* Map Start
*********************************/
.location-section #map {
  height: 400px;
  width: 100%;
}

/*********************************
/* Map End
*********************************/
/*********************************
/* Counter Section Start
*********************************/
.counter-section {
  position: relative;
  z-index: 1;
}

.funfact-wrapper {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(219, 219, 219, 0.5);
          box-shadow: 0px 0px 20px rgba(219, 219, 219, 0.5);
  padding: 50px 30px;
}

.counter-box {
  font-size: 30px;
  color: #AD874E;
  border-right: 1px dashed #AD874E;
}

@media screen and (max-width: 991px) {
  .counter-box {
    margin-bottom: 30px;
    border: none;
  }
}

.counter-box .icon img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.counter-box h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #122B5C;
}

.counter-box .counter {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #AD874E;
}

.counter-box-v2 {
  min-height: 135px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*********************************
/* Counter Section End
*********************************/
/*********************************
/* Blog Single Start
*********************************/
blockquote {
  background: #f9f9f9;
  padding: 40px;
  margin: 20px 0px 30px;
  border-left: 8px solid #AD874E;
}

blockquote p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

blockquote span {
  font-weight: 500;
  padding-top: 10px;
  display: block;
  font-size: 15px;
}

/*********************************
/* Like Post Start
*********************************/
.like-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.like-post p {
  margin-bottom: 0;
}

.like-post p i {
  padding-right: 10px;
  vertical-align: center;
}

.like-post .single-social-icon i {
  font-size: 14px;
  color: #5c727d;
  padding-left: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.like-post .single-social-icon i:hover {
  color: #AD874E;
}

/*********************************
/* Like Post End
*********************************/
/*********************************
/* Change Post Start
*********************************/
.change-btn {
  padding-top: 30px;
  padding-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.change-btn a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #122B5C;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change-btn a img {
  width: auto;
  height: auto;
  display: block;
}

.change-btn .prev-post a i {
  position: relative;
  left: -35px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.change-btn .prev-post a:hover i {
  opacity: 1;
}

.change-btn .next-post a i {
  position: relative;
  left: 35px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.change-btn .next-post a:hover i {
  opacity: 1;
}

/*********************************
/* Change Post Start
*********************************/
/*********************************
/* Owner Start
*********************************/
.owner {
  background: #eff3f9;
  margin-top: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}

.owner .avatar {
  max-width: 150px;
  height: auto;
  display: block;
}

.owner .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}

.owner .owner-discription {
  padding-left: 20px;
}

.owner .owner-discription h5 a {
  color: #122B5C;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding-bottom: 5px;
}

.owner .single-social-icon i {
  font-size: 14px;
  color: #5c727d;
  padding-right: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding-top: 10px;
}

.owner .single-social-icon i:hover {
  color: #AD874E;
}

.owner:hover h5 a {
  color: #AD874E;
}

/*********************************
/* Owner Start
*********************************/
/*********************************
/* Blog Single End
*********************************/
/*********************************
/* Cart Page Start
*********************************/
.cart-form {
  border-radius: 8px;
  background: #fff;
  border-radius: 8px;
}

.cart-form table {
  width: 100%;
  border: 1px solid #eee;
}

.cart-form table td {
  border-top: 1px solid #eee;
  color: #5c727d;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  padding: 15px 30px;
}

@media screen and (max-width: 991px) {
  .cart-form table td {
    display: block;
  }
}

.cart-form table td img {
  max-width: 120px;
}

@media screen and (max-width: 991px) {
  .cart-form table td img {
    margin: auto;
  }
}

.cart-form table td a {
  display: block;
  color: #5c727d;
}

.cart-form table td .currencySymbol,
.cart-form table td .amount {
  color: #122B5C;
}

.cart-form table td .remove {
  height: 35px;
  width: 35px;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5c727d;
  -webkit-transform: 0.2s linear;
          transform: 0.2s linear;
}

.cart-form table td .remove:hover {
  background-color: #AD874E;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .cart-form table td .remove {
    margin: auto;
  }
}

.cart-form thead {
  background: #f7f7f7;
}

.cart-form thead th {
  font-family: "Poppins", sans-serif;
  color: #122B5C;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px;
}

@media screen and (max-width: 991px) {
  .cart-form thead th {
    display: none;
  }
}

.actions-btn {
  padding: 34px 30px !important;
}

.action-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;
}

@media screen and (max-width: 767px) {
  .action-wrapper {
    display: block;
  }
}

.coupon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  border-radius: 8px;
  border: 1px solid rgba(144, 150, 166, 0.26);
}

.coupon-box .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  color: #AD874E;
  padding: 16.5px 17px;
  display: inline-block;
  height: auto;
  border: none;
  border-radius: 8px;
  position: relative;
  width: calc(100% - 162px);
}

.coupon-box .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 575px) {
  .coupon-box .form-control {
    width: calc(100% - 76px);
  }
}

.coupon-box .btn {
  width: auto;
  position: absolute;
  background: #AD874E;
  color: #fff;
  top: 0;
  right: 0;
  height: 50px;
  outline: none;
  border: 1px solid rgba(144, 150, 166, 0.26);
  border-radius: 0px 8px 8px 0px;
  text-transform: capitalize;
}

.coupon-box .btn span {
  color: #fff;
}

@media screen and (max-width: 575px) {
  .coupon-box .btn span {
    display: none;
  }
}

.coupon-box .btn i {
  display: none;
}

@media screen and (max-width: 575px) {
  .coupon-box .btn i {
    display: block;
    top: 0;
    margin-left: 0;
  }
}

.coupon-box .btn::after {
  display: none;
}

.coupon-box .btn:hover span {
  color: #122B5C;
}

.coupon-box .btn:hover::before {
  border-radius: 0px 8px 8px 0px;
}

.pricing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media screen and (max-width: 767px) {
  .pricing-wrap {
    display: block;
    margin-top: 15px;
  }
}

.pricing-wrap .total-price .h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.pricing-wrap .total-price .h6 span {
  color: #AD874E;
}

.pricing-wrap .check-out .btn {
  color: #fff;
  text-transform: capitalize;
}

.pricing-wrap .check-out .btn:hover {
  color: #122B5C;
}

@media screen and (max-width: 767px) {
  .pricing-wrap .check-out .btn {
    width: 100%;
  }
}

/*********************************
/* Cart Page End
*********************************/
/*********************************
/* Quantity Start
*********************************/
.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

@media screen and (max-width: 479px) {
  .quantity-wrapper {
    display: -webkit-box;
  }
}

@media screen and (max-width: 767px) {
  .quantity-wrapper {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.quantity {
  display: inline-block;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #eee;
}

.quantity > input[type="number"] {
  color: #5c727d;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  background: transparent;
  margin: 0;
  text-align: center;
  width: 50px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.quantity button {
  color: #5c727d;
  cursor: poPoppins;
  font-size: 16px;
  height: 40px;
  width: 40px;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
}

@media screen and (max-width: 479px) {
  .quantity button {
    height: 34px;
    width: 33px;
    font-size: 12px;
  }
}

/*********************************
/* Quantity End
*********************************/
/*********************************
/* Cart Total Start
*********************************/
.cart_totals {
  border: 1px solid #eee;
  margin-top: 30px;
}

.cart_totals .card-total-heading {
  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: 10px 20px;
  background: #f7f7f7;
}

.cart_totals .card-total-heading h5 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.cart_totals .checkout-btn .btn {
  width: 100%;
}

.card-total-form ul {
  list-style: none;
}

.card-total-form ul li {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 15px 20px;
  color: #5c727d;
}

.card-total-form ul li span {
  color: #5c727d;
}

.card-total-form ul li strong {
  font-weight: 600;
}

/*********************************
/* Cart Total End
*********************************/
/*********************************
/* Checkout Section Start
*********************************/
.shipping-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.checkout-form {
  background: transparent;
  border: 1px solid #eee;
}

/*********************************
/* Checkout Section End
*********************************/
/*********************************
/* Payment method Start
*********************************/
.payment-method {
  margin-top: 50px;
}

.payment-method .payment-content {
  margin-top: 20px;
}

.payment-method .payment-content p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

.payment-method .payment-content .checkout-btn .btn {
  width: 100%;
  text-transform: uppercase;
}

/*********************************
/* Payment method End
*********************************/
/*********************************
/* Login Section Start
*********************************/
.login-form {
  -webkit-box-shadow: 0px 0px 30px 5px rgba(227, 227, 227, 0.7);
          box-shadow: 0px 0px 30px 5px rgba(227, 227, 227, 0.7);
  border-radius: 8px;
  padding: 55px 30px 50px 30px;
}

@media screen and (max-width: 767px) {
  .login-form {
    padding: 50px;
  }
}

@media screen and (max-width: 479px) {
  .login-form {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 400px) {
  .login-form {
    padding: 40px 20px;
  }
}

.login-form .form-title h3 {
  font-size: 30px;
  line-height: 42px;
  color: #122B5C;
  margin-bottom: S5px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .login-form .form-title h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 400px) {
  .login-form .form-title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

.login-form .form-title p {
  font-size: 16px;
  line-height: 25px;
  color: #122B5C;
  opacity: 0.8;
  margin-bottom: 29px;
}

.login-form .form-control {
  font-size: 15px;
  color: rgba(3, 1, 76, 0.8);
  padding: 15px;
  position: relative;
  font-weight: 500;
  border: 1px solid #d8d5d5;
  text-transform: inherit;
  height: 53px;
}

.login-form .form-control:focus {
  border-color: #AD874E;
}

.login-form .form-group {
  position: relative;
}

.login-form .form-group img {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
  z-index: 99;
}

.login-form i#togglePassword {
  color: #122B5C;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: poPoppins;
}

.login-form .btn {
  width: 100%;
  height: 53px;
  font-size: 16px;
}

.login-form .account-para {
  margin-top: 20px;
}

.login-form .account-para a {
  color: #AD874E;
  font-weight: 500;
}

@media screen and (max-width: 375px) {
  .login-form .account-para a {
    display: block;
  }
}

.login-form .login-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.login-form .login-access .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 232px;
  margin: 0px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-form .login-access .btn img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 13px;
}

@media screen and (max-width: 575px) {
  .login-form .check-list-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-form .check-list-item li a {
    margin-top: 10px;
  }
}

.login-form .fixed-heading h5 {
  font-size: 16px;
  color: #5c727d;
  opacity: 0.9;
  font-weight: 300;
  line-height: 26px;
  margin: 10px 0;
}

.login-form .social-icon {
  padding-top: 10px;
}

.login-form .social-icon a {
  font-size: 15px;
  color: #fff;
  height: 40px;
  width: 40px;
  background: #0084ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0px 5px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.login-form .social-icon a:hover {
  background: #fff !important;
  color: #0084ff;
  -webkit-box-shadow: 0 5px 10px rgba(139, 139, 143, 0.4);
          box-shadow: 0 5px 10px rgba(139, 139, 143, 0.4);
}

.login-form .social-icon a:nth-of-type(1) {
  background: #3b5998;
}

.login-form .social-icon a:nth-of-type(2) {
  background: #55acee;
}

.login-form .social-icon a:nth-of-type(3) {
  background: #dd4b39;
}

.login-form .social-icon a:nth-of-type(4) {
  background: #0976b4;
}

/*********************************
/* Login Section End
*********************************/
/*********************************
/* Accordion Start
*********************************/
.accordion-wrapper .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  color: #122B5C;
  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;
}

.accordion-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #AD874E;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.accordion-wrapper .accordion-item .accordion-header .accordion-button::after {
  background: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  width: auto;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.accordion-wrapper .accordion-item .accordion-header .accordion-button.collapsed {
  color: #122B5C;
}

.accordion-wrapper .accordion-item .accordion-header .accordion-button.collapsed .properties-item-v2 ul li,
.accordion-wrapper .accordion-item .accordion-header .accordion-button.collapsed .properties-item-v2 ul p,
.accordion-wrapper .accordion-item .accordion-header .accordion-button.collapsed .properties-item-v2 ul i {
  color: #122B5C;
}

@media screen and (max-width: 575px) {
  .accordion-wrapper .accordion-item .accordion-header .accordion-button .properties-item-v2 {
    display: none;
  }
}

.accordion-wrapper .accordion-item .accordion-body {
  padding: 20px;
  background: #60606005;
}

.accordion-wrapper .accordion-item .accordion-body .floor-bg img {
  width: 350px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/*********************************
/* Accordion End
*********************************/
/*********************************
/* Accordion v2 Start
*********************************/
.accordion-wrapper-v2 .accordion .accordion-button {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding-left: 30px !important;
}

.accordion-wrapper-v2 .accordion .accordion-button::after {
  left: 10px;
  right: auto;
  font-size: 13px;
}

.accordion-wrapper-v2 .accordion .accordion-body {
  padding: 10px;
}

.accordion-wrapper-v2 .accordion .accordion-body .content p {
  font-size: 13px;
  line-height: 20px;
}

/*********************************
/* Accordion v2 End
*********************************/
.accordion-wrapper-item .accordion-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  border: none;
  -webkit-box-shadow: 0px 0px 20px rgba(215, 211, 211, 0.4);
          box-shadow: 0px 0px 20px rgba(215, 211, 211, 0.4);
}

.accordion-wrapper-item .accordion-item .accordion-header .accordion-button {
  background: transparent;
  padding: 0;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #122B5C;
  padding: 20px 30px;
}

.accordion-wrapper-item .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-wrapper-item .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #a5a5a533;
  border-radius: 8px 8px 0px 0px;
  color: #122B5C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-wrapper-item .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "\2b";
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #8d8f95;
}

.accordion-wrapper-item .accordion-item .accordion-body {
  padding: 20px 30px;
}

/*********************************
/* Accordion End
*********************************/
/* ============================ */
/* Pricing Scetion Start v4 */
/* ============================ */
.price-table-wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 70px 67px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1199px) {
  .price-table-wrapper {
    padding: 70px 50px;
  }
}

@media screen and (max-width: 991px) {
  .price-table-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .price-table-wrapper {
    padding: 50px 25px;
  }
}

.price-table-wrapper .pricing-table-header {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #122B5C;
  margin-bottom: 18px;
  display: block;
  text-transform: capitalize;
}

.price-table-wrapper .table-price {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 23px;
  color: #122B5C;
}

.price-table-wrapper .table-price sup {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 23px;
  color: #7f7f7f;
}

.price-table-wrapper ul.price-list {
  margin-top: 31px;
  margin-bottom: 35px;
  list-style-type: none;
}

.price-table-wrapper ul.price-list li {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 0px;
  display: block;
  color: #666666;
}

.price-table-wrapper ul.price-list li span {
  color: #35985e;
  display: inline-block;
  margin-right: 10px;
}

.price-table-wrapper ul.price-list li span.clr-red {
  color: #AD874E;
}

.price-table-wrapper .btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #AD874E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  min-width: 186px;
  height: 48px;
  width: 100%;
}

.price-table-wrapper:hover {
  background: #AD874E;
  -webkit-box-shadow: 0px 10px 30px rgba(102, 84, 255, 0.08);
          box-shadow: 0px 10px 30px rgba(102, 84, 255, 0.08);
  border-color: #AD874E;
}

.price-table-wrapper:hover .pricing-table-header {
  color: #fff;
}

.price-table-wrapper:hover .table-price {
  color: #fff;
}

.price-table-wrapper:hover .table-price sup {
  color: #fff;
}

.price-table-wrapper:hover ul.price-list li {
  color: #fff;
}

.price-table-wrapper:hover ul.price-list li span {
  color: #fff;
}

.price-table-wrapper:hover .btn {
  background: #fff;
  color: #AD874E;
}

/* ============================ */
/* Pricing Scetion End v4 */
/* ============================ */
/* ============================ */
/*  Switch v2 Start */
/* ============================ */
.switch {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 60px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .switch {
    margin-top: 20px;
    margin-left: 0;
  }
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: poPoppins;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #122B5C;
  border-radius: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.switch .slider::before {
  position: absolute;
  content: "";
  background-color: #AD874E;
  width: 97px;
  height: 42px;
  border-radius: 8px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.switch .month,
.switch .annual {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  width: calc(50% - 7.5px);
  height: 42px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  cursor: poPoppins;
  background: transparent;
}

.switch .month {
  left: 0px;
  right: auto;
}

.switch input:checked + .month {
  background: #AD874E;
}

.switch input:checked + .slider::before {
  -webkit-transform: translate(111px, -50%);
          transform: translate(111px, -50%);
  background: #AD874E;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

/* ============================ */
/*  Switch V2 End */
/* ============================ */
/************************
* Preloader Start
*************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#status {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#status:before {
  content: "";
  position: absolute;
  poPoppins-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #AD874E;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status:after {
  content: "";
  position: absolute;
  poPoppins-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #AD874E;
  border-radius: 50%;
  -webkit-animation: rotatingn 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/************************
* Preloader End
*************************/
/***************************
* Error Page Start
****************************/
.error-section .error-sec-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0px 30px;
}

.error-section .error-sec-data h1 {
  color: #122B5C;
  font-size: 194px;
  line-height: 194px;
  margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .error-section .error-sec-data h1 {
    font-size: 150px;
    line-height: 150px;
  }
}

@media screen and (max-width: 575px) {
  .error-section .error-sec-data h1 {
    font-size: 120px;
    line-height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .error-section .error-sec-data h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

.error-section .error-sec-data h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .error-section .error-sec-data h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .error-section .error-sec-data h2 {
    font-size: 20px;
  }
}

.error-section .error-sec-data p {
  font-size: 21px;
  color: #5c727d;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .error-section .error-sec-data p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .error-section .error-sec-data p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.error-section .error-sec-data .btn i {
  margin-left: 0;
  margin-right: 8px;
}

/***************************
* Error Page End
****************************/
/*****************************
* Category Section Start
*****************************/
.category-box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(200, 200, 200, 0.2);
          box-shadow: 0px 0px 20px 10px rgba(200, 200, 200, 0.2);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1199px) {
  .category-box {
    margin-bottom: 30px;
  }
}

.category-box .card-body {
  padding: 25px 10px;
}

.category-box .card-body img {
  width: auto;
  height: auto;
  display: block;
  margin: 0px auto 5px;
}

.category-box .card-body h3 {
  line-height: 30px;
  font-size: 17px;
  color: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.category-box .card-body h3 a {
  font-size: 17px;
  color: #122B5C;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.category-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.category-box:hover h3 {
  color: #AD874E;
}

.category-box:hover h3 a {
  color: #AD874E;
}

/*****************************
* Category Section End
*****************************/
.tab-wrapper .tab-wrapper-top {
  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;
}

.tab-wrapper .tab-wrapper-top .data-info-title p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 479px) {
  .tab-wrapper .tab-wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.tab-wrapper .nav .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  margin-right: 8px;
  height: 32px;
  padding: 4px 14px;
}

.tab-wrapper .nav .nav-item .nav-link.active, .tab-wrapper .nav .nav-item .nav-link:hover {
  background: #AD874E;
  border-color: #AD874E;
  color: #fff;
}

.tab-wrapper .tab-content-wrapper {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .layout-cart-form {
    overflow-x: scroll;
  }
}

.layout-cart-form table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
  .layout-cart-form table {
    width: 1050px;
    overflow: hidden;
  }
}

.layout-cart-form table thead tr {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 16px 16px 0px 0px;
  height: 70px;
}

.layout-cart-form table thead tr th {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #585858;
  text-align: center;
  padding: 18px 20px;
}

@media screen and (max-width: 1440px) {
  .layout-cart-form table thead tr th {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1199px) {
  .layout-cart-form table thead tr th {
    font-size: 14px;
    padding: 0px 5px;
  }
}

@media screen and (max-width: 991px) {
  .layout-cart-form table thead tr th {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 575px) {
  .layout-cart-form table thead tr th {
    font-size: 15px;
    padding: 0px 18px;
  }
}

.layout-cart-form table thead tr:nth-child(1) {
  text-align: left;
}

.layout-cart-form table thead tr:nth-child(2) {
  text-align: left;
}

.layout-cart-form table thead tr:nth-child(3) {
  text-align: left;
}

.layout-cart-form table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.layout-cart-form table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 18px 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.layout-cart-form table tbody tr td a {
  color: rgba(0, 0, 0, 0.8);
}

.layout-cart-form table tbody tr td a:hover {
  color: #AD874E;
}

@media screen and (max-width: 1440px) {
  .layout-cart-form table tbody tr td {
    padding: 18px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .layout-cart-form table tbody tr td {
    padding: 18px 7px;
  }
}

@media screen and (max-width: 991px) {
  .layout-cart-form table tbody tr td {
    font-size: 13px;
    line-height: 20px;
    padding: 14px 10px;
  }
}

.layout-cart-form table tbody tr td img {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.layout-cart-form table tbody tr td .sold {
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #b72136;
  background: rgba(255, 72, 66, 0.16);
  border-radius: 8px;
  height: 22px;
  display: inline-block;
  padding: 1px 8px;
}

.layout-cart-form table tbody tr td .available {
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #229a16;
  background: #d5eacf;
  border-radius: 8px;
  height: 22px;
  display: inline-block;
  padding: 1px 10.5px;
}

/*********************************
/* Partner Start
*********************************/
.partner-logo {
  padding: 90px 0px;
}

.partner-logo .partner-icon img {
  width: 160px;
}

@media screen and (max-width: 479px) {
  .partner-logo .partner-icon img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .icon-box-item {
    margin-top: 50px;
  }
}

/*********************************
/* Partner End
*********************************/
/**
 *
 * Common CSS
 *
 */
