

/* ====================================================
    Gutter Code 
==================================================== */

.no-gutter > [class*='col-'] {
  /* No padding only for child columns */
  padding-right: 0;
  padding-left: 0; }

.no-gutter-all [class*='col-'] {
  /* No padding for every columns */
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 992px) {
  /* Modify this based on column def */
  .custom-gutter {
    margin-left: -0px;
    margin-right: -0px; }
  .custom-gutter > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px; } }

@media (max-width: 991px) {
  /* Modify this based on column def */
  .custom-gutter {
    margin-left: -15px;
    margin-right: -15px; }
  .custom-gutter > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 767px) {
  /* Modify this based on column def */
  .product-gutter .row {
    margin-left: -8px;
    margin-right: -8px; }
  .product-gutter [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px; } }

/* ----------------------------------------------------
    Normalize    0B2C3D
---------------------------------------------------- */
:root {
  --primary-color: #000000;
  --primary-color-2: #041113;
  /* Darken */
  --primary-color-3: #133236;
  /* Lighten */
  --secondary-color: #0C93EB;
  --secondary-color-2: #cb3421;
  /* Darken */
  --secondary-color-3: #fb412a;
  /* Lighten */
  --heading-color: #676767;
  --paragraph-color: #363636;
  --heading-font: 'Poppins', sans-serif;
  --body-font: 'Nunito Sans', sans-serif;
  /* Footer ACD2D8 8CB2B2  */
  --color-1: #8cb2b2;
  --color-2: #ACD2D8;
  --color-3: #A3BCC0;
  --color-4: #84A2A6;
  --color-5: #363636;
  --color-6: #F5DFDC;
  /* Gradient Colors */
  --gradient-color-1: linear-gradient(90deg, rgba(242,139,194,1) 0%, rgba(216,177,242,1) 50%);
  --gradient-color-2: linear-gradient(to top, rgba(7,28,31,0) 0%, rgba(7,28,31,1) 90%);
  --gradient-color-3: linear-gradient(to bottom, rgba(7,28,31,0) 0%, rgba(7,28,31,1) 90%);
  --gradient-color-4: linear-gradient(to top, rgba(242,246,247,0) 0%, rgba(242,246,247,1) 90%);
  --gradient-color-5: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%);
  /* Background Colors ( 1, 2, 3, 4, 5 )  */
  --section-bg-1: #F2F6F7;
  /* White */
  --section-bg-2: #171B2A;
  /* Black */
  --section-bg-5: #FFF2F0;
  /* White */
  --section-bg-6: #0B2C3D;
  /* Black */
  --section-bg-7: #282b38;
  /* Black */
  /* Border Colors */
  --border-color-1: #e5eaee;
  /* White */
  --border-color-2: #1e2021;
  /* Black */
  --border-color-3: #5C617F;
  /* Black */
  --border-color-4: #eb6954;
  /* Red */
  --border-color-5: #bc3928;
  /* Red */
  --border-color-6: #103034;
  /* Black */
  --border-color-7: #d1dae0;
  /* White */
  --border-color-8: #f6f6f6;
  /* White */
  --border-color-9: #e4ecf2;
  /* White */
  --border-color-10: #ebeeee;
  /* White */
  --border-color-11: #ededed;
  /* White */
  --border-color-12: #e1e6ff;
  /* White */
  --border-color-13: #f1f8ff;
  /* White */
  /* Box Shadow Colors */
  --box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --box-shadow-2: 0 0 4px #dfdfdf;
  /* like border */
  --box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, .28);
  /* like border GGL */
  --box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  --box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
  --box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
  --box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, 0.2);
  /* Common Colors */
  --black: #000000;
  --black-2: #22355B;
  --white: #fff;
  --white-2: #F2F6F7;
  --white-3: #e8edee;
  --white-4: #e6ecf0;
  --white-5: #f0f4f7;
  --white-6: #f1f1f1;
  --white-7: #F7F7F7;
  --white-8: #FAFAFA;
  --white-9: #F2F7FA;
  --white-10: #EDEDED;
  --red: #FF0000;
  --red-2: #f34f3f;
  --red-3: #DB483B;
  --silver: #C0C0C0;
  --gray: #808080;
  --maroon: #800000;
  --yellow: #FFFF00;
  --olive: #808000;
  --lime: #00FF00;
  --green: #77C720;
  --green-2: #008000;
  --aqua: #00FFFF;
  --teal: #008080;
  --blue: #0000FF;
  --navy: #000080;
  --fuchsia: #B13BFF;
  --purple: #800080;
  --pink: #FFC0CB;
  --nude: #ebc8b2;
  --orange: #ffa500;
  --ratings: #FFB800;
  /* social media colors */
  --facebook: #365493;
  --twitter: #3CF;
  --linkedin: #0077B5;
  --pinterest: #c8232c;
  --dribbble: #ea4c89;
  --behance: #131418;
  --google-plus: #dd4b39;
  --instagram: #e4405f;
  --vk: #3b5998;
  --wechat: #7bb32e;
  --youtube: #CB2027;
  --email: #F89A1E; }

/* -------------------------------------
    Typography
------------------------------------- */





@FONT-FACE {
	font-family: "Poppins";
	src: url("TASAExplorer-Regular.otf");
}


@FONT-FACE {
font-family: "med";
	src: url("TASAExplorer-Medium.otf");/*
	src: url("TASAExplorer-Medium.otf");*/
}

/*
@FONT-FACE {
	font-family: "thin";
	src: url("thin.woff2");
}
*/




html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Poppins"; }

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

body {
  color:  #363636;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 1.8;
  margin: 0 auto;

background:#fafafa; }

h1, .h1 {
  font-size: 26px;
  line-height: 1.2; }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading-color);
  clear: both;
  
  line-height: 1.3;
  margin-bottom: 15px;
color: #363636;}

p {
  color:  #363636;
  margin-bottom: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: inherit;
  text-decoration: none;
  color:  #363636;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

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

a:hover {
  color: #0C93EB; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Poppins"; }

pre,
code,
kbd,
tt,
var,
samp {
  font-family: "Poppins"; }

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ul li,
ol li {
  margin-top: 0; }

/* -------------------------------------
    Custom Class
------------------------------------- */
.section-bg-1 {
  background-color: var(--section-bg-1); }
  .section-bg-1 .separate-line .separate-icon {
    background-color: var(--section-bg-1); }

.section-bg-2,
.section-bg-6,
.section-bg-7 {
  background-color: var(--section-bg-2); }
  .section-bg-2 h1,
  .section-bg-2 h2,
  .section-bg-2 h3,
  .section-bg-2 h4,
  .section-bg-2 h5,
  .section-bg-2 h6,
  .section-bg-2 p,
  .section-bg-2 li,
  .section-bg-2 i,
  .section-bg-2 span,
  .section-bg-2 tr,
  .section-bg-2 td,
  .section-bg-6 h1,
  .section-bg-6 h2,
  .section-bg-6 h3,
  .section-bg-6 h4,
  .section-bg-6 h5,
  .section-bg-6 h6,
  .section-bg-6 p,
  .section-bg-6 li,
  .section-bg-6 i,
  .section-bg-6 span,
  .section-bg-6 tr,
  .section-bg-6 td,
  .section-bg-7 h1,
  .section-bg-7 h2,
  .section-bg-7 h3,
  .section-bg-7 h4,
  .section-bg-7 h5,
  .section-bg-7 h6,
  .section-bg-7 p,
  .section-bg-7 li,
  .section-bg-7 i,
  .section-bg-7 span,
  .section-bg-7 tr,
  .section-bg-7 td {
    color: var(--white); }
  .section-bg-2 .separate-line .separate-icon,
  .section-bg-6 .separate-line .separate-icon,
  .section-bg-7 .separate-line .separate-icon {
    background-color: var(--black-2); }

.section-bg-3 {
  position: relative; }
  .section-bg-3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-color-1);
    opacity: 0.9; }
  .section-bg-3 h1,
  .section-bg-3 h2,
  .section-bg-3 h3,
  .section-bg-3 h4,
  .section-bg-3 h5,
  .section-bg-3 h6,
  .section-bg-3 p,
  .section-bg-3 li,
  .section-bg-3 i,
  .section-bg-3 span,
  .section-bg-3 tr,
  .section-bg-3 td {
    color: var(--white); }
  .section-bg-3 .slick-arrow-1 .slick-arrow {
    background-color: transparent; }
  .section-bg-3 input[type="text"],
  .section-bg-3 input[type="email"],
  .section-bg-3 input[type="password"],
  .section-bg-3 input[type="submit"] {
    border-color: var(--white);
    color: var(--white); }
  .section-bg-3 .btn-wrapper button {
    color: var(--white); }
  .section-bg-3 input::-webkit-input-placeholder {
    color: var(--white); }
  .section-bg-3 input::-moz-placeholder {
    color: var(--white); }
  .section-bg-3 input:-ms-input-placeholder {
    color: var(--white); }
  .section-bg-3 input:-moz-placeholder {
    color: var(--white); }
  .section-bg-3 .separate-line .separate-icon {
    background: var(--gradient-color-1); }
    .section-bg-3 .separate-line .separate-icon i {
      color: var(--white); }

.section-bg-4 {
  background-color: var(--primary-color-2); }
  .section-bg-4 h1,
  .section-bg-4 h2,
  .section-bg-4 h3,
  .section-bg-4 h4,
  .section-bg-4 h5,
  .section-bg-4 h6,
  .section-bg-4 p,
  .section-bg-4 li,
  .section-bg-4 i,
  .section-bg-4 span,
  .section-bg-4 tr,
  .section-bg-4 td {
    color: var(--white); }
  .section-bg-4 .separate-line .separate-icon {
    background-color: var(--black-2); }
  .section-bg-4 .copyright-design h6, .section-bg-4 .copyright-design h4 {
    color: var(--color-1); }

.section-bg-5 {
  background-color: var(--section-bg-5); }

.section-bg-6 {
  background-color: var(--section-bg-6); }

.section-bg-7 {
  background-color: var(--section-bg-7); }

.text-color-white {
  color: var(--white); }
  .text-color-white h1,
  .text-color-white h2,
  .text-color-white h3,
  .text-color-white h4,
  .text-color-white h5,
  .text-color-white h6,
  .text-color-white p,
  .text-color-white li,
  .text-color-white i,
  .text-color-white span,
  .text-color-white tr,
  .text-color-white td {
    color: var(--white); }

.primary-color {
  color: var(--primary-color) !important; }

.primary-color-2 {
  color: var(--primary-color-2) !important; }

.primary-color-3 {
  color: var(--primary-color-3) !important; }

.secondary-color {
  color: #0C93EB !important; }

.secondary-color-2 {
  color: var(--secondary-color-2) !important; }

.secondary-color-3 {
  color: var(--secondary-color-3) !important; }

.color-1 {
  color: var(--color-1); }

.white-color {
  color: var(--white); }

.white-color-im {
  color: var(--white) !important; }

.primary-bg {
  background-color: var(--primary-color); }

.primary-bg-2 {
  background-color: var(--primary-color-2); }

.secondary-bg {
  background-color: #0C93EB; }

.secondary-bg-2 {
  background-color: var(--secondary-color-2); }

.white-bg {
  background-color: var(--white); }

.gradient-color-1 {
  background: var(--gradient-color-1); }

.gradient-color-2 {
  background: var(--gradient-color-2); }

.gradient-color-3 {
  background: var(--gradient-color-3); }

.gradient-color-4 {
  background: var(--gradient-color-4); }

.gradient-color-5 {
  background: var(--gradient-color-5); }

.before-bg-1 {
  position: relative; }
  .before-bg-1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 34.2%;
    left: 0;
    bottom: 0;
    background-color: var(--section-bg-1); }

.before-bg-top {
  position: relative; }
  .before-bg-top:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 72%;
    left: 0;
    top: 0;
    background-color: var(--section-bg-1); }

.before-bg-bottom {
  position: relative; }
  .before-bg-bottom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-color: var(--section-bg-2); }

.before-bg-bottom-2 {
  position: relative; }
  .before-bg-bottom-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-color: var(--section-bg-1); }

.before-bg-right {
  position: relative; }
  .before-bg-right:before {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    background-color: var(--primary-color); }

.before-bg-left {
  position: relative; }
  .before-bg-left:before {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    right: auto;
    top: 0;
    background-color: var(--primary-color); }

.box-shadow {
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2); }

.box-shadow-1 {
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1); }

.custom-icon {
  position: relative; }
  .custom-icon::before {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
     }

.border {
  border: 1px solid var(--border-color-1); }

.border-top {
  border-top: 1px solid var(--border-color-1); }

.border-top {
  border-top: 1px solid var(--border-color-1); }

.border-bottom {
  border-bottom: 1px solid var(--border-color-1); }

.border-color-3 {
  border-color: var(--border-color-3) !important; }

mark {
  background-color: var(--primary-color);
  padding: 3px 15px;
  color: var(--white);
  border-radius: 25px; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d9d9d9; }

a.text-decoration,
.text-decoration a {
  text-decoration: underline; }

fieldset {
  padding: 30px 40px;
  border: 1px solid #eee; }

fieldset legend {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  margin-top: -9px;
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: capitalize;
  color: #363636;
  background-color: #fff; }

@media (max-width: 991px) {
  .before-bg-right:before {
    width: 0; }
  .before-bg-left:before {
    width: 0; } }

.position-relative {
  position: relative; }

.bg-fixed {
  background-attachment: fixed; }

.bg-black {
  background-color: var(--black) !important;
  color: var(--white) !important; }

.bg-white {
  background-color: var(--white) !important;
  color: var(--black) !important; }

.bg-red {
  background-color: var(--red) !important;
  color: var(--white) !important; }

.bg-yellow {
  background-color: var(--yellow) !important;
  color: var(--white) !important; }

.bg-green {
background: #7ad9fb33;
  color: var(--white); }

.bg-blue {
  background-color: var(--blue) !important;
  color: var(--white) !important; }

.bg-orange {
  background-color: #c7e1f8;
  color: var(--white); }

.bg-fuchsia {
  background-color: var(--fuchsia) !important;
  color: var(--white) !important; }

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

code {
  color: #faa603; }

/* ----------------------------------------------------
    Form input box
---------------------------------------------------- */
input[type="tel"],
input[type="date"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"]
 {
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color:  #363636;
  width: 100%;
  border-radius: 0;
margin-bottom: 20px;
padding-left: 20px;
   }


textarea {

  border: 2px solid;
  border-color: var(--border-color-9);
  height: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color:  #363636;
  width: 100%;
  border-radius: 0;
margin-bottom: 10px;
padding-left: 20px;
}



input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="submit"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
color: #ababab;
  font-size: 14px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #0C93EB;
border: 1px solid var(--Secondary); }

input[type="password"] {

  font-size: 16px; }

textarea {
  resize: vertical;
  padding: 15px 20px;
  min-height: 100px; }

button {
  outline: none;
  border: none;
  cursor: pointer; }

button:focus {
  outline: none; }

.form-input-box {
  position: relative; }

.form-input-box input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 70px 0 15px;
  border-radius: 0 15px 0px 0px;
  border: 1px solid var(--primary-color);
  margin-bottom: 0; }

.form-input-box button[type="submit"] {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 0 18px;
  height: 100%;
  border: 1px solid var(--primary-color);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.form-input-box button[type="submit"]:hover {
  background-color: #0C93EB;
  border-color: #0C93EB;
  color: var(--white); }

/* input-item */
.input-item {
  position: relative; }
  .input-item.custom-icon::before {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #0C93EB; }

.input-item-name.custom-icon::before {
  content: "\f007"; }

.input-item-email.custom-icon::before {
  content: "\f0e0"; }

.input-item-phone.custom-icon::before {
  content: "\f095"; }

.input-item-subject.custom-icon::before {
  content: "\f06e"; }

.input-item-website.custom-icon::before {
  content: "\f0ac"; }

.input-item-date.custom-icon::before {
  content: "\f073"; }

.input-item-textarea.custom-icon::before {
  content: "\f303";
  top: 30px; }

.input-info-save {
  font-size: 14px; }

label.checkbox-inline {
  font-size: 14px; }

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

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

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

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

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

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

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

.alignwide {
  max-width: 1100px; }

.fix {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

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

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

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

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

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

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

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

.post-password-form label {
  
  color: #363636; }

.post-password-form input[type=submit] {
  width: 100px;
  height: 45px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

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

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

/* ----------------------------------------------------
    ScrollUp
---------------------------------------------------- */
#scrollUp {
  background-color: var(--section-bg-1);
  color: var(--heading-color);
  bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  right: 25px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3);  z-index: 8 !important;}
  #scrollUp i {
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #scrollUp:hover {
    background-color: #0C93EB;
    color: var(--white); }

/* ----------------------------------------------------
    Owl Carousel 
---------------------------------------------------- */
/*
.owl-dots {
  display: block;
  text-align: center;
  margin-top: 0; }


.owl-dots .owl-dot {
  display: inline-block;
  background-color: #999;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 100%; }

.owl-dots .owl-dot:last-child {
  margin-right: 0px; }

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background-color: #0C93EB; }*/

/* owl-arrow-1 */
.owl-arrow-1 .owl-nav > button {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto; }

.owl-arrow-1 .owl-nav > button.owl-next {
  left: auto;
  right: -60px; }

@media only screen and (max-width: 1200px) {
  .owl-arrow-1 .owl-nav > button {
    right: auto;
    left: 0px; }
  .owl-arrow-1 .owl-nav > button.owl-next {
    right: 0px;
    left: auto; } }

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1; }
  .slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--silver);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background-color: #0C93EB;
      height: 15px;
      width: 15px;
      margin-bottom: -2px; }

/* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 9; }

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color: var(--white);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 45px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--white-4);
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--primary-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden; }
  .slick-arrow-1 .slick-arrow:hover {
    background-color: #0C93EB;
    border-color: #0C93EB;
    color: var(--white) !important; }

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto; }

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto; }

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto; }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto; } }

/* slick-arrow-2 */
.slick-arrow-2 .slick-arrow {
  color: var(--primary-color) !important;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: block;
  left: 15px;
  border: 1px solid var(--border-color-1);
  text-align: center; }
  .slick-arrow-2 .slick-arrow:hover {
    background-color: #0C93EB;
    border-color: #0C93EB;
    color: var(--white) !important; }

.slick-arrow-2 .slick-next {
  left: 60px; }

/* slick-arrow-3 */
.slick-arrow-3 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: -120px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  display: block;
  left: auto;
  right: 100px;
  border: 2px solid;
  text-align: center;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2); }
  .slick-arrow-3 .slick-arrow:hover {
    background-color: #0C93EB;
    border-color: var(--border-color-4);
    color: var(--white) !important; }

.slick-arrow-3 .slick-next {
  right: 15px;
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary-color) !important; }

.slick-arrow-3 .slick-prev {
  background-color: #0C93EB;
  border-color: var(--border-color-4);
  color: var(--white) !important; }

/* slick-arrow-4 */
.slick-arrow-4 {
  margin: 0; }
  .slick-arrow-4 .slick-arrow {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    height: 45px;
    width: 50px;
    line-height: 45px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 100%; }
    .slick-arrow-4 .slick-arrow:hover {
      background-color: #0C93EB;
      border-color: var(--border-color-4);
      color: var(--white) !important; }
  .slick-arrow-4 .slick-next {
    right: -60px; }
  .slick-arrow-4 .slick-prev {
    left: -60px; }

@media (max-width: 767px) {
  .slick-dots {
    margin: 0 0 15px; } }

/* ----------------------------------------------------
    Background Overlay
---------------------------------------------------- */
.bg-overlay-black-10,
.bg-overlay-black-20,
.bg-overlay-black-30,
.bg-overlay-black-40,
.bg-overlay-black-50,
.bg-overlay-black-60,
.bg-overlay-black-70,
.bg-overlay-black-80,
.bg-overlay-black-90,
.bg-overlay-white-10,
.bg-overlay-white-20,
.bg-overlay-white-30,
.bg-overlay-white-40,
.bg-overlay-white-50,
.bg-overlay-white-60,
.bg-overlay-white-70,
.bg-overlay-white-80,
.bg-overlay-white-90 {
  z-index: 8;
  position: relative; }

.bg-overlay-black-10:before,
.bg-overlay-black-20:before,
.bg-overlay-black-30:before,
.bg-overlay-black-40:before,
.bg-overlay-black-50:before,
.bg-overlay-black-60:before,
.bg-overlay-black-70:before,
.bg-overlay-black-80:before,
.bg-overlay-black-90:before,
.bg-overlay-white-10:before,
.bg-overlay-white-20:before,
.bg-overlay-white-30:before,
.bg-overlay-white-40:before,
.bg-overlay-white-50:before,
.bg-overlay-white-60:before,
.bg-overlay-white-70:before,
.bg-overlay-white-80:before,
.bg-overlay-white-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.bg-overlay-black-10:before {
  background: #dfdfdf; }

.bg-overlay-black-20:before {
  background: rgba(0, 0, 0, 0.2); }

.bg-overlay-black-30:before {
  background: rgba(0, 0, 0, 0.3); }

.bg-overlay-black-40:before {
  background: rgba(0, 0, 0, 0.4); }

.bg-overlay-black-50:before {
  background: rgba(0, 0, 0, 0.5); }

.bg-overlay-black-60:before {
  background: rgba(0, 0, 0, 0.6); }

.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7); }

.bg-overlay-black-80:before {
  background: rgba(0, 0, 0, 0.8); }

.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.9); }

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1); }

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2); }

.bg-overlay-white-30:before {
  background: rgb(247 247 247 / 93%) ; }

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4); }

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5); }

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6); }

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7); }

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8); }

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9); }

.bg-overlay-theme-05,
.bg-overlay-theme-10,
.bg-overlay-theme-20,
.bg-overlay-theme-30,
.bg-overlay-theme-40,
.bg-overlay-theme-50,
.bg-overlay-theme-60,
.bg-overlay-theme-70,
.bg-overlay-theme-80,
.bg-overlay-theme-90 {
  z-index: 9;
  position: relative; }

.bg-overlay-theme-05:before,
.bg-overlay-theme-10:before,
.bg-overlay-theme-20:before,
.bg-overlay-theme-30:before,
.bg-overlay-theme-40:before,
.bg-overlay-theme-50:before,
.bg-overlay-theme-60:before,
.bg-overlay-theme-70:before,
.bg-overlay-theme-80:before,
.bg-overlay-theme-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.bg-overlay-theme-05:before {
  background: rgba(229, 62, 41, 0.05); }

.bg-overlay-theme-10:before {
  background: rgba(229, 62, 41, 0.1); }

.bg-overlay-theme-20:before {
  background: rgba(229, 62, 41, 0.2); }

.bg-overlay-theme-30:before {
  background: rgba(229, 62, 41, 0.3); }

.bg-overlay-theme-40:before {
  background: rgba(229, 62, 41, 0.4); }

.bg-overlay-theme-50:before {
  background: rgba(229, 62, 41, 0.5); }

.bg-overlay-theme-60:before {
  background: rgba(229, 62, 41, 0.6); }

.bg-overlay-theme-70:before {
  background: rgba(229, 62, 41, 0.7); }

.bg-overlay-theme-80:before {
  background: rgba(229, 62, 41, 0.8); }

.bg-overlay-theme-90:before {
  background: rgba(229, 62, 41, 0.9); }

.bg-overlay-theme-black-05,
.bg-overlay-theme-black-10,
.bg-overlay-theme-black-20,
.bg-overlay-theme-black-30,
.bg-overlay-theme-black-40,
.bg-overlay-theme-black-50,
.bg-overlay-theme-black-60,
.bg-overlay-theme-black-70,
.bg-overlay-theme-black-80,
.bg-overlay-theme-black-90 {
  z-index: 9;
  position: relative; }

.bg-overlay-theme-black-05:before,
.bg-overlay-theme-black-10:before,
.bg-overlay-theme-black-20:before,
.bg-overlay-theme-black-30:before,
.bg-overlay-theme-black-40:before,
.bg-overlay-theme-black-50:before,
.bg-overlay-theme-black-60:before,
.bg-overlay-theme-black-70:before,
.bg-overlay-theme-black-80:before,
.bg-overlay-theme-black-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.bg-overlay-theme-black-05:before {
  background: rgba(7, 28, 31, 0.05); }

.bg-overlay-theme-black-10:before {
  background: rgba(7, 28, 31, 0.1); }

.bg-overlay-theme-black-20:before {
  background: rgba(7, 28, 31, 0.2); }

.bg-overlay-theme-black-30:before {
  background: rgba(7, 28, 31, 0.3); }

.bg-overlay-theme-black-40:before {
  background: rgba(7, 28, 31, 0.4); }

.bg-overlay-theme-black-50:before {
  background: rgba(7, 28, 31, 0.5); }

.bg-overlay-theme-black-60:before {
  background: rgba(7, 28, 31, 0.6); }

.bg-overlay-theme-black-70:before {
  background: rgba(7, 28, 31, 0.7); }

.bg-overlay-theme-black-80:before {
  background: rgba(7, 28, 31, 0.8); }

.bg-overlay-theme-black-90:before {
  background: rgba(7, 28, 31, 0.9); }

/* ----------------------------------------------
  Scrollbar
---------------------------------------------- */
.scrollbar {
  overflow-y: auto; }

.scrollbar::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
  border-radius: 30px; }

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd; }

.mean-nav {
  overflow-y: auto; }

.mean-nav::-webkit-scrollbar {
  width: 3px;
  background-color: var(--primary-color);
  border-radius: 30px; }

.mean-nav::-webkit-scrollbar-thumb {
  background-color: #0C93EB; }

/* ----------------------------------------------------
    Padding Top
---------------------------------------------------- */
.pt-0 {
  padding-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
    Padding Bottom
---------------------------------------------------- */
.pb-0 {
  padding-bottom: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
    Margin Top
---------------------------------------------------- */
.mt-0 {
  margin-top: 0px !important; }

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

.mt-12 {
  margin-top: 12px !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
    Margin Bottom
---------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !important; }

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

.mb-12 {
  margin-bottom: 12px !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
    Custom margin Padding
---------------------------------------------------- */
.mr-30 {
  margin-right: 30px; }

.ml-30 {
  margin-left: 30px; }

.pl-70 {
  padding-left: 70px; }

.pr-70 {
  padding-right: 70px; }

/* Padding left right */
.plr--2 {
  padding-left: 2%;
  padding-right: 2%; }

.plr--3 {
  padding-left: 3%;
  padding-right: 3%; }

.plr--4 {
  padding-left: 4%;
  padding-right: 4%; }

.plr--5 {
  padding-left: 5%;
  padding-right: 5%; }

.plr--6 {
  padding-left: 6%;
  padding-right: 6%; }

.plr--7 {
  padding-left: 7%;
  padding-right: 7%; }

.plr--8 {
  padding-left: 8%;
  padding-right: 8%; }

.plr--9 {
  /* used */
  padding-left: 9%;
  padding-right: 9%; }

.plr--10 {
  padding-left: 10%;
  padding-right: 10%; }

.plr--11 {
  padding-left: 11%;
  padding-right: 11%; }

.plr--12 {
  padding-left: 12%;
  padding-right: 12%; }

@media (max-width: 1599px) {
  .plr--2,
  .plr--3,
  .plr--4,
  .plr--5,
  .plr--6,
  .plr--7,
  .plr--8,
  .plr--9,
  .plr--10,
  .plr--11,
  .plr--12 {
    padding-left: 2%;
    padding-right: 2%; } }

@media (max-width: 1399px) {
  .plr--2,
  .plr--3,
  .plr--4,
  .plr--5,
  .plr--6,
  .plr--7,
  .plr--8,
  .plr--9,
  .plr--10,
  .plr--11,
  .plr--12 {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1200px) {
  /* Margin Top Minus */
  .mt--30 {
    margin-top: -30px !important; }
  .mt--65 {
    margin-top: -65px; }
  .mt--80 {
    margin-top: -100px; }
  .mt--90 {
    margin-top: -100px; }
  .mt--100 {
    margin-top: -100px; }
  .mt--110 {
    margin-top: -100px; }
  .mt--120 {
    margin-top: -100px; }
  .mt--150 {
    margin-top: -100px; } }

@media (max-width: 767px) {
  .mb-sm-20 {
    margin-bottom: 20px; } }

/* Margin Bottom Minus */
.mb--30 {
  margin-bottom: -30px; }

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

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

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

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

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

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

/* ----------------------------------------------------
    Custom Height
---------------------------------------------------- */
.height-100 {
  height: 100px; }

.height-200 {
  height: 200px; }

.height-250 {
  height: 250px; }

.height-300 {
  height: 300px; }

.height-350 {
  height: 350px; }

.height-400 {
  height: 400px; }

.height-450 {
  height: 450px; }

.height-500 {
  height: 500px; }

.height-550 {
  height: 550px; }

.height-600 {
  height: 600px; }

.height-650 {
  height: 650px; }

.height-700 {
  height: 700px; }

/* --------------------------------------------------------------
# Gutenberg	Default Style
-------------------------------------------------------------- */
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px; }

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.wp-block-video video {
  max-width: 636px; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; } }

.wp-block-video video {
  max-width: 636px; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #363636;
  padding-left: 1em; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; } }

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d; }

/* --------------------------------------------------------------
## Block Color Palette Colors
-------------------------------------------------------------- */
.has-strong-blue-color {
  color: #0073aa; }

.has-strong-blue-background-color {
  background-color: #0073aa; }

.has-lighter-blue-color {
  color: #229fd8; }

.has-lighter-blue-background-color {
  background-color: #229fd8; }

.has-very-light-gray-color {
  color: #eee; }

.has-very-light-gray-background-color {
  background-color: #eee; }

.has-very-dark-gray-color {
  color: #444; }

.has-very-dark-gray-background-color {
  background-color: #444; }

/* ----------------------------------------------------
    Animation Custom Class
---------------------------------------------------- */
.effect-img {
  position: absolute; }

.effect-img-top-left {
  top: 6%;
  left: 5%; }

.effect-img-top-right {
  top: 5%;
  right: 5%; }

.effect-img-center-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%; }

.effect-img-center-center {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%; }

.effect-img-center-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%; }

.effect-img-bottom-left {
  bottom: 5%;
  left: 0; }

.effect-img-bottom-right {
  bottom: 5%;
  right: 5%; }

.animation-pulse1 a {
  -webkit-animation: pulse1 1s infinite;
  animation: pulse1 1s infinite; }

.animation-pulse2 a {
  -webkit-animation: pulse2 1s infinite;
  animation: pulse2 1s infinite; }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 15px rgba(255, 90, 60, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 15px rgba(255, 90, 60, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0); } }

/* ----------------------------------------------------
    Animation CSS
---------------------------------------------------- */
.parallax-effect-wrap,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

.parallax-effect-wrap {
  min-height: 600px;
  position: relative;
  overflow: hidden; }

.layer {
  position: absolute; }

.layer div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.background {
  background: url(../img/effect/1.png) no-repeat 50% 100%;
  bottom: 96px;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%; }

.lighthouse {
  -webkit-transform-origin: 50% 90%;
  -moz-transform-origin: 50% 90%;
  -ms-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0px -64px;
  background-size: 128px 224px;
  height: 224px;
  width: 128px;
  background-image: url(../img/effect/2.png);
  background-repeat: no-repeat;
  bottom: 64px;
  position: absolute;
  right: 20%; }

.wave.plain {
  background-image: url(../img/effect/3.png); }

.wave.paint {
  background-image: url(../img/effect/4.png); }

.light {
  margin: -120px -120px;
  background-size: 240px 240px;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  bottom: 112px;
  position: absolute;
  left: 50%; }

.light.orange {
  background-image: url(../img/effect/5.png); }

.light.purple {
  background-image: url(../img/effect/6.png); }

.light.a {
  bottom: 80px;
  left: 20%; }

.light.b {
  bottom: 80px;
  left: 30%; }

.light.c {
  bottom: 112px;
  left: 45%; }

.light.d {
  bottom: 96px;
  left: 60%; }

.light.e {
  bottom: 112px;
  left: 75%; }

.light.f {
  bottom: 64px;
  left: 80%; }

.light.phase-1 {
  -webkit-animation: phase 20s 0.1s infinite linear;
  -moz-animation: phase 20s 0.1s infinite linear;
  animation: phase 20s 0.1s infinite linear; }

.light.phase-2 {
  -webkit-animation: phase 18s 0.1s infinite linear;
  -moz-animation: phase 18s 0.1s infinite linear;
  animation: phase 18s 0.1s infinite linear; }

.light.phase-3 {
  -webkit-animation: phase 16s 0.1s infinite linear;
  -moz-animation: phase 16s 0.1s infinite linear;
  animation: phase 16s 0.1s infinite linear; }

.light.phase-4 {
  -webkit-animation: phase 14s 0.1s infinite linear;
  -moz-animation: phase 14s 0.1s infinite linear;
  animation: phase 14s 0.1s infinite linear; }

.light.phase-5 {
  -webkit-animation: phase 12s 0.1s infinite linear;
  -moz-animation: phase 12s 0.1s infinite linear;
  animation: phase 12s 0.1s infinite linear; }

.light.phase-6 {
  -webkit-animation: phase 10s 0.1s infinite linear;
  -moz-animation: phase 10s 0.1s infinite linear;
  animation: phase 10s 0.1s infinite linear; }

.hanger {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: absolute; }

.hanger.position-1 {
  top: 28%; }

.hanger.position-2 {
  top: 46%; }

.hanger.position-3 {
  top: 59%; }

.hanger.position-4 {
  top: 66.5%; }

.hanger.position-5 {
  top: 69.5%; }

.hanger.position-6 {
  top: 66.5%; }

.hanger.position-7 {
  top: 59%; }

.hanger.position-8 {
  top: 46%; }

.hanger.position-9 {
  top: 28%; }

.hanger.position-1 {
  left: 10%; }

.hanger.position-2 {
  left: 20%; }

.hanger.position-3 {
  left: 30%; }

.hanger.position-4 {
  left: 40%; }

.hanger.position-5 {
  left: 50%; }

.hanger.position-6 {
  left: 60%; }

.hanger.position-7 {
  left: 70%; }

.hanger.position-8 {
  left: 80%; }

.hanger.position-9 {
  left: 90%; }

.board {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  margin: 0px -140px;
  background-size: 280px 280px;
  height: 280px;
  width: 280px;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 0; }

.board.birds {
  background-image: url(../img/effect/5.png); }

.board.cloud-1 {
  background-image: url(../img/effect/1.png); }

.board.cloud-2 {
  background-image: url(../img/effect/2.png); }

.board.cloud-3 {
  background-image: url(../img/effect/3.png); }

.board.cloud-4 {
  background-image: url(../img/effect/4.png); }

.swing-1 {
  -webkit-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-2 {
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-3 {
  -webkit-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-4 {
  -webkit-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-5 {
  -webkit-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* --------------- */
.wave {
  background: transparent repeat-x;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 30%;
  -webkit-animation: wave 5.33333s 0.1s infinite linear;
  -moz-animation: wave 5.33333s 0.1s infinite linear;
  animation: wave 5.33333s 0.1s infinite linear; }

.animation-wave-3s {
  -webkit-animation: wave 3s 0.1s infinite linear;
  -moz-animation: wave 3s 0.1s infinite linear;
  animation: wave 3s 0.1s infinite linear; }

.animation-wave-4s {
  -webkit-animation: wave 4s 0.1s infinite linear;
  -moz-animation: wave 4s 0.1s infinite linear;
  animation: wave 4s 0.1s infinite linear; }

.animation-wave-5s {
  -webkit-animation: wave 5.33333s 0.1s infinite linear;
  -moz-animation: wave 5.33333s 0.1s infinite linear;
  animation: wave 5.33333s 0.1s infinite linear; }

.animation-wave-6s {
  -webkit-animation: wave 6.22222s 0.1s infinite linear;
  -moz-animation: wave 6.22222s 0.1s infinite linear;
  animation: wave 6.22222s 0.1s infinite linear; }

.animation-wave-7s {
  -webkit-animation: wave 7.11111s 0.1s infinite linear;
  -moz-animation: wave 7.11111s 0.1s infinite linear;
  animation: wave 7.11111s 0.1s infinite linear; }

.animation-wave-8s {
  -webkit-animation: wave 8s 0.1s infinite linear;
  -moz-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear; }

.cross, .x, .y {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

@-webkit-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@-moz-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@-ms-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg); }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg); } }

@-moz-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg); }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg); } }

@-ms-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg); }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotate(20deg);
    transform: rotateZ(20deg); } }

@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg); }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg); } }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg); } }

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg); } }

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg); } }

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg); } }

@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg); } }

@-moz-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg); } }

@-ms-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg); } }

@keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg); } }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }

@-moz-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }

@-ms-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotate(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotateZ(-10deg); } }

@keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }

/* ----------------------------------------------------
    End Animation
---------------------------------------------------- */
/* ----------------------------------------------------
    Breadcurmb Area
---------------------------------------------------- */
.breadcrumb-area {
  background-color: var(--section-bg-1);background-color: #e2edf0;
  padding-top: 15px;
  padding-bottom: 10px; }


.breadcrumb-inner h1 {
font-size: 24px;
text-transform: capitalize;
margin-bottom: 10px;
}

.breadcrumb-list ul {
  margin: 0;
  padding: 0; }

.breadcrumb-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
text-transform: capitalize;
   }

.breadcrumb-list ul li:last-child {
  margin-right: 0;
 }

.breadcrumb-list ul li:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  
  font-size: 10px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.breadcrumb-list ul li:last-child:after {
  display: none; }

/* breadcrumb-area-2 */
.breadcrumb-area-2 {
  padding-top: 250px;
  padding-bottom: 130px; }

.breadcrumb-inner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumb-inner-2 .section-title-area {
    margin-bottom: 0; }
  .breadcrumb-inner-2 .section-title-2 .section-title {
    margin-bottom: 0; }
  .breadcrumb-inner-2 .breadcrumb-list {
    margin-left: 100px; }
  .breadcrumb-inner-2 .breadcrumb-list ul li:after {
    position: absolute;
    content: "";
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 2px;
    background-color: var(--color-1);
    opacity: 0.5; }

.breadcrumb-color-white .breadcrumb-list li {
  color: var(--color-1); }
  .breadcrumb-color-white .breadcrumb-list li:last-child {
    color: #0C93EB; }

/* breadcrumb-area-3 */
.breadcrumb-area-3 {
  padding-top: 350px;
  padding-bottom: 130px; }

/* breadcrumb-area-4 */
.breadcrumb-inner-4 .section-title-area {
  margin-bottom: 0; }

.breadcrumb-inner-4 .breadcrumb-list ul li:last-child {
  opacity: 0.5; }

/* ----------------------------------------------------
    Responsive
---------------------------------------------------- */
@media (max-width: 767px) {
  .breadcrumb-area-2 {
    padding-top: 240px;
    padding-bottom: 80px; }
  .breadcrumb-inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center; }
    .breadcrumb-inner-2 .breadcrumb-list {
      margin-left: 0; }
  .breadcrumb-list ul li {
    font-size: 13px; } }

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ============================================================
>>> TABLE OF CONTENTS:
===============================================================
# Widgets
# Search Widget
# Newsletter Widget
# Tag Cloud Widget
# Color Widget
# Menu Widget
# Popular Post Widget
# Banner Widget
# Top Rated Product Widget
# Price Filter Widget
# Instagram Widget
# Video Widget
# Author Widget
# Widget Responsive

============================================================= */
/* --------------------------------------------------------------
    Widgets
-------------------------------------------------------------- */
.widget {
  margin-bottom: 25px;
padding: 15px;
  border: 1px solid var(--border-color-11); }


.widget .social-media {
margin-top: 20px;
}


  .widget:last-child {
    margin-bottom: 0; }
  .widget hr {
    margin-top: 35px;
    margin-bottom: 35px; }

.widget-title {
  font-size: 18px;
  
  margin-bottom: 15px;
  text-transform: capitalize; }

.widget-title-border {
  position: relative;
  padding-left: 45px; }
  .widget-title-border::after, .widget-title-border::before {
    position: absolute;
    content: "";
    background-color: #0C93EB;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
  .widget-title-border::before {
    width: 18px;
    height: 4px;
    border-radius: 25px; }
  .widget-title-border::after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%; }

.widget-title-border-2 {
  border-left: 2px solid;
  border-color: #0C93EB;
  padding-left: 10px;
  position: relative; }
  .widget-title-border-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #0C93EB;
    display: none; }

/* widget-2 */
.widget-2 {
  margin-bottom: 40px; }

/* ----------------------------------------------------
    Search Widget
---------------------------------------------------- */
.search-widget form {
  position: relative; }

.search-widget input[type="text"] {
  margin-bottom: 0;
  padding-right: 65px;
  padding-left: 20px;
  height: 60px;
  background-color: var(--section-bg-1);
  
  font-size: 14px; }

.search-widget input[type="text"]::-webkit-input-placeholder {
  color: var(--primary-color);
  font-size: 12px; }

.search-widget button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 20px;
  color: var(--white);
  border: 1px solid;
  background-color: #0C93EB;
  border-color: #0C93EB;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.search-widget button:hover {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color); }

/* ----------------------------------------------------
    Newsletter Widget
---------------------------------------------------- */
.newsletter-widget {
  background-color: var(--primary-color);
  padding: 50px 35px;
  position: relative;
  z-index: 2; }
  .newsletter-widget h6 {
    color: #0C93EB;
    margin-bottom: 5px; }
  .newsletter-widget h4 {
    color: var(--white);
    font-size: 36px; }
  .newsletter-widget input[type="text"] {
    background-color: #133236;
    color: var(--white);
    border-color: #133236;
    height: 70px;
    padding-left: 25px;
    padding-right: 70px; }
  .newsletter-widget input[type="text"]::-webkit-input-placeholder {
    color: var(--white); }
  .newsletter-widget input[type="text"]:-ms-input-placeholder {
    color: var(--white); }
  .newsletter-widget input[type="text"]::-ms-input-placeholder {
    color: var(--white); }
  .newsletter-widget input[type="text"]::placeholder {
    color: var(--white); }
  .newsletter-widget button {
    background-color: #0C93EB;
    border-color: #0C93EB;
    color: var(--white);
    padding: 0 25px; }
    .newsletter-widget button:hover {
      background-color: var(--secondary-color-2);
      border-color: var(--secondary-color-2);
      color: var(--white); }

.newsletter-bg-icon {
  position: absolute;
  right: 20px;
  top: 15%;
  font-size: 120px;
  color: var(--color-1);
  opacity: 0.1;
  z-index: -1;
  line-height: 1; }

/* ----------------------------------------------------
    Tag Cloud Widget
---------------------------------------------------- */
.tagcloud-widget ul {
  margin: 0;
  padding: 0; }
  .tagcloud-widget ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 3px; }
    .tagcloud-widget ul li a {
      display: block;
      padding: 8px 24px 6px;
      font-size: 13px;
      text-transform: capitalize;
      background-color: var(--section-bg-1);
      
       }
      .tagcloud-widget ul li a:hover {
        background-color: #0C93EB;
        color: var(--white); }

/* ----------------------------------------------------
    Color Widget
---------------------------------------------------- */
.color-widget ul {
  padding: 0;
  margin: 0; }
  .color-widget ul li {
    list-style: none;
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
    background-color: var(--section-bg-1);
    border: 1px solid var(--border-color-1); }
    .color-widget ul li a {
      width: 40px;
      height: 22px;
      display: block; }
    .color-widget ul li:hover {
      outline: 2px solid #0C93EB;
      outline-offset: 1px; }
  .color-widget ul .black {
    background-color: var(--black); }
  .color-widget ul .white {
    background-color: var(--white); }
  .color-widget ul .red {
    background-color: var(--red); }
  .color-widget ul .silver {
    background-color: var(--silver); }
  .color-widget ul .gray {
    background-color: var(--gray); }
  .color-widget ul .maroon {
    background-color: var(--maroon); }
  .color-widget ul .yellow {
    background-color: var(--yellow); }
  .color-widget ul .olive {
    background-color: var(--olive); }
  .color-widget ul .lime {
    background-color: var(--lime); }
  .color-widget ul .green {
    background-color: var(--green); }
  .color-widget ul .aqua {
    background-color: var(--aqua); }
  .color-widget ul .teal {
    background-color: var(--teal); }
  .color-widget ul .blue {
    background-color: var(--blue); }
  .color-widget ul .navy {
    background-color: var(--navy); }
  .color-widget ul .fuchsia {
    background-color: var(--fuchsia); }
  .color-widget ul .purple {
    background-color: var(--purple); }
  .color-widget ul .pink {
    background-color: var(--pink); }
  .color-widget ul .nude {
    background-color: var(--nude); }
  .color-widget ul .orange {
    background-color: var(--orange); }

/* ----------------------------------------------------
    Menu Widget
---------------------------------------------------- */
.menu-widget > ul {
  padding: 0;
  margin: 0; }
  .menu-widget > ul li {
list-style: none;
margin-top: 0;
display: block;
font-size: 14px;
height: 45px;
     }
    .menu-widget > ul li a {
      display: block;
      font-size: 14px;
       }
      .menu-widget > ul li a span {
        float: right;
        color: var(--color-5); }
    .menu-widget > ul li span {
      float: right;
      color: var(--color-5); }

/* menu-widget-2 */
.menu-widget-2 {
  background-color: transparent; }
  .menu-widget-2 ul li a {
    background-color: var(--section-bg-1);
    padding: 20px 10px 20px 30px; }
    .menu-widget-2 ul li a span {
      background-color: var(--white);
      color: var(--primary-color);
      position: relative;
      top: -11px;
      width: 50px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .menu-widget-2 ul li.active a, .menu-widget-2 ul li:hover > a {
    background-color: #0C93EB;
    color: var(--white); }
    .menu-widget-2 ul li.active a span, .menu-widget-2 ul li:hover > a span {
      background-color: var(--secondary-color-2);
      color: var(--white); }
      .menu-widget-2 ul li.active a span:hover, .menu-widget-2 ul li:hover > a span:hover {
        background-color: var(--primary-color);
        color: var(--white); }
  .menu-widget-2 > ul > li:first-child {
    margin-top: 0; }
  .menu-widget-2.menu-widget-2-color-2 ul li a {
    background-color: var(--primary-color);
    color: var(--white); }
    .menu-widget-2.menu-widget-2-color-2 ul li a span {
      background-color: var(--primary-color-2);
      color: var(--white); }
  .menu-widget-2.menu-widget-2-color-2 ul li.active a, .menu-widget-2.menu-widget-2-color-2 ul li:hover > a {
    background-color: #0C93EB;
    color: var(--white); }
    .menu-widget-2.menu-widget-2-color-2 ul li.active a span, .menu-widget-2.menu-widget-2-color-2 ul li:hover > a span {
      background-color: var(--secondary-color-2);
      color: var(--white); }
      .menu-widget-2.menu-widget-2-color-2 ul li.active a span:hover, .menu-widget-2.menu-widget-2-color-2 ul li:hover > a span:hover {
        background-color: var(--primary-color);
        color: var(--white); }

/* ----------------------------------------------------
    Popular Post Widget
---------------------------------------------------- */
.popular-post-widget ul {
  padding: 0;
  margin: 0; }
  .popular-post-widget ul li {
    list-style: none; }

.popular-post-widget > ul > li {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
  padding-bottom: 30px; }

.popular-post-widget > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0px; }

.popular-post-widget-img {
  float: left;
  margin-right: 20px; }
  .popular-post-widget-img img {
    max-width: 80px; }

.popular-post-widget-brief {
  overflow: hidden; }
  .popular-post-widget-brief h6 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px; }
  .popular-post-widget-brief .blog-meta {
    margin-bottom: 0; }
    .popular-post-widget-brief .blog-meta li {
      color: #0C93EB; }

.twitter-post-widget .popular-post-widget-img {
  float: left;
  margin-right: 20px; }
  .twitter-post-widget .popular-post-widget-img img {
    max-width: 60px;
    border-radius: 100%; }
  .twitter-post-widget .popular-post-widget-img a {
    color: #0C93EB; }

.twitter-post-widget .popular-post-widget-brief p {
  margin-bottom: 5px; }
  .twitter-post-widget .popular-post-widget-brief p a {
    color: #0C93EB; }

/* ----------------------------------------------------
    Banner Widget
---------------------------------------------------- */
.banner-widget {
  padding: 0 !important;
  border: 0; }

/* ----------------------------------------------------
    Top Rated Product Widget
---------------------------------------------------- */
.top-rated-product-widget ul {
  padding: 0;
  margin: 0; }
  .top-rated-product-widget ul li {
    list-style: none; }

.top-rated-product-widget > ul > li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  border-color: var(--white-4); }

.top-rated-product-widget > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.top-rated-product-img {
  max-width: 90px;
  float: left;
  margin-right: 20px; }

.top-rated-product-info {
  overflow: hidden; }
  .top-rated-product-info h6 {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500; }
  .top-rated-product-info .product-ratting {
    margin-bottom: 0; }
    .top-rated-product-info .product-ratting li {
      font-size: 10px; }
  .top-rated-product-info .product-price {
    margin-bottom: 0;
    font-size: 14px;
    color: #0C93EB;
     }
  .top-rated-product-info .product-ratting ul {
    line-height: 1;
    margin-bottom: 5px; }

/* ----------------------------------------------------
    Popular Product Widget
---------------------------------------------------- */
.popular-product-widget .product-item {
  margin-bottom: 30px; }

  .popular-product-widget .product-item .product-title {
    font-size: 16px; }
  .popular-product-widget .product-item .product-img-location ul li,
  .popular-product-widget .product-item .plot-brief li {
    font-size: 12px; }

.popular-product-widget .slick-dots {
  margin-bottom: 0; }

/* ----------------------------------------------------
    Price Filter Widget
---------------------------------------------------- */
.price_filter {
  padding-bottom: 13px; }

.price_slider_amount {
  overflow: hidden; }

.price_slider_amount > input[type="text"],
.price_slider_amount > input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  height: 25px;
  padding: 0;
  text-align: left;
  width: 140px;
  margin-bottom: 20px; }

.price_slider_amount > input[type="text"] {
   }

.price_filter .ui-widget-content {
  background-color: var(--primary-color);
  border: medium none;
  color: #222;
  height: 3px;
  width: 98%;
  background-image: none; }

.price_filter .ui-slider .ui-slider-range {
  background-color: #0C93EB;
  background-image: none; }

.price_filter .ui-state-default,
.price_filter .ui-widget-content .ui-state-default,
.price_filter .ui-widget-header .ui-state-default {
  background-color: #0C93EB;
  border: medium none;
  border-radius: 100%;
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  top: 50%;
  width: 12px;
  background-image: none; }

/* ----------------------------------------------------
    Instagram Widget
---------------------------------------------------- */
.instafeed-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .instafeed-grid .instagram_gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .instafeed-grid .instagram_gallery a,
    .instafeed-grid .instagram_gallery .instagram-image {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 16.6666%;
      -ms-flex: 1 0 16.6666%;
      flex: 1 0 16.6666%;
      max-width: 16.6666%; }

.instagram-widget .instafeed-grid .instagram_gallery a,
.instagram-widget .instafeed-grid .instagram_gallery .instagram-image {
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.instafeed-slider .slick-list .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.insta-slide-gutter .slick-list {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important; }
  .insta-slide-gutter .slick-list .slick-slide {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.insta-grid-gutter .instagram_gallery {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important; }
  .insta-grid-gutter .instagram_gallery a,
  .insta-grid-gutter .instagram_gallery .instagram-image {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin: 7px 0; }

/* ----------------------------------------------------
    Video Widget
---------------------------------------------------- */
.video-icon-1 {
  background-color: transparent;
  color: var(--white);
  height: 80px;
  width: 80px;
  border: 6px solid;
  border-color: var(--white);
  border-radius: 100%;
  font-size: 22px;
  z-index: 9;
  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; }
  .video-icon-1:hover {
    background-color: #0C93EB;
    color: var(--white); }

.video-icon-2 {
  height: 80px;
  width: 80px;
  background-color: var(--white);
  color: #0C93EB;
  font-size: 20px;
  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;
  z-index: 9;
  border-radius: 100%; }
  .video-icon-2 i {
    color: #0C93EB; }
  .video-icon-2:hover.video-icon-2-border {
    outline: outset; }
  .video-icon-2.border-radius-no {
    border-radius: 0; }

.video-icon-2-border {
  outline-offset: 15px;
  outline: 4px solid var(--border-color-9);
  margin: 20px; }

.video-bg-img {
  min-height: 350px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  z-index: 99; }

.video-img {
  position: relative;
  display: inline-block; }
  .video-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: var(--primary-color); }
  .video-img img {
    margin: 0; }
  .video-img .video-icon-1,
  .video-img .video-icon-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.video-info {
  position: relative; }

.video-popup-height-300 {
  height: 300px; }

.video-popup-height-400 {
  height: 400px; }

.video-popup-height-500 {
  height: 500px; }

.video-popup-height-600 {
  height: 600px; }

.text-center .slide-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.secondary-bg.video-icon-2 {
  background-color: #0C93EB;
  color: var(--white); }

.secondary-bg.video-icon-2 i {
  color: var(--white); }

.video-icon-2-small {
  height: 60px;
  width: 60px;
  font-size: 16px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .video-popup-height-500,
  .video-popup-height-600 {
    height: 450px; } }

@media (max-width: 991px) {
  .video-icon-2 {
    height: 45px;
    width: 50px;
    font-size: 18px; }
  .video-popup-height-500,
  .video-popup-height-600 {
    height: initial; } }

@media (max-width: 767px) {
  .video-bg-img {
    min-height: 320px; }
    .video-bg-img.ml-30 {
      margin-left: 0; }
  .video-img.ml-30,
  .video-bg-img.ml-30 {
    margin-left: 0; } }

/* ----------------------------------------------------
    Author Widget
---------------------------------------------------- */
/*
.author-widget-inner img {
  margin-bottom: 25px;
  max-width: 140px;
  border-radius: 100%; }
*/
.author-widget-inner p {
  font-size: 14px; }

.author-widget-inner .social-media ul li {
   }

.author-widget-2 .author-widget-inner img {
  margin-bottom: 25px;
  max-width: 100%;
  border-radius: inherit; }

/* ----------------------------------------------------
    Footer About Widget
---------------------------------------------------- */
@media (min-width: 992px) {
  .footer-about-widget {
    padding-right: 35px; } }
  .footer-about-widget {
  margin-top: -35px; }


.footer-about-widget p {margin-bottom: 25px;
height: 40px;
overflow: hidden;
color: #b3b3b3;
line-height: 20px;
}

/* ----------------------------------------------------
    Widget Responsive
---------------------------------------------------- */
@media (max-width: 1199px) {
  .widget {
  }
  .top-rated-product-img {
    max-width: 70px;
    margin-right: 15px; } }

@media (max-width: 991px) {
  .right-sidebar {
    margin-top: 100px; } }

@media (max-width: 767px) {
  .car-price-filter-range .price_filter .ui-state-default:last-child::after {
    display: none; } }

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ============================================================
>>> TABLE OF CONTENTS:
===============================================================
# Header
# Header Top Area
# Header Middle Area
# Header Bottom Area
# Header Feature Area
# Main Menu
# Header Options
# Mini Cart
# Header Searchbox
# Currency Menu
# Header Sticky
# Utilize Mobile Menu

============================================================= */
/* --------------------------------------------------------------
    Header
-------------------------------------------------------------- */
.header-area {
  z-index: 2;background: #fafafa;
  position: relative; }

/* ----------------------------------------------
    Header Top Area
---------------------------------------------- */
.header-top-area {

 }
  .header-top-area .social-media ul li {
    font-size: 14px;
    margin: 0 10px 0 0; }

.top-area-color-white {
  background-color: var(--primary-color); }
  .top-area-color-white p,
  .top-area-color-white a,
  .top-area-color-white li,
  .top-area-color-white .welcome p,
  .top-area-color-white .welcome a,
  .top-area-color-white .drop-menu > ul > li > a,
  .top-area-color-white .drop-menu > ul > li:hover > a {
    color: var(--white); }

.header-top-area .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* welcome */
.welcome p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px; }

.top-bar-menu > ul {
  padding: 0;
  margin: 0; }
  .top-bar-menu > ul > li {
    list-style: none;
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 14px;
     }
    .top-bar-menu > ul > li:last-child {
      margin-right: 0; }
    .top-bar-menu > ul > li > i, .top-bar-menu > ul > li > a > i {
      margin-right: 3px;
      color: #0C93EB; }

.top-bar-menu .currency-menu .active-currency {
  font-size: 14px;
   }

.header-top-btn {
  display: inline-block; }
  .header-top-btn a {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background-color: #0C93EB;
    color: var(--white); }
    .header-top-btn a:hover {
      background-color: var(--secondary-color-2); }

/* ----------------------------------------------
    Header Middle Area
---------------------------------------------- */
.header-middle-area {
  z-index: 999; 
border-bottom: 1px solid #eee;}

.header-middle-area > .container-fluid > .row,
.header-middle-area > .container > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.header-middle-area > .container-fluid > .row > .col,
.header-middle-area > .container > .row > .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 1;
  position: static; }

.site-logo {
  min-width: 185px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }
  .site-logo a {
    color: var(--primary-color);
    font-size: 30px;
    
    letter-spacing: 1px;
    display: contents; }
  .site-logo i {
    color: #0C93EB;
    margin-right: 5px;
    font-size: 24px;
    position: relative;
    top: -2px; }

.header-1 .header-middle-area {
  padding-top: 10px;
  padding-bottom: 10px; }

/* ----------------------------------------------
    Header Bottom Area (header-2)
---------------------------------------------- */
.header-bottom-area .row {
  position: relative; }
  .header-bottom-area .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.sticky-logo {
  max-width: 200px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 100%;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none; }

.header-menu-2 {
  text-align: center; }
  .header-menu-2 .main-menu > ul {
    display: inline-block; }

/* ----------------------------------------------
    Header Feature Area
---------------------------------------------- */
.header-feature-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  margin-right: 50px;
  max-width: 50%; }
  .header-feature-item:last-child {
    margin-right: 0; }
  .header-feature-item h6 {
    margin-bottom: 0;
    color: var(--body-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1; }
  .header-feature-item p {
    margin-bottom: 0;
    font-size: 16px;
    
    line-height: 1.2; }

.header-feature-icon {
  margin-right: 10px;
  font-size: 25px;
  line-height: 1;
  color: var(--heading-color); }

/* ----------------------------------------------
    Main Menu
---------------------------------------------- */
.header-menu-wrap,
.header-menu-column {
  position: inherit; }

.main-menu ul {
  margin-bottom: 0; }

.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

.main-menu li {
  list-style: none;
  display: block;
  margin-top: 0;
margin-right: 55px;}

.main-menu li > a {
  position: relative; display: block;
padding: 22px 0 22px 0;
  font-size: 16px;position: relative;
text-transform: capitalize;}


.main-menu li.current > a {
color: #363636;
}

.main-menu li.current > a:after {
position: absolute;
content: "";
width: 100%;
height: 3px;
background-color: #363636;
left: 0;
bottom: -1px;
}

.main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 35px; }

/*
.main-menu > ul > li.deor-margin {
  margin-right: 100px; 
}*/

.main-menu > ul > li:last-child {
  margin-right: 0px; }

.main-menu > ul > li > a {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  color: var(--heading-color);
  
   }

.main-menu li:hover > a {
color: #363636; }

.main-menu > ul > li > ul > li:hover > a {
background: #0C93EB;
color: #fff;
}

/* Submenu */
.main-menu li > ul,
.main-menu .sub-menu {
  position: absolute;
  margin: 0;
  top: 130%;
  -webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  -o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  min-width: 230px;
  padding: 0;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  background-color: #fff;
  left: inherit;
  right: inherit;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 999;
  border-top: 5px solid #0C93EB; }

.main-menu li ul li,
.main-menu .sub-menu li {
  line-height: 1.3;
 }

.mega-menu li ul {
  border-top: 0; }

.mega-menu li ul li {
  padding-left: 10px;
  padding-right: 0; }

.main-menu li:hover > ul,
.main-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible; }

.main-menu li ul li > ul,
.main-menu .sub-menu li > .sub-menu {
  left: 100%; }

.main-menu li ul li:hover > ul,
.main-menu .sub-menu li:hover > .sub-menu {
  top: 0; }

.main-menu li ul li,
.main-menu .sub-menu li {
  position: relative; }

.main-menu > ul > li:last-child ul li > ul,
.main-menu > ul > li:last-child .sub-menu li > .sub-menu,
.main-menu > ul > li:nth-last-child(2) ul li > ul,
.main-menu > ul > li:nth-last-child(2) .sub-menu li > .sub-menu,
.main-menu > ul > li:nth-last-child(3) ul li > ul,
.main-menu > ul > li:nth-last-child(3) .sub-menu li > .sub-menu {
  left: auto;
  right: 100%; }

.main-menu li > ul.sub-menu-col-2,
.main-menu .sub-menu.sub-menu-col-2,
.main-menu li > ul.sub-menu-col-3,
.main-menu .sub-menu.sub-menu-col-3 {
  width: 510px; }
  .main-menu li > ul.sub-menu-col-2 > li,
  .main-menu .sub-menu.sub-menu-col-2 > li,
  .main-menu li > ul.sub-menu-col-3 > li,
  .main-menu .sub-menu.sub-menu-col-3 > li {
    width: 50%;
    float: left;
    padding: 12px 20px 12px 25px; }
    .main-menu li > ul.sub-menu-col-2 > li > a,
    .main-menu .sub-menu.sub-menu-col-2 > li > a,
    .main-menu li > ul.sub-menu-col-3 > li > a,
    .main-menu .sub-menu.sub-menu-col-3 > li > a {
      padding: 12px 20px 12px 20px;
      margin-left: 0;
      border-bottom: 1px dashed #ddd;
      display: block;
      
      background-color: var(--section-bg-1); }
  .main-menu li > ul.sub-menu-col-2 .sub-menu-child,
  .main-menu .sub-menu.sub-menu-col-2 .sub-menu-child,
  .main-menu li > ul.sub-menu-col-3 .sub-menu-child,
  .main-menu .sub-menu.sub-menu-col-3 .sub-menu-child {
    position: inherit;
    float: left;
    width: 100%;
    left: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: inherit; }
    .main-menu li > ul.sub-menu-col-2 .sub-menu-child li,
    .main-menu .sub-menu.sub-menu-col-2 .sub-menu-child li,
    .main-menu li > ul.sub-menu-col-3 .sub-menu-child li,
    .main-menu .sub-menu.sub-menu-col-3 .sub-menu-child li {
      padding: 12px 20px 12px 20px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      position: relative; }
      .main-menu li > ul.sub-menu-col-2 .sub-menu-child li img,
      .main-menu .sub-menu.sub-menu-col-2 .sub-menu-child li img,
      .main-menu li > ul.sub-menu-col-3 .sub-menu-child li img,
      .main-menu .sub-menu.sub-menu-col-3 .sub-menu-child li img {
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 150px;
        height: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: var(--box-shadow-3);
        box-shadow: var(--box-shadow-3);
        z-index: 999;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .main-menu li > ul.sub-menu-col-2 .sub-menu-child li:hover img,
      .main-menu .sub-menu.sub-menu-col-2 .sub-menu-child li:hover img,
      .main-menu li > ul.sub-menu-col-3 .sub-menu-child li:hover img,
      .main-menu .sub-menu.sub-menu-col-3 .sub-menu-child li:hover img {
        bottom: -10px;
        visibility: visible;
        opacity: 1; }

.main-menu li > ul.sub-menu-col-3,
.main-menu .sub-menu.sub-menu-col-3 {
  width: 780px; }
  .main-menu li > ul.sub-menu-col-3 > li,
  .main-menu .sub-menu.sub-menu-col-3 > li {
    width: 33.33%; }

.main-menu li:hover > ul.sub-menu-col-2 .sub-menu-child,
.main-menu li:hover > .sub-menu.sub-menu-col-2 .sub-menu-child {
  opacity: 1;
  visibility: visible; }

.menu-pages-img-show li {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
  .menu-pages-img-show li img {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 130px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: var(--box-shadow-3);
    box-shadow: var(--box-shadow-3);
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .menu-pages-img-show li:hover img {
    bottom: -10px;
    visibility: visible;
    opacity: 1; }

/* Menu Reverse */
.main-menu > ul > li:last-child,
.main-menu > ul > li:nth-last-child(2) {
  position: relative; }

.main-menu > ul > li:last-child > ul,
.main-menu > ul > li:last-child > .sub-menu,
.main-menu > ul > li:nth-last-child(2) > ul,
.main-menu > ul > li:nth-last-child(2) > .sub-menu {
  left: auto;
  right: 0; }

/* Mega Menu */
.main-menu .mega-menu {
  left: 0;
  right: auto;
  overflow: hidden;
  width: 100%; }

.mega-menu > li {
  float: left;
  padding-bottom: 0 !important;
  min-width: 250px !important; }

.mega-menu > li {
  min-width: 220px; }

.main-menu li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform: scaley(1); }

.mega-menu li ul,
.mega-menu li .sub-menu {
  left: 0% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: inherit; }

/* .main-menu li:hover .mega-menu li ul */
.main-menu li .mega-menu > li > ul,
.main-menu li .mega-menu .sub-menu {
  top: 0; }

.main-menu li:hover .mega-menu > li > ul,
.main-menu li:hover .mega-menu .sub-menu {
  opacity: 1;
  visibility: visible; }

.mega-menu > li > a {
  margin-left: 0;
  border-bottom: 1px dashed #ddd;
  display: block;
  
  padding: 10px;
  background-color: var(--section-bg-1); }

.mega-menu.column-1,
.mega-menu.column-2 {
  left: auto; }

.mega-menu.column-2 > li {
  min-width: 50%;
  width: 50%; }

.mega-menu.column-3 > li {
  min-width: 33.33%;
  width: 33.33%; }

@media (min-width: 991px) {
  .mega-menu.column-4 > li,
  .mega-menu.column-5 > li,
  .mega-menu.column-6 > li,
  .mega-menu.column-7 > li,
  .mega-menu.column-8 > li,
  .mega-menu.column-9 > li,
  .mega-menu.column-10 > li,
  .mega-menu.column-11 > li,
  .mega-menu.column-12 > li {
    min-width: 25%;
    width: 25%; } }

@media (max-width: 991px) {
  .mega-menu.column-2 > li,
  .mega-menu.column-3 > li,
  .mega-menu.column-4 > li,
  .mega-menu.column-5 > li,
  .mega-menu.column-6 > li,
  .mega-menu.column-7 > li,
  .mega-menu.column-8 > li,
  .mega-menu.column-9 > li,
  .mega-menu.column-10 > li,
  .mega-menu.column-11 > li,
  .mega-menu.column-12 > li {
    min-width: 50%;
    width: 50%; } }

@media (max-width: 767px) {
  .mega-menu.column-2 > li,
  .mega-menu.column-3 > li,
  .mega-menu.column-4 > li,
  .mega-menu.column-5 > li,
  .mega-menu.column-6 > li,
  .mega-menu.column-7 > li,
  .mega-menu.column-8 > li,
  .mega-menu.column-9 > li,
  .mega-menu.column-10 > li,
  .mega-menu.column-11 > li,
  .mega-menu.column-12 > li {
    min-width: 100%;
    width: 100%; } }

/* Mega menu submenu submenu */
.mega-menu li ul li ul {
  left: 100% !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4); }

.mega-menu li ul li:hover > ul {
  opacity: 1;
  visibility: visible; }

@media (min-width: 991px) {
  .mega-menu-parent {
    position: inherit !important; } }

/* Menu Icon */
.menu-icon > a {
  position: relative; }
  .menu-icon > a::before {
    content: "\f067";
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
     }

/* Menu Item Badge */
.menu-item-badge {
  position: absolute;
  left: -8px;
  top: -10px;
  font-size: 10px;
  padding: 1px 3px 0px;
  background-color: #0C93EB;
  color: var(--white);
  border-radius: 2px;
  text-transform: capitalize; }

/* Menu Porduct Item */
.menu-product-item {
  margin-bottom: 30px;
  margin-top: 15px;
  border: 2px solid;
  border-color: var(--border-color-8);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center; }
  .menu-product-item .product-info {
    padding: 25px 15px 15px;
    padding-top: 0; }
  .menu-product-item .product-title {
    font-size: 16px;
    margin-bottom: 5px; }
  .menu-product-item .product-price {
    font-size: 16px;
    color: #0C93EB;
     }
    .menu-product-item .product-price del {
      font-size: 14px;
      opacity: 0.5;
      color: var(--gray); }

.menu-product-item:hover {
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1); }

/* ----------------------------------------------
    Header Options
---------------------------------------------- */
.header-options > ul {
  padding: 0;
  margin: 0; }
  .header-options > ul > li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0;
    list-style: none; }
    .header-options > ul > li:last-child {
      margin-right: 0; }

.header-options {
  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; }
  .header-options ul li {
    list-style: none; }
  .header-options > div {
    margin-right: 20px; }
    .header-options > div:last-child {
      margin-right: 0; }
  .header-options .drop-menu > ul > li > a {
    padding: 0; }
  .header-options .drop-menu ul {
    padding: 0; }
    .header-options .drop-menu ul li ul {
      padding: 10px 0; }

.header-options-2 > div {
  margin-right: 10px; }

.header-options-2 .header-search-1,
.header-options-2 .drop-menu > ul > li > a,
.header-options-2 .mini-cart-icon a,
.header-options-2 .header-wishlist {
  height: 45px;
  width: 50px;
  line-height: 45px;
  background: var(--white);
  color: var(--heading-color);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1); }
  .header-options-2 .header-search-1:hover,
  .header-options-2 .drop-menu > ul > li > a:hover,
  .header-options-2 .mini-cart-icon a:hover,
  .header-options-2 .header-wishlist:hover {
    background: #0C93EB;
    color: var(--white); }

.header-options-2 .header-search-1:hover,
.header-options-2 .drop-menu > ul > li:hover > a,
.header-options-2 .mini-cart-icon a:hover {
  background: #0C93EB;
  color: var(--white); }

.header-options-2 .drop-menu.currency-menu > ul > li > a {
  height: inherit;
  width: inherit;
  line-height: inherit;
  background: inherit;
  color: inherit; }

.mobile-menu-toggle > a {
  width: 64px;
  height: 32px;
  background: none;
border-radius: 5px;
border: 1px solid #363636;}

/* drop-menu */
.drop-menu {
  display: inline-block;
  text-align: left; }

.drop-menu li {
  margin-top: 0; }

.drop-menu + .drop-menu {
  margin-left: 10px; }

.drop-menu ul {
  margin-bottom: 0; }

.drop-menu > ul > li {
  display: inline-block;
  position: relative; }

.drop-menu > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  height: 40px;
  line-height: 40px; }

.drop-menu ul li ul {
  position: absolute;
  min-width: 150px;
  right: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);

  top: 130%;
  margin: 0;
  -webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  -o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  opacity: 0;
  visibility: hidden;padding: 0; }

.drop-menu ul li ul li {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  color:  #363636;
  font-weight: 500;   border-top: 1px solid #ececec;}

.drop-menu ul li ul li a {
  color: inherit; }

.drop-menu ul li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible; }

.drop-menu ul li:hover > a {
  color: #0C93EB; }

.drop-menu > ul > li,
.header-wishlist a {
  font-size: 20px; }

/* header-wishlist */
.header-wishlist {
  color: var(--heading-color); }

/* ----------------------------------------------
    Mini Cart
---------------------------------------------- */
.mini-cart ul {
  margin: 0;
  padding: 0; }

.mini-cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
  color: var(--heading-color); }
  .mini-cart-icon i {
    font-size: 18px; }
  .mini-cart-icon sup {
    font-size: 14px;
     }

.mini-cart-header h5 {
  margin-bottom: 0; }

.mini-cart-product-area {
  max-height: calc(100% - (60px + 245px)); }

.utilize-cart-menu .mini-cart {
  max-height: calc(100% - (60px + 245px)); }

.mini-cart-item {
  padding-top: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-top: 1px solid var(--border-color-1); }
  .mini-cart-item:first-child {
    border-top: 0; }

.mini-cart-img {
  float: left;
  width: 80px;
  margin-right: 15px;
  position: relative; }

.mini-cart-img img {
  background-color: var(--section-bg-1); }

.mini-cart-info {
  overflow: hidden; }

.mini-cart-info h6 {
  margin-bottom: 5px;
  font-weight: 500; }

.mini-cart-item-delete {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: block;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .mini-cart-item-delete:hover {
    background-color: var(--red);
    color: #fff; }

.mini-cart-footer {
  margin-top: 25px; }
  .mini-cart-footer p {
    font-size: 14px;
    margin-bottom: 0; }

.mini-cart-sub-total {
  border-top: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
  padding: 20px 0; }
  .mini-cart-sub-total h5 {
    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;
    margin-bottom: 0; }
  .mini-cart-sub-total span {
    color: #0C93EB; }

.mini-cart-footer .btn-wrapper {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 15px; }

.mini-cart-footer .btn-wrapper .btn {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px; }

.mini-cart-icon-2 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 125px; }
  .mini-cart-icon-2 > a .mini-cart-icon {
    margin-right: 5px; }
    .mini-cart-icon-2 > a .mini-cart-icon i {
      color: var(--heading-color);
      font-size: 20px; }
    .mini-cart-icon-2 > a .mini-cart-icon sup {
      font-size: 12px;
      
      height: 20px;
      width: 20px;
      line-height: 20px;
      background-color: #0C93EB;
      color: var(--white);
      text-align: center;
      border-radius: 100%;
      right: 8px;
      top: -8px; }
  .mini-cart-icon-2 > a h6 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    line-height: 20px;
    
    color: var(--body-color);
    font-size: 14px;
    text-transform: capitalize; }

.mini-cart-icon-2 ul li {
  list-style: none; }

/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.header-search-1 {
  cursor: pointer;
  display: inline-block; }
  .header-search-1 .search-icon {
    min-width: 25px;
    text-align: center;
    font-size: 16px; }

.header-search-wrap {
  position: relative; }

.header-search-1-form {
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3);
  height: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 130%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  width: 320px;
  z-index: 9999; }
  .header-search-1-form form {
    position: relative;
    margin: 15px 15px 0; }
  .header-search-1-form input {
    height: 60px;
    padding-right: 50px; }
  .header-search-1-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--heading-color);
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    padding: 1px 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .header-search-1-form button[type="submit"]:hover {
      color: var(--primary-color); }

.search-icon {
  position: relative; }
  .search-icon .for-search-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden; }

.search-open.header-search-1-form {
  height: 90px; }

.search-open .for-search-show {
  opacity: 0;
  visibility: hidden; }

.search-open .for-search-close {
  opacity: 1;
  visibility: visible; }

@media (max-width: 767px) {
  .header-search-wrap {
    position: inherit; }
  .header-search-1-form {
    top: 100%; }
  .header-search-1-form {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%; } }

@media (max-width: 575px) {
  .header-search-1-form {
    width: 270px; } }

/* search-2 */
.header-search-2 {
  min-width: 500px; }
  .header-search-2 form {
    position: relative; }
  .header-search-2 input {
    margin-bottom: 0;
    border: 0;
    -webkit-box-shadow: var(--box-shadow-3);
    box-shadow: var(--box-shadow-3);
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 50px;
    height: 45px; }
  .header-search-2 button {
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 45px;
    top: 0;
    padding: 0 15px; }

/* ----------------------------------------
    Currency Menu
---------------------------------------- */
.currency-menu .active-currency {
  font-size: 16px;
   }

.currency-menu ul li ul {
  min-width: 100px; }

.currency-menu .dropdown-toggle::after {
  margin-left: 3px;
  border-top: 0.25em solid;
  border-right: .20em solid transparent;
  border-left: .20em solid transparent; }

.language-menu .dropdown-toggle {
  padding-right: 25px !important;
  position: relative; background: #0C93EB;}
  .language-menu .dropdown-toggle::after {
    display: none; }
  .language-menu .dropdown-toggle::before {
content: "\f107";
font-size: 14px;
position: absolute;
top: 52%;
right: 10px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "Font Awesome 5 Pro";
color: #fff;}

/* ----------------------------------------
  Header 2
---------------------------------------- */
.header-2 .sticky-active .row .col {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.header-2 .sticky-active .sticky-logo {
  display: block; }

.header-2 .sticky-active .header-menu-2 {
  text-align: right; }

/* ----------------------------------------
  Header 3
---------------------------------------- */
.header-3 .header-middle-area {
  padding: 30px 0; }

.header-3 .header-bottom-area.sticky-active {
  padding-top: 0px;
  padding-bottom: 0px; }

.header-3 .sticky-active .row .col {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.header-3 .sticky-active .sticky-logo {
  display: block; }

.header-3 .sticky-active .header-menu-2 {
  text-align: right; }

/* ----------------------------------------
    Header 4
---------------------------------------- */
.header-4 .header-middle-area,
.header-5 .header-middle-area {
 }

.header-4 .header-top-area {
  border-color: var(--border-color-3); }

.site-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .site-logo-wrap .site-logo {
    min-width: auto; }

.get-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px;
  margin-left: 20px; }
  .get-support::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background-color: #999; }
  .get-support .get-support-icon {
    margin-right: 10px;
    font-size: 35px;
    line-height: 1;
    color: #0C93EB; }
    .get-support .get-support-icon i {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .get-support .get-support-info {
    margin: 0;
    text-align: left; }
    .get-support .get-support-info h6 {
      margin: 0;
      
      font-size: 14px; }
    .get-support .get-support-info h4 {
      margin: 5px 0 0;
      line-height: 1; }

.get-support-color-white .get-support-info h6,
.get-support-color-white .get-support-info h4 {
  color: var(--white); }

.special-link {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }


/*
  .special-link a {

padding: 12px 18px;


box-shadow: var(--ltn__box-shadow-1);

height: 45px;

line-height: 45px;

background: var(--white);

color: var(--heading-color);

text-align: center;

-webkit-box-pack: center;

-ms-flex-pack: center;

justify-content: center;

-webkit-transition: all 0.3s ease 0s;

-o-transition: all 0.3s ease 0s;

transition: all 0.3s ease 0s;



border-radius: 50px;

background: #0C93EB;
padding-left: 55px;
color: #fff;
position: relative;

overflow: hidden;
z-index:1;

z-index: 2;
height: 45px;
line-height: 42px;
padding: 0 22px 0 64px;
display: flex;
align-items: center;


}
*/

/*

.special-link a {
    padding: 12px 18px;
    box-shadow: var(--ltn__box-shadow-1);
    background: var(--white);
    color: var(--heading-color);
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1);
}*/



.menu-color-white .main-menu > ul > li > a {
  color: var(--white); }


/*
.special-link a i {

background: #054e90;

color: #fff;

position: absolute;

top: 0;

left: 0;

line-height: 45px;

height: 45px;

width: 45px;

text-align: center;

border-radius: 50% 0 0 50%;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

*/
/*
.special-link a:before {

    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 45px;
    width: 0;
    background-color: #054e90;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;z-index:-1;


content: "";
height: 100%;
width: 0;
position: absolute;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.15);
border: none;
z-index: -1;
transition: all 0.3s ease-in-out;
}
*/


/*
.special-link a:hover i {
background: #0C93EB;
}

.special-link a:hover:before { 
width:100%;
}


.special-link a:hover {
background-color: #054e90;
color: #fff;}
*/



/* ----------------------------------------
  Header 5
---------------------------------------- */
.header-5 .get-support::before {
  background-color: #e4e8ea; }


/* ----------------------------------------
  header-logo-mobile-menu-in-mobile
---------------------------------------- */
.header-logo-mobile-menu-in-mobile {
  margin-top: 0; }

/* ----------------------------------------------
    Header Sticky
---------------------------------------------- */
.sticky-active {
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
left: 0;
position: fixed;
width: 100%;
z-index: 9;/*
-webkit-box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2); 
box-shadow: 0 10px 50px 0 rgba(211, 211, 222, 0.2);*/
border: 0;
top: 0;
}



.home-bar .sticky-active {
background: none;
border: 0;
top: 10px;
}


.sticky-active {
background: #fff;
border-bottom: 1px solid #eee;
}


/* Sticky Background Black */
.sticky-active.sticky-bg-black {
  background-color: var(--heading-color); }
  .sticky-active.sticky-bg-black .main-menu > ul > li > a,
  .sticky-active.sticky-bg-black .header-wishlist a,
  .sticky-active.sticky-bg-black .mini-cart-icon,
  .sticky-active.sticky-bg-black .header-feature-item h6,
  .sticky-active.sticky-bg-black .header-feature-item p,
  .sticky-active.sticky-bg-black .header-feature-icon,
  .sticky-active.sticky-bg-black .header-search-1 .search-icon,
  .sticky-active.sticky-bg-black .header-options .drop-menu > ul > li > a {
    color: var(--white); }
  .sticky-active.sticky-bg-black .header-options-2 .header-search-1,
  .sticky-active.sticky-bg-black .header-options-2 .header-search-1 i,
  .sticky-active.sticky-bg-black .header-options-2 .drop-menu > ul > li > a,
  .sticky-active.sticky-bg-black .header-options-2 .mini-cart-icon a,
  .sticky-active.sticky-bg-black .header-options-2 .header-wishlist {
    background: var(--white);
    color: var(--heading-color); }

/* Sticky Background White */
.sticky-active.sticky-bg-white {
  }
  .sticky-active.sticky-bg-white .main-menu > ul > li > a,
  .sticky-active.sticky-bg-white .header-wishlist a,
  .sticky-active.sticky-bg-white .mini-cart-icon,
  .sticky-active.sticky-bg-white .header-feature-item h6,
  .sticky-active.sticky-bg-white .header-feature-item p,
  .sticky-active.sticky-bg-white .header-feature-icon,
  .sticky-active.sticky-bg-white .header-search-1 .search-icon,
  .sticky-active.sticky-bg-white .header-options .drop-menu > ul > li > a {
    color: var(--heading-color); }
  .sticky-active.sticky-bg-white .header-options-2 .header-search-1,
  .sticky-active.sticky-bg-white .header-options-2 .header-search-1 i,
  .sticky-active.sticky-bg-white .header-options-2 .drop-menu > ul > li > a,
  .sticky-active.sticky-bg-white .header-options-2 .mini-cart-icon a,
  .sticky-active.sticky-bg-white .header-options-2 .header-wishlist {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1);
    background: var(--white);
    color: var(--heading-color); }

.header-contact-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* header-transparent */
.header-transparent {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent; }
  .header-transparent .top-area-color-white {
    background-color: transparent; }

/* ----------------------------------------
  Utilize Mobile Menu
---------------------------------------- */
.utilize {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 20px 10px 20px 30px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 99999;}

.utilize.utilize-mobile-menu {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.utilize-menu-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-x: hidden !important;
  }

.utilize-menu-search-form {
  margin-bottom: 30px;
  position: relative; }
  .utilize-menu-search-form input[type="text"] {
    margin-bottom: 0; }
  .utilize-menu-search-form button {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    padding: 0 15px; }

@media (max-width: 479px) {

  .utilize.utilize-mobile-menu {
    padding: 20px 0;padding-top: 10px; } }

.utilize-menu > ul {
  margin: 0;
 padding: 0 15px;
  list-style: none; }

.utilize-menu > ul > li {
  position: relative;margin-top: 0; }

.utilize-menu > ul > li > ul {
display: none;background: #fff;padding: 0;
}

.utilize-menu > ul > li > ul li {
position: relative;
display: block;
border-bottom: 1px solid rgba(235, 235, 235, 0.83);
}



.utilize-menu > ul > li > ul li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



.utilize-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent; }

.utilize-menu > ul > li .menu-expand::before,
.utilize-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #7e7e7e; }

.utilize-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  -ms-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75); }

.utilize-menu > ul > li.active .menu-expand::after {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit; }

.utilize-menu > ul > li > a {
  display: block;
  padding: 6px 24px 6px 0;
text-transform: capitalize;
display: block;
line-height: 24px;
padding: 10px 5px;
font-size: 17px;
font-weight: bold;
text-align: center;}

.utilize-menu > ul > li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none; }

.utilize-menu > ul > li .sub-menu li {
  line-height: inherit;
  position: relative;
  list-style: none; }

.utilize-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5); }

.utilize-open .utilize {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.utilize-open .utilize.utilize-mobile-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }



.mobile-menu-toggle > a {

  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #363636;
  margin-left: auto; }

.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mobile-menu-toggle svg path {
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #363636;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px; }

.mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px; }

.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px; }

.mobile-menu-toggle .close svg path#top, .mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px; }

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px; }

.utilize-menu-head {
  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;

  padding-bottom: 45px;
  border-bottom: 1px solid #eee; }
  .utilize-menu-head .utilize-menu-title {
     }
  .utilize-menu-head .utilize-close {
font-size: 20px;
font-weight: normal;
position: absolute;
top: 0;
right: 10px;
background: #eee;
border-radius: 50%;
line-height: 30px;
width: 35px;
height: 35px;
text-align: center;
color: #000;}

.utilize-buttons {
  border-top: 1px solid var(--border-color-1);
  padding: 5px 0px 20px;
  margin: 30px 0;
  border-bottom: 1px solid var(--border-color-1); }
  .utilize-buttons ul {
    padding: 0;
    margin: 0; }
    .utilize-buttons ul li {
      display: inline-block; }
  .utilize-buttons .utilize-btn-icon {
    width: 50px;
    display: inline-block;
    height: 45px;
    border: 2px solid var(--border-color-1);
    line-height: 46px;
    text-align: center;
    margin-right: 10px; }

.utilize-buttons-2 ul li {
  display: block; }

.menu-btn-white.mobile-menu-toggle > a {
  color: #fff; }

.menu-btn-white.mobile-menu-toggle svg path {
  stroke: #fff; }

.menu-btn-border a {
  width: 40px;
  height: 38px;
  border: 1px solid; }

/* ----------------------------------------
  Responsive
---------------------------------------- */
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu > ul > li {
    margin-right: 36px; }
  .main-menu > ul > li:last-child {
    margin-right: 0; }
  .main-menu > ul > li > a {
 font-size: 16px;
text-transform: capitalize; }
  .header-6 .main-menu > ul > li {
    margin-right: 10px; }
  .header-6 .main-menu > ul > li:last-child {
    margin-right: 0px; }
  .header-6 .special-link a {
    padding: 15px 20px !important; }
  .header-6 .main-menu > ul > li > a {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .site-logo {
    min-width: 180px; }
  .main-menu > ul > li > a {
    padding: 20px 15px; }
  .main-menu > ul > li {
    margin-right: 10px; }
  .header-3 .header-feature-item {
    display: none; } }

@media (max-width: 991px) {
  .header-search-column,
  .header-menu-column {
    display: none; }
  /* sticky */
.page-head.sticky-active,
  .sticky-active {
    position: inherit !important; }
  .header-2 .header-middle-area > .container > .row .header-feature-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-top: 1px solid #d9d9d9; }
  .header-2 .header-feature-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-2 .header-feature-item {
    margin-right: 15px; }
  .header-3 .header-middle-area > .container > .row .header-search-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-top: 1px solid #d9d9d9; }
  .header-3 .header-search-2 {
    min-width: 280px; }
  .top-bar-menu ul li {
    margin: 0 20px 0 0; } }

@media (max-width: 767px) {
  .header-top-area {
    padding: 5px 0;
    text-align: center; }
  .header-top-area .social-media ul li {
    font-size: 12px;
    margin: 0 5px 0 0; }
  .top-bar-menu .currency-menu .active-currency,
  .top-bar-menu > ul > li {
    font-size: 13px; }
  .drop-menu > ul > li {
    position: inherit; }
  .drop-menu > ul > li > a {
    height: 20px;
    line-height: 20px; }
  .drop-menu ul li ul {
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .top-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .welcome p {
    line-height: 20px;
    margin: 5px 0; }
  .site-logo {
    min-width: 100px; }
  .header-5 .top-bar-right,
  .header-4 .top-bar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px; }
  .header-4 .site-logo-wrap,
  .header-5 .site-logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: space-between;
margin: 0;
align-items: center;}
  .header-4 .header-options,
  .header-5 .header-options {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-3 .top-bar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px; }
  .header-logo-and-mobile-menu-in-mobile .site-logo-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0 10px; }
  .header-logo-and-mobile-menu-in-mobile .header-middle-area > .container-fluid > .row > .col,
  .header-logo-and-mobile-menu-in-mobile .header-middle-area > .container > .row > .col {
    max-width: 65%; }
  .header-logo-and-mobile-menu-in-mobile .header-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .header-top-btn a {
    padding: 0 15px;
    line-height: 25px; } }

@media (max-width: 575px) {
  .site-logo a {
    font-size: 24px; }
    .site-logo a i {
      font-size: 20px; }
  .header-1 .header-middle-area > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .header-1 .site-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-1 .header-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
  .header-7 .site-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-7 .header-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
  .header-7 .header-middle-area > .container > .row .col,
  .header-7 .header-middle-area > .container-fluid > .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .header-3 .mini-cart-icon-2 > a {
    min-width: auto; }
    .header-3 .mini-cart-icon-2 > a h6 {
      display: none; } }

@media (max-width: 449px) {
  .header-options > div {
    margin-right: 10px; }
  .header-feature-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .header-feature-item:last-child {
    padding-top: 0; }
  .get-support {
    padding-left: 10px;
    margin-left: 10px; }
    .get-support .get-support-icon {
      font-size: 20px;
      display: none; }
    .get-support .get-support-info h6 {
      display: 13px; }
    .get-support .get-support-info h4 {
      font-size: 16px; } }

@media (max-width: 370px) {
  .header-3 .header-options > ul > li {
    margin-right: 5px; } }

/* ----------------------------------------------------
    Category Menu
---------------------------------------------------- */
.category-menu-wrap {
  position: relative; }

.category-menu-title h2 {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  overflow: hidden;
  padding: 5px 20px;
  position: relative;
  text-transform: capitalize; }
  .category-menu-title h2::before, .category-menu-title h2::after {
    font-family: "Font Awesome 5 Pro";
    
    display: block;
    font-size: 14px; }
  .category-menu-title h2::before {
    content: "\f0c9";
    float: left;
    margin-right: 10px; }
  .category-menu-title h2::after {
    content: "\f0dd";
    float: right; }

.category-menu-toggle {
  background-color: var(--white); }
  .category-menu-toggle > ul {
    border-color: var(--border-color-1);
    border-width: 1px 1px 1px;
    border-style: solid;
    padding: 0;
    margin: 0; }
    .category-menu-toggle > ul > li > a {
      padding: 10px 15px;
      display: block;
      font-size: 14px;
      border-bottom: 1px solid var(--border-color-1); }
    .category-menu-toggle > ul > li:hover > a {
      background-color: var(--section-bg-1);
       }
    .category-menu-toggle > ul > li:hover .category-submenu {
      opacity: 1;
      visibility: visible;
      top: 0; }
    .category-menu-toggle > ul > li i {
      font-size: 18px;
      margin-right: 5px;
      width: 25px;
      display: inline-block; }
  .category-menu-toggle ul {
    margin: 0; }
    .category-menu-toggle ul li {
      margin-top: 0;
      list-style: none;
      position: relative;
      font-size: 14px; }
      .category-menu-toggle ul li a {
        display: block; }
      .category-menu-toggle ul li:hover > a {
        color: #0C93EB; }
  .category-menu-toggle.one-line-active .category-submenu li a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }

.category-submenu {
  position: absolute;
  left: 100%;
  top: 90%;
  width: 230px;
  z-index: 99;
  background-color: #fff;
  padding: 25px 20px;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .category-submenu ul {
    padding: 0; }
    .category-submenu ul li {
      padding: 8px 0px; }
  .category-submenu > li {
    width: 100%;
    float: left;
    padding: 0 10px; }
  .category-submenu.category-column-5, .category-submenu.category-column-6, .category-submenu.category-column-7, .category-submenu.category-column-8, .category-submenu.category-column-9, .category-submenu.category-column-10, .category-submenu.category-column-11, .category-submenu.category-column-12, .category-submenu.category-column-no-5, .category-submenu.category-column-no-6, .category-submenu.category-column-no-7, .category-submenu.category-column-no-8, .category-submenu.category-column-no-9, .category-submenu.category-column-no-10, .category-submenu.category-column-no-11, .category-submenu.category-column-no-12, .category-submenu.category-column-no-13, .category-submenu.category-column-no-14 {
    width: 730px; }
    .category-submenu.category-column-5 > li, .category-submenu.category-column-6 > li, .category-submenu.category-column-7 > li, .category-submenu.category-column-8 > li, .category-submenu.category-column-9 > li, .category-submenu.category-column-10 > li, .category-submenu.category-column-11 > li, .category-submenu.category-column-12 > li, .category-submenu.category-column-no-5 > li, .category-submenu.category-column-no-6 > li, .category-submenu.category-column-no-7 > li, .category-submenu.category-column-no-8 > li, .category-submenu.category-column-no-9 > li, .category-submenu.category-column-no-10 > li, .category-submenu.category-column-no-11 > li, .category-submenu.category-column-no-12 > li, .category-submenu.category-column-no-13 > li, .category-submenu.category-column-no-14 > li {
      width: 25%; }
  .category-submenu.category-column-4, .category-submenu.category-column-no-4 {
    width: 730px; }
    .category-submenu.category-column-4 > li, .category-submenu.category-column-no-4 > li {
      width: 25%; }
  .category-submenu.category-column-3, .category-submenu.category-column-no-3 {
    width: 690px; }
    .category-submenu.category-column-3 > li, .category-submenu.category-column-no-3 > li {
      width: 33%; }
  .category-submenu.category-column-2, .category-submenu.category-column-no-2 {
    width: 460px; }
    .category-submenu.category-column-2 > li, .category-submenu.category-column-no-2 > li {
      width: 50%; }

.category-submenu-title > a {
  border-bottom: 1px solid #d9d9d9;
  
  padding: 5px 0;
  margin-bottom: 10px; }

.category-menu-toggle .category-menu-more-item-parent {
  cursor: pointer; }

.category-menu-toggle .category-menu-more-item-child,
.category-menu-toggle .rx-show {
  display: none; }

.category-menu-toggle .rx-change .rx-show {
  display: block; }

.category-menu-toggle .rx-change .rx-default {
  display: none; }

@media (max-width: 1200px) {
  .category-menu-toggle > ul > li > a {
    padding: 10px 5px;
    font-size: 13px; }
  .category-menu-toggle > ul > li i {
    font-size: 16px;
    width: 20px; }
  .category-menu-toggle ul li {
    font-size: 13px; }
  .category-submenu ul {
    padding-left: 10px; }
    .category-submenu ul li {
      padding: 5px 0px; } }

@media (max-width: 991px) {
  .category-menu-wrap {
    margin-bottom: 30px; }
  .category-menu-toggle {
    max-height: 350px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 99;
    display: none; }
  .category-submenu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100% !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    position: inherit;
    padding: 5px 0px 0px 15px; }
    .category-submenu > li {
      width: 100% !important;
      margin-bottom: 0;
      float: none; }
  .category-submenu-children {
    display: none; }
  .category-menu-drop > a {
    position: relative; }
    .category-menu-drop > a::before {
      position: absolute;
      content: "+";
      right: 15px;
      top: 50%;
      -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      transform: translatey(-50%);
      font-size: 20px;
      font-weight: 400; }
  .category-menu-drop.open > a::before {
    display: none; }
  .category-menu-drop.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 30px;
    font-weight: 400; } }

.mobile-header-menu-fullwidth .mobile-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid var(--border-color-1);
  padding: 7px 20px 6px;
  margin-right: 0; }

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ----------------------------------------------------
    Slider Area 1, 2, 3, 4, 5, 6, 7, 9
---------------------------------------------------- */
.slide-item {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 750px; }

.slide-item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slide-item-info-inner {
  width: 100%; }

.slide-title {
  font-size: 46px;
   }

/* Slider Animation Start */
.slide-animation {
  position: relative;
  z-index: 9; }
  .slide-animation > * {
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
    .slide-animation > *:nth-child(1) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s; }
    .slide-animation > *:nth-child(2) {
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
    .slide-animation > *:nth-child(3) {
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s; }
    .slide-animation > *:nth-child(4) {
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }
    .slide-animation > *:nth-child(5) {
      -webkit-animation-delay: 2.5s;
      animation-delay: 2.5s;
      -webkit-animation-duration: 2.5s;
      animation-duration: 2.5s; }
    .slide-animation > *:nth-child(6) {
      -webkit-animation-delay: 3s;
      animation-delay: 3s;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; }
    .slide-animation > *:nth-child(7) {
      -webkit-animation-delay: 3.5s;
      animation-delay: 3.5s;
      -webkit-animation-duration: 3.5s;
      animation-duration: 3.5s; }
    .slide-animation > *:nth-child(8) {
      -webkit-animation-delay: 4s;
      animation-delay: 4s;
      -webkit-animation-duration: 4s;
      animation-duration: 4s; }
    .slide-animation > *:nth-child(9) {
      -webkit-animation-delay: 4.5s;
      animation-delay: 4.5s;
      -webkit-animation-duration: 4.5s;
      animation-duration: 4.5s; }
    .slide-animation > *:nth-child(11) {
      -webkit-animation-delay: 5s;
      animation-delay: 5s;
      -webkit-animation-duration: 5s;
      animation-duration: 5s; }

.slick-current .slide-animation > *,
.slide-animation-active .slide-animation > * {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Title Background Image */
.title-bg-img {
  background-image: url("../img/slider/1.jpg");
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: break-word; }

.title-bg-img-2 {
  background-image: url("../img/slider/2.jpg"); }

/* Slide Arrow */
.slick-slide-arrow-1 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid var(--border-color-1);
  text-align: center;
  font-size: 20px;
  color: var(--primary-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden; }
  .slick-slide-arrow-1 .slick-arrow:hover {
    background-color: #0C93EB;
    border-color: #0C93EB;
    color: var(--white) !important; }

.slick-slide-arrow-1 .slick-next {
  right: 40px;
  left: auto; }

.slick-slide-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: 20px; }

.slick-slide-arrow-1:hover .slick-next {
  right: 20px;
  left: auto; }

.slick-slide-dots-1 .slick-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  margin: 0; }

.arrow-white .slick-arrow {
  color: var(--white) !important;
  border: 1px solid var(--border-color-3); }

@media (min-width: 1400px) {
  .slick-slide-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: 60px; }
  .slick-slide-arrow-1:hover .slick-next {
    right: 60px;
    left: auto; } }

/* slide-item-2 */
.slide-item-2 {
  height: calc(100vh - 0px);
  padding-top: 200px; }
  .slide-item-2 .slide-item-info {
    max-width: 650px; }
  .slide-item-2 .slide-sub-title {
    margin-bottom: 20px;
    font-family: "Poppins"; }
    .slide-item-2 .slide-sub-title span {
      color: #0C93EB; }
  .slide-item-2 .slide-title {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 20px; }
    .slide-item-2 .slide-title span {
      color: #0C93EB; }
  .slide-item-2 .btn-wrapper {
    margin-top: 40px; }
  .slide-item-2 .slide-brief {
    padding-left: 30px;
    border-left: 1px solid #576466; }

.slide-item-6 .text-right .slide-item-info,
.slide-item-2 .text-right .slide-item-info {
  margin-left: auto; }

.slide-item-6 .text-right .slide-brief,
.slide-item-2 .text-right .slide-brief {
  padding-left: 0px;
  border-left: 0;
  padding-right: 30px;
  border-right: 1px solid #576466;
  margin-left: auto; }

.slide-item-6 .text-center .slide-item-info,
.slide-item-2 .text-center .slide-item-info {
  margin-left: auto;
  margin-right: auto; }

.slide-item-6 .text-center .slide-brief,
.slide-item-2 .text-center .slide-brief {
  padding-left: 0px;
  border-left: 0;
  padding-right: 0px;
  border-right: 0; }

.slide-brief {
  max-width: 450px; }

.text-right .slide-brief {
  margin-left: auto; }

.text-center .slide-brief {
  margin-left: auto;
  margin-right: auto; }

.product-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9; }
  .product-pointer > ul {
    padding: 0;
    margin: 0; }
    .product-pointer > ul > li {
      display: inline-block;
      list-style: none;
      position: relative; }
      .product-pointer > ul > li > ul {
        position: absolute;
        top: 80%;
        min-width: 300px;
        padding: 0;
        background-color: white;
        right: 80px;
        -webkit-box-shadow: var(--box-shadow-3);
        box-shadow: var(--box-shadow-3);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        text-align: left;
        opacity: 0;
        visibility: hidden; }
        .product-pointer > ul > li > ul > li {
          list-style: none; }
      .product-pointer > ul > li:hover ul {
        top: 50%;
        opacity: 1;
        visibility: visible; }
      .product-pointer > ul > li:hover .pointer-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .product-pointer ul li, .product-pointer ol li {
    margin-top: 5px; }
  .product-pointer img {
    height: inherit !important; }
  .product-pointer p:last-child {
    margin-bottom: 0; }
  .product-pointer .pointer-icon {
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    -webkit-box-shadow: var(--box-shadow-4);
    box-shadow: var(--box-shadow-4);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .product-pointer .product-pointer-inner {
    padding: 15px 30px 25px;
    position: relative; }
    .product-pointer .product-pointer-inner::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-left: 15px solid var(--white);
      border-bottom: 15px solid transparent;
      right: -15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .product-pointer .product-pointer-inner h5 {
      margin-bottom: 10px; }
    .product-pointer .product-pointer-inner p {
      font-size: 14px; }
  .product-pointer.product-pointer-1 {
    top: 38%;
    left: auto;
    right: 24%; }
  .product-pointer.product-pointer-2 {
    top: 60%;
    left: 20%; }
  .product-pointer.product-pointer-3 {
    top: 10%;
    left: 40%; }

.slide-img-left .product-pointer > ul > li > ul {
  left: 80px;
  right: auto; }

.slide-img-left .product-pointer .product-pointer-inner::before {
  border-right: 15px solid var(--white);
  border-left: 0;
  right: auto;
  left: -15px; }

/* slide-item-3 */
.slide-item-3 .row [class*='col-'] {
  position: inherit; }

.slide-item-3 .slide-item-info {
  position: relative;
  z-index: 2; }

.slide-item-3 .slide-item-img {
  width: 45%;
  position: absolute;
  right: 150px;
  top: auto;
  bottom: 100px;
  height: 70%; }
  .slide-item-3 .slide-item-img img {
    text-align: right;
    margin-left: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center; }

.slide-item-3 .text-right .slide-item-img {
  right: auto;
  left: 150px; }

.slide-item-3-normal {
  height: calc(100vh - 160px);
  padding-top: 100px; }

/* slide-item-4 */
.slide-item-4 {
  padding-bottom: 0; }
  .slide-item-4 .slide-item-img {
    margin-top: 100px; }

/* slider-5 */
.slider-5 .slide-item-2 {
  padding-top: 100px; }

/* slide-item-5 */
.slide-item-5 .slide-item-img {
  right: 200px;
  bottom: 0;
  height: 80%; }

.slide-item-5 .call-to-circle-1 {
  right: 14%;
  left: auto;
  top: 30%;
  z-index: -1;
  -webkit-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear; }

.slide-item-5 .text-right .slide-item-img {
  right: auto;
  left: 150px; }

.slide-item-5 .text-right .call-to-circle-1 {
  left: 20%;
  right: auto; }

/* slide-item-6 */
.slide-item-6 .slide-item-info {
  max-width: 100%; }

.slide-item-6 .slide-title {
  font-size: 80px;
  line-height: 1; }

/* slide-item-7 */
.slide-item-7 {
  min-height: 800px;
  height: calc(100vh - 0px);
  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; }
  .slide-item-7 .slide-item-info {
    max-width: 850px; }
  .slide-item-7 .slide-title {
    font-size: 90px;
    line-height: 1; }

/* slider-9 */
.slide-item-9 {
  height: 800px; }
  .slide-item-9 .slide-item-info {
    height: 800px;
    max-width: 500px; }

.slide-item-9 .slide-item-inner {
  display: block; }

.slide-item-9 .slide-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 30px 10px; }

.slide-item-9 .right-align .slide-item-info {
  margin-left: auto; }

.slide-item-9 .slide-item-info-inner {
  position: relative; }
  .slide-item-9 .slide-item-info-inner::before, .slide-item-9 .slide-item-info-inner::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 84px;
    background-color: var(--heading-color);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .slide-item-9 .slide-item-info-inner::before {
    top: -46.5%; }
  .slide-item-9 .slide-item-info-inner::after {
    bottom: -51%; }

.slide-item-9 .text-color-white .slide-item-info-inner::before, .slide-item-9 .text-color-white .slide-item-info-inner::after {
  background-color: var(--white); }

.slide-item-9 .tab-menu a {
  padding: 12px 20px; }

.slide-item-9 .slide-item-info-line-no::before, .slide-item-9 .slide-item-info-line-no::after {
  display: none; }

/* slide-item-10 */
.slide-item-10 {
  height: 535px; }
  .slide-item-10 .slide-item-info-inner {
    padding: 30px; }

/* ----------------------------------------------------
    Slider Area 1, 2, 3, 4, 5, 6, 7, 9
---------------------------------------------------- */
/* ======================================================
    s 3 Start
 ====================================================== */
/* slider-4 */
.slider-11 .slider-11-inner {
  position: relative; }

.slider-11 .slide-item-11 {
  position: relative; }
  .slider-11 .slide-item-11 .slide-content {
    padding: 80px 0 100px 200px;
    padding-bottom: 250px;
    position: relative;
    width: 90%;
    z-index: 1;
    min-height: 100vh;
    height: 800px; }
    .slider-11 .slide-item-11 .slide-content .slide-title-1 {
      color: var(--main-color-one); }
    .slider-11 .slide-item-11 .slide-content .slide-title-2 {
      color: var(--secondary-color-three); }
    .slider-11 .slide-item-11 .slide-content p {
      color: #363636; }
  .slider-11 .slide-item-11:before {
    opacity: 0; }

.slider-11 .slide-item-img {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  z-index: 0;
  width: 45%; }
  .slider-11 .slide-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    margin-left: auto; }

/* slider-4-active */
.slider-11-active .slick-arrow {
  position: absolute;
  bottom: 60px;
  left: 30%;
  z-index: 9; }
  .slider-11-active .slick-arrow i {
    font-size: 30px;
    color: #ccc; }
  .slider-11-active .slick-arrow.slick-next {
    margin-left: 50px; }

/* slider-4-pagination */
/* ===== Set Display for show / hide ===== */
.slider-11-pagination-count {
  display: none;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 50px; }
  .slider-11-pagination-count span {
    color: var(--color-5); }
  .slider-11-pagination-count .count {
    position: absolute;
    top: -22px;
    left: -8px; }
  .slider-11-pagination-count .total {
    bottom: -25px;
    position: absolute;
    left: -10px; }
  .slider-11-pagination-count .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 520px; }
    .slider-11-pagination-count .slick-dots li {
      margin: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      border-radius: 0;
      width: 2px;
      opacity: 0.45; }
      .slider-11-pagination-count .slick-dots li button {
        display: block;
        border-radius: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: var(--section-bg-1);
        opacity: 0.45;
        cursor: pointer; }
        .slider-11-pagination-count .slick-dots li button:hover {
          background-color: var(--section-bg-1);
          opacity: 1; }
      .slider-11-pagination-count .slick-dots li.slick-active button {
        background-color: #0C93EB;
        opacity: 1; }

.slider-11-pagination-count-show .slider-11-pagination-count {
  display: block; }

@media only screen and (min-width: 992px) {
  .slide-item-11 {
    min-height: calc(100vh - 140px); } }

/* slider-4-img-slide-arrow */
.slider-11-img-slide-arrow {
  position: absolute;
  bottom: 30px;
  right: 10%;
  width: 500px; }
  .slider-11-img-slide-arrow .slider-11-img-slide-arrow-inner {
    position: relative; }
  .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active {
    padding-left: 100px;
    background-color: var(--main-color-one); }
    .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .image-slide-item {
      padding: 0 10px; }
      .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .image-slide-item img {
        border: 5px solid;
        border-color: var(--section-bg-1);
        cursor: pointer; }
      .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .image-slide-item.slick-current img {
        opacity: 0.9; }
    .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .slick-arrow {
      position: absolute;
      right: auto;
      z-index: 9;
      top: 0;
      left: 0;
      padding-left: 0;
      background-color: var(--section-bg-1);
      text-align: center;
      width: 40px;
      height: 40px;
      line-height: 43px;
      font-size: 16px; }
      .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .slick-arrow.slick-next {
        left: 50px; }

/* slider-11-slide-item-count */
/* ===== Set Display for show / hide ===== */
.slider-11-slide-item-count {
  display: none;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  position: absolute;
  background-color: var(--section-bg-1);
  padding: 5px 15px 0px; }
  .slider-11-slide-item-count .count {
    font-size: 30px;
    line-height: 1; }

.slider-11-slide-item-count-show .slider-11-slide-item-count {
  display: block; }

/* slider-sticky-icon-2 */
.slider-sticky-icon-2 {
  position: absolute;
  left: 50px;
  bottom: 80px;
  z-index: 1; }
  .slider-sticky-icon-2 ul {
    padding: 0; }
    .slider-sticky-icon-2 ul li {
      list-style: none;
      display: block;
      margin-bottom: 12px; }

/* ======================================================
    s 3 END
 ====================================================== */
@media (min-width: 1600px) {
  .slide-item-2 {
    min-height: 800px; }
  .slide-item-3-normal {
    min-height: 780px; }
  .slide-item-6 {
    height: 800px; } }

@media (max-width: 1599px) {
  .liton-slide-item,
  .slide-item-3,
  .liton-slide-item-inner {
    height: inherit; }
  .slide-item-9 {
    height: 650px; }
    .slide-item-9 .slide-item-info {
      height: 650px;
      max-width: 400px; }
  .slider-11-img-slide-arrow {
    width: 80%;
    max-width: 350px; }
    .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .image-slide-item {
      padding: 0 3px; }
      .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .image-slide-item img {
        border: 2px solid;
        border-color: var(--section-bg-1); }
    .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 33px;
      font-size: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .slider-11-img-slide-arrow .slider-11-img-slide-arrow-active .slick-arrow.slick-next {
        left: 40px; }
  .slider-11-slide-item-count-show .slider-11-slide-item-count {
    display: none; }
  .slider-11-pagination-count-show .slider-11-pagination-count {
    display: none; }
  .slider-sticky-icon-2 {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .slide-item-2 .slide-title {
    font-size: 50px; }
  .slide-item-6 {
    height: 620px; }
    .slide-item-6 .slide-title {
      font-size: 80px; } }

@media (min-width: 1400px) and (max-width: 1599px) {
  .slide-item-3 .slide-item-img {
    width: 45%;
    right: 60px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slide-item-3 .slide-item-img.slide-img-left {
      right: auto;
      left: 60px; }
  .slide-item-4 .slide-item-img {
    margin-top: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .slider-11 .slide-item-img {
    top: 0;
    right: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .slide-item-3 .slide-item-img {
    width: 45%;
    right: 60px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slide-item-3 .slide-item-img.slide-img-left {
      right: auto;
      left: 60px; }
  .slide-item-4 .slide-item-img {
    margin-top: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .slider-11 .slide-item-img {
    top: 0;
    right: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .slide-item-3 .slide-item-img {
    width: 45%;
    right: 60px; }
    .slide-item-3 .slide-item-img.slide-img-left {
      right: auto;
      left: 60px; }
  .slide-item-6 .slide-title {
    font-size: 60px; }
  .slide-item.slide-item-10 {
    height: 495px; }
  .slider-11 .slide-item-img {
    top: 0;
    right: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; } }

@media (max-width: 1199px) {
  .slide-title {
    font-size: 36px; }
  .slide-item {
    height: auto; }
  .liton-slide-item-inner {
    height: inherit; }
  .slide-item-info-inner {
    margin-bottom: 30px; }
  .slide-item-2 .slide-title {
    font-size: 50px; }
  .slide-item-2 .slide-brief {
    padding-left: 15px; }
  .slide-item-6 {
    padding-top: 140px; }
  .slide-item-7 {
    min-height: 550px;
    height: auto; }
    .slide-item-7 .slide-title {
      font-size: 60px; } }

@media (max-width: 991px) {
  .slide-title {
    font-size: 26px; }
  .liton-slide-item-inner {
    height: inherit; }
  .slide-item-info-inner {
    margin-bottom: 30px; }
  .slick-slide-arrow-1 .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px; }
  .slide-item-2 .slide-title {
    font-size: 40px; }
  .slide-item-2 .slide-brief {
    padding-left: 15px; }
  .slide-item-2 .btn-wrapper {
    margin-top: 20px; }
  .slide-item-3 .slide-item-img {
    width: 100%;
    position: relative;
    height: auto;
    right: auto;
    bottom: auto; }
    .slide-item-3 .slide-item-img img {
      height: auto; }
  .slide-item-3 .text-right .slide-item-img {
    right: auto;
    left: auto; }
  .product-pointer > ul > li > ul {
    min-width: 280px; }
  .product-pointer > ul > li > ul {
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .product-pointer > ul > li:hover ul {
    top: 130%; }
  .product-pointer .product-pointer-inner::before {
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg); }
  .slide-img-left .product-pointer .product-pointer-inner::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg); }
  .slide-item-5 .slide-item-img {
    display: none; }
  .slide-item-6 .slide-title {
    font-size: 40px; }
  .slide-item-7 {
    min-height: 400px; }
    .slide-item-7 .slide-title {
      font-size: 40px; }
  .slide-item-9 {
    height: 560px; }
    .slide-item-9 .slide-item-info {
      height: auto;
      margin: 30px; }
    .slide-item-9 .slide-item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .slide-item-9 .slide-item-info-inner::before,
    .slide-item-9 .slide-item-info-inner::after {
      display: none; }
  .slider-11-img-slide-arrow {
    right: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%); } }

@media (max-width: 767px) {
  .liton-slide-item-inner {
    height: inherit; }
  .slide-item-info-inner {
    margin-bottom: 30px; }
  .slide-title br {
    display: none; }
  .slide-title {
    font-size: 24px; }
  .slide-item-2 {
    height: auto;
    padding-top: 300px; }
    .slide-item-2 .slide-title {
      font-size: 30px; }
    .slide-item-2 .slide-brief {
      padding-left: 15px; }
  .slide-item-3-normal {
    padding-top: 100px; }
  .product-pointer {
    display: none; }
  .slide-item-6 .slide-title {
    font-size: 30px; } }

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ----------------------------------------------------
    Product Area
---------------------------------------------------- */
.product-item {
  position: relative;
  margin-bottom: 20px; }

.product-img {
  position: relative;
  overflow: hidden; }

.product-img img {
  position: relative;
  -webkit-transition: all 3.5s ease 0s;
  -o-transition: all 3.5s ease 0s;
  transition: all 3.5s ease 0s; }


.product-img > img {
height: 280px;
}

.product-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.product-item:hover .product-img:before {
  opacity: 0.4;
  visibility: visible; }

.product-item:hover .product-img::before {
  opacity: 0.4;
  visibility: visible; }

.product-title {
  font-size: 18px;
  margin-bottom: 5px; }

.product-ratting {
  margin-bottom: 5px; }

.product-ratting ul {
  margin: 0;
  padding: 0; }

.product-ratting li {
  display: inline-block;
  margin: 0 -2px;
  color: var(--ratings);
  font-size: 12px; }

.product-hover-action {


  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.product-item:hover .product-hover-action {
  top: 50%;
  opacity: 1;
  visibility: visible; }

.product-hover-action ul {
margin: 0;

padding: 0;
}

.product-hover-action li {

  font-size: 13px;
  text-align: center;
  float: left;
  margin-right: 0px;
  margin-top: 0;width: 33.333%;
  list-style: none;
 }

.product-hover-action li:last-child {
  margin-right: 0;
  border-right: 0; }

.product-hover-action li a {
display: block;

text-transform: capitalize;
   }



.product-badge {
  position: absolute;
  top: 0;
  right: 18px; }


.product-badge ul {
  margin: 0;
  padding: 0; }

.product-badge li {
  list-style: none;
  display: inline-block;
  background-color: #fff;
  color: var(--white);
  text-transform: capitalize;
   }


.product-badge li img {
width: 100px !important;
max-height:60px;
}

  .product-badge li:first-child {
    margin-top: 0; }
  .product-badge li::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    border-left: 8px solid #0C93EB;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    display: none; }
  .product-badge li .soldout-badge {
    background-color: var(--red-2); }

.product-info {
  padding: 20px 0 0; }

.product-price {
  color: var(--heading-color);
   }

.product-price del {
  opacity: 0.6;
  margin-left: 5px;
  font-size: 80%; }

.product-item .product-price {
  margin-bottom: 12px; }

.product-action ul {
  margin: 10px 0 0;
  padding: 0; }

.product-action li {
  display: inline-block;
  margin-top: 0; }

.product-action li a {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.product-action li:hover a {
 }

.button-1 a {
  display: inline-block;
  padding: 5px 15px;
  background-color: var(--heading-color);
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.button-1:hover a {
  background-color: #0C93EB;
  color: var(--white); }

/* product-item-2 */
.product-item-2 .product-img img {
  background-color: var(--section-bg-1); }

.product-item-2:hover .product-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.product-item .add-to-cart {
  width: auto;
  text-transform: capitalize; }
  .product-item .add-to-cart a {
    padding: 0 15px; }
  .product-item .add-to-cart span {
    font-size: 12px;
    line-height: 1; }

/* product-item-3 */
.product-item-3 {
  border: 2px solid;
  border-color: var(--border-color-8);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-item-3 .product-img::before {
    display: none; }
  .product-item-3 .product-info {
    padding: 25px 30px 15px; }
  .product-item-3 .product-title {
    font-size: 16px;
    margin-bottom: 0; }
  .product-item-3 .product-price {
    font-size: 20px;
    color: #0C93EB;
     }
    .product-item-3 .product-price del {
      font-size: 20px;
      opacity: 0.6; }
  .product-item-3 .product-info-brief {
    border-top: 2px solid;
    border-color: var(--border-color-8);
    margin-bottom: 15px;
    max-width: 400px; }
    .product-item-3 .product-info-brief ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .product-item-3 .product-info-brief ul li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
         }
        .product-item-3 .product-info-brief ul li i {
          color: #0C93EB;
          margin-right: 5px; }
  .product-item-3:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }
    .product-item-3:hover .product-hover-action {
      top: 70%; }

/* product-item-4 */
.product-item-4 {
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  border: 1px solid;
  border-color: var(--border-color-13);
  background-color: var(--white); }
  .product-item-4 .product-img {
    position: relative; }
    .product-item-4 .product-img a {
      display: block; }
    .product-item-4 .product-img img {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; height:280px;width: 100%; }
  .product-item-4 .product-img-location-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
    padding: 0 15px 15px;
    margin: 0;
    background: var(--gradient-color-5); }
    .product-item-4 .product-img-location-gallery ul {
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 2; }
      .product-item-4 .product-img-location-gallery ul li {
        list-style: none;
        font-size: 14px;
        color: var(--white); }
    .product-item-4 .product-img-location-gallery .product-img-gallery {
      margin-left: 10px; }
      .product-item-4 .product-img-location-gallery .product-img-gallery ul li {

        width: 42px;
        height: 30px;
        line-height: 30px;
        background-color: rgba(255, 255, 255, 0.3);
        margin-right: 5px;
        text-align: center; float: left;}
        .product-item-4 .product-img-location-gallery .product-img-gallery ul li a {
          display: block; }
        .product-item-4 .product-img-location-gallery .product-img-gallery ul li:last-child {
          margin-right: 0; }
  .product-item-4 .product-info {
    padding: 20px 20px 1px; }
  .product-item-4 .product-price {
    font-size: 18px;
    
    
    color: #0C93EB;
    margin-bottom: 5px; }
    .product-item-4 .product-price label {
      font-weight: 400;
      font-size: 14px; color: #363636;}
  .product-item-4 .product-title {
font-size: 17px;
margin-bottom: 8px;
text-transform: capitalize;
     }
  .product-item-4 .product-description p {
    font-size: 14px;
    margin-bottom: 15px; height: 45px;
overflow: hidden;}
  .product-item-4 .product-info-bottom {
    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;
    border-top: 1px solid;
    border-color: var(--border-color-1);
    padding: 20px 15px; }
  .product-item-4 .product-hover-action {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    line-height: 1;}
    .product-item-4 .product-hover-action ul {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .product-item-4 .product-hover-action ul li {
margin-right: 8px;
height: 36px;
width: 36px;
line-height: 36px;
border-right: 0;
font-size: 16px;
background-color: var(--section-bg-1);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }


 .product-item-4 .product-hover-action ul li i {

        border-right: 0;
        font-size: 16px;
}

        .product-item-4 .product-hover-action ul li a {
          }
        .product-item-4 .product-hover-action ul li:hover {
      }
  .product-item-4:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .product-item-4:hover .product-img::before {
    display: none; }

.real-estate-agent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .real-estate-agent .agent-img {
    max-width: 40px;
    margin-right: 12px; }
    .real-estate-agent .agent-img img {
      border-radius: 100%; }
  .real-estate-agent .agent-brief h6 {
    margin-bottom: 0;
    font-size: 14px;
     }
  .real-estate-agent .agent-brief small {
    font-size: 12px; }

/* product-item-5 */
.product-item-5 {
  margin-top: 0; }
  .product-item-5 .product-img {
    margin-top: 0; }
    .product-item-5 .product-img a {
      display: block; }
  .product-item-5 .product-info {
    margin-top: 0; }
  .product-item-5 .product-info-bottom {
    padding: 20px 30px 15px; }
  .product-item-5 .product-badge {
    position: inherit;
    margin-bottom: 15px; }
    .product-item-5 .product-badge li {
      font-size: 16px;
      background-color: transparent;
      color: #0C93EB;
      padding: 0; }
  .product-item-5 .product-img-location ul {
    padding: 0;
    margin-bottom: 0; }
    .product-item-5 .product-img-location ul li {
      list-style: none;
      font-size: 14px; }
      .product-item-5 .product-img-location ul li i {
        color: #0C93EB;
        padding-left: 0; }
  .product-item-5 .plot-brief {
    padding: 0;
    margin-bottom: 20px; }
    .product-item-5 .plot-brief li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
      font-size: 14px; }
      .product-item-5 .plot-brief li:last-child {
        margin-right: 0; }
      .product-item-5 .plot-brief li span {
         }
  .product-item-5 .real-estate-agent {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .product-item-5 .real-estate-agent .agent-img {
      max-width: 50px; }
      .product-item-5 .real-estate-agent .agent-img img {
        border: 3px solid;
        border-color: var(--border-color-1); }
  .product-item-5 .product-hover-action {
    text-align: left;
    margin-bottom: 25px; }

.product-list-view .product-item-5 {
  padding: 30px 30px 30px; }
  .product-list-view .product-item-5 .real-estate-agent {
    position: inherit;
    margin-top: 15px; }
  .product-list-view .product-item-5 .product-info-bottom {
    padding: 0px 0px 0px 30px;
    border: 0; }
  .product-list-view .product-item-5 .product-hover-action {
    margin-bottom: 0; }
  .product-list-view .product-item-5 .plot-brief {
    margin-bottom: 5px; }
  .product-list-view .product-item-5 .product-badge-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

/* ----------------------------------------------------
    Modal Area
---------------------------------------------------- */
.modal-dialog {
  margin-top: 80px; }

.modal-content {
  border-radius: 0; }

.modal-header {
  padding: 0;
  border: 0; }
  .modal-header .close {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
right: 6px;
left: auto;
top: 5px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;color: #999; }
    .modal-header .close span {
      display: block;
      font-size: 25px; }
    .modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover, .modal-header .close:hover {
      opacity: 1; }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 980px; } }

.modal-product-info {
 }

.modal-product-info h3 {
  font-size: 24px;
  margin-bottom: 10px; }

.modal-product-info hr {
  margin-top: 20px;
  margin-bottom: 20px; }

.modal-product-info .product-price {
  font-size: 50px;
  margin-bottom: 10px;
  color: #0C93EB;
  line-height: 1.2;
   }

.modal-product-meta > ul {
  margin: 15px 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color-12);
  border-top: 1px solid var(--border-color-12); }

.modal-product-meta > ul > li {
  list-style: none;
  font-size: 14px;
  margin-top: 10px; }
  .modal-product-meta > ul > li:first-child {
    margin-top: 0; }

.modal-product-meta li strong {
  color: var(--heading-color);
  margin-right: 5px;
  
  min-width: 100px;
  display: inline-block; }

.modal-product-quantity input {
  border: 1px solid #e5e5e5;
  float: left;
  height: 45px;
  text-align: center;
  width: 80px;
  margin-right: 20px; }

.modal-btn {
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
  text-align: right; }

.modal-btn a {
  font-size: 14px;
  color: var(--heading-color);
  padding: 5px 10px; }

.modal-area .modal-btn {
  border: 0; }

.modal-body {
  padding: 30px; }

.add-to-cart-modal-area .modal-body {
  padding: 30px; }

.add-to-cart-modal-area .modal-product-img {
  float: left;
  max-width: 125px;
  margin-right: 20px; }

.add-to-cart-modal-area .modal-product-info {
  overflow: hidden; }

.add-to-cart-modal-area .added-cart i {
  color: var(--green); }

.add-to-cart-modal-area .btn-wrapper {
  margin-top: 20px; }
  .add-to-cart-modal-area .btn-wrapper .btn {
    padding: 5px 20px;
    margin-right: 10px; }

.add-to-cart-modal-area .additional-info {
  border-top: 1px solid var(--border-color-1);
  text-align: center;
  padding-top: 30px;
  margin-top: 40px; }

.modal-backdrop.show {
  opacity: .7; }

/* ----------------------------------------------------
    Product Tab
---------------------------------------------------- */
.tab-menu {
  margin-bottom: 50px; }

.tab-menu .nav {
  display: inline-block; }

.gallery-filter-menu button,
.tab-menu a {

  padding: 15px 40px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--heading-color);
  background-color: var(--section-bg-1);
   }
  .gallery-filter-menu button:last-child,
  .tab-menu a:last-child {
    margin-right: 0; }
  .gallery-filter-menu button i,
  .tab-menu a i {
    margin-right: 10px; }

.gallery-filter-menu .active,
.tab-menu a.active {
  color: var(--white);
 }

.tab-menu-top-left {
  position: absolute;
  left: 15px;
  top: 0; }

.tab-menu-top-right {
  position: absolute;
  right: 15px;
  top: 0; }

.gallery-filter-menu.text-capitalize button {
  text-transform: capitalize; }

.tab-menu-2 a {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  position: relative; }
  .tab-menu-2 a.active {
    color: #0C93EB;
    background-color: transparent;
    border-color: #0C93EB; }
  .tab-menu-2 a::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 2px;
    background-color: var(--color-1);
    opacity: 0.4; }
  .tab-menu-2 a:last-child::before {
    display: none; }

.tab-menu-3 {
  margin-top: 0; }

  .tab-menu-3 a {
    background-color: transparent;
    padding: 1px;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    position: relative; 
width: 100%;
padding: 12px;
border-radius: 12px;
padding-left: 60px;
margin-bottom: 0;
display: inline-block;
}



.tab-menu-3 a:focus,
    .tab-menu-3 a:hover {
      color: #0C93EB;
      background-color: #fff;
 }



.tab-menu-4 a {
  background-color: transparent;
  padding: 0;
  border: 7px solid;
  border-color: var(--white); }
  .tab-menu-4 a img {
    max-width: 120px; }
  .tab-menu-4 a.active {
    color: #0C93EB;
    background-color: transparent;
    border-color: var(--white); }
    .tab-menu-4 a.active::before {
      display: none; }
    .tab-menu-4 a.active img {
      opacity: 0.6; }


/*
@media (max-width: 991px) {
  .gallery-filter-menu button,
  .tab-menu a {
    padding: 15px 25px;
    font-size: 14px; }
  .tab-menu-top-right {
    position: initial; }
  .tab-menu-3 {
    margin-top: 0; }

  .tab-menu-4 a {
    padding: 0; }
    .tab-menu-4 a.active {
      padding: 0; } }

*/


.circle-num {
position: absolute; 
width: 40px;
height: 40px;
border-radius: 50%;
background: #7B7B7B;
color: #fff;
line-height: 40px;
text-align: center;
left: 8px;
font-size: 20px;
}

.tab-menu-3 a h2 {
color: #888888;
font-size: 18px;
}


.tab-menu-3 a .step-tabs {
color: #888888;
font-size: 13px;
}


.tab-menu-3 a p {
color: #b3b3b3;
font-size: 14px;
}

.tab-menu-3 a.active p {
color: #363636;
font-size: 14px;
}

.tab-menu-3 a.active h2 {
color: #0078D0;
font-size: 20px;
margin-bottom: 8px;
}

.tab-menu-3 a.active .circle-num {
background: #0078D0;
}

.tab-menu-3 a.active .step-tabs {
display: none;
}







    .tab-menu-3 a:last-child:before {
     display: none; }

    .tab-menu-3 a::before {
      position: absolute;
      content: "";
      left: 27px;
      top: 15px;
bottom: 2px;
      width: 2px;
      background: #7B7B7B;}

      .tab-menu-3 a.active::before {
        background-color: #0078D0;
 }




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

.title-sect h2 {
font-size: 22px;
margin-bottom: 0px;
}

.title-sect p {
font-size: 14px;
color: #676767;
}

/*
.step-tabs:after {

}*/

/* ----------------------------------------------------
    Product Details
---------------------------------------------------- */
.small-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  border: 2px solid;
  border-color: var(--border-color-1);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .small-product-item:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1);
    border-color: transparent; }
  .small-product-item .product-price {
    color: #0C93EB; }

.small-product-item-img {
  max-width: 90px;
  margin-right: 20px; }

/* ----------------------------------------------------
    Product Details
---------------------------------------------------- */
.product-meta-date input[type="date"] {
  border: 1px solid #d9d9d9;
  height: 63px;
  padding: 0 15px;
  line-height: 45px; }

.product-meta-date input[type="date"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink;
  line-height: 45px; }

.product-meta-date input[type="date"]::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
  line-height: 45px; }

.product-meta-date input[type="date"]:-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
  line-height: 45px; }

.product-meta-date input[type="date"]:-moz-placeholder {
  /* Firefox 18- */
  color: pink;
  line-height: 45px; }

/* shop-details-img-gallery */
.shop-details-img-gallery {
  margin-bottom: 35px; }
  .shop-details-img-gallery img {
    background-color: var(--white-8); }

.shop-details-small-img {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px; }
  .shop-details-small-img .single-small-img {
    padding: 0 5px; }
    .shop-details-small-img .single-small-img.slick-current img {
      border: 1px solid #0C93EB;
      margin-bottom: 10px; }

.shop-details-small-img.slick-arrow-2 {
  margin-bottom: 35px; }
  .shop-details-small-img.slick-arrow-2 .slick-arrow {
    left: 5px;
    bottom: -35px; }
  .shop-details-small-img.slick-arrow-2 .slick-next {
    left: 45px; }

/* shop-details-content-wrap */
.shop-details-content-wrap {
  padding: 50px 50px 40px; }

/* shop-details-tab-area */
.shop-details-tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .shop-details-tab-menu .nav a {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 20px 20px;
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
     }
    .shop-details-tab-menu .nav a.active {
      background-color: #0C93EB; }

.shop-details-tab-content-inner {
  border: 1px solid #e5e5e5;
  padding: 50px 50px 30px;
  background-color: var(--section-bg-1); }
  .shop-details-tab-content-inner .comment-reply-area form {
    padding: 0; }

.add-a-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .add-a-review h6 {
    margin-bottom: 0;
    margin-right: 15px; }

.shop-details-tab-inner-2 .shop-details-tab-menu {
  border-bottom: 2px solid var(--border-color-1); }
  .shop-details-tab-inner-2 .shop-details-tab-menu .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .shop-details-tab-inner-2 .shop-details-tab-menu .nav a {
      background-color: transparent;
      color:  #363636;
      padding: 20px 0px;
      margin-right: 50px;
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
      text-align: left;
      position: relative; }
      .shop-details-tab-inner-2 .shop-details-tab-menu .nav a::before {
        position: absolute;
        content: "";
        bottom: -2px;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: transparent;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .shop-details-tab-inner-2 .shop-details-tab-menu .nav a.active {
        color: #0C93EB;
        background-color: transparent; }
        .shop-details-tab-inner-2 .shop-details-tab-menu .nav a.active::before {
          background-color: #0C93EB;
          width: 100%; }

.shop-details-tab-inner-2 .shop-details-tab-content-inner {
  border: 0;
  padding: 30px 0px 0px;
  background-color: transparent; }
  .shop-details-tab-inner-2 .shop-details-tab-content-inner .comment-reply-area form {
    padding: 30px; }

/* product-details-menu-1 */
.product-details-menu-1 ul li a {
  position: relative;
  margin-right: 10px; }
  .product-details-menu-1 ul li a::before {
    position: absolute;
    content: ",";
    right: -5px; }
  .product-details-menu-1 ul li a:last-child::before {
    display: none; }

.product-details-menu-1 ul li strong {
  font-weight: 400; }

.product-details-menu-1 ul li span {
   }

.product-details-menu-1 .color-widget ul li a {
  width: 15px;
  height: 15px; }

.product-details-menu-1 .tagcloud-widget ul li {
  margin: 0; }
  .product-details-menu-1 .tagcloud-widget ul li a {
    padding: 3px 10px 1px; }

/* product-details-menu-2 */
.product-details-menu-2 ul {
  padding: 0;
  margin: 0; }
  .product-details-menu-2 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }
    .product-details-menu-2 ul li:last-child {
      margin-right: 0; }

/* product-details-menu-3 */
.product-details-menu-3 ul {
  padding: 0;
  margin: 0; }
  .product-details-menu-3 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
     }
    .product-details-menu-3 ul li:last-child {
      margin-right: 0; }

.property-detail-info-list ul {
  padding: 0;
  margin: 0;width: 100%;
 }
  .property-detail-info-list ul:last-child {
    border-right: none; }
  .property-detail-info-list ul li {
    display: block;
min-width: 25%;
margin-top:0;
float: left;
padding-left: 50px;
position: relative;
margin-bottom: 15px;
line-height: 17px;
 }



  .property-detail-info-list ul li i {
position: absolute;
left: 0;

font-size: 20px;
width: 45px;
height: 45px;
border: 1px solid #d9d9d9;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
color: var(--rt-primary-color);
transition: 0.3s;
}

    .property-detail-info-list ul li label {
      margin-right: 5px;
      color: #676767;
      min-width: 110px;
      display: inline-block; 
display: block;
margin-bottom: 0;line-height: 20px;text-transform: capitalize;}
    .property-detail-info-list ul li span {
      text-transform: capitalize;
     color: #363636;font-size: 13px;}

.property-detail-feature-list {
  margin-top: 0; }
  .property-detail-feature-list ul {
    margin: 0;
    padding: 0; }
    .property-detail-feature-list ul li {
      display: inline-block;
      min-width: 170px;
      margin-right: 19px;
      margin-bottom: 15px; }
  .property-detail-feature-list .property-detail-feature-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1; }
    .property-detail-feature-list .property-detail-feature-list-item i {
      margin-right: 12px;
      width: 40px;
      min-width: 40px;
      height: 40px;
      line-height: 49px;
      background-color: var(--section-bg-5);
      text-align: center;
      font-size: 22px;
      color: #0C93EB; }
    .property-detail-feature-list .property-detail-feature-list-item h6 {
      margin-top: 0;
      margin-bottom: 6px;
      font-size: 14px;
      
      font-weight: 500; }

.property-details-google-map {
  height: 360px; }

.product-details-apartments-plan .apartments-plan-info {
  padding: 0; }

.product-details-apartments-info-list {
  padding: 20px 40px; }

.page-details-inner .product-details-review-inner {
  margin-top: 0; }
  .page-details-inner .product-details-review-inner h1,
  .page-details-inner .product-details-review-inner h2,
  .page-details-inner .product-details-review-inner h3,
  .page-details-inner .product-details-review-inner h4,
  .page-details-inner .product-details-review-inner h5,
  .page-details-inner .product-details-review-inner h6,
  .page-details-inner .product-details-review-inner p {
    margin-top: 0; }


/* ----------------------------------------------------
    Product Options
---------------------------------------------------- */
/*
.up-drop .nice-select {
padding-left: 20px !important;
height: 50px !important;
line-height: 40px !important;
}
*/

.nice-select {
padding-left: 20px !important;
}

.nice-select .option {
  margin-top: 0;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8; }

.nice-select .list {
  min-width: 100%;max-height: 400px;
overflow: auto; }

.shop-options {
  margin-bottom: 50px; }
  .shop-options > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    margin: 0;
    padding: 0; }
    .shop-options > ul > li {
      list-style: none;
      margin-top: 0;
      line-height: 45px;
      margin-right: 30px; }
      .shop-options > ul > li:last-child {
        margin-right: 0; }
  .shop-options .short-by .nice-select {
    border-radius: 0;
    border: 2px solid #ededed;
    height: 45px;
    line-height: 46px;
    min-width: 190px; }
    .shop-options .short-by .nice-select .option {
      width: 100%;
      padding-left: 10px;
      padding-right: 5px; }
    .shop-options .short-by .nice-select .current {
       }

.grid-list-tab-menu a {
  font-size: 30px;
  margin-right: 20px; }

.grid-list-tab-menu a:last-child {
  margin-right: 0px; }

.grid-list-tab-menu .active {
  color: #0C93EB; }

.showing-product-number span {
  font-weight: 500;
  font-size: 16px;
   }

.product-list-view .product-title {
  font-size: 22px;
  margin-bottom: 10px; }

.product-list-view .product-item:after {
  display: block;
  clear: both;
  content: ""; }

.product-list-view .product-item .product-img {
  max-width: 40%;
  float: left; }

.product-list-view .product-item .product-info {
  overflow: hidden;
  padding: 0 0 0 30px; }

.product-list-view .product-item-3 .product-info {
  overflow: hidden;
  padding: 25px 25px 20px 30px; }

.product-list-view .product-hover-action {
  position: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  text-align: left;
  opacity: 1;
  visibility: visible;
  margin-top: 15px; }

/* Bootstrap Tab with Slider Issue Fix Start */
.tab-content {
  width: 100%;
 }

.tab-content .tab-pane {
  display: none;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0; min-height: 100%;}

.tab-content .tab-pane.active {
  /*height: auto;*/
  display: block;
  visibility: visible;
  opacity: 1;
  overflow: visible; }

/* Bootstrap Tab with Slider Issue Fix End */
@media (max-width: 1400px) {
  .shop-details-info .product-price {
    font-size: 36px; }
  .shop-details-info .cart-plus-minus {
    width: 130px; }
  .shop-details-info .product-details-menu-2 .btn {
    padding: 17px 15px; } }

@media (max-width: 991px) {
  .product-item-3 .product-info {
    padding: 25px 15px 15px; }
  .product-item-3 .product-price {
    font-size: 16px; }
    .product-item-3 .product-price del {
      font-size: 14px; }
  .shop-details-img-gallery {
    margin-bottom: 75px; }
  .product-item-4 .product-title {
    font-size: 20px; }
  .product-item-4 .product-info {
    padding: 10px 20px 1px; }
  .product-item-4 .product-img-location-gallery {
    padding: 0 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse; }
    .product-item-4 .product-img-location-gallery ul li {
      font-size: 13px;
      margin-top: 5px; }
    .product-item-4 .product-img-location-gallery .product-img-gallery {
      margin-left: 0; }
      .product-item-4 .product-img-location-gallery .product-img-gallery ul li {
        width: inherit;
        background-color: transparent;
        margin-top: 0; }
  .product-item-4 .product-description p br {
    display: none; }
  .product-item-4 .product-info-bottom {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse; }


  .slick-slide .product-item-4 {
    -webkit-box-shadow: none;
    box-shadow: none; } }

@media (max-width: 767px) {
  .shop-options > ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .shop-options ul li {
    margin: 5px 0; }
  .showing-product-number span {
    font-size: 16px; }
  .product-list-view .product-item .product-img {
    max-width: 100%; }
  .product-list-view .product-item .product-info {
    padding: 25px 0 0 1px; }
  .product-list-view .product-item-3 .product-info {
    padding: 25px 25px 20px 30px; }
  .modal-product-info h3 {
    font-size: 22px; }
  .modal-product-info .product-price {
    font-size: 34px; }
  .shop-details-tab-menu .nav a {
    padding: 15px 15px;
    font-size: 14px; }
  .shop-details-tab-content-inner {
    padding: 50px 20px 30px; }
  .product-item-4 .product-title {
    font-size: 18px; }
  .product-list-view .product-item-5 .product-info-bottom {
    padding: 0px 0px 0px 0px;
    border: 0; } }

@media (max-width: 576px) {
  .product-hover-action li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px; }
  .product-badge li {
    font-size: 12px;
    padding: 1px 10px;
    line-height: 20px; }
    .product-badge li::before {
      bottom: -6px; }
  .product-item-3 .product-title {
    font-size: 14px; }
  .product-item-3 .product-info {
    padding-left: 5px;
    padding-right: 5px; }
  .product-item-3 .product-price {
    font-size: 14px; }
    .product-item-3 .product-price del {
      font-size: 13px; }
  .product-item-3 .product-info-brief ul li {
    font-size: 12px; } }

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ----------------------------------------------
  Gallery Area
---------------------------------------------- */
.gallery-item {
  margin-bottom: 30px; }
  .gallery-item:hover .gallery-item-img::before {
    opacity: 0.9;
    visibility: visible; }
  .gallery-item:hover .gallery-item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .gallery-item:hover .gallery-action-icon {
    top: 50%;
    opacity: 1;
    visibility: visible; }

.gallery-item-inner {
  position: relative;
  overflow: hidden; }
  .gallery-item-inner h4 {
    margin-bottom: 5px; }
  .gallery-item-inner p {
    margin-bottom: 0;
    font-size: 14px; }

.gallery-item-img {
  position: relative;
  overflow: hidden; }
  .gallery-item-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1; }
  .gallery-item-img img {
    -webkit-transition: all 3.5s ease 0s;
    -o-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s; }

.gallery-action-icon {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 2; }
  .gallery-action-icon i {
    width: 50px;
    height: 45px;
    line-height: 45px;
    background-color: var(--white);
    color: var(--primary-color);
    border-radius: 100%;
    margin: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .gallery-action-icon i:hover {
      background-color: #0C93EB;
      color: var(--white); }

.gallery-item-info {
  padding: 25px 30px;
  position: relative;
  z-index: 2; }

/* Gallery Style 1 */
.gallery-style-1 .gallery-item-info {
  border: 1px solid var(--border-color-1); }

/* Gallery Style 2 */
.gallery-style-2 .gallery-item-info {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: var(--gradient-color-3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden; }

.gallery-style-2 h4, .gallery-style-2 p {
  color: var(--white); }

.gallery-style-2 .gallery-item:hover .gallery-item-info {
  bottom: 0px;
  opacity: 1;
  visibility: visible; }

.gallery-style-2 .gallery-item:hover .gallery-action-icon {
  top: 35%; }

.gallery-info-hide .gallery-item-info {
  display: none; }

.gallery-info-hide .gallery-item:hover .gallery-action-icon {
  top: 50%; }

/* Lightcase Default CSS */
.lightcase-error {
  color: var(--white); }

#lightcase-info {
  color: var(--color-1); }

#lightcase-caption {
  color: var(--white); }

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ============================================================
>>> TABLE OF CONTENTS:
===============================================================
# Common CSS
# Section title
# Category Area
# Feature Area 
# Countdown Area
# Blog Area
# Blog Details
# Service Details
# Pagination
# Testimonial
# Banner Area
# Team Area
# CounterUp Area
# Contact Form Area
# Cart Table Area
# Cart plus minus
# Product Details
# Shoping Cart
# Custom Content
# Newsletter
# Faq Area
# 404 Area
# Coming Soon Area
# Screenshot Area
# Pricing List Area
# Checkbox
# Body Sidebar Icons
# About Us Area
# Why Choose Us Area
# Service Area
# Call To Action
# Elements Area
# Service Form 
# Get A Quote Form
# Car Dealer Form
# Video Area
# Brand Logo
# Progress Bar 
# Our Journey Area
# Google Map Locations Area
# Team Details
# Our History Area
# Appointment Form Area
# Checkout Page
# Myaccount Page
# Time Schedule Area

============================================================= */
/* ----------------------------------------------------
    Common CSS
---------------------------------------------------- */
.social-media ul {
  margin: 0;
  padding: 0; }
  .social-media ul li {
list-style: none;
display: inline-block;
margin: 0;
width: 41px;
height: 41px;
border-radius: 50%;
line-height: 41px;
text-align: center;
font-size: 17px;
color: #fff !important;
padding: 0 !important;
overflow: hidden;}



.social-media ul li:hover {
    background: #363636;
color:#fff;
}


.social-media ul li a:hover,
.social-media ul li:hover a {
color:#fff;

}

.social-media ul li a i {
    display: block;
    line-height: 41px;
width: 40px;
height: 40px;
}
/*
.social-media ul li a:hover i,
.social-media ul li a:hover img {
    animation: bottomtotop .4s linear forwards
}
*/

@-webkit-keyframes bottomtotop {
    49% {
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes bottomtotop {
    49% {
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

.social-media-2 ul {
  margin: 0;
  padding: 0; }
  .social-media-2 ul li {
    list-style: none;
    display: inline-block;
   text-transform: capitalize; }
    .social-media-2 ul li a {
      background-color: var(--section-bg-1);
      color:  #363636;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .social-media-2 ul li a i {
        color: inherit; }
    .social-media-2 ul li:last-child {
      margin-right: 0; }


.social-media-3 ul {
  margin: 0;
  padding: 0; }
  .social-media-3 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }
    .social-media-3 ul li a {
      background-color: var(--white);
      color:  #363636;
      border: 2px solid var(--border-color-11);
      display: block;
      width: 50px;
      height: 45px;
      line-height: 46px;
      text-align: center; }
      .social-media-3 ul li a i {
        color: inherit; }
    .social-media-3 ul li:last-child {
      margin-right: 0; }
    .social-media-3 ul li:hover a {
      background-color: #0C93EB;
      border-color: #0C93EB;
      color: var(--white); }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-image-top {
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat; }

.bg-image-right-before {
  position: relative; }
  .bg-image-right-before::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/bg/21.jpg);
    height: 100%;
    width: 48%;
    left: auto;
    right: 0;
    top: 0; }

.nice-select .option {
  font-weight: 400; }

/* Responsive Device under :991px. */
@media (max-width: 991px) {
  .bg-image-top {
    background-size: inherit; }
  .bg-image-right-before::before {
    display: none; } }

.social-media-4 ul {
  margin: 0;
  padding: 0; }
  .social-media-4 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }
    .social-media-4 ul li a {
      background-color: var(--primary-color-3);
      color: var(--white);
      display: block;
      width: 50px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border-radius: 100%; }
    .social-media-4 ul li:last-child {
      margin-right: 0; }
    .social-media-4 ul li:hover a {
      background-color: #0C93EB;
      color: var(--white); }

/* ----------------------------------------
  Section title
---------------------------------------- */
.section-title-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;align-items: center;
 }




  .section-title-2 p {
    margin:0;color: #676767;max-width: 70%;
margin: 0 auto;
     }
  .section-title-2 p + p {
    margin-top: 15px; }
  .section-title-area.text-right p {
    margin-left: auto; }
  .section-title-area.text-center p {
    margin-left: auto;
    margin-right: auto; }


.section-title {

font-size: 24px;

line-height: 1.3;

display: inline-block;

margin: 0;

line-height: 25px;

position: relative;


 }

/*
.section-title:before {
  left: 0;
  bottom: 0;
  width: 80px;
height:2px;
  content: '';
  border-radius: 3px;
  position: absolute;
  background-color: #0C93EB;
}

*/			


  .section-title span {
    color: #0C93EB; }
  .section-title p {
    font-size: 16px;
    line-height: 1.8;
    color:  #363636;
    margin-top: 20px; }
  .section-title.white .section-title {
    color: var(--white); }
  .section-title.white p {
    color: rgba(var(--white), 0.7); }

/* separate-line */
.separate-line {
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin-bottom: 3px;
  text-align: center !important; }
  .separate-line::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#f28bc2), color-stop(50%, #d8b1f2));
    background: -webkit-linear-gradient(left, #f28bc2 0%, #d8b1f2 50%);
    background: -o-linear-gradient(left, #f28bc2 0%, #d8b1f2 50%);
    background: linear-gradient(90deg, #f28bc2 0%, #d8b1f2 50%); }
  .separate-line .separate-icon {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0 15px; }
  .separate-line i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 -4px;
    color: #0C93EB; }

/* Section Title 2 */
.section-title-2 {
  margin-bottom: 20px; }
  .section-title-2 .section-subtitle {
    margin-top: 0; }
  .section-title-2 .section-title {
font-size: 22px;
color: #363636;
margin-bottom: 0;
line-height: 1.3;
text-align: center;text-transform: capitalize;
width: 100%;
text-transform: capitalize; }
/*
  .section-title-2 p {
    padding: 0 0 0 30px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #0C93EB;
    max-width: 450px; }*/
  .section-title-2.text-right p {
    padding: 0 30px 0 0;
    border-width: 0 2px 0 0;
    margin-left: auto; }


/* Section Title 3 */
.section-title-style-3 {
  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; }
  .section-title-style-3 .section-brief-in p {
    padding: 0 30px 0 0;
    border-width: 0 2px 0 0;
    margin-left: auto;
    margin-right: 30px;
    text-align: right; }

/* title-2 */
.title-2 {
  margin-bottom: 20px;
  font-size: 20px;
color: #000;text-transform: capitalize;}

.section-subtitle {
  
  font-family: "Poppins"; }

.section-subtitle-2 {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  position: relative; }
  .section-subtitle-2::before {
    position: absolute;
    content: "";
    background-color: #0C93EB;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-radius: 25px;
    opacity: 0.1; }





/* ----------------------------------------------------
    Category Area
---------------------------------------------------- */
.category-item {
  margin-top: 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid var(--border-color-7);
  background-color: var(--white); }

.category-item-img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.category-item-name {
  padding: 15px 20px 5px; }

.category-item:hover {
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3); }

/* category-item-2 */
.category-item-2 {
  padding: 20px 15px 15px; }
  .category-item-2 .category-item-img {
    float: left;
    width: 35%; }
  .category-item-2 .category-item-name {
    overflow: hidden; }
    .category-item-2 .category-item-name ul {
      padding: 0;
      margin: 0; }
      .category-item-2 .category-item-name ul li {
        list-style: circle;
        margin-top: 5px;
        font-size: 14px; }
        .category-item-2 .category-item-name ul li a {
          display: block; }
  .category-item-2 h4 {
    margin-bottom: 5px; }
  .category-item-2 .category-btn {
    float: right;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: underline; }

/* category-item-3 */
.category-item-3 {
  padding: 50px 0 25px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .category-item-3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #0C93EB;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden; }
  .category-item-3:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .category-item-3:hover::before {
      width: 100%;
      opacity: 1;
      visibility: visible; }
    .category-item-3:hover h5 {
      color: #0C93EB; }

.category-item-4 {
  padding: 40px 30px 30px;
  position: relative;
  border: none;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  border-radius: 10px; }
  .category-item-4 .category-item-img {
    width: 100px;
    height: 100px;
    line-height: 115px;
    font-size: 45px;
    border-radius: 100%;
    background-color: var(--section-bg-5);
    color: #0C93EB;
    text-align: center;
    margin-right: 0;
    margin-left: auto; }
  .category-item-4 .category-item-name {
    padding: 25px 0px 15px; }
    .category-item-4 .category-item-name h4 {
       }
    .category-item-4 .category-item-name p {
      margin-bottom: 0; }
  .category-item-4 .category-item-btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px; }
    .category-item-4 .category-item-btn a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      background-color: var(--white);
      display: block;
      border-radius: 100%;
      text-align: center;
      font-size: 18px;
      -webkit-box-shadow: var(--box-shadow-1);
      box-shadow: var(--box-shadow-2);
      border: 1px solid var(--border-color-8); }
  .category-item-4.text-center .category-item-img {
    margin-left: auto;
    margin-right: auto; }
  .category-item-4.text-center .category-item-btn a {
    margin-left: auto;
    margin-right: auto; }
  .category-item-4:hover {
    -webkit-box-shadow: var(--box-shadow-4);
    box-shadow: var(--box-shadow-4); }

.category-item-5 {
  border: none;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  border-radius: 10px;
  margin-bottom: 50px; }
  .category-item-5 a {
    padding: 40px 30px 35px;
    display: block;
    position: relative; }
    .category-item-5 a span {
      display: block; }
    .category-item-5 a .category-icon {
      width: 100px;
      height: 100px;
      line-height: 115px;
      font-size: 45px;
      border-radius: 100%;
      background-color: var(--section-bg-5);
      color: #0C93EB;
      text-align: center;
      margin-bottom: 20px; }
    .category-item-5 a .category-title {
      font-size: 22px;
      
      
      color: var(--heading-color);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      margin-bottom: 10px; }
    .category-item-5 a .category-btn {
      width: 45px;
      height: 45px;
      line-height: 45px;
      background-color: var(--white);
      display: block;
      border-radius: 100%;
      text-align: center;
      font-size: 18px;
      -webkit-box-shadow: var(--box-shadow-1);
      box-shadow: var(--box-shadow-2);
      border: 1px solid var(--border-color-8);
      position: absolute;
      bottom: -20px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
  .category-item-5.text-center .category-icon {
    margin-left: auto;
    margin-right: auto; }
  .category-item-5.text-center .category-btn {
    margin-left: auto;
    margin-right: auto; }
  .category-item-5:hover {
    -webkit-box-shadow: var(--box-shadow-4);
    box-shadow: var(--box-shadow-4);
    background-color: #0C93EB;
    color: var(--white); }
    .category-item-5:hover .category-title {
      color: var(--white); }

.category-item-5-2 a .category-icon {
  margin-right: 0;
  margin-left: auto; }

.category-item-5-2 a .category-number {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  
  font-family: "Poppins";
  color: #0C93EB; }

.category-item-5-2 a .category-brief {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.category-item-5-2:hover {
  background-color: #0C93EB; }
  .category-item-5-2:hover .category-number,
  .category-item-5-2:hover .category-brief {
    color: var(--white); }

@media (max-width: 1200px) {
  .category-item-5 a {
    padding: 40px 20px 35px; }
    .category-item-5 a .category-icon {
      width: 80px;
      height: 80px;
      line-height: 90px;
      font-size: 30px; }
    .category-item-5 a .category-title {
      font-size: 18px; } }

@media (max-width: 767px) {
  .category-item-2 .category-item-img {
    display: none; }
  .category-item-3 {
    padding: 30px 0 5px; }
  .category-item-5 a {
    padding: 40px 15px 35px; }
    .category-item-5 a .category-icon {
      width: 60px;
      height: 60px;
      line-height: 70px;
      font-size: 25px; }
    .category-item-5 a .category-title {
      font-size: 13px; } }

/* ----------------------------------------------------
    Feature Area 
---------------------------------------------------- */
.feature-item {
  padding: 40px 25px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }

.feature-icon {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1; }

/* feature-item-2 */
.feature-item-2 {
  padding: 40px 25px 10px; }
  .feature-item-2 .feature-icon {
    margin-bottom: 20px; }
    .feature-item-2 .feature-icon span {
      background: transparent;
      height: 100px;
      width: 100px;
      line-height: 109px;
      border-radius: 100%;
      position: relative;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      display: inline-block;
      text-align: center; }
      .feature-item-2 .feature-icon span::before, .feature-item-2 .feature-icon span::after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 100%;
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s; }
      .feature-item-2 .feature-icon span:before {
        height: 0%;
        width: 0%;
        background: transparent; }
      .feature-item-2 .feature-icon span:after {
        height: 100%;
        width: 100%;
        border: 1px solid;
        border-color: var(--heading-color); }
    .feature-item-2 .feature-icon i {
      font-size: 26px;
      color: var(--heading-color);
      line-height: 1;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      z-index: 1;
      position: relative; }
  .feature-item-2.active-feature .feature-icon span, .feature-item-2:hover .feature-icon span {
    color: var(--white);
    border-color: transparent; }
    .feature-item-2.active-feature .feature-icon span:before, .feature-item-2:hover .feature-icon span:before {
      height: 100%;
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#ee91cb), color-stop(50%, #d9b0f1));
      background: -webkit-linear-gradient(left, #ee91cb 0%, #d9b0f1 50%);
      background: -o-linear-gradient(left, #ee91cb 0%, #d9b0f1 50%);
      background: linear-gradient(90deg, #ee91cb 0%, #d9b0f1 50%); }
    .feature-item-2.active-feature .feature-icon span:after, .feature-item-2:hover .feature-icon span:after {
      border-color: var(--white);
      height: 80%;
      width: 80%; }
  .feature-item-2.active-feature .feature-icon i, .feature-item-2:hover .feature-icon i {
    color: var(--white); }
  .feature-item-2.active-feature .feature-info h6, .feature-item-2:hover .feature-info h6 {
    color: #0C93EB; }

/* feature-item-3 */
.feature-item-3 {
  padding: 25px 22px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid;
  border-color: #f4faff;
  margin-bottom: 20px;
  position: relative; }
  .feature-item-3 h1, .feature-item-3 h2, .feature-item-3 h3, .feature-item-3 h4, .feature-item-3 h5, .feature-item-3 h6 {
    margin-bottom: 5px; }
  .feature-item-3 .feature-icon {
    margin: 0px 20px 0 0;
    font-size: 50px;
    color: #0C93EB;
    line-height: 1.5; }
  .feature-item-3::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    width: 4px;
    height: 0%;
    background-color: #0C93EB;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .feature-item-3:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }
    .feature-item-3:hover::before {
      height: 80%;
      opacity: 1;
      visibility: visible; }
  .feature-item-3.text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    .feature-item-3.text-right .feature-icon {
      margin: 0px 0 0 20px; }
    .feature-item-3.text-right::before {
      right: -2px;
      left: auto; }

/* feature-item-4 */
.feature-item-4 {
  padding: 50px 20px 15px;
  background-color: var(--white);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2); }
  .feature-item-4:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }

/* feature-item-5 */
.feature-item-5 {
  padding: 70px 30px 25px;
  margin-bottom: 30px; }
  .feature-item-5 .feature-icon {
    margin-bottom: 25px;
    font-size: 80px;
    line-height: 1; }
    .feature-item-5 .feature-icon img {
      max-width: 200px; }
    .feature-item-5 .feature-icon span {
      position: relative; }
      .feature-item-5 .feature-icon span::before {
        position: absolute;
        content: "\e942";
        font-family: 'icomoon';
        right: -10px;
        top: -10px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        background-color: var(--primary-color);
        color: var(--white);
        font-size: 14px;
        border-radius: 100%; }
  .feature-item-5 .btn-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden; }
    .feature-item-5 .btn-wrapper a {
      min-height: 60px; }
  .feature-item-5:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }
    .feature-item-5:hover .btn-wrapper {
      bottom: -60px;
      opacity: 1;
      visibility: visible; }
  .feature-item-5.section-bg-2 .feature-icon {
    color: #0C93EB; }
    .feature-item-5.section-bg-2 .feature-icon i {
      color: #0C93EB; }
    .feature-item-5.section-bg-2 .feature-icon span::before {
      background-color: var(--white);
      color: var(--primary-color); }
  .feature-item-5.white-bg .feature-icon span::before {
    background-color: #0C93EB;
    color: var(--white); }

.feature-btn a {
  display: block;
  padding: 15px 20px;
  background-color: #fff;
  text-align: center; }

/* feature-item-6 */
.feature-item-6 {
  border: 1px solid var(--border-color-8);
  margin-bottom: 30px;
  padding: 40px 30px 35px; }
  .feature-item-6::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #0C93EB;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden; }
  .feature-item-6 .feature-icon {
    color: #0C93EB; }
    .feature-item-6 .feature-icon i {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .feature-item-6 .feature-info p {
    font-size: 14px;
    margin-bottom: 0; }
  .feature-item-6 .feature-info p + p {
    margin-top: 15px; }
  .feature-item-6 .feature-info .service-btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--color-1);
    
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px; }
    .feature-item-6 .feature-info .service-btn i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .feature-item-6.active, .feature-item-6:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }
    .feature-item-6.active::before, .feature-item-6:hover::before {
      width: 100%;
      opacity: 1;
      visibility: visible; }
    .feature-item-6.active .feature-info .service-btn,
    .feature-item-6.active .feature-icon, .feature-item-6:hover .feature-info .service-btn,
    .feature-item-6:hover .feature-icon {
      color: #0C93EB; }

/* feature-item-7 */
.feature-item-7 {
  background-color: var(--white);
  padding: 38px 30px 10px;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  margin-bottom: 30px; }
  .feature-item-7 .feature-icon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
  .feature-item-7 .feature-icon {
    margin-bottom: 0;
    margin-right: 20px;
    color: #0C93EB; }
  .feature-item-7 h3 {
    margin-bottom: 0; }

.feature-item-7-color-white {
  background-color: transparent;
  border: 1px solid #203336; }
  .feature-item-7-color-white h3,
  .feature-item-7-color-white p {
    color: var(--white); }

/* feature-item-8 */
.feature-item-8 {
  padding: 40px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .feature-item-8 .feature-icon {
    margin-right: 20px;
    font-size: 40px;
    width: 50px; }
  .feature-item-8 .feature-info h4 {
    margin-bottom: 5px; }
  .feature-item-8 .feature-info p {
    font-size: 14px; }

.feature-item-box-wrap {
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1); }

.feature-item-box-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .feature-item-box-wrap-2 .feature-item-8 {
    min-width: 280px; }

.border-between-column [class*='col']::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: var(--border-color-1); }

.border-between-column [class*='col']:first-child::before {
  display: none; }

/* feature-item-9 */
.feature-item-9 {
  padding: 30px 25px 5px;
  border: 1px solid; }
  .feature-item-9 .feature-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1);
    border-radius: 100%;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: center;
    float: left;
    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;
    font-size: 36px; }
    .feature-item-9 .feature-icon span {
      line-height: 1; }
  .feature-item-9 .feature-info {
    overflow: hidden; }
  .feature-item-9 h2 {
    margin-bottom: 5px; }
  .feature-item-9:hover {
    background-color: #0C93EB; }

/* small mobile :320px. */
@media (max-width: 767px) {
  .feature-item-5 + .btn-wrapper {
    margin-bottom: 30px; }
  .feature-item-7 {
    padding: 38px 20px 10px; } }

/* ----------------------------------------------------
    Countdown Area
---------------------------------------------------- */
.countdown {
  margin-top: 30px;
  display: inline-block;
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3);
  padding: 25px 40px 5px; }
  .countdown .single {
    display: inline-block;
    margin-right: 30px; }
    .countdown .single:last-child {
      margin-right: 0; }

.countdown-2 {
  margin-top: 0;
  padding: 20px 30px 1px; }
  .countdown-2 .single {
    margin-right: 20px; }
    .countdown-2 .single h1 {
      font-size: 22px;
      margin-bottom: 5px; }
    .countdown-2 .single p {
      font-size: 14px; }

.countdown-3 {
  margin-top: 0;
  padding: 20px 30px 1px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .countdown-3 .single {
    margin-right: 20px; }
    .countdown-3 .single h1 {
      font-size: 24px;
      margin-bottom: 5px;
      height: 70px;
      width: 70px;
      line-height: 70px;
      background-color: var(--white);
      border-radius: 100%;
      color: var(--heading-color); }
    .countdown-3 .single p {
      font-size: 20px;
      text-transform: capitalize; }
  .countdown-3 .btn-wrapper {
    margin-top: 20px; }

@media (max-width: 991px) {
  .countdown-3 .single h1 {
    font-size: 20px;
    height: 45px;
    width: 50px;
    line-height: 45px; }
  .countdown-3 .single p {
    font-size: 14px; } }

@media (min-width: 767px) {
  .countdown-1 {
    min-width: 380px; } }

/* ----------------------------------------------------
    Blog Area
---------------------------------------------------- */
.blog-item {
  position: relative;
  margin-bottom: 15px; }

.blog-img {
  position: relative; }
  .blog-img img {
    margin-bottom: 0; }

.blog-likes {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .blog-likes ul {
    margin: 0;
    padding: 0; }
  .blog-likes li {
    list-style: none; }
    .blog-likes li a {
      height: 70px;
      width: 70px;
      font-size: 16px;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: var(--white);
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-shadow: var(--box-shadow-3);
      box-shadow: var(--box-shadow-3);
      color: var(--heading-color); }
      .blog-likes li a i {
        font-size: 18px;
        margin-bottom: 5px; }
      .blog-likes li a span {
        display: inline-block;
        line-height: 1;
        font-size: 12px; }

.blog-brief {
  padding: 30px 0 30px; }

.blog-title {
  margin-bottom: 7px;
  font-size: 22px;
   }

.blog-meta {
  margin-bottom: 20px; }
  .blog-meta ul {
    padding: 0;
    margin: 0; }
  .blog-meta li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-top: 0; color: #888;}



  .blog-meta li.blog-date {
 margin-right: 15px;
}
 
    .blog-meta li:last-child {
    }

    .blog-meta li i {
      margin-right: 5px; }
    .blog-meta li img {
      margin-bottom: 0; }

.blog-tags a {
  margin-right: 10px;
  position: relative;
  display: inline-block; }
  .blog-tags a::before {
    position: absolute;
    content: ",";
    right: -3px; }
  .blog-tags a:last-child::before {
    display: none; }

.blog-author img {
  border-radius: 100%;
  margin-right: 10px;
  max-width: 30px;
  display: inline-block; }

.blog-btn {
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.blog-category a {
  border:1px solid #363636;
color: #363636;
  padding: 6px 20px;
  margin-right: 5px;
  display: inline-block;
  text-transform: capitalize; border-radius: 25px;}



.blog-category.own-act a {
  background-color: #363636;
	color: #fff;
}


  .blog-category a:last-child {
    margin-right: 0; }
  .blog-category a:hover {
    background-color: var(--primary-color);
    color: var(--white); }

.blog-meta-btn {
  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; }
  .blog-meta-btn .blog-meta {
    margin-bottom: 0; }

/* blog-item-1 */
.blog-item-1 .blog-img img {
  border-radius: 0px 0px 0px 35px; }

.blog-item-1 .blog-meta ul li {
  position: relative; }
  .blog-item-1 .blog-meta ul li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    top: 50%;
    background-color: var(--primary-color);
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2; }
  .blog-item-1 .blog-meta ul li:last-child::before {
    display: none; }

/* blog-item-2 */
.blog-item-2 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .blog-item-2 .blog-brief {
    padding: 30px 20px 30px; }
  .blog-item-2 .blog-meta li:before {
    height: 15px;
    width: 2px;
    top: 50%; }
    .blog-item-2 .blog-meta li:before::before {
      position: absolute;
      content: "";
      right: -15px;
      height: 15px;
      width: 2px;
      background-color: var(--heading-color);
      top: 50%;
      bottom: 6px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0.6; }
    .blog-item-2 .blog-meta li:before:last-child::before {
      display: none; }
  .blog-item-2 .blog-btn {
    opacity: 0;
    visibility: hidden;
    margin-top: -20px; }
  .blog-item-2:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }
    .blog-item-2:hover .blog-btn {
      margin-top: 0;
      opacity: 1;
      visibility: visible; }

/* blog-item-3 */
/* blog-item-4 */
.blog-item-3 .blog-brief,
.blog-item-4 .blog-brief {
  padding: 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  position: relative; }

.blog-item-3 .blog-meta,
.blog-item-4 .blog-meta {
  margin-bottom: 15px; }

.blog-item-3 .blog-meta-btn,
.blog-item-4 .blog-meta-btn {
  border-top: 1px solid;
  border-color: var(--border-color-1);
  padding-top: 20px; }
  .blog-item-3 .blog-meta-btn .blog-meta,
  .blog-item-4 .blog-meta-btn .blog-meta {
    margin-bottom: 0; }

.blog-item-3 .blog-btn,
.blog-item-4 .blog-btn {
  font-size: 14px;
  
  color: #0C93EB;
  text-transform: capitalize; }

/* blog-item-3 */
.blog-item-3 .blog-brief {

background: #f9f9f9;
 }

.blog-item-3 .blog-img + .blog-brief {
  }

.blog-item-3-normal .blog-item-3 {
  margin-bottom: 50px; }
  .blog-item-3-normal .blog-item-3 .blog-brief {
    width: calc( 100%); }
  .blog-item-3-normal .blog-item-3 .blog-img + .blog-brief {
    margin-top: 0px; }

.blog-item-3 .blog-img {
  overflow: hidden; }
  .blog-item-3 .blog-img img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }

.blog-item-3:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/* blog-item-4 */
.blog-item-4 {
  border: 2px solid var(--white-9);
  margin-top: 1px; }
  .blog-item-4 .blog-brief {
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .blog-item-4 p {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .blog-item-4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .blog-item-4:hover::before {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    visibility: visible; }
  .blog-item-4:hover .blog-brief {
    background-color: transparent; }
  .blog-item-4:hover .blog-meta,
  .blog-item-4:hover .blog-title,
  .blog-item-4:hover p {
    color: var(--white); }

/* blog-item-5 */
.blog-item-5 {
  border: 2px solid var(--border-color-11); }
  .blog-item-5 .blog-brief {
    padding: 40px 30px 40px 30px; }
  .blog-item-5 .blog-meta-btn {
    padding-top: 10px; }
  .blog-item-5 .blog-author {
    font-size: 16px; }
    .blog-item-5 .blog-author img {
      max-width: 40px; }
  .blog-item-5 .blog-btn {
    font-size: 14px;
    
    font-family: "Poppins"; }

/* blog-item-quote */
.blog-item-quote {
  border: 0; }
  .blog-item-quote .blog-meta li {
    color: var(--white); }
    .blog-item-quote .blog-meta li i {
      color: var(--white); }
    .blog-item-quote .blog-meta li:hover a {
      color: var(--white-3); }
  .blog-item-quote blockquote {
    font-size: 20px;
    
    position: relative;
    background-color: transparent;
    font-style: normal;
    border-left: 0;
    border-color: var(--heading-color);
    padding: 60px 0 0;
    margin: 0px 0 30px 0px;
    color: var(--white);
    text-align: left; }
    .blog-item-quote blockquote::before {
      position: absolute;
      content: "\e94d";
      font-family: 'icomoon';
      font-size: 30px;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .blog-item-quote blockquote a:hover, .blog-item-quote blockquote:hover {
      color: var(--white-3); }

/* blog-item-6 */
.blog-item-6 {
  -webkit-box-shadow: var(--box-shadow-5);
  box-shadow: var(--box-shadow-5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .blog-item-6:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }
  .blog-item-6 .blog-brief {
    padding: 35px 30px 15px 35px; }
  .blog-item-6 .blog-title {
    font-size: 20px; }
  .blog-item-6 p {
    font-size: 14px; }

/* blog-item-7 */
.blog-item-7 {
  -webkit-box-shadow: var(--box-shadow-5);
  box-shadow: var(--box-shadow-5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .blog-item-7:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }
  .blog-item-7 .blog-meta li {
    color: #0C93EB; }
  .blog-item-7 .blog-brief {
    padding: 30px 30px 30px 35px; }
  .blog-item-7 .blog-title {
    font-size: 18px;
    text-transform: capitalize; }
  .blog-item-7 p {
    font-size: 18px;
    line-height: 28px; }
  .blog-item-7 .blog-btn {
    font-size: 14px; }

/* blog-list-wrap */
.blog-list-wrap .blog-item {
  margin-bottom: 40px; }

.blog-list-wrap .blog-title {
  font-size: 30px;
  line-height: 1.2; }

.blog-list-wrap .blog-item-5 .blog-brief {
  padding: 50px 40px 50px 45px; }

.blog-list-wrap .blog-item-quote .blog-meta {
  padding-left: 100px; }

.blog-list-wrap .blog-item-quote blockquote {
  font-size: 35px;
  line-height: 1.2;
  padding: 0 0 0 100px; }
  .blog-list-wrap .blog-item-quote blockquote::before {
    font-size: 80px;
    left: 0; }
  .blog-list-wrap .blog-item-quote blockquote a:hover, .blog-list-wrap .blog-item-quote blockquote:hover {
    color: var(--white-3); }

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-wrap .blog-title {
    font-size: 26px; }
  .blog-list-wrap .blog-item-quote blockquote {
    font-size: 24px;
    padding: 0 0 0 80px; }
    .blog-list-wrap .blog-item-quote blockquote::before {
      font-size: 50px; }
  .blog-list-wrap .blog-item-quote .blog-meta {
    padding-left: 80px; }
  .blog-item-6 .blog-title {
    font-size: 20px; } }

@media (max-width: 991px) {
  .blog-title {
    font-size: 20px; }
  .blog-item-3 .blog-brief {
    width: calc( 100% - 30px); }
  .blog-list-wrap .blog-title {
    font-size: 26px; }
  .blog-list-wrap .blog-item-quote blockquote {
    font-size: 24px;
    padding: 0 0 0 0px; }
    .blog-list-wrap .blog-item-quote blockquote::before {
      font-size: 30px;
      display: block;
      position: relative;
      margin-bottom: 10px; }
  .blog-list-wrap .blog-item-quote .blog-meta {
    padding-left: 0; } }

@media (max-width: 767px) {
  .blog-title {
    font-size: 16px; }
  .blog-meta li {
    font-size: 12px; }
  .blog-list-wrap .blog-title {
    font-size: 22px; }
  .blog-list-wrap .blog-item-5 .blog-brief {
    padding: 40px 20px 35px 20px; }
  .blog-list-wrap .blog-item-quote blockquote {
    font-size: 20px;
    padding: 0 0 0 0px; }
    .blog-list-wrap .blog-item-quote blockquote::before {
      font-size: 30px;
      display: block;
      position: relative;
      margin-bottom: 10px; }
  .blog-list-wrap .blog-item-quote .blog-meta {
    padding-left: 0; }
  .blog-item-3 .blog-btn,
  .blog-item-4 .blog-btn {
    font-size: 12px; }
  .blog-item-6 .blog-title {
    font-size: 20px; }
  .blog-item-6 .blog-brief {
    padding: 35px 20px 15px 20px; } }

/* ----------------------------------------------------
    Blog Details
---------------------------------------------------- */
/*
 .page-details-inner h2, .page-details-inner h3, .page-details-inner h4, .page-details-inner h5, .page-details-inner h6 {
  margin-top: 30px; }

.page-details-inner p {
margin: 15px 0;
font-size: 14px; }*/

.page-details-inner .blog-title {
  margin-top: 0;
  font-size: 19px; }

.page-details-inner .blog-img {
  margin-bottom: 40px; }

.page-details-inner .img-radius img {
  border-radius: 0px 0px 0px 35px; }

.page-details-inner label {width: 100%;
  font-size: 14px; margin: 0;}

.page-details-inner label {
margin-right: 3px;
}

/* blog-details-wrap */
.blog-details-wrap {
  border: 2px solid var(--border-color-11);
  padding: 20px; }


.blog-details-inner > img {
height: 350px;
margin-bottom: 25px;
}

blockquote {
  font-size: 18px;
  
  line-height: 1.6;
  
  background-color: var(--section-bg-1);
  padding: 60px 50px 60px 60px;
  margin: 50px 0 50px 0px;
  font-style: normal;
  text-align: center;
  border-left: 0;
  position: relative;
  z-index: 1; }
  blockquote::before {
    position: absolute;
    content: "\e94d";
    font-family: 'icomoon';
    font-size: 150px;
    right: 45px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white);
    z-index: -1; }

.comment-item {
  position: relative; }
  .comment-item p {
    font-size: 14px; }

.commenter-img {
  float: left;
  margin-right: 30px;
  max-width: 100px; }

.commenter-img img {
  border-radius: 100%; }

.commenter-comment {
  overflow: hidden; }

.commenter-comment h6 {
  margin-bottom: 5px;
  font-size: 18px;
   }

.commenter-comment .comment-date {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  
  
  color: #0C93EB; }

.comment-inner ul {
  margin: 0;
  padding: 0; }

.comment-inner li {
  list-style: none;
  border-top: 1px solid var(--border-color-12);
  padding-top: 30px;
  margin-top: 8px; }

.comment-inner > ul > li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0; }

.comment-inner ul ul {
  margin: 0 0 0 70px;
  padding: 0; }

.comment-reply-btn {
  position: absolute;
  padding: 0 25px 0;
  border: 2px solid var(--border-color-11);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  
  height: 40px;
  line-height: 36px;
  top: 0;
  right: 0; }
  .comment-reply-btn i {
    margin-right: 5px; }
  .comment-reply-btn:hover {
    border-color: #0C93EB; }

.comment-reply-area form {
  padding: 50px;
  background-color: var(--white-5); }
  .comment-reply-area form input[type="text"],
  .comment-reply-area form input[type="email"],
  .comment-reply-area form input[type="password"],
  .comment-reply-area form input[type="submit"],
  .comment-reply-area form textarea {
    border-color: var(--white-5); }

.comment-inner .product-ratting ul {
  padding: 0;
  margin: 0; }
  .comment-inner .product-ratting ul li {
    padding: 0;
    border: 0; }

.first-letter {
  font-size: 70px;
  
  float: left;
  background-color: #0C93EB;
  color: var(--white);
  margin-right: 30px;
  line-height: 1;
  text-transform: capitalize;
  width: 100px;
  height: 100px;
  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; }

.blog-tags-social-media .social-media ul li {
  color: var(--color-1); }

.prev-next-btn {
  position: relative; }


  .prev-next-btn h6 {
    color: #0C93EB; }
  .prev-next-btn .blog-title {
    font-size: 24px;
    margin-bottom: 0; }

.ltn-author-introducing {
  padding: 40px;
  border: 2px solid var(--border-color-11);
  margin-bottom: 50px; }
  .ltn-author-introducing .author-img {
    float: left;
    max-width: 180px;
    margin-right: 40px; }
  .ltn-author-introducing .author-info {
    overflow: hidden; }
    .ltn-author-introducing .author-info h6 {
      margin-bottom: 0;
      font-size: 14px;
      color: #0C93EB; }
    .ltn-author-introducing .author-info h1,
    .ltn-author-introducing .author-info h2,
    .ltn-author-introducing .author-info h3 {
      margin-bottom: 10px; }
    .ltn-author-introducing .author-info p {
      font-size: 14px;
      margin-bottom: 0; }
      .ltn-author-introducing .author-info p + p {
        margin-top: 15px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .ltn-author-introducing .author-img {
    max-width: 120px;
    margin-right: 30px; } }

@media (max-width: 991px) {
  .blog-tags-social-media .social-media {
    text-align: left !important;
    margin-top: 30px; } }


/* ----------------------------------------------------
    Service Details
---------------------------------------------------- */
.service-list-menu ul {
  padding: 0; }
  .service-list-menu ul li {
    display: block;
    border-top: 2px solid #f6f6f6;
    padding: 18px 0;
    margin: 0;
    
     }
    .service-list-menu ul li:last-child {
      border-bottom: 2px solid #f6f6f6; }
    .service-list-menu ul li i {
      margin-right: 5px;
      color: #0C93EB; }
    .service-list-menu ul li .service-price {
      float: right;
      text-transform: capitalize;
      font-weight: 400;
      font-family: "Poppins"; }

@media (max-width: 767px) {
  .service-list-menu ul li .service-price {
    float: none;
    display: block; } }

/* ----------------------------------------------------
    Pagination
---------------------------------------------------- */
/* pagination-3 */
.pagination ul {
  margin: 0;
  padding: 0; }
  .pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }
    .pagination ul li:last-child {
      margin-right: 0px; }
    .pagination ul li a {
      height: 45px;
      width: 50px;
      line-height: 46px;
      border: 2px solid var(--border-color-11);
      text-align: center;
      display: block;
      
      border-radius: 100%; }
    .pagination ul li:hover a, .pagination ul li.active a {
      background-color: #0C93EB;
      border-color: #0C93EB;
      color: var(--white); }

@media (max-width: 767px) {
  .pagination ul li {
    margin-right: 5px;
    font-size: 14px; }
    .pagination ul li a {
      height: 40px;
      width: 40px;
      line-height: 36px; } }

/* ----------------------------------------------------
    Testimonial ( 1, 2, 3, 4, 5, 6 )
---------------------------------------------------- */
.testimonial-item {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
 }
  .testimonial-item .testimoni-img img {
  border-radius: 100%;
width: 200px;
height: 200px;
margin: 0 auto; 
border: 5px solid #D9D9D9;}
  .testimonial-item.text-center .testimoni-img {
    margin-left: auto;
    margin-right: auto; }
  .testimonial-item.text-right .testimoni-img {
    margin-left: auto;
    margin-right: 0; }

.testimoni-img {
  margin-bottom: 20px; }
  .testimoni-img img {
    border-radius: 0; }
  .testimoni-img i {
    width: 50px;
    height: 45px;
    line-height: 48px;
    border: 1px solid;
    border-radius: 100%;
    font-size: 18px; }

/* testimonial-item-2 */
.testimonial-item-2 {
  max-width: 60%; }
  .testimonial-item-2 .testimoni-img {
    max-width: 85px;
    outline: 8px solid;
    outline-color: var(--white);
    margin-top: 8px;
    position: relative; }
    .testimonial-item-2 .testimoni-img img {
      border-radius: 0;
      -webkit-box-shadow: var(--box-shadow-4);
      box-shadow: var(--box-shadow-4); }
  .testimonial-item-2 p {
    font-size: 24px; }
  .testimonial-item-2 .testimoni-info h4 {
    font-size: 30px;
    margin-bottom: 5px; }
  .testimonial-item-2 .testimoni-info h6 {
    color: #0C93EB; }

/* testimonial-item-3 */
.testimonial-item-3 {
  max-width: 100%;
  margin-bottom: 20px; }
  .testimonial-item-3 .testimoni-info {
    -webkit-box-shadow: var(--box-shadow-4);
    box-shadow: var(--box-shadow-4);
    width: calc(100% - 40px);
    margin: -60px auto 0;
    background-color: var(--white);
    padding: 25px 30px 30px;
    position: relative;
    z-index: 9; }
    .testimonial-item-3 .testimoni-info p {
      margin-top: 0; }
    .testimonial-item-3 .testimoni-info h4 {
      margin-bottom: 5px;
      margin-top: 0; }
    .testimonial-item-3 .testimoni-info h6 {
      margin-bottom: 5px;
      margin-top: 0;
      color: #0C93EB; }
  .testimonial-item-3 .testimoni-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .testimonial-item-3 .testimoni-img {
    max-width: 60px;
    margin-bottom: 0;
    margin-right: 15px; }
    .testimonial-item-3 .testimoni-img img {
      border-radius: 0; }

.testimoni-bg-icon {
  position: absolute;
  right: 15px;
  bottom: 5px;
  z-index: -1;
  opacity: 0.1; }
  .testimoni-bg-icon i {
    font-size: 110px;
    line-height: 1;
    color: var(--color-1); }

/* testimonial-item-4 */
.testimonial-item-4 {
  max-width: 100%;
  position: relative;
  padding: 40px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  z-index: 2; }
  .testimonial-item-4 .testimoni-img {
    max-width: 160px;
    float: left;
    margin-right: 40px; }
    .testimonial-item-4 .testimoni-img img {
      border-radius: 0; }
  .testimonial-item-4 .testimoni-info {
    overflow: hidden; }
    .testimonial-item-4 .testimoni-info p {
      margin-bottom: 15px; }
    .testimonial-item-4 .testimoni-info h4 {
      margin-bottom: 5px; }
    .testimonial-item-4 .testimoni-info h6 {
      margin-bottom: 5px;
      color: #0C93EB; }

/* testimonial-item-5 */
.testimonial-slider-4 {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.testimonial-item-5 .quote-icon {
  font-size: 240px;
  position: absolute;
  top: -15px;
  line-height: 1;
  color: var(--white-7);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1; }

.testimonial-item-5 .testimonial-image {
  max-width: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
  .testimonial-item-5 .testimonial-image img {
    outline: 8px solid #fff;
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }

.testimonial-item-5 .testimonial-info {
  margin-top: 30px; }
  .testimonial-item-5 .testimonial-info p {
    font-size: 24px; }
  .testimonial-item-5 .testimonial-info h4 {
    font-size: 30px;
    margin-bottom: 5px; }
  .testimonial-item-5 .testimonial-info h6 {
    color: #0C93EB; }

.testimonial-quote-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .testimonial-quote-menu li {
    list-style: none; }
    .testimonial-quote-menu li img {
      position: absolute; }
    .testimonial-quote-menu li:nth-child(1) img {
      width: 105px;
      top: -15%;
      left: 0; }
    .testimonial-quote-menu li:nth-child(2) img {
      width: 65px;
      top: 0;
      left: auto;
      right: 3%; }
    .testimonial-quote-menu li:nth-child(3) img {
      width: 65px;
      top: 70%;
      left: 10%; }
    .testimonial-quote-menu li:nth-child(4) img {
      width: 125px;
      top: 60%;
      left: auto;
      right: 10%; }
    .testimonial-quote-menu li:nth-child(5) img {
      width: 75px;
      top: 40%;
      left: 3%; }
    .testimonial-quote-menu li:nth-child(6) img {
      width: 75px;
      top: 25%;
      left: auto;
      right: 15%; }
    .testimonial-quote-menu li:nth-child(7) img {
      width: 55px;
      top: 20%;
      left: 15%; }
    .testimonial-quote-menu li:nth-child(8) img {
      width: 55px;
      top: 40%;
      left: auto;
      right: 3%; }

/* testimonial-item-6 */
.testimonial-item-6 {
  padding-top: 50px;
  margin-bottom: 0; }
  .testimonial-item-6 .testimoni-img i {
    border: 0;
    color: #0C93EB; }
  .testimonial-item-6 p {
    font-size: 28px; }

/* testimonial-item-7 */
.testimonial-item-7 {
background-color: #f6f6f6;
  padding: 15px;
  max-width: 100%;

border-radius: 50% 50% 0% 0% / 25% 25% 25% 25%;
border-radius: 50% 50% 10px 10px;

border-radius: 50% 50% 0% 0% / 25% 25% 25% 25%;
border-radius: 50% 50% 5% 5% / 30% 30% 5% 5%;

  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  position: relative; }
  .testimonial-item-7 .testimonial-img {
    margin-bottom: 30px; }
  .testimonial-item-7 .testimoni-info p {
    font-size: 18px; }
    .testimonial-item-7 .testimoni-info p i {
      font-size: 30px;
      position: relative;
      top: 8px;
      margin-right: 2px;
      line-height: 1;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

  .testimonial-item-7 .testimoni-info-inner {
text-align: center; }

    .testimonial-item-7 .testimoni-info-inner .testimoni-img {
      max-width: 60px;
      margin-right: 15px;
      margin-bottom: 0; }
    .testimonial-item-7 .testimoni-info-inner .testimoni-name-designation h5 {
      
      margin-bottom: 8px; }
    .testimonial-item-7 .testimoni-info-inner .testimoni-name-designation label {
font-size: 13px;
margin-bottom: 0;
line-height: 21px; }/*
  .testimonial-item-7::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #0C93EB;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden; }
  .testimonial-item-7:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible; }
  .testimonial-item-7:hover .testimoni-info p i {
    color: #0C93EB; }*/

/* testimonial-item-8 */
.testimonial-item-8 {
  padding: 35px 35px 35px; }
  .testimonial-item-8 .testimoni-info p {
    margin-bottom: 0; }
  .testimonial-item-8 .testimoni-info p + p {
    margin-top: 15px; }

.testimoni-author-ratting {
  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;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .testimonial-item-2 {
    max-width: 70%; }
    .testimonial-item-2 p {
      font-size: 20px; }
    .testimonial-item-2 .testimoni-info h4 {
      font-size: 24px; }
  .testimonial-slider-4 {
    max-width: 70%; }
  .testimonial-item-5 .testimonial-info p {
    font-size: 20px; }
  .quote-animated-image {
    display: none !important; }
  .testimoni-author-ratting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse; }
  .testimonial-item-7 .testimoni-info p {
    font-size: 16px; } }

@media (max-width: 767px) {
  .testimonial-item-2 {
    max-width: 95%; }
    .testimonial-item-2 p {
      font-size: 16px; }
    .testimonial-item-2 .testimoni-info h4 {
      font-size: 20px; }
  .testimonial-item-3 .testimoni-info {
    width: calc(100% - 20px);
    padding: 25px 20px 30px; }
  .testimonial-item-4 .testimoni-img {
    float: none; }
  .testimonial-slider-4 {
    max-width: 95%; }
  .testimonial-item-5 .testimonial-info p {
    font-size: 16px; }
  .testimonial-item-7 .testimoni-info p {
    font-size: 14px; } }

/* ----------------------------------------------------
    Banner Area ( style: 2, 3 )
---------------------------------------------------- */
.banner-item {
  margin-bottom: 30px;
  position: relative; }

.banner-img {
  overflow: hidden; }
  .banner-img img {
    -webkit-transition: all 3.5s ease 0s;
    -o-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s; }
  .banner-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.banner-info h4 {
  margin-bottom: 10px; }

.banner-style-2 .banner-info {
  padding: 20px 30px;
  border: 1px solid;
  border-color: var(--border-color-1); }

.banner-style-3 .banner-info {
  position: absolute;
  left: 35px;
  top: 30px; }

.banner-style-3 .banner-button {
  position: absolute;
  bottom: 30px;
  left: 30px; }
  .banner-style-3 .banner-button a {
    color: var(--color-1);
    padding: 12px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block; }
    .banner-style-3 .banner-button a:hover {
      color: var(--white); }

.banner-style-4 {
  position: relative;
  height: 350px;
  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; }
  .banner-style-4 .banner-info {
    position: relative;
    padding: 30px 30px; }
    .banner-style-4 .banner-info h3 {
      margin-bottom: 10px; }
    .banner-style-4 .banner-info p {
      margin-bottom: 12px; }
    .banner-style-4 .banner-info mark {
      background-color: #0C93EB; }
  .banner-style-4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: var(--primary-color);
    opacity: 0.3; }
  .banner-style-4:hover::before {
    opacity: 0.15; }

/* ----------------------------------------------------
    Team Area
---------------------------------------------------- */
.team-item {
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .team-item:hover {
    -webkit-box-shadow: var(--box-shadow-1);
    box-shadow: var(--box-shadow-1); }

.team-info {
  padding: 25px 15px; }

/* team-item-2 */
.team-item-2 {
  position: relative; }
  .team-item-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-color-1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .team-item-2 .team-info {
    position: absolute;
    width: 100%;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .team-item-2:hover:before {
    opacity: 0.7;
    visibility: visible; }
  .team-item-2:hover .team-info {
    top: 50%;
    opacity: 1;
    visibility: visible; }

/* team-item-3 */
.team-item-3 {
  padding: 45px 20px 25px;
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1);
  border: 0;
  position: relative; }
  .team-item-3 .team-img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto; }
    .team-item-3 .team-img img {
      border-radius: 100%; }
  .team-item-3 h6 {
    text-transform: capitalize; }
  .team-item-3 .team-info {
    padding: 0;
    margin-top: 30px; }
  .team-item-3 .social-media {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    width: 100%;
    padding: 10px 20px 20px;
    opacity: 0;
    visibility: hidden;
    border-bottom: 3px solid transparent; }
  .team-item-3:hover {
    background-color: var(--primary-color); }
    .team-item-3:hover h6,
    .team-item-3:hover h4,
    .team-item-3:hover .social-media ul li {
      color: var(--white); }
    .team-item-3:hover .social-media {
      bottom: -25px;
      opacity: 1;
      visibility: visible;
      z-index: 999;
      border-bottom-color: #0C93EB; }

@media (max-width: 767px) {
  .team-item-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }

/* ----------------------------------------------------
    CounterUp Area
---------------------------------------------------- */
.counterup-item {
  margin-bottom: 50px;
  text-align: center; }
  .counterup-item .counter-icon {
    margin-bottom: 25px; }
    .counterup-item .counter-icon i {
      font-size: 65px;
      line-height: 1;
      color: #0C93EB; }
  .counterup-item h1 {
    
    font-size: 42px; }
  .counterup-item h6 {
    color: var(--color-5);
    font-family: "Poppins"; }

/* counterup-item-2 */
.counterup-item-2 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .counterup-item-2 .counter-icon {
    margin-bottom: 0;
    margin-right: 30px;
    text-align: center; }
    .counterup-item-2 .counter-icon i {
      font-size: 35px;
      height: 65px;
      width: 65px;
      line-height: 65px;
      border: 1px solid;
      border-radius: 5px;
      color: var(--color-1); }
  .counterup-item-2 h1, .counterup-item-2 h6 {
    
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px; }
  .counterup-item-2 h6 {
    font-size: 20px; }

/* counterup-item-3 */
.counterup-item-3 {
  margin-bottom: 50px; }
  .counterup-item-3 .counter-icon {
    color: var(--color-1); }
  .counterup-item-3 h1 {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 5px; }
  .counterup-item-3 .counterUp-icon {
    font-size: 30px; }
  .counterup-item-3 h6 {
    font-family: "Poppins"; }

@media (max-width: 1199px) {
  .counterup-item-3 h1 {
    font-size: 56px; } }

@media (max-width: 991px) {
  .counterup-item h1 {
    font-size: 36px; } }

@media (max-width: 767px) {
  .counterup-area .section-title-2 {
    text-align: center; }
  .counterup-item h1 {
    font-size: 30px; }
  .counterup-item-3 {
    text-align: center; }
    .counterup-item-3 h1 {
      font-size: 56px; } }

/* ----------------------------------------------------
    Contact Form Area
---------------------------------------------------- */
.contact-address-item {

  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  margin-bottom: 30px; }

.contact-address-item h3 { 
font-size: 16px;
margin-bottom: 4px;
}

.contact-address-item p {
color: #676767;
height: 93px;
overflow: hidden;
}



  .contact-address-item i {
    background-color: transparent;
    color: var(--heading-color);
    height: 60px;
    width: 60px;
    line-height: 60px;
    -webkit-box-shadow: var(--box-shadow-2);
    box-shadow: var(--box-shadow-2);
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .contact-address-item:hover i {
    background-color: var(--primary-color);
    color: var(--white); }

.contact-address-item-2 {
  padding: 30px 0 10px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .contact-address-item-2 + .contact-address-item-2 {
    border-top: 1px solid; }

.contact-form-box {
padding: 30px 50px 20px 62px;
  position: relative;
  z-index: 1; }


.contact-form-box .form-group {
margin-bottom: 12px;
}

.form-group lable {
margin-bottom: 5px;
display: block;
  text-transform: capitalize;
color: #363636;
    display: none;

}


  .contact-form-box input::-webkit-input-placeholder {
    color: var(--color-1); }
  .contact-form-box input::-moz-placeholder {
    color: var(--color-1); }
  .contact-form-box input:-ms-input-placeholder {
    color: var(--color-1); }
  .contact-form-box input:-moz-placeholder {
    color: var(--color-1); }

.contact-form-box-2 input,
.contact-form-box-2 textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0; }

.google-map {
  height: 800px; }

.contact-address-item-3 {
background: #fafafa;
padding: 17px;
border-radius: 16px;
border: 1px solid #fff;}
  .contact-address-item-3 i {
    font-size: 50px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .contact-address-item-3 .contact-address-icon {
    margin-bottom: 15px; }
    .contact-address-item-3 .contact-address-icon img {
      max-width: 80px; }
  .contact-address-item-3:hover i {
    background-color: transparent;
    color: #0C93EB; }

.form-messege .error {
  color: var(--red); }

.form-messege .success {
  color: var(--green); }

@media (max-width: 767px) {
  .contact-form-box {
    padding: 40px 25px 50px; } }

/* ----------------------------------------------------
    Cart Table Area
---------------------------------------------------- */
.table-1 table {
  border: 0;
  text-transform: capitalize;
  font-size: 13px;
  width: 100%; }
  .table-1 table tr:first-child {
    
    text-transform: capitalize;
    background-color: #e5e5e6; }
  .table-1 table tr:nth-child(odd) {
    background-color: #e5e5e6; }
  .table-1 table tr:nth-of-type(even) {
    background: #f9f9f9; }
  .table-1 table tr th {
    
    text-transform: capitalize;
    background-color: #e5e5e6;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    display: table-cell;
    line-height: 18px;
    text-align: center;
    width: 12%; }
  .table-1 table tr td {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    display: table-cell;
    line-height: 18px;
    text-align: center; }

.mobile-show {
  display: none; }

@media only screen and (max-width: 767px) {
  .mobile-none {
    display: none; }
  .mobile-show {
    display: block; } }

/* ----------------------------------------------------
    Cart plus minus
---------------------------------------------------- */
.cart-plus-minus {
  border: 2px solid;
  height: 63px;
  line-height: 56px;
  width: 140px;
  text-align: center; }

.qtybutton {
  height: 100%;
  width: 30%; }

.dec.qtybutton {
  float: left;
  border-right: 2px solid; }

.inc.qtybutton {
  float: right;
  border-left: 2px solid; }

.cart-plus-minus,
.dec.qtybutton,
.inc.qtybutton {
  background-color: var(--white);
  border-color: var(--border-color-11);
  font-size: 20px;
   }

input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  width: 40%;
   }

/* ----------------------------------------------------
    Product Details
---------------------------------------------------- */
.product-details-content .product-title {
  font-size: 36px;
   }

.product-details-content .product-price {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px; }

.product-details-content .product-excerpt {
  margin-bottom: 30px; }

.product-details-content .cart-plus-minus {
  display: inline-block;
  margin-right: 20px; }

.product-details-content .product-details-cart-btn {
  display: inline-block;
  margin-top: 0; }

.product-details-content .product-details-buy-btn .theme-btn-1 {
  padding: 10px 100px 9px; }

/* ----------------------------------------------------
    Shoping Cart
---------------------------------------------------- */
.table tr:nth-child(odd) {
  background-color: #f7f8fa; }

.table tr:nth-child(even) {
  background-color: #fafafa; }

.shoping-cart-table tbody {
  border-bottom: 1px solid #dee2e6; }

.shoping-cart-table thead th {
  vertical-align: middle;
  border-bottom: 0;
  background-color: #f7f8fa; }

.shoping-cart-table .table tr {
  background-color: transparent;
  display: table;
  width: 100%; }

.shoping-cart-table td {
  padding: 20px 25px;
  vertical-align: middle; }

.cart-product-image img {
  max-width: 100px; }

.cart-product-remove {
  cursor: pointer; }

.cart-product-remove:hover {
  color: #0C93EB; }

.cart-product-subtotal {
   }

.cart-coupon-row {
  background-color: #f7f8fa;
  text-align: right; }

.cart-coupon {
  text-align: left; }

.cart-coupon input {
  max-width: 250px;
  margin-bottom: 0; }

.submit-button-1 {
  padding: 10px 30px;
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.submit-button-1:hover {
  background-color: #0C93EB;
  color: var(--white); }

.btn.disabled {
  cursor: not-allowed; }

.shoping-cart-total {
  float: right;
  max-width: 450px;
  width: 100%; }
  .shoping-cart-total .table {
    margin-bottom: 0; }
  .shoping-cart-total .btn-wrapper {
    margin-top: 0; }
    .shoping-cart-total .btn-wrapper .theme-btn-1 {
      display: block; }

@media (min-width: 768px) and (max-width: 991px) {
  .shoping-cart-table td {
    padding: 20px 10px; }
  .cart-product-image img {
    max-width: 80px; }
  .cart-product-info h4 {
    font-size: 18px; } }

@media (max-width: 767px) {
  .shoping-cart-table thead th {
    display: none; }
  .shoping-cart-table .table tr {
    display: block;
    text-align: center; }
  .shoping-cart-table td {
    display: block;
    padding: 20px 15px; }
  .cart-product-image {
    max-width: 100%; }
  .shoping-cart-table .cart-plus-minus {
    margin-left: auto;
    margin-right: auto; }
  .cart-coupon input {
    margin-bottom: 20px; }
  .shoping-cart-table .table tr:nth-child(even) {
    background-color: var(--section-bg-1); } }

/* ----------------------------------------------------
    Custom Content
---------------------------------------------------- */
.custom-content-brief h1 {
  margin-bottom: 30px; }

.custom-content-brief .btn-wrapper {
  margin-top: 40px; }

/* ----------------------------------------------------
    Newsletter
---------------------------------------------------- */
.newsletter-inner .form-box {
  position: relative;
  margin-top: 30px; }
  .newsletter-inner .form-box input {
    margin-bottom: 0;
    padding-right: 140px; }
  .newsletter-inner .form-box button {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }

.newsletter-inner-2 .form-box input {
  border-width: 0px 0px 1px 0px;
  padding-right: 140px; }

.newsletter-inner-3 .form-box input {
  border-radius: 50px;
  padding-left: 30px; }

/* ----------------------------------------------------
    Faq Area
---------------------------------------------------- */
.faq-inner .card {
  border: none;
  border-radius: 0;
  margin-bottom: 35px; }
  .faq-inner .card:last-child {
    margin-bottom: 0; }
  .faq-inner .card .card-title {
    background-color: var(--section-bg-1);
    padding: 22px 15px 22px 40px;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 18px;
    margin-bottom: 0; }
    .faq-inner .card .card-title::before {
      position: absolute;
      content: "\e903";
      font-family: 'icomoon';
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 20px; }
  .faq-inner .card .card-title[aria-expanded="true"] {
    background-color: #0C93EB;
    color: var(--white); }
  .faq-inner .card .card-title[aria-expanded="true"]:before {
    content: "\e904"; }
  .faq-inner .card .card-body {
    padding: 20px 0 0 0; }

/* faq-inner-2 */
.faq-inner-2 .card {
  margin: 0 0 -2px 0;
  border: 2px solid;
  border-color: var(--border-color-10); }
  .faq-inner-2 .card .card-title {
    background-color: transparent;
    padding: 20px 60px 20px 40px; }
    .faq-inner-2 .card .card-title::before {
      background-color: var(--section-bg-1);
      color: var(--primary-color);
      font-size: 16px;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px; }
  .faq-inner-2 .card .card-title[aria-expanded="true"] {
    background-color: transparent;
    color: var(--primary-color); }
  .faq-inner-2 .card .card-title[aria-expanded="true"]:before {
    color: #0C93EB; }
  .faq-inner-2 .card .card-body {
    padding: 15px 40px 25px; }

.faq-inner-3 .card {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0; }
  .faq-inner-3 .card .card-title {
    padding: 20px 60px 20px 5px;
     }
    .faq-inner-3 .card .card-title i {
      width: 50px;
      height: 45px;
      line-height: 55px;
      background-color: #0C93EB;
      color: var(--white);
      display: inline-block;
      text-align: center;
      margin-right: 10px;
      font-size: 26px; }

@media (max-width: 767px) {
  .faq-inner-2 .card .card-title {
    padding: 20px 60px 20px 20px;
    font-size: 16px; }
  .faq-inner-2 .card .card-body {
    padding: 15px 20px 25px; }
  .faq-inner-3 .card .card-title {
    font-size: 14px; }
    .faq-inner-3 .card .card-title i {
      width: 40px;
      height: 40px;
      line-height: 45px;
      font-size: 20px; } }

/* ----------------------------------------------------
    404 Area
---------------------------------------------------- */
.error-404-inner .btn-wrapper {
  margin-top: 50px; }

.error-404-title {
  font-size: 120px;
  line-height: 1;
  margin-bottom: 40px; }

/* 404 area 1 */
.404-area-1 .error-404-title {
  font-size: 400px;
  line-height: 1;
  color: #0C93EB;
  margin-bottom: 0; }

.404-area-1 h2 {
  font-size: 60px; }

/* 404 area 2 */
.404-area-2 {
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .404-area-2 .error-404-inner {
    padding: 150px 0 170px; }

@media (max-width: 1199px) {
  .404-area-1 .error-404-title {
    font-size: 200px; }
  .404-area-1 h2 {
    font-size: 30px; } }

@media (max-width: 991px) {
  .404-area-2 .error-404-inner {
    padding: 80px 0 110px; }
  .error-404-inner p br {
    display: none; }
  .error-404-title {
    font-size: 80px; }
  .404-area-1 .error-404-title {
    font-size: 100px; }
  .404-area-1 h2 {
    font-size: 20px; } }

/* ----------------------------------------------------
    Coming Soon Area
---------------------------------------------------- */
.coming-soon-area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.coming-soon-inner {
  padding: 120px 0 100px; }
  .coming-soon-inner .countdown {
    margin-top: 0; }
    .coming-soon-inner .countdown .single {
      border: 1px solid var(--border-color-3);
      margin-right: 30px;
      margin-top: 15px;
      margin-bottom: 15px;
      min-width: 120px;
      padding-top: 15px; }
  .coming-soon-inner .btn-wrapper {
    margin-top: 50px; }
  .coming-soon-inner p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }
  .coming-soon-inner .form-box {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    .coming-soon-inner .form-box input {
      background-color: transparent;
      color: var(--white);
      border: 1px solid var(--border-color-3); }
    .coming-soon-inner .form-box input[type="text"]::-webkit-input-placeholder,
    .coming-soon-inner .form-box input[type="email"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: var(--white); }

@media (min-width: 767px) and (max-width: 991px) {
  .coming-soon-inner .countdown .single {
    min-width: 110px; } }

@media (max-width: 991px) {
  .coming-soon-inner {
    padding: 80px 0 110px; }
    .coming-soon-inner p br {
      display: none; } }

@media (max-width: 767px) {
  .coming-soon-inner .countdown {
    padding: 25px 20px 5px; }
    .coming-soon-inner .countdown .single {
      margin-right: 20px;
      min-width: 90px; } }

/* ----------------------------------------------------
    Screenshot Area
---------------------------------------------------- */
/* img-slide-item-1 */
.img-slide-item-1 {
  margin: 10px 0 20px 0;
  padding: 0 0; }

.slick-current .img-slide-item-1 {
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1); }

/* img-slide-item-2 */
.img-slide-item-2 {
  margin-bottom: 30px; }

/* img-slide-item-3 */
.img-slide-item-3 {
  position: relative;
  margin-bottom: 85px; }
  .img-slide-item-3 .img-slide-info {
    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;
    padding: 30px 35px;
    background-color: white;
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: var(--box-shadow-2);
    box-shadow: var(--box-shadow-2); }
  .img-slide-item-3 .img-slide-info-brief {
    padding-right: 20px; }
  .img-slide-item-3 h6 {
    margin-bottom: 5px;
    color: #0C93EB; }
  .img-slide-item-3 h1 {
    margin-bottom: 0;
    font-size: 30px; }
  .img-slide-item-3 .btn-wrapper {
    margin-top: 0; }
    .img-slide-item-3 .btn-wrapper .btn {
      padding: 15px 20px 13px; }
  .img-slide-item-3:hover .img-slide-info {
    bottom: -65px;
    opacity: 1;
    visibility: visible; }

.slick-current .img-slide-item-3 .img-slide-info {
  bottom: -65px;
  opacity: 1;
  visibility: visible; }

.img-slide-item-4 {
  position: relative;
  margin-bottom: 10px; }
  .img-slide-item-4 .img-slide-info {
    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;
    padding: 30px 35px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: var(--gradient-color-3);
    opacity: 0;
    visibility: hidden; }
  .img-slide-item-4 .img-slide-info-brief {
    padding-right: 20px; }
  .img-slide-item-4 h6 {
    margin-bottom: 5px;
    color: var(--white);
    font-weight: 400; }
  .img-slide-item-4 h1 {
    margin-bottom: 0;
    font-size: 26px;
    color: var(--white);
    font-weight: 500; }
  .img-slide-item-4 .btn-wrapper {
    margin-top: 0; }
    .img-slide-item-4 .btn-wrapper .btn {
      padding: 15px 20px 13px; }
  .img-slide-item-4:hover .img-slide-info {
    bottom: 0;
    opacity: 1;
    visibility: visible; }

@media (max-width: 1399px) {
  .img-slide-item-3 .img-slide-info {
    padding: 30px 20px;
    width: calc(100% - 30px); }
  .img-slide-item-3 .img-slide-info-brief {
    padding-right: 15px; }
  .img-slide-item-3 h1 {
    font-size: 18px; }
  .img-slide-item-3 .btn-wrapper .btn {
    padding: 10px 10px 8px; }
  .img-slide-item-4 .img-slide-info {
    padding: 30px 20px; }
  .img-slide-item-4 h1 {
    font-size: 18px; }
  .img-slide-item-4 .btn-wrapper .btn {
    padding: 10px 10px 8px; } }

/* ----------------------------------------------------
    Pricing List Area
---------------------------------------------------- */
.pricing-plan-item {
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden; }
  .pricing-plan-item .pricing-badge {
    color: var(--white);
    background-color: #0C93EB;
    padding: 4px 20px;
    text-transform: capitalize;
    font-size: 8px;
    line-height: 20px;
    
    letter-spacing: 1px;
    display: table;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    position: absolute;
    right: -28px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .pricing-plan-item .pricing-title {
    margin: 0;
    height: 100px;
    line-height: 100px; }
  .pricing-plan-item .pricing-price {
    background-color: var(--section-bg-1);
    height: 85px;
    line-height: 85px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .pricing-plan-item .pricing-price h2 {
      margin-bottom: 0;
      line-height: inherit;
      font-size: 48px; }
    .pricing-plan-item .pricing-price sup,
    .pricing-plan-item .pricing-price sub {
      font-size: 24px; }
    .pricing-plan-item .pricing-price sup {
      top: -.9em; }
    .pricing-plan-item .pricing-price sub {
      bottom: -.2em; }
  .pricing-plan-item ul {
    margin: 35px 0;
    padding: 0; }
    .pricing-plan-item ul li {
      list-style: none;
      font-size: 18px; }
  .pricing-plan-item .btn-wrapper {
    padding-bottom: 50px; }
  .pricing-plan-item.active-price, .pricing-plan-item.active {
    -webkit-box-shadow: var(--box-shadow-6);
    box-shadow: var(--box-shadow-6);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
    position: relative; }
    .pricing-plan-item.active-price .pricing-price h2, .pricing-plan-item.active .pricing-price h2 {
      color: #0C93EB; }
    .pricing-plan-item.active-price .btn, .pricing-plan-item.active .btn {
      background-color: #0C93EB;
      color: var(--white); }

@media (max-width: 767px) {
  .pricing-plan-item.active-price, .pricing-plan-item.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

/* ----------------------------------------------------
    Checkbox
---------------------------------------------------- */
/* checkbox-item */
.checkbox-item {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }


.menu-widget .checkbox-item:after {
      position: absolute;
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
            top: 2px;
      left: 0;

      text-align: center;
      font-size: 12px;
      color: #0C93EB;
}


/* Hide the browser's default checkbox */
.checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkbox-item .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: var(--white);
  border: 1px solid;
  border-color: #93959E; }

/* On mouse-over, add a grey background color */
.checkbox-item:hover input ~ .checkmark {
  background-color: #0C93EB; }

/* When the checkbox is checked, add a blue background */
.checkbox-item input:checked ~ .checkmark {
  background-color: #0C93EB;
  border-color: #0C93EB; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-item .checkmark:after {
  position: absolute;
  content: "";
  display: none; }

/* Show the checkmark when checked */
.checkbox-item input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-item .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* ----------------------------------------------------
    Body Sidebar Icons
---------------------------------------------------- */
.body-sidebar-icons {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9;
  -webkit-transition: -webkit-transform .3s ease 1s;
  transition: -webkit-transform .3s ease 1s;
  -o-transition: transform .3s ease 1s;
  transition: transform .3s ease 1s;
  transition: transform .3s ease 1s, -webkit-transform .3s ease 1s;
  transition: transform .3s ease 1s,-webkit-transform .3s ease 1s;
  right: 0;
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .body-sidebar-icons a {
    background-color: #ddd;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    height: 40px;
    min-width: 40px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .body-sidebar-icons a i {
      width: 40px;
      line-height: 40px;
      font-size: 14px;
      vertical-align: middle; }
    .body-sidebar-icons a .icon-name {
      white-space: nowrap;
      max-width: 0;
      padding: 0;
      overflow: hidden;
      font-size: 14px;
      
      -webkit-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
      -o-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
      transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }
    .body-sidebar-icons a.facebook-icon {
      background-color: var(--facebook); }
    .body-sidebar-icons a.twitter-icon {
      background-color: var(--twitter); }
    .body-sidebar-icons a.pinterest-icon {
      background-color: var(--pinterest); }
    .body-sidebar-icons a.instagram-icon {
      background-color: var(--instagram); }
    .body-sidebar-icons a.dribbble-icon {
      background-color: var(--dribbble); }
    .body-sidebar-icons a.behance-icon {
      background-color: var(--behance); }
    .body-sidebar-icons a.google-plus-icon {
      background-color: var(--google-plus); }
    .body-sidebar-icons a.linkedin-icon {
      background-color: var(--linkedin); }
    .body-sidebar-icons a.youtube-icon {
      background-color: var(--youtube); }
    .body-sidebar-icons a.vk-icon {
      background-color: var(--vk); }
    .body-sidebar-icons a.wechat-icon {
      background-color: var(--wechat); }
    .body-sidebar-icons a.email-icon {
      background-color: var(--email); }
    .body-sidebar-icons a:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .body-sidebar-icons a:hover .icon-name {
        padding-left: 15px;
        max-width: 220px; }
  .body-sidebar-icons.left-side {
    left: 0;
    right: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .body-sidebar-icons.left-side a {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
      -ms-flex-direction: unset;
      flex-direction: unset; }
      .body-sidebar-icons.left-side a:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .body-sidebar-icons.left-side a:hover .icon-name {
          padding-right: 15px;
          padding-left: 0; }

/* ----------------------------------------------------
    About Us Area
---------------------------------------------------- */
.about-us-img-wrap {
  position: relative; }
  .about-us-img-wrap img {
    margin: 0; }

.about-us-img-info {
  width: 310px;
  height: 310px;
  background-color: var(--white);
  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;
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1);
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto; }
  .about-us-img-info h1 {
    margin: 0;
    font-size: 120px;
    line-height: 0.8;
    color: #0C93EB; }
    .about-us-img-info h1 .counter {
      font-size: 120px;
      line-height: 0.8;
      color: #0C93EB; }
    .about-us-img-info h1 span {
      font-size: 20px;
      color: var(--heading-color); }
  .about-us-img-info h6 {
    margin: 0; }
    .about-us-img-info h6 span {
      font-size: 20px;
      color: #0C93EB; }
  .about-us-img-info .btn-wrapper {
    margin-top: 50px; }
  .about-us-img-info .dots-bottom {
    height: 25px;
    width: 25px;
    background-color: #0C93EB;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 12px; }

.about-us-img-info-2 {
  width: 190px;
  height: 190px;
  background-color: #0C93EB;
  border: 15px solid;
  border-color: var(--white);
  bottom: 0;
  top: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  margin-right: 0; }
  .about-us-img-info-2 h1 {
    font-size: 50px;
    color: var(--white); }
    .about-us-img-info-2 h1 .counter {
      font-size: 50px;
      color: var(--white); }
    .about-us-img-info-2 h1 span {
      font-size: 20px;
      color: var(--white); }
  .about-us-img-info-2 h6 {
    color: var(--white); }

.about-us-img-info-3 {
  right: auto;
  left: 10px;
  border: 0;
  height: inherit;
  width: inherit;
  max-width: 300px;
  bottom: 70px;
  background-color: transparent; }
  .about-us-img-info-3 .video-img::before {
    opacity: 0.1; }

.about-us-info-wrap {
  position: relative; }
  .about-us-info-wrap .btn-wrapper {
    margin-top: 40px; }
  .about-us-info-wrap hr {
    margin-top: 40px;
    margin-bottom: 40px; }
  .about-us-info-wrap .video-play-btn {
    width: 80px;
    height: 80px;
    line-height: 84px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px; }

.about-us-info-devide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-us-info-devide .list-item-with-icon {
    margin-left: 30px;
    margin-bottom: 30px; }

.list-item-with-icon {
  min-width: 300px; }

.about-us-img-info-inner {
  width: 100%;
  height: 100%;
  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-flow: column;
  flex-flow: column; }

.list-item-with-icon-2 ul,
.list-item-with-icon ul {
  padding: 0;
  margin: 0; }
  .list-item-with-icon-2 ul li,
  .list-item-with-icon ul li {
    position: relative;
    list-style: none;
    padding-left: 60px;
    
    margin-bottom: 25px; }
    .list-item-with-icon-2 ul li:last-child,
    .list-item-with-icon ul li:last-child {
      margin-bottom: 0; }
    .list-item-with-icon-2 ul li::before,
    .list-item-with-icon ul li::before {
      position: absolute;
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      
      left: 0;
      top: -5px;
      background-color: var(--section-bg-1);
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 12px;
      color: #0C93EB; }

.list-item-with-icon-2 ul li {
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 0; }
  .list-item-with-icon-2 ul li::before {
    height: inherit;
    line-height: inherit;
    width: inherit;
    background-color: transparent;
    color: var(--heading-color);
    top: 5px; }

.about-img-left {
  margin-right: 30px; }

.about-img-right {
  margin-left: 30px; }

.img-shape-left,
.img-shape-right {
  position: relative; }
  .img-shape-left::before,
  .img-shape-right::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 85%;
    width: 30px;
    background-color: #0C93EB; }

.img-shape-left {
  padding-left: 30px; }
  .img-shape-left::before {
    left: 0; }

.img-shape-right {
  padding-right: 30px; }
  .img-shape-right::before {
    left: auto;
    right: 0; }

.about-call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .about-call-us .call-us-icon {
    font-size: 50px;
    margin-right: 20px;
    color: #0C93EB;
    line-height: 1; }
  .about-call-us .call-us-info p {
    margin-bottom: 10px; }
  .about-call-us .call-us-info h2 {
    margin-bottom: 0px; }

.list-item-half {
  margin-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .list-item-half li {
    width: 50%;
    float: left;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px; }
    .list-item-half li img {
      max-width: 50px;
      margin-right: 10px; }
    .list-item-half li i {
      font-size: 20px;
      color: #0C93EB;
      margin-right: 15px;
      height: 45px;
      width: 45px;
      line-height: 45px;
      background-color: var(--color-6);
      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-flex: 0;
      -ms-flex: 0 0 45px;
      flex: 0 0 45px;
      border-radius: 100%; }

.list-item-half-2 li i {
  font-size: 14px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px; }

.list-item-1 {
  padding-left: 0; }
  .list-item-1 li {
    list-style: none; }

.list-item-1-before {
  padding-left: 30px; }
  .list-item-1-before li {
    position: relative; }
    .list-item-1-before li::before {
      position: absolute;
      content: "";
      left: -30px;
      width: 15px;
      height: 1px;
      background-color: var(--red);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.list-item-2 {
  padding-left: 0; }
  .list-item-2 li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    max-width: 160px;
    font-size: 14px; }
    .list-item-2 li span {
      display: block;color: #0C93EB;
       }
    .list-item-2 li:last-child {
      margin-right: 0; }

.list-item-2-before li {
  position: relative; }
  .list-item-2-before li::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.2; }
  .list-item-2-before li:last-child::before {
    display: none; }

.list-item-2-img li {
  margin-right: 10px;
  width: 30%; }

.callout {
  padding: 20px;
  margin: 25px 0;
  border-left: 4px solid;
  border-color: #0C93EB; }
  .callout p {
    margin-bottom: 0; }
  .callout p + p {
    margin-top: 20px; }

.list-item-margin li {
  margin-top: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-info-devide {
    display: block; }
    .about-us-info-devide .list-item-with-icon {
      margin-left: 0; }
  .list-item-with-icon {
    margin-top: 30px;
    margin-bottom: 40px; } }

@media (max-width: 991px) {
  .about-img-left {
    margin-right: 0;
    margin-bottom: 40px; }
  .about-img-right {
    margin-left: 0;
    margin-bottom: 40px; }
  .about-us-info-wrap .video-play-btn {
    position: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; } }

@media (max-width: 767px) {
  .custom-content-brief {
    margin-bottom: 30px; }
  .about-us-img-info {
    height: 200px;
    width: 220px; }
    .about-us-img-info h1 .counter {
      font-size: 80px; }
  .about-us-img-info-2 {
    width: 150px;
    height: 150px; }
    .about-us-img-info-2 h1 .counter {
      font-size: 30px; }
  .about-us-info-devide {
    display: block; }
    .about-us-info-devide .list-item-with-icon {
      margin-left: 0; }
  .list-item-with-icon {
    margin-top: 30px;
    margin-bottom: 40px; }
  .list-item-with-icon {
    min-width: 275px; }
  .list-item-half li {
    width: 100%;
    padding-right: 0px; }
  .flat-info li {
    margin-right: 20px; }
  }

/* ----------------------------------------------------
    Why Choose Us Area
---------------------------------------------------- */
.why-choose-us-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  max-width: 480px; }
  .why-choose-us-feature-item .why-choose-us-feature-icon {
    margin-right: 20px;
    font-size: 70px;
    line-height: 1.2;
    color: #0C93EB;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
  .why-choose-us-feature-item .why-choose-us-feature-brief h3 {
    margin-bottom: 5px; }

.why-choose-us-img-wrap img {
  max-width: 65%; }

.why-choose-us-img-2 {
  margin-top: -15%; }
  .why-choose-us-img-2 img {
    border: 15px solid var(--white); }

/* ----------------------------------------------------
    Service Area
---------------------------------------------------- */
.service-item-1 {
  background-color: var(--white);
  margin-bottom: 50px; }
  .service-item-1 .service-item-img {
    position: relative;
    overflow: hidden; }
    .service-item-1 .service-item-img img {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
  .service-item-1 .service-item-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-color: white;
    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;
    font-size: 40px;
    color: #0C93EB; }
  .service-item-1 .service-item-brief {
    padding: 32px 40px 10px; }
    .service-item-1 .service-item-brief h3 {
      margin-bottom: 5px; }
  .service-item-1:hover .service-item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.service-item-2 {
  padding: 0px 45px 30px;
  margin-bottom: 50px;
  margin-top: 35px; }
  .service-item-2 .service-item-icon {
    font-size: 80px;
    line-height: 1;
    top: -35px;
    position: relative;
    color: #0C93EB; }
  .service-item-2 .service-item-brief {
    padding-top: 50px; }
  .service-item-2 .service-item-icon + .service-item-brief {
    padding-top: 0; }
  .service-item-2 ul {
    margin-bottom: 10px;
    padding: 0; }
    .service-item-2 ul li {
      list-style: none;
      margin-top: 10px; }
      .service-item-2 ul li span {
        color: var(--color-1); }
  .service-item-2 hr {
    margin-top: 25px;
    margin-bottom: 25px; }

@media (max-width: 1199px) {
  .service-item-2 {
    padding: 0px 30px 30px; } }

@media (max-width: 767px) {
  .service-item-1 .service-item-brief {
    padding: 30px 22px 10px; } }

/* ----------------------------------------------------
    Call To Action 1, 2, 3, 4, 5
---------------------------------------------------- */
/* call-to-action-2 */
.call-to-action-2 {
  background-color: var(--white-3); }

.call-to-action-inner-2 {
  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; }
  .call-to-action-inner-2 h2 {
    margin: 0; }
  .call-to-action-inner-2 .btn-wrapper {
    margin-top: 0; }

/* call-to-action-3 */
.get-a-free-service-margin {
  margin-bottom: -180px; }

.get-a-free-service-inner {
  position: relative;
  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;
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1);
  padding-right: 80px;
  padding-left: 30px; }
  .get-a-free-service-inner .call-to-img img {
    max-width: 350px;
    position: absolute;
    left: 35px;
    bottom: 0;
    z-index: 2; }
  .get-a-free-service-inner .call-to-action-inner-content {
    position: relative;
    z-index: 3; }

.call-to-circle-1,
.call-to-circle-2 {
  height: 265px;
  width: 265px;
  display: inline-block;
  background-color: #0C93EB;
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 1; }

.call-to-circle-2 {
  height: 80px;
  width: 80px;
  left: 300px;
  top: 10%;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  -webkit-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear; }

.call-to-bg-icon {
  position: absolute;
  font-size: 220px;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: var(--color-1);
  opacity: 0.1; }

.get-a-free-service-inner .call-to-circle-2 {
  -webkit-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear; }

/* call-to-action-4 */
.call-to-action-4 {
  position: relative; }
  .call-to-action-4 .call-to-action-inner-4 {
    position: relative;
    z-index: 99; }

    .call-to-action-4 .call-to-action-inner-4 .h1 {
      font-size: 50px; }
    .call-to-action-4 .call-to-action-inner-4 p {
      font-size: 18px; }

.call-to-4-img-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 34%; }

.call-to-4-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 27%; }

/* call-to-action-5 */
.call-to-action-inner-5 a:hover {
  text-decoration: underline;
  color: var(--white); }

/* call-to-action-6 */
.call-to-action-inner-6 {
  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;
  padding: 50px 60px; }
  .call-to-action-inner-6 .coll-to-info p {
    margin-bottom: 0; }
  .call-to-action-inner-6 .coll-to-info p + p {
    margin-top: 15px; }
  .call-to-action-inner-6 .btn-wrapper {
    margin-top: 0; }

/* Device :991px. */
@media (max-width: 991px) {
  .call-to-4-img-1,
  .call-to-4-img-2 {
    display: none; }
  .call-to-action-4 .call-to-action-inner-4 .h1 {
    font-size: 30px; }
  .call-to-action-4 .call-to-action-inner-4 p {
    font-size: 14px; }
  .call-to-action-inner-6 {
    padding: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .call-to-action-inner-6 .btn {
      margin-top: 30px; } }

/* small mobile :320px. */
@media (max-width: 767px) {
  .call-to-action-inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .call-to-action-inner-2 .btn-wrapper {
      margin-top: 15px; }
  .get-a-free-service-inner {
    display: block;
    padding-right: 0;
    padding-left: 0px; }
    .get-a-free-service-inner .call-to-img {
      margin-bottom: 40px; }
      .get-a-free-service-inner .call-to-img img {
        max-width: 100%;
        position: relative;
        left: 0; }
  .call-to-circle-1,
  .call-to-circle-2 {
    display: none; }
  .call-to-action-4 .call-to-action-inner-4 .h1 {
    font-size: 24px; } }

/* ----------------------------------------------------
    Elements Area
---------------------------------------------------- */
.elements-area {
  background-color: var(--section-bg-1);
  padding: 50px 0;
  margin: 50px 0; }

.elements-title-area {
  text-align: center; }

.elements-title-inner {
  background-color: var(--white-3);
  display: inline-block;
  padding: 10px 30px;
  outline: 10px solid;
  outline-offset: 10px;
  outline-color: var(--white-3);
  margin: 20px; }
  .elements-title-inner p {
    margin-bottom: 0;
    padding-top: 5px;
    border-top: 1px solid #d9d9d9;
    margin-top: 5px; }

.elements-title {
  display: inline-block;
  margin: 0; }

/* ----------------------------------------------------
    Service Form 
---------------------------------------------------- */
.service-form-box {
  margin: 0;
  padding: 0 30px; }
  .service-form-box > ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .service-form-box > ul > li {
      display: inline-block;
      margin-right: 20px;
      list-style: none; }
  .service-form-box .nice-select {
    margin: 0;
    height: 60px;
    line-height: 58px;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 0;
    min-width: 200px;
    font-size: 16px;
    
     }
    .service-form-box .nice-select:after {
      right: 20px; }
    .service-form-box .nice-select UL li {
      display: block; }
  .service-form-box input {
    margin: 0; }
  .service-form-box input[type="date"] {
    margin: 0;
    height: 60px;
    padding: 0 20px;
    border: 1px solid;
    
    
    text-transform: capitalize; }
  .service-form-box .btn-wrapper {
    margin: 0; }

.service-form-color-white .service-form-box .nice-select {
  background-color: transparent;
  border: 2px solid;
  border-color: var(--border-color-3); }
  .service-form-color-white .service-form-box .nice-select .current {
    color: var(--white);
    text-transform: capitalize; }
  .service-form-color-white .service-form-box .nice-select::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: var(--border-color-3); }

.service-form-color-white .service-form-box input {
  background-color: transparent;
  color: var(--white);
  border-color: var(--border-color-3);
  
  height: 60px; }

.service-form-color-white .service-form-box input[type="date"] {
  background-color: transparent;
  color: var(--white); }

.service-form-color-white .service-form-box input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.service-form-color-white .service-form-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--white); }

.service-form-color-white .service-form-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--white); }

.service-form-color-white .service-form-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--white); }

.service-form-color-white .service-form-box input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--white); }

.service-form-color-white .input-item-date.custom-icon::before {
  color: var(--white);
  top: 50%; }

.input-item-date {
  margin-bottom: 30px; }
  .input-item-date input[type="date"] {
    background-color: transparent;
    border: 2px solid var(--border-color-1);
    height: 65px;
    width: 100%;
    padding: 0 20px; }
  .input-item-date input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(0%);
    filter: invert(0%); }

.service-form-1 .service-form-brief {
  padding-left: 100px; }

.service-form-margin {
  margin-top: -160px; }

@media (min-width: 1200px) and (max-width: 1599px) {
  .service-form-box {
    padding: 0; }
    .service-form-box .input-item {
      max-width: 200px; } }

@media (max-width: 1199px) {
  .service-form-box > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .service-form-box > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

@media (max-width: 575px) {
  .service-form-1 .service-form-brief {
    padding-left: 20px; } }

/* ----------------------------------------------------
    Get A Quote Form
---------------------------------------------------- */
.get-a-quote-wrap {
  padding: 40px 50px 50px;
  border: 2px solid;
  border-color: var(--border-color-1); }

.get-a-quote-form {
  margin: 0; }
  .get-a-quote-form .btn-wrapper {
    padding: 0 40px; }
  .get-a-quote-form .btn {
    width: 100%; }
  .get-a-quote-form input::-webkit-input-placeholder {
    color: var(--color-1); }
  .get-a-quote-form input::-moz-placeholder {
    color: var(--color-1); }
  .get-a-quote-form input:-ms-input-placeholder {
    color: var(--color-1); }
  .get-a-quote-form input:-moz-placeholder {
    color: var(--color-1); }

.input-item .nice-select {
  border: 2px solid;
  border-color: var(--border-color-1);
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  height: 65px;
  line-height: 60px;
  width: 100%;
  margin-bottom: 30px; }
  .input-item .nice-select .current {
     }
  .input-item .nice-select::after {
    display: none; }
  .input-item .nice-select::before {
    content: "\f063";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    
    color: #0C93EB; }

.input-item::after {
  display: block;
  clear: both;
  content: ""; }

@media (max-width: 1199px) {
  .get-a-quote-form .btn-wrapper {
    padding: 0 0px; } }

@media (max-width: 767px) {
  .get-a-quote-wrap {
    padding: 40px 30px 50px; } }

/* ----------------------------------------------------
    Car Dealer Form
---------------------------------------------------- */
.car-dealer-form-tab .tab-menu {
  margin-bottom: 0; }
  .car-dealer-form-tab .tab-menu .active {
    border-color: #0C93EB;
    background-color: #0C93EB;
    color: var(--white); }

.car-dealer-form-tab .tab-content {
  padding: 40px;
  background-color: var(--section-bg-1); }

.car-dealer-form-box .car-dealer-form-item {
  position: relative;
  display: inline-block;
  margin-bottom: 30px; }

.car-dealer-form-box .nice-select {
  margin: 0;
  height: 60px;
  line-height: 58px;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 0;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  
  width: 100%; }
  .car-dealer-form-box .nice-select .list {
    width: 100%;
    z-index: 99; }

.car-dealer-form-box .custom-icon::before {
  display: none; }

.car-dealer-form-box .custom-icon .nice-select::before {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  
  margin-right: 10px;
  color: #0C93EB; }

.car-dealer-form-box .custom-icon.icon-calendar .nice-select::before {
  content: "\f073"; }

.car-dealer-form-box .custom-icon.icon-car .nice-select::before {
  content: "\f1b9"; }

.car-dealer-form-box .custom-icon.icon-meter .nice-select::before {
  content: "\f3fd"; }

.car-dealer-form-box .custom-icon.icon-ring .nice-select::before {
  content: "\f1cd"; }

.car-dealer-form-box .custom-icon.icon-cog .nice-select::before {
  content: "\f013"; }

.car-dealer-form-box .custom-icon.icon-transgender .nice-select::before {
  content: "\f225"; }

.car-price-filter-range .price_filter .ui-widget-content {
  height: 8px;
  background-color: var(--white);
  margin-top: 20px; }

.car-price-filter-range .price_filter .ui-state-default:last-child::before {
  position: absolute; }

.car-price-filter-range .price_filter .ui-state-default:last-child::after {
  position: absolute;
  content: "";
  top: -30px;
  left: -5px;
  background-image: url(../img/icons/car.png);
  z-index: 99;
  width: 125px;
  height: 45px;
  background-repeat: no-repeat; }

.car-price-filter-range .price_slider_amount > input[type="text"],
.car-price-filter-range .price_slider_amount > input[type="submit"] {
   }

@media (max-width: 767px) {
  .car-dealer-form-tab .tab-content {
    padding: 40px 25px; } }

/* ----------------------------------------------------
    Video Area
---------------------------------------------------- */
/* car home 3 */
.video-popup-margin {
  margin-bottom: -180px; }

/* Service page */
.video-popup-margin-2 {
  margin-top: -295px; }

/* ----------------------------------------------------
    Brand Logo
---------------------------------------------------- */
.brand-logo-item {
width: 100%;
display: grid;
align-items: center;

background: #fff;
 }



  .brand-logo-item img {
width: auto !important;
max-width: 100%; 
-webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

max-height: 90px;
margin: 0 auto;
}


.brand-logo-item:hover img {
-webkit-filter: grayscale(100);
  filter: grayscale(100);
}



/* ----------------------------------------------------
    Progress Bar 
---------------------------------------------------- */
.progress-bar-wrap {
  margin-bottom: 50px; }

.progress-bar-item {
  overflow: hidden;
  margin-bottom: 10px; }
  .progress-bar-item > p {
    font-size: 18px;
    
    margin: 0; }
  .progress-bar-item .progress {
    background: #ebeeee none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    height: 3px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 12px;
    overflow: visible;
    text-transform: capitalize;
    position: relative; }
  .progress-bar-item .progress-bar {
    background-color: #0C93EB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0C93EB;
    font-size: 11px;
    overflow: visible;
    height: 7px;
    margin-top: -2px;
    text-align: left;
    position: relative; }
    .progress-bar-item .progress-bar span {
      border-radius: 15px;
      display: inline-block;
      height: 25px;
      letter-spacing: 0;
      line-height: 24px;
      min-width: 25px;
      padding: 0 3px;
      position: absolute;
      right: 0;
      text-align: center;
      bottom: 15px;
      font-size: 18px;
      
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

@media (max-width: 767px) {
  .progress-bar-item > p {
    font-size: 14px; } }

/* ----------------------------------------------------
    Our Journey Area
---------------------------------------------------- */
.our-journey-wrap ul {
  margin-left: 0;
  padding-left: 0; }

.our-journey-wrap > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative; }
  .our-journey-wrap > ul::before {
    position: absolute;
    content: "";
    background-color: #d13724;
    height: 4px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .our-journey-wrap > ul li {
    list-style: none;
    margin: 0; }
  .our-journey-wrap > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 10px; }
    .our-journey-wrap > ul > li:nth-last-child(1) ul, .our-journey-wrap > ul > li:nth-last-child(2) ul {
      left: auto;
      right: 0; }
    .our-journey-wrap > ul > li::before {
      position: absolute;
      content: "";
      top: 15px;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #fff;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0;
      visibility: hidden; }
    .our-journey-wrap > ul > li ul {
      position: absolute;
      bottom: 100%;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0;
      visibility: hidden; }
    .our-journey-wrap > ul > li.active .journey-icon, .our-journey-wrap > ul > li:hover .journey-icon {
      background-color: var(--white);
      color: #0C93EB; }
    .our-journey-wrap > ul > li.active ul, .our-journey-wrap > ul > li:hover ul {
      opacity: 1;
      visibility: visible; }
    .our-journey-wrap > ul > li.active::before, .our-journey-wrap > ul > li:hover::before {
      opacity: 1;
      visibility: visible; }

.our-journey-wrap .journey-icon {
  font-size: 20px;
  
  padding: 40px;
  background-color: var(--primary-color);
  color: var(--white);
  display: block;
  margin: 30px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  text-align: center; }

.our-journey-wrap .dropdown-menu {
  padding: 0; }

.journey-history-item-info {
  background-color: var(--white);
  padding: 20px;
  display: block;
  width: 550px;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  position: relative; }
  .journey-history-item-info .journey-history-img {
    float: left;
    margin-right: 20px;
    max-width: 150px; }
  .journey-history-item-info .journey-history-info {
    overflow: hidden; }
  .journey-history-item-info h3 {
    margin-bottom: 5px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .journey-history-item-info {
    width: 500px; } }

@media (max-width: 1199px) {
  .our-journey-wrap .journey-icon {
    font-size: 18px;
    padding: 20px; } }

@media (max-width: 991px) {
  .journey-history-item-info {
    width: 350px; }
    .journey-history-item-info .journey-history-img {
      float: none;
      margin-bottom: 20px;
      max-width: 100px; } }

@media (max-width: 767px) {
  .our-journey-wrap > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .our-journey-wrap > ul > li ul {
    left: 30px; }
  .our-journey-wrap > ul > li:nth-last-child(1) ul,
  .our-journey-wrap > ul > li:nth-last-child(2) ul {
    left: 30px;
    right: auto; } }

@media (max-width: 575px) {
  .journey-history-item-info {
    width: 250px; }
    .journey-history-item-info .journey-history-img {
      float: none;
      margin-bottom: 20px; } }

/* ----------------------------------------------------
    Google Map Locations Area
---------------------------------------------------- */
.google-map-locations-area #gmap {
  height: 90vh; }
  .google-map-locations-area #gmap .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important; }
  .google-map-locations-area #gmap .gm-style .gm-style-iw-c {
    padding: 25px 8px 5px 25px !important;
    border-radius: 0; }

.map-item {
  padding: 30px 25px 35px;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4); }
  .map-item .location-name {
    border-bottom: 2px solid var(--border-color-1);
    margin-bottom: 25px;
    color: #0C93EB;
    font-size: 20px; }
  .map-item .location-single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
     }
    .map-item .location-single-info i {
      margin-right: 10px;
      background: #0C93EB;
      color: var(--white);
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
  .map-item .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .map-item .btn {
    padding: 10px 10px;
    font-size: 13px;
    margin-right: 10px; }

.google-map-locations-list-area .map-item {
  margin-bottom: 50px; }

.location-search h3 {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 63px;
  color: var(--white); }

.location-search .input-item {
  float: left;
  width: 300px; }

.location-search form {
  padding: 50px 50px 20px;
  background-color: #0C93EB; }

.state-location-title {
  padding: 15px 30px;
  background-color: #0C93EB;
  color: var(--white);
  margin: 50px 0; }

.map-product-item {
  max-width: 260px; }
  .map-product-item img {
    max-width: 100%;
    margin-bottom: 25px; }
  .map-product-item .map-product-title {
    margin-bottom: 10px;
    font-size: 16px;
     }
  .map-product-item .map-product-price {
    color: #0C93EB; }
  .map-product-item .map-product-location {
    font-weight: 500; }
    .map-product-item .map-product-location i {
      color: #0C93EB;
      margin-right: 2px; }
  .map-product-item .map-product-info {
    font-weight: 500; }
    .map-product-item .map-product-info span {
      margin-right: 10px; }

/* ----------------------------------------------------
    Team Details
---------------------------------------------------- */
.team-details-member-info .team-details-img {
  margin-bottom: 30px;
  max-width: 350px; }

.team-details-member-info.text-right .team-details-img {
  margin-left: auto;
  margin-right: 0; }

.team-details-member-info.text-center .team-details-img {
  margin-left: auto;
  margin-right: auto; }

.team-details-member-about ul {
  margin: 0; }
  .team-details-member-about ul li {
    list-style: none;
    display: block; }
    .team-details-member-about ul li strong {
      min-width: 120px;
      display: inline-block; }

.team-details-member-about > ul {
  padding: 0; }

/* ----------------------------------------------------
    Our History Area
---------------------------------------------------- */
.our-history-inner .tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .our-history-inner .tab-menu .nav::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--white-6);
    z-index: -1; }

.our-history-inner .tab-menu a {
  background-color: var(--white);
  border: 2px solid var(--white-6); }

.our-history-inner .tab-menu .active {
  border-color: #0C93EB;
  background-color: #0C93EB;
  color: var(--white); }

.history-icon {
  position: absolute;
  bottom: 40px;
  right: 0;
  font-size: 160px;
  line-height: 1;
  color: #0C93EB; }
  .history-icon i {
    margin: 0; }

.our-history-inner .about-img-left {
  padding-right: 70px; }

.our-history-inner .about-img-right {
  padding-left: 70px; }

.our-history-inner-2 .tab-menu {
  margin-bottom: 20px; }
  .our-history-inner-2 .tab-menu .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    .our-history-inner-2 .tab-menu .nav::before {
      display: none; }
  .our-history-inner-2 .tab-menu a {
    background-color: transparent;
    border: 2px solid transparent;
    font-size: 22px;
    padding: 5px 20px; }
  .our-history-inner-2 .tab-menu .active {
    border-color: transparent;
    background-color: transparent;
    color: #0C93EB; }

@media (max-width: 767px) {
  .history-icon {
    bottom: 10px;
    right: 10px;
    font-size: 80px; }
  .our-history-inner .about-img-left {
    padding-right: 0px; }
  .our-history-inner .about-img-right {
    padding-left: 0px; } }

/* ----------------------------------------------------
    Appointment Form Area
---------------------------------------------------- */
.appointment-inner .alert {
  border-radius: 0;
  padding: 20px 30px;
  margin-bottom: 30px; }

.appointment-inner .alert-danger {
  
  font-size: 14px; }

/* ----------------------------------------------------
    Checkout Page
---------------------------------------------------- */
.checkout-single-content {
  margin-bottom: 30px; }
  .checkout-single-content h5 {
    background-color: var(--section-bg-1);
    padding: 20px 30px; }

.checkout-single-content-info {
  padding: 30px;
  border: 1px solid var(--border-color-1); }

.checkout-payment-method .card {
  padding: 20px;
  border-radius: 0; }

.checkout-payment-method .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.checkout-payment-method .card-body {
  padding: 15px 30px;
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3);
  margin-top: 15px;
  position: relative; }
  .checkout-payment-method .card-body::before {
    position: absolute;
    top: -3px;
    left: 25px;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff; }

.checkout-payment-method .card-title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0; }
  .checkout-payment-method .card-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #363636;
    border-radius: 50%; }
  .checkout-payment-method .card-title::after {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 11px;
    height: 11px;
    margin-top: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    background-color: #363636; }
  .checkout-payment-method .card-title img {
    height: 45px;
    margin-left: 10px; }

.checkout-payment-method .card-title[aria-expanded="true"]::after {
  opacity: 1; }

.checkout-payment-method p {
  font-size: 14px; }
  .checkout-payment-method p:last-child {
    margin-bottom: 0; }

/* ----------------------------------------------------
    Myaccount Page
---------------------------------------------------- */
.tab-menu-list .nav {
  display: block;
  margin-right: 30px;
  border: 1px solid #eee; }
  .tab-menu-list .nav a {
    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;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color-1); }
    .tab-menu-list .nav a:last-child {
      border-bottom: 0; }
    .tab-menu-list .nav a i {
      font-size: 14px; }
    .tab-menu-list .nav a.active {
      background-color: var(--section-bg-2);
      color: var(--white); }

.myaccount-tab-content-inner > p {
  padding: 20px;
  background-color: var(--section-bg-1); }

/* ----------------------------------------------------
    Time Schedule Area
---------------------------------------------------- */
.time-schedule-widget {
  padding: 50px 40px;
  margin-top: -10px; }
  .time-schedule-widget h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .time-schedule-widget ul {
    padding: 0;
    margin: 0; }
    .time-schedule-widget ul li {
      display: block; }
      .time-schedule-widget ul li span {
        float: right; }

/* ----------------------------------------------------
    Contact Feature
---------------------------------------------------- */
.contact-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 30px 20px;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  margin-bottom: 30px;
  background-color: var(--white); }

.contact-feature-icon {
  font-size: 50px;
  margin-right: 20px;
  color: #0C93EB;
  line-height: 1;
  max-width: 50px; }

.contact-feature-info .h6,
.contact-feature-info .h2 {
  font-family: "Poppins"; }

.contact-feature-info .h6 {
  color: var(--color-3); }

@media (max-width: 1400px) {
  .contact-feature-icon {
    font-size: 40px;
    margin-right: 15px; }
  .contact-feature-info .h6 {
    font-size: 14px; }
  .contact-feature-info .h2 {
    font-size: 18px; } }

/* ----------------------------------------------------
    Image Slide (Screenshot)
---------------------------------------------------- */
.img-slide-item-4 > a,
.img-slide-item-3 > a,
.img-slide-item-2 > a {
  display: block;
  overflow: hidden; }

.img-slide-item-4 img,
.img-slide-item-3 img,
.img-slide-item-2 img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; 
height: 380px;
}

.img-slide-item-4:hover img,
.img-slide-item-3:hover img,
.img-slide-item-2:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/* ----------------------------------------------------
    Background Video
---------------------------------------------------- */
/* Video From Local (src="myFolderName/videoName.mp4") */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

/* Video From Link (src="website.com/videoUrl") */
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.video-play-btn {
  margin-top: 0;
  width: 60px;
  height: 60px;
  line-height: 65px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2); }

/* ----------------------------------------------------
    Newsletter Popup 2
---------------------------------------------------- */
.newsletter-popup-2 .modal-header .close {
  background-color: var(--section-bg-1);
  color: var(--heading-color);
  border-radius: 0px 0px 0px 20px; }

.newsletter-popup-2 .modal-body {
  padding: 0; }

.newsletter-popup-2 .newsletter-popup-info {
  padding: 30px; }

/* ----------------------------------------------------
    Newsletter Popup
---------------------------------------------------- */
.newletter-popup-active {
  max-width: 850px;
  background: #fff;
  top: 50% !important;
  margin-top: -179px;
  position: fixed !important;
  display: none; }

.newletter-popup {
  position: relative;
  padding: 30px; }
  .newletter-popup p {
    font-size: 14px; }
  .newletter-popup .subscribe-bottom {
    font-size: 14px; }

.newsletter-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  z-index: 999; }

.newsletter-close:hover {
  color: #0C93EB; }

.newsletter-close-btn-left {
  right: auto;
  left: 0; }

.newsletter-popup-info {
  padding: 15px; }

.text-center .newsletter-popup-info input[type="email"] {
  text-align: center; }

.newletter-popup-3 {
  padding: 0; }
  .newletter-popup-3 .newsletter-popup-info {
    padding: 30px; }

.newletter-popup-4 {
  padding: 0; }
  .newletter-popup-4 .newsletter-popup-info {
    padding: 30px 30px 30px 10px; }

@media (max-width: 991px) {
  .newletter-popup-active {
    max-width: 400px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden; }
  .newsletter-popup-img {
    display: none; } }

@media (max-width: 768px) {
  .newletter-popup-active {
    max-width: 300px; } }

/* ----------------------------------------------------
    Apartments Plan Area
---------------------------------------------------- */
.apartments-plan-info {
  padding: 70px; }

.apartments-plan-info,
.apartments-plan-img {
  margin-bottom: 50px; }

.apartments-info-list > ul {
  padding: 0;
  margin: 0; }
  .apartments-info-list > ul li {
    list-style: none;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    
    position: relative; }
    .apartments-info-list > ul li::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 1px dashed;
      border-color: var(--section-bg-5);
      z-index: 1; }
    .apartments-info-list > ul li a {
      display: block; }
      .apartments-info-list > ul li a span {
        float: right; }
    .apartments-info-list > ul li label {
      padding-right: 10px;
      background-color: var(--white);
      position: relative;
      z-index: 2; }
    .apartments-info-list > ul li span {
      float: right;
      padding-left: 10px;
      background-color: var(--white);
      position: relative;
      z-index: 2; }

.apartments-info-list-color > ul li::before {
  border-color: var(--section-bg-5); }

.apartments-info-list-color > ul li label {
  background-color: #0C93EB; }

.apartments-info-list-color > ul li span {
  background-color: #0C93EB; }

.section-bg-1 .apartments-info-list-color > ul li::before {
  border-color: #f9fbfc; }

.section-bg-1 .apartments-info-list-color > ul li label {
  background-color:#f9fbfc; }

.section-bg-1 .apartments-info-list-color > ul li span {
  background-color: #f9fbfc; }

@media (max-width: 767px) {
  .apartments-plan-info {
    padding: 30px; }
  .apartments-info-list ul li {
    font-size: 14px; } }

/* ----------------------------------------------------
    Upcoming Project Area
---------------------------------------------------- */
.upcoming-project-item {
  padding: 30px 45px 30px 30px;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: var(--white); }
  .upcoming-project-item .upcoming-project-img {
    margin-top: 0; }
  .upcoming-project-item .upcoming-project-info {
    padding: 50px 20px; }

@media (max-width: 991px) {
  .upcoming-project-item {
    padding: 30px 30px 30px 30px; }
    .upcoming-project-item .upcoming-project-img {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .upcoming-project-item .upcoming-project-info {
    padding: 50px 0px; } }

/* ----------------------------------------------------
    Search By Place Area
---------------------------------------------------- */
.search-by-place-item {
  padding: 15px;
  -webkit-box-shadow: var(--box-shadow-4);
  box-shadow: var(--box-shadow-4);
  background-color: var(--white);
  margin-bottom: 50px; }
  .search-by-place-item .search-by-place-img {
    position: relative; }
    .search-by-place-item .search-by-place-img .search-by-place-badge {
      position: absolute;
      top: 0;
      left: 10px; }
      .search-by-place-item .search-by-place-img .search-by-place-badge ul {
        padding: 0;
        margin: 0; }
        .search-by-place-item .search-by-place-img .search-by-place-badge ul li {
          display: inline-block;
          background-color: var(--white);
          padding: 6px 15px 2px;
          border-radius: 25px;
          -webkit-box-shadow: var(--box-shadow-4);
          box-shadow: var(--box-shadow-4);
          font-size: 13px;
          text-transform: capitalize;
           }
  .search-by-place-item .search-by-place-info {
    padding: 30px 5px 10px; }
    .search-by-place-item .search-by-place-info h6 {
      font-family: "Poppins";
      color: var(--color-5);
      font-weight: 400; }
    .search-by-place-item .search-by-place-info h4 {
       }
    .search-by-place-item .search-by-place-info .search-by-place-btn a {
      color: #0C93EB; }
  .search-by-place-item .search-by-place-brief {
    font-size: 14px;
    margin-top: 10px; }

/* ----------------------------------------------------
    Select Availability Table Area
---------------------------------------------------- */
.select-availability-table-wrap .tower-name {
  text-transform: capitalize; }

.select-availability-table ul {
  padding: 0 0 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .select-availability-table ul li {
    list-style: none;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }

.select-availability-table .select-availability-table-head {
  border-bottom: 2px solid;
  border-color: var(--border-color-1); }

.select-availability-table .select-availability-table-row:nth-child(odd) {
  background-color: var(--section-bg-1); }

.select-availability-table-responsive .select-availability-table-row-responsive-item {
  padding: 10px 0 25px;
  margin: 0;
  text-align: center; }
  .select-availability-table-responsive .select-availability-table-row-responsive-item:nth-child(odd) {
    background-color: var(--section-bg-1); }
  .select-availability-table-responsive .select-availability-table-row-responsive-item li {
    display: block;
    list-style: none; }
    .select-availability-table-responsive .select-availability-table-row-responsive-item li::after {
      display: block;
      clear: both;
      content: ""; }
    .select-availability-table-responsive .select-availability-table-row-responsive-item li span {
      width: 50%;
      float: left; }

/* ----------------------------------------------------
    Neighbour Area
---------------------------------------------------- */
.neighbour-tab-wrap {
  position: relative; }
  .neighbour-tab-wrap .tab-menu-4 {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 20px; }

@media (max-width: 991px) {
  .neighbour-tab-wrap .tab-menu-4 {
    position: inherit;
    margin-bottom: 30px;
    left: inherit;
    bottom: inherit; }
    .neighbour-tab-wrap .tab-menu-4 a img {
      max-width: 70px; } }

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ----------------------------------------------------
    Footer Default Style
---------------------------------------------------- */
.footer-widget .footer-title {
font-size: 20px;
position: relative;
 }

/* footer-2 */
.footer-2 .footer-widget .footer-title {
  font-size: 24px; }

.footer-2 .footer-widget p,
.footer-2 .footer-widget li {
  font-size: 16px; }

.footer-2 .footer-about-widget .footer-logo {
  position: relative;
  top: -20px;
  margin-bottom: 10px; }

.footer-2 .footer-menu ul li {
  margin-bottom: 30px;
   }

.footer-2 .footer-widget .blog-meta li,
.footer-widget .blog-meta li {
  font-size: 14px; }

/* footer-color-1 */
.footer-color-1 p {
  color: var(--color-2); }
  .footer-color-1 p a {
    color: var(--white); }

.footer-color-1 .footer-timeline-widget-1 li span {
  color: var(--color-1); }

.footer-color-1 .footer-timeline-widget-1 li:last-child span {
  color: var(--white); }

.footer-color-1 .footer-menu ul li {
  color: var(--color-2); }

.footer-color-1 .footer-blog-item {
  border-color: var(--border-color-6); }
  .footer-color-1 .footer-blog-item .blog-meta li {
    color: var(--color-2); }

.footer-color-1 .copyright-area {
  background-color: var(--primary-color-2); }

.footer-color-1 .get-support-info h6 {
  color: var(--color-4); }

.footer-color-1 .get-support-info h4 {
  color: var(--white); }

.footer-color-1 .copyright-menu ul li {
  color: var(--white); }

/* footer-color-2 */
.footer-color-2 .footer-timeline-widget-1 {
  background-color: var(--white); }
  .footer-color-2 .footer-timeline-widget-1 li {
    border-color: transparent; }
    .footer-color-2 .footer-timeline-widget-1 li:last-child span {
      color: #0C93EB; }

.footer-color-2 .footer-blog-item {
  border-color: var(--border-color-7); }

.footer-color-2 .copyright-area {
  background-color: var(--white-4); }

/*-------------------------
    Footer Area
-------------------------*/

.footer-area {
padding: 0 15px 20px;
max-width: 1312px;
margin: 0 auto;
margin-top: 30px;
}

.footer-top-area {
background: #313131; 
clip-path: polygon(0px 0px, 100% 70px, 100% 100%, 0% 100%);
border-radius: 18px;
width: 100%;
padding: 60px 15px 20px 15px;
}


.footer-logo {
  position: relative;
  top: -10px; }

.footer-title {
  font-size: 20px;
  margin-bottom: 25px; }

/* ----------------------------------------------------
    Footer About Widget
---------------------------------------------------- */
/* footer-address */
.footer-address ul {
  margin: 0;
  padding: 0; }
  .footer-address ul li {
    list-style: none;
    display: block;
    margin-top: 8px; }
    .footer-address ul li:after {
      display: block;
      clear: both;
      content: ""; }
    .footer-address ul li .footer-address-icon {
      float: left;
      margin-right: 15px; }
    .footer-address ul li .footer-address-info {
      overflow: hidden; }
      .footer-address ul li .footer-address-info p {
        margin-bottom: 0; }

/* ----------------------------------------------------
    Footer Menu Widget
---------------------------------------------------- */





.footer-menu ul ul {
  margin-left: 15px; }

/* footer-menu-widget-2-column */
.footer-menu-widget-2-column {
  padding-left: 30px; }
  .footer-menu-widget-2-column .footer-menu {
    width: 50%;
    float: left; }
    .footer-menu-widget-2-column .footer-menu:nth-child(odd) {
      padding-left: 20px; }
  .footer-menu-widget-2-column ul {
    margin: 0; }
    .footer-menu-widget-2-column ul li {
       }







/* ----------------------------------------------------
    Footer Newsletter Widget
---------------------------------------------------- */
.footer-newsletter form {
  position: relative; 
margin-top: 15px;}

.footer-newsletter input[type="email"] {
margin: 0;

padding-right: 50px;

background: none;

border-color: #d9d9d9;

color: #676767;

padding-left: 25px;}


.footer-newsletter input[type="email"]::placeholder {

color: #676767;
}

.footer-newsletter .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%; }
  .footer-newsletter .btn-wrapper button {
padding: 0 18px;
height: 100%;
background: none;
border: none; }

/* ----------------------------------------------------
    Footer Timeline Widget
---------------------------------------------------- */
.footer-timeline-widget {
  padding: 50px 50px 40px;
  border-bottom: 5px solid;
  border-color: var(--border-color-5);
  margin-top: -92px; }
  .footer-timeline-widget .footer-title {
    font-size: 36px; }
  .footer-timeline-widget ul {
    margin: 0;
    padding: 0; }
    .footer-timeline-widget ul li {
      list-style: none;
      
      
      border-bottom: 1px solid;
      border-color: var(--border-color-6);
      padding-bottom: 10px;
      margin-top: 10px; }
      .footer-timeline-widget ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
        .footer-timeline-widget ul li:last-child span {
           }
      .footer-timeline-widget ul li span {
        float: right;
         }

/* ----------------------------------------------------
    Footer Blog Widget
---------------------------------------------------- */
.footer-blog-item {
  border-bottom: 1px solid;
  border-color: var(--border-color-6);
  margin-bottom: 20px; }
  .footer-blog-item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .footer-blog-item .blog-meta {
    margin-bottom: 5px; }
    .footer-blog-item .blog-meta i {
      color: #0C93EB;
      margin-right: 5px; }
  .footer-blog-item .blog-title {
    font-size: 20px; }

/* ----------------------------------------------------
    Copyright Area
---------------------------------------------------- */
.copyright-area {
  padding-top: 8px;
  padding-bottom: 5px;background: #313131; }
  .copyright-area .payment-method {
    text-align: right; }

.copyright-design h6, .copyright-design h4 {
  font-size: 14px;
  font-family: "Poppins";
   }

.copyright-design p {
margin-bottom: 0;
font-size: 13px;color: #999;
text-align: left; }

.copyright-menu ul {
  margin: 0;
  padding: 0; }
  .copyright-menu ul li {
    list-style: none;
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
    font-size: 14px;
    
     }
    .copyright-menu ul li:last-child {
      margin-right: 0; }
    .copyright-menu ul li a {
      margin: 0; }

/* ----------------------------------------------------
    Responsive
---------------------------------------------------- */
@media (max-width: 991px) {
  .footer-timeline-widget {
    padding: 50px 25px 40px; }
  .copyright-area {
    text-align: center; }
    .copyright-area .payment-method {
      text-align: center;
      margin-top: 15px; }
    .copyright-area .site-logo-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .copyright-area .copyright-menu {
      text-align: center !important; }
  #scrollUp {
    font-size: 16px;
    height: 30px;
    width: 30px;
    bottom: 50px; }
  #scrollUp i {
    line-height: 30px; } }

@media (max-width: 767px) {
  .footer-timeline-widget {
    padding: 50px 25px 40px; }
  .footer-menu-widget-2-column {
    padding-left: 0; }
  .copyright-menu {
    margin-top: 25px; }
  .footer-2 .footer-widget p,
  .footer-2 .footer-widget li {
    font-size: 14px; }
  .footer-2 .footer-widget .blog-meta li,
  .footer-widget .blog-meta li {
    font-size: 12px; }
  .footer-2 .footer-menu ul li {
    margin-bottom: 20px; }
  .footer-blog-item .blog-title {
    font-size: 18px; } }

@media (max-width: 575px) {
  .footer-timeline-widget {
    padding: 50px 25px 40px; }
  .footer-menu-widget-2-column .footer-menu {
    width: 100%; }
    .footer-menu-widget-2-column .footer-menu:nth-child(odd) {
      padding-left: 0px; }
  .copyright-menu {
    margin-top: 25px; } }

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

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: #676767;
  width: 100%;
  height: 100%;
  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; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: var(--white);
      
      text-transform: capitalize;
      color: var(--primary-color);
      width: 200px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      border-radius: 30px;
      display: block;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: #0C93EB;
        color: var(--white); }

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

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #0C93EB;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*----------------------------------------
  Search Popup
----------------------------------------*/
/* ---------------------------------------
    ## Button
--------------------------------------- */
.btn-wrapper {
  display: block;
  margin-top: 30px; }

.btn {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px; }
  .btn:last-child {
    margin-right: 0; }

.theme-btn-1 {
  background-color: #0C93EB;
  color: var(--white); }
  .theme-btn-1:hover {
    background-color: var(--primary-color);
    color: var(--white); }

.theme-btn-2 {
  background-color: var(--primary-color);
  color: var(--white); }
  .theme-btn-2:hover {
    background-color: #0C93EB;
    color: var(--white); }

.theme-btn-3 {
  background-color: transparent;
  border: 2px solid var(--border-color-9); }
  .theme-btn-3:hover {
    background-color: #0C93EB;
    border-color: #0C93EB;
    color: var(--white); }

.reverse-color {
  background-color: #0C93EB; }
  .reverse-color:hover {
    background-color: var(--primary-color); }


.btn-white {
  background-color: var(--white);
  color: var(--primary-color);
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3); }



  .btn-white:hover {
    background-color: #0C93EB;
    color: var(--white); }

.btn-black {
  background-color: var(--black);
  color: var(--white); }
  .btn-black:hover {
    background-color: #0C93EB;
    color: var(--white); }

.btn-transparent {
  background-color: transparent;
  -webkit-box-shadow: var(--box-shadow-3);
  box-shadow: var(--box-shadow-3);
  border-color: #ddd; }
  .btn-transparent:hover {
    background-color: #0C93EB;
    color: var(--white); }

.btn-round {
  border-radius: 50px; }

.btn-opacity-6 {
  opacity: 0.6; }
  .btn-opacity-6:hover {
    opacity: 1; }

.btn-opacity-7 {
  opacity: 0.7; }
  .btn-opacity-7:hover {
    opacity: 1; }

.btn-opacity-8 {
  opacity: 0.8; }
  .btn-opacity-8:hover {
    opacity: 1; }

.btn-opacity-9 {
  opacity: 0.9; }
  .btn-opacity-9:hover {
    opacity: 1; }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-effect-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--white); }

.btn-effect-1:hover {
  color: var(--heading-color); }
  .btn-effect-1:hover::after {
    width: 100%; }

.btn-effect-2:after {
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--white); }

.btn-effect-2:hover {
  color: var(--heading-color); }
  .btn-effect-2:hover::after {
    width: 100%; }

.btn-effect-3:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color); }

.btn-effect-3:hover {
  color: var(--white); }
  .btn-effect-3:hover::after {
    width: 100%; }

.btn-effect-4:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0C93EB; }

.btn-effect-4:hover {
  color: var(--white); }
  .btn-effect-4:hover::after {
    width: 100%; }

.btn-full-width {
  display: block; }

.btn-full-width-2 {
  display: block;
  width: 100%; }

.btn-border {
  border: 2px solid var(--border-color-10);
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    padding: 12px 25px; }
  [type="submit"].btn {
    padding: 15px 30px; } }

@media only screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px; }
  [type="submit"].btn {
    padding: 12px 30px; } }

/* ----------------------------------------------------
    END
---------------------------------------------------- */





.as-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #0C93EB;
    color: #fff;
    font-size: 14px;
    line-height: 1;
padding: 15px 25px;
    border-radius: 0
}


.as-btn>i {
    margin-left: 5px;
padding-right: 0;
}

.as-btn:hover,
.as-btn.active {
    color: #fff
}

.as-btn:hover::before,
.as-btn.active::before {
    height: 300%
}

.as-btn.style2 {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 34.5px
}

.as-btn.style2:hover {
    color: #202430
}

.as-btn.style2:hover:before {
    background-color: #fff
}

.sect-box .search-btn:hover,
.as-btn.style3:hover {
background-color: #054e90;
    color: #fff;
}


.as-btn.style4 {
    color: #202430;
    background-color: #fff
}

.as-btn.style4:before {
    background-color: #0C93EB
}

.as-btn.style5 {
    background-color: #fff;
    color: #0C93EB;
    border: 2px solid #EEEEEE;
    padding: 20px 34.5px
}

.as-btn.style5:hover {
    color: #fff;
    border-color: #0C93EB
}

.as-btn.style5:hover:before {
    background-color: #0C93EB
}



/******************************/


.product-slider-area {
padding:40px 0 30px;
}


.custom-nav .owl-nav > button {

position: absolute;
width: 45px;
height: 45px;
text-align: center;

line-height: 45px;
font-size: 16px;
cursor: pointer; 
border: 1px solid var(--white-4);
color: #999;
border-radius: 50%;
}


.custom-nav .owl-nav {
position: absolute;

top: 50%;

width: 100%;
margin: 0;
margin-top: -25px;
}


.custom-nav .owl-nav > button.owl-prev {
left: -50px;
}


.custom-nav .owl-nav > button.owl-next {
right: -50px;
}


/*
.custom-nav .owl-nav > button:hover {
color:#0C93EB;
border-color:#0C93EB;
}
*/


.categ-sec {
padding:40px 0 30px;
background: #f6f6f6;
}



.blog-area {
padding:40px 0 30px;
}

.card-categ {
display: block;
}

.card-categ img {
width: 70px;
height: 70px;
}

.card-categ .comp {
width: 110px;
}

.categ-slider .card-im {
width: 80px !important;
margin: 0 auto 25px;height: 78px;
}

.card-b h4 {
margin: 0;
text-align: center;
text-transform: capitalize;
margin-top: 15px;
font-size: 16px;
}


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





/*****************************/

.search-bar {
display: flex;
max-width: 90%;
margin: 0 auto;
background: #fff;
border-radius: 8px;
justify-content: space-between;

display: flex;
-moz-box-align: center;
align-items: center;
box-sizing: border-box;
border-radius: 8px;
font-size: 13px;
line-height: 19px;
height: 64px;
}

.drop-box {
display:none;
margin-top: 11px;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
border: 1px solid #dfdfdf;
box-sizing: border-box;
border-radius: 8px;
position: absolute;

z-index: 400;
left: 50%;

transform: translate(-50%);
}

.drop-box .content {
padding: 22px;
position: relative;
}

.search-bar .up-drop {
position: relative;
}

.drop-box .triangle {
background-color: rgb(255, 255, 255);
clip-path: polygon(50% 0px, 100% 100%, 0px 100%);
width: 30px;
height: 11px;
margin-top: -11px;
right: 50%;
transform: translate(50%);
position: absolute;
top: 0;
}

.drop-box.open {
display:block;
}

.open {
display:block;
}

.pathroom-btn.open .drop-box,
.bedroom-btn.open .drop-box {
display:block;
}

.loca-box input {
height: 62px;
font-size: 13px;
border: 0 !important;
background: none;
padding: 0 15px;
width: 250px;
margin: 0;}



.sect-box .filter-name {
line-height: 62px;
padding: 0 30px 0 10px;
position: relative;
border-left: 1px solid #dfdfdf;
min-width: 100px;}


.sect-box .filter-name:after  { 
content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
color:#222;
}


.up-drop > div {
cursor: pointer;
}


.sect-box .search-btn {
display: flex;
gap: 14px;
line-height: 64px;
padding: 0 20px;
background: #58595b;
color: #fff;
border-radius: 0 8px 8px 0;
border: 0;
font-size: 14px;align-items: center;}



.drop-box .filter-widget {
width: 200px;
margin-top: 15px;
}

/********************/


.inc-dec-container {
    width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    justify-content: space-evenly;width: 100px;

}

.inc-dec-container i {
font-size: 20px;
}


.inc-dec-container input::-webkit-outer-spin-button,
.inc-dec-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.inc-dec-container input {
width: 80px;

background: none;

border: none;

text-align: center;

font-size: 16px;


font-size: 24px;

line-height: 29px;

text-align: center;

color:#0C93EB;
}





/***************/

/*
.range-slider {
  height: 5px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}*/
.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: #0C93EB;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;right: 0;outline: none !important;
}
.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #0C93EB;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #0C93EB;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-area,
.range-price {
  margin: 30px 0 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;


width: 100%;
display: flex;
-moz-box-align: center;
align-items: center;
-moz-box-pack: justify;
justify-content: space-between;
margin-top: 30px;

}

.range-area lable,
.range-price label {
font-size: 14px;
line-height: 17px;
color: rgb(127, 132, 135);
padding: 0px 4px;
}


.range-area input,
.range-price input {
width: 92px;
height: 32px;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
border: 1px solid rgb(127, 132, 135);
border-radius: 4px;
padding: 8px;
color: rgb(127, 132, 135);
}


.range-area input:first-of-type,
.range-price input:first-of-type {
  margin-right: 15px;
}





/**************** hero **************/



.parallax-searchs.home15.thome-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 25%)), to(rgba(0, 0, 0, 0.2))), url(../images/thome-6.jpg) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 12%)), url(../images/thome-6.jpg) no-repeat center top
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: calc(100vh - 88px);
  position: relative;
  z-index: 8;background-size: cover;
}


.hero-main {
display: grid;
align-items: center;
height: 100%;
}



.parallax-searchs .welcome-text h1 {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;/*font-family: "thin";*/
}


.parallax-searchs.home15 .welcome-text p {
  color: rgba(255, 255, 255, 0.89);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  line-height: 37px;
  font-weight: 400;margin-bottom: 25px;
}


.parallax-searchs.home15 .hero-inner {
  text-align: center;
display: grid;

align-items: center;

height: 100%;
}


.parallax-searchs.home15.thome-6 .hero-inner {
  text-align: center;
}




/*****************/

ul.ks-cboxtags {
list-style: none;
padding: 0;
margin: 0;
padding: 0;
}
ul.ks-cboxtags li{
  display: inline;margin: 0;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #363636;
    color: #505050;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;width: auto !important;display: inline-block !important;
}

ul.ks-cboxtags li label {
padding: 6px 12px;
cursor: pointer;
font-size: 12px;text-align: left;
}
/*
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}*/

ul.ks-cboxtags li input[type="radio"]:checked + label {

    background-color: #363636;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="radio"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="radio"]:focus + label {

}




/*****************/

ul.ks-rescom {
list-style: none;
padding: 0;
margin: 0;
padding: 0;
}
ul.ks-rescom li{
  display: inline;margin: 0;
padding: 0 4px;
  width: 50%;
  float: left;
}




ul.ks-rescom li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #ddd;
    color: #505050;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;

padding: 6px 12px;
cursor: pointer;
font-size: 12px;text-align: left;

width: 100%;
border-radius: 8px;
}


ul.ks-rescom li label span {
display: block;
margin-top:20px;text-transform: capitalize;
}

/*
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}*/

ul.ks-rescom li input[type="radio"]:checked + label {
    border-color: #363636;
    background-color: #363636;
    color: #fff;
    transition: all .2s;
}


ul.ks-rescom li input[type="radio"]:checked + label img {
filter: brightness(100);
}

ul.ks-rescom li input[type="radio"] {
  display: absolute;
}
ul.ks-rescom li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
ul.ks-rescom li input[type="radio"]:focus + label {

}


/****************/

.featured-card {
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 19px -2px;
border-radius: 5px;
display: flex;
flex-direction: column;
justify-content: space-around;
-moz-box-align: center;
box-align: center;
padding: 50px 25px;
width: 100%;
cursor: pointer;
margin: 0px auto;
border-color: transparent !important;    transition: all .2s;
border-radius: 0 25px 0 25px;
box-shadow: 0 20px 15px 0 rgba(51,51,51,.03) !important;
}


.card-description {
    width: 90%;
    font-size: 1.05vw;
    line-height: 140%;
    color:#222;padding-left: 15px;
}

.seal {
display: flex;
gap: 13px;
align-items: center;
}


.seal .img-ad img {
width: 120px;
}


.feat-sect {background-image: url(../images/pattern-07.png);
background-position: right top;
background-repeat: no-repeat;
background-size: auto; 
background-color: #eff6f7;
padding:50px 0;}


.card-description h2 {
margin: 0;text-transform: capitalize;
font-size: 18px;margin-bottom: 15px;
color:#222;
}


.card-description p {
margin: 0;

font-size: 14px;

line-height: 22px;
height: 110px;

overflow: hidden;
}

.featured-card:hover {
box-shadow: 0 11px 30px 0 rgba(51,51,51,.15) !important;}


.sre-title {
display: inline-block;
}

.sre-title h1 {
line-height: 40px;
margin-bottom: 20px;
}


.sre-title p {
margin-bottom: 20px;
}


.box-da {
background: #fff;
padding:30px 20px;transition: all .2s;
border-radius: 0 25px 0 25px;margin-bottom: 16px;text-align: center;
}

.box-da:hover {
box-shadow: 0 11px 30px 0 rgba(51,51,51,.15) !important;
}


.section-title-area.centered {
text-align: center;

display: block;

width: 100%;

width: 60%;

margin: 0 auto 25px;
}

.section-title-area.centered h1 {
line-height: 35px;
}


.section-title-area.centered h1:before {

left: 50%;

margin-left: -40px;}

.dapo-padd .row > [class*='col'] {
padding:0 8px;
} 


/**********************/


        .filter-widget .fw-title {
            color: #252525;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 26px;
        }

        .filter-widget .filter-catagories li {
            list-style: none;
        }

        .filter-widget .filter-catagories li a {
            display: inline-block;
            color: #636363;
            font-size: 16px;
            line-height: 39px;
        }

        .filter-widget .fw-brand-check .bc-item {
            margin-bottom: 3px;
        }

        .filter-widget .fw-brand-check .bc-item label {
            position: relative;
            cursor: pointer;
            padding-right: 28px;
            font-size: 14px;
        }

        .filter-widget .fw-brand-check .bc-item label input {
            position: absolute;
            visibility: hidden;
        }

        .filter-widget .fw-brand-check .bc-item label input:checked~span {
            background: #054e90;
            border-color: #054e90;
        }

        .filter-widget .fw-brand-check .bc-item label .checkmark {
            position: absolute;
            right: 0;
            top: 5px;
            height: 15px;
            width: 15px;
            border: 2px solid #ebebeb;
            border-radius: 2px;
        }

        .filter-widget .fw-brand-check .bc-item label .checkmark:after {
            left: 1px;
            top: 2px;
            width: 12px;
            height: 6px;
            border: solid white;
            border-top-width: medium;
            border-right-width: medium;
            border-bottom-width: medium;
            border-left-width: medium;
            border-width: 3px 3px 0px 0px;
            -webkit-transform: rotate(127deg);
            -ms-transform: rotate(127deg);
            transform: rotate(127deg);
        }

        .filter-widget .filter-range-wrap {

        }

        .filter-widget .filter-range-wrap .range-slider {
            margin-top: 25px;
        }

        .filter-widget .filter-range-wrap .range-slider .price-input {
position: relative;
display: flex;
width: 100%;
text-align: center;
justify-content: space-between;
        }

        /*
.filter-widget .filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 58px;
	top: 13px;
	height: 1px;
	width: 17px;
	background: #ebebeb;
	content: "";
}
*/
        .filter-widget .filter-range-wrap .range-slider .price-input input {
font-size: 14px;
color: #252525;
text-align: center;
border-radius: 4px;
height: 42px;
margin: 8px 0 0;
width: 90%;padding-left: 0;
text-align: center;
        }



        .filter-widget .filter-range-wrap .area-range,
        .filter-widget .filter-range-wrap .price-range {
            border-radius: 0;
        }


        .filter-widget .filter-range-wrap .area-range.ui-widget-content,
        .filter-widget .filter-range-wrap .price-range.ui-widget-content {
            border: none;
            background: #cacaca;
            height: 3px;
        }


        .filter-widget .filter-range-wrap .area-range.ui-widget-content .ui-slider-handle,
        .filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
            height: 16px;
            width: 16px !important;
            border-radius: 50%;
            background: #0C93EB;
            border: none;
            outline: none;
        }


        .filter-widget .filter-range-wrap .area-range .ui-slider-range,
        .filter-widget .filter-range-wrap .price-range .ui-slider-range {
            background: #ebebeb;
            border-radius: 0;
        }


        .filter-widget .filter-range-wrap .area-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child,
        .filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
            background: #3192e8;
        }

        .filter-widget .filter-btn {
            font-size: 14px;
            color: #ffffff;
            font-weight: 700;
            background: #054e90;
            padding: 7px 20px 5px;
            border-radius: 2px;
            display: inline-block;
            text-transform: capitalize;
        }

        .filter-widget .fw-color-choose .cs-item {
            width: 50%;
            float: left;
            margin-bottom: 4px;
        }

        .filter-widget .fw-color-choose .cs-item input {
            position: absolute;
            visibility: hidden;
        }

        .filter-widget .fw-color-choose .cs-item label {
            cursor: pointer;
            position: relative;
            padding-left: 33px;
            font-size: 16px;
            color: #636363;
        }

        .filter-widget .fw-color-choose .cs-item label.cs-violet:before {
            background: #8230E3;
        }

        .filter-widget .fw-color-choose .cs-item label.cs-blue:before {
            background: #2773BE;
        }

        .filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
            background: #EEEE21;
        }

        .filter-widget .fw-color-choose .cs-item label.cs-red:before {
            background: #DC3232;
        }

        .filter-widget .fw-color-choose .cs-item label.cs-green:before {
            background: #81D742;
        }

        .filter-widget .fw-color-choose .cs-item label:before {
            position: absolute;
            left: 0;
            top: 4px;
            height: 18px;
            width: 18px;
            background: #252525;
            border-radius: 50%;
            content: "";
        }

        .filter-widget .fw-size-choose .sc-item {
            display: inline-block;
            margin-right: 5px;
        }

        .filter-widget .fw-size-choose .sc-item:last-child {
            margin-right: 0;
        }

        .filter-widget .fw-size-choose .sc-item input {
            position: absolute;
            visibility: hidden;
        }

        .filter-widget .fw-size-choose .sc-item label {
            font-size: 16px;
            color: #252525;
            font-weight: 700;
            height: 40px;
            width: 47px;
            border: 1px solid #ebebeb;
            text-align: center;
            line-height: 40px;
            text-transform: capitalize;
            cursor: pointer;
        }

        .filter-widget .fw-size-choose .sc-item label.active {
            background: #252525;
            color: #ffffff;
        }

        .filter-widget .fw-tags a {
            display: inline-block;
            font-size: 16px;
            color: #636363;
            padding: 5px 15px;
            border: 1px solid #ebebeb;
            margin-right: 5px;
            margin-bottom: 9px;
            border-radius: 2px;
        }










/***********************/



.ft-content {

  padding: 15px 15px 15px 70px;
  position: relative; }
  .ft-content i {
    background: #0C93EB;
    height: 45px;
    width: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    left: 0; }
    .ft-content i:after {
      content: "";
      position: absolute;
      right: -9px;
      top: 50%;
      transform: rotate(45deg) translateX(-50%);
      height: 15px;
      width: 15px;
      background: #0C93EB; }
  .ft-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; }
  .ft-content h4, .ft-content .h4 {
    color: #363636;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px; }

/*
.footer-area:after {
background-image: url(../images/footer-bg.svg);
background-repeat: no-repeat;
bottom: 0;
content: "";
right: 0;
position: absolute;
right: 0;
top: 43px;}*/


/************************/




.itcard {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;

  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
border-radius: 16px;
background-size: 100% 100%;

}











@media (min-width: 600px) {
  .itcard {
    height: 500px;
  }
}
.itcard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.itcard:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}




:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.itcard .content {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 1rem;
z-index: 1;
left: 0;
right: 0;
text-align: center;
justify-content: center;
top: 150%;
bottom: 0;
transition: all ease-in-out 0.4s;
}
.itcard .content > * + * {
  margin-top: 1rem;
}

.itcard .title {
line-height: 22px;
color: #fff;
line-height: 30px;
font-size: 19px;
}

.itcard .copy {
  font-size: 1.125rem;

  line-height: 1.35;color: #fff;
}

.itcard .btn {
  cursor: pointer;
  margin-top: 0;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: capitalize;
  color: white;
background-color: #0C93EB;
  border: none;
}
.itcard .btn:hover {
color: #363636;
}
.itcard .btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}


  .itcard:after {
    transform: translateY(0);
  }


  /*
  .itcard .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }*/


  .itcard:hover,
.itcard:focus-within {
    align-items: center;
  }
  .itcard:hover:before,
.itcard:focus-within:before {
    transform: translateY(-4%);
  }
  .itcard:hover:after,
.itcard:focus-within:after {
    transform: translateY(-50%);
  }
  .itcard:hover .content,
.itcard:focus-within .content {
    top: 0;
  }

  .itcard:hover .conten {
    opacity: 1;
    transform: translateY(100px);
    transition-delay: calc(var(--d) / 8);
  }

  .itcard:focus-within:before, .itcard:focus-within:after,
.itcard:focus-within .content,
.itcard:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }


.vrw {
opacity: 1;
position: absolute;
top: 15px;
right: 15px;
background: #101113b3;
padding: 0 57px 0 15px;
border-radius: 0 25px 25px;
font-size: 14px;
color: #fff;
line-height: 48px;
}

.property-detail-info-list {

}


/*
.vrw:before {

    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;

    bottom: 0;
    left: 0;
    border-radius: 0;
border-radius: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 2.5s 3s ease-out infinite;
    background-color: rgba(0, 0, 0, 0.15);

}*/


.vrw img {
position: absolute;
right: 14px;
width: 32px;
top: 8px;}


  .itcard .content img {
opacity: 1;
width: 60px;
margin-bottom: 10px;
}



.proj-name {
display: flex;
justify-content: space-between;
}


.proj-name .title-her {

}


.nasm {
display: inline-block;
padding: 18px;
background-color: #f1f1f1;border-radius: 0 25px 25px;
}

.nasm p {
margin-top: 0;
margin-bottom: 10px;
display: block;
margin-left: 2px;
font-weight: normal;

}


.cta-wrapper a {
padding: 0 12px;

font-size: 14px;

border-radius: 3px;

height: 40px;

display: inline-block;

line-height: 40px;
}


.cta-wrapper a i {
margin-right: 5px;
}


.cta-wrapper a:hover {
color: #fff;

background: #363636;

border-color: #363636;
}


.title-her h1 {
font-size: 18px;
text-transform: capitalize;
margin-bottom: 5px;
}

.proj-name .title-her h1 {
margin:20px 0 10px;
}


.whatsapp-btn {
background: #6ebf58;
border-color: #6ebf58;
color: #fff;

background: linear-gradient( to bottom , #6ebf58 , #5dae3b , #6ebf58);
}

.zoom-btn {
background: #0C93EB;
border-color: #0C93EB;
color: #fff;
background: linear-gradient( to bottom , #0C93EB , #054e90 , #0C93EB);



}

.call-btn {
background: #e1a34b;
border-color: #0C93EB;
color: #fff;


background: linear-gradient( to bottom , #e1a34b , #cb8e37 , #e1a34b);
}
/*************/

.fMEJAJ {
    width: 100%;
}

.fMEJAJ .locations-container {
    color: rgb(137, 137, 137);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


.hJHpSx {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    margin-inline-end: 67px;
}


.fMEJAJ .mapp {
    width: 100px;
    overflow: hidden;position: relative;
}

.hJHpSx .ovalchild {
    margin-top: 15px;
    position: relative;
    border: medium none;
    border-radius: 8px;
    overflow: hidden;
    height: 100px;
}


.hJHpSx .ovalchild button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    z-index: 4;
    background-color: transparent;
    border: medium none;
}



.hJHpSx .ovalchild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


.hJHpSx .ovalchild button img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    opacity: 0.5;
}

.hJHpSx .ovalchild .overlayer {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(6, 50, 80);
    opacity: 0.4;
    z-index: 3;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


.hJHpSx h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: rgb(12, 49, 78);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.ovalchild span {
                        box-sizing: border-box;
                        display: block;
                        overflow: hidden;
                        width: initial;
                        height: initial;
                        background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
                        opacity: 1;
                        border: 0px none;
                        margin: 0px;
                        padding: 0px;
                        position: absolute;
                        inset: 0px;
}

.ovalchild span img {
position: absolute;
                            inset: 0px;
                            box-sizing: border-box;
                            padding: 0px;
                            border: medium none;
                            margin: auto;
                            display: block;
                            width: 0px;
                            height: 0px;
                            min-width: 100%;
                            max-width: 100%;
                            min-height: 100%;
                            max-height: 100%;
}


.calendar.custom-nav .owl-nav > button.owl-prev {
left: -33px;
border: 0;}

.calendar.custom-nav .owl-nav > button.owl-next {
right: -33px;
border: 0;}




.inner-slider.custom-nav .owl-nav > button.owl-prev {
left: 0;
border: 0;
background: #0003;

border-radius: 0;

color: #fff;}

.inner-slider.custom-nav .owl-nav > button.owl-next {
right: 0;
border: 0;
background: #0003;

border-radius: 0;

color: #fff;
}





.calendar .pointer {
box-shadow: 0 0 7px 0 rgba(0,0,0,.07);
border:none;
}


/***********************/


.primary-sidebar-inner {


}


.primary-sidebar-inner .input-group {


}

.widget-request-tour {
padding: 15px;
}

.widget-request-tour .card.active {
    border: 2px solid rgba(14, 198, 213, .57) !important
}
.bootstrap-timepicker-widget {
    min-width: 320px
}

.bootstrap-timepicker-widget input {
    width: 80px !important;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
padding-left: 0;
}



.bootstrap-timepicker-widget a {
    padding: 0 !important
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.86em + 0.75rem + 4px);
    padding: .375rem .75rem;
    font-size: .8125rem;
    line-height: 1.86;
    color: #ababab;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 2px solid #ededed;
    border-radius: 3px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.bg-input {
  background-color: #f8f8f8 !important;
}


@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #696969
}

.form-control:focus {
    color: #696969;
    background-color: #f8f8f8;
    border-color: #6debf5;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(14, 198, 213, .25)
}

.form-control::-webkit-input-placeholder {
    color: #ababab;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #ababab;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #ababab;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #ababab;
    opacity: 1
}

.form-control::placeholder {
    color: #363636;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #696969;
    background-color: #f8f8f8
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}



.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-23 {
    font-size: 23px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-25 {
    font-size: 25px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-35 {
    font-size: 35px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-45 {
    font-size: 45px !important
}

.fs-48 {
    font-size: 48px !important
}

.fs-52 {
    font-size: 52px !important
}

.fs-54 {
    font-size: 54px !important
}

.fs-56 {
    font-size: 56px !important
}

.fs-60 {
    font-size: 60px !important
}

.fs-64 {
    font-size: 64px !important
}

.fs-65 {
    font-size: 65px !important
}

.fs-90 {
    font-size: 90px !important
}

.fs-109 {
    font-size: 109px !important
}

.fs-200 {
    font-size: 200px !important
}

.fs-250 {
    font-size: 250px !important
}
/*



.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -2px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -2px
}

.input-group-prepend {
    margin-right: -2px
}

.input-group-append {
    margin-left: -2px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.86;
    color: #696969;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 2px solid #ededed;
    border-radius: 3px
}


.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(2em + 1.25rem + 4px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .625rem 1rem;
    font-size: .875rem;
    line-height: 2;
    border-radius: 3px
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 4px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

*/

.input-group-lg > .form-control:not(textarea) {
font-size: 14px;
color: #999 !important;
height: 55px;	
}


.form-check {
    position: relative;
    display: block;
padding-left: 30px;
}

.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: 0;
left: 0;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #ababab
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}


.calendar {
margin-bottom:15px;
}


.page-details-inner .title-2 {
margin: 0 0 20px;
color: #000;
} 

.property-d,
.property-details-amenities {
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}



.property-d .box-da {
box-shadow: 0 11px 30px 0 rgba(51,51,51,.15) !important;
}



.cMEwSP {
    width: 100%;
background-color: #ffffff;

    border-radius: 0 25px 25px;margin-bottom: 15px;
}

.jAtNOP {
    padding: 16px;
}

.jAtNOP h3 {
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(12, 49, 78);margin-top: 0;
}

.jAtNOP .details {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: 7px;
}


.jAtNOP .details .childdetails {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
}

.jAtNOP .details .childdetails .header {
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(118, 118, 118);
}


.jAtNOP .details .childdetails .header {
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(118, 118, 118);
}






.no-deck {
display:none;
}


.menu-widget > ul li {
width: 33.333%;
float: left;
}

.menu-widget > ul {
    display: inline-block;
    width: 100%;
}








/****************** New animation for contacts fixed icons *************/


.all-ioc {
position: fixed;
z-index: 9;
left: -7px;
bottom: -20px;
width: 60px;
height: 60px;
display: block;
}

.show-icons {
position: absolute;
bottom: 45px;
left: 30px;
width: 60px;
height: 60px;
color: #ffffff;
font-size: 33px;
text-transform: uppercase;
line-height: 60px;
text-align: center;
z-index: 999;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;/*
background: -webkit-linear-gradient(#0e2f35, #063f4a, #0e2f35);*/
background: #0C93EB;



	
}


.show-icons .ico-img {
display: block;
width: 100% !important;
height: 100% !important;
z-index: 6;
background-size: 80%;
background-image: url("../images/button.png");
background-repeat: no-repeat;
background-position: 50%;
background-color: #0C93EB;
border-radius: 50%;
}

.show-icons:hover {
	color:#0e2f35;
background: -webkit-linear-gradient(#fbfbfb, #fff);

}


.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #414141;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}


.sonar-wave {
  animation: amo-button-wave infinite 2.6s 0s linear;

}


@keyframes amo-button-wave {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}








.sonar-wave2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #414141;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}



.sonar-wave2 {
  animation: amo-button-wave2 infinite 2.6s 0s linear;
}




.sonar-wave2 {
animation-delay: 0.8s;
}




@keyframes amo-button-wave2 {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}





.whats-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 45px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 45px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #6ebf58;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.whats-icon a { 
color: #fff;
}


.whats-icon:hover a {
	color:#4dc247;

}


.whats-icon:hover{
	color:#4dc247;
	background:#363636;
}






.phone-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 45px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 45px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #123377;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.phone-icon a { 
color: #fff;
}


.phone-icon:hover a {
	color:#006AFF;

}


.phone-icon:hover{
	color:#006AFF;
	background:#fff;
}
















.messenger-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 45px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 45px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #006AFF;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.messenger-icon a { 
color: #fff;
}


.messenger-icon:hover a {
	color:#006AFF;

}


.messenger-icon:hover{
	color:#006AFF;
	background:#999;
}



.all-ioc.active .phone-icon {
left: 210px;opacity: 1;
}


.all-ioc.active .whats-icon {
left: 100px;opacity: 1;
}

.all-ioc.active .messenger-icon {
left: 155px;opacity: 1;
}
/********* New animation for contacts fixed icons **********/




.req-off,
.master-off,
.floor-off,
.met-off {
position: absolute;

right: 0;

text-transform: uppercase;

cursor: pointer;

color: #fff;

top: -25px;
}




.req-off {
color: #363636;
}



.meet-overlay {
position: fixed;
background: #000c;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 11; 

visibility: hidden;
display: none;
opacity: 0;

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







  .no-deck .product-hover-action {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    line-height: 1;}
    .no-deck .product-hover-action ul {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .no-deck .product-hover-action ul li {
margin-left: 8px;
height: 36px;
width: 36px;
line-height: 36px;
border-right: 0;
font-size: 16px;
background-color: var(--section-bg-1);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }


 .no-deck .product-hover-action ul li i {

        border-right: 0;
        font-size: 16px;
}






.floor-plan {
position: fixed;
top: 50%;
transform: translate(-50%,-50%);
max-width: 700px;
left: 50%;
background: #fff;
padding: 25px;
z-index: 99;
transition: all ease-in-out 0.4s;
visibility: hidden;
display: none;
opacity: 0;

}


.active-floor .floor-plan {
visibility: visible;
display: block;
opacity: 1;
}


.active-floor .meet-overlay {
visibility: visible;
display: block;
opacity: 1;
}







.master-plan {
position: fixed;
top: 50%;
transform: translate(-50%,-50%);
max-width: 700px;
left: 50%;
background: #fff;
padding: 25px;
z-index: 99;
transition: all ease-in-out 0.4s;
visibility: hidden;
display: none;
opacity: 0;

}


.active-master .master-plan {
visibility: visible;
display: block;
opacity: 1;
}


.active-master .meet-overlay {
visibility: visible;
display: block;
opacity: 1;
}




/********************/



.imagebox {
    border-radius: 15px;
    overflow: hidden;
}

.imagebox .box-image {
    display: block;
    position: relative;
    color: inherit;
}

.imagebox .box-image img {
    border-radius: 3px;
    height: 350px;width: 100%;
}

.imagebox .box-image:hover .box-content {
    opacity: 1;
    overflow: visible;
    max-height: 500px;
}

.imagebox .box-image:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, #0006, #0000001a 100%);
    border-radius: 3px;
}

.imagebox .box-inner {
    padding: 20px 15px;
    background: #1c1c1c;
    background: linear-gradient( to bottom, #1c1c1c, #333);
}

.imagebox .box-title {
    display: block;
    position: relative;
}

.imagebox .box-title:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #37c3cc;
    border: -5px;
    border-radius: 3px;
    background: #054e90;
    transform: scale(0);
    bottom: -25px;
    transition: all ease-in-out 0.4s;
}

.imagebox:hover .box-title:after {
    transform: scale(1);
}

/*
.imagebox .box-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: -24px;
  width: 60px;
  height: 5px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #3a416f 100%);
  border-radius: 3px;
  opacity: 0.2;
}*/

.imagebox .box-title h3 {
    margin: 0 0 5px -1px;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    line-height: 28px;
}

.imagebox .box-title .box-subtitle {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2em;
    color: #6b7c93;
}

.imagebox .box-content {
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    padding: 1px 0;
    position: absolute;
    z-index: 9;
    top: 25px;
    right: 25px;
}

.imagebox .box-content>p:first-child {
    margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
    .imagebox .box-content {
        display: block;
    }
}

.imagebox .box-btn {
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
    position: relative;
    padding-right: 8px;
    border-right: 4px solid #0C93EB;
}

/*
.imagebox .box-btn:before {
  content: "\ea04";
  font-family: "Nucleo";
  font-size: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0.5;
}
.imagebox .box-btn:after {
  content: "";
}*/




/********* New animation for contacts fixed icons **********/

.video-content {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -22px;
    margin-right: -22px;
}

.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 0;
    color: #e2a753;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #0006;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-btn i {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: none;
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 2.5s 3s ease-out infinite;
    background-color: rgba(0, 0, 0, 0.15);
}

.video-btn:hover,
.video-btn:hover {
    background-color: #054e90;
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .6
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }
}

.meet-form {
padding: 0;
}



.pagination {
justify-content: center;
}






.sle-path,
.sle-prop,
.sle-bed {
    position: relative;
}


.sle-path select,
.sle-prop select,
.sle-bed select {

background: none;
border: 0;
border: 1px solid #d9d9d9;
width: 100%;
line-height: 45px;
height: 45px;
padding-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.sle-path:after,
.sle-prop:after,
.sle-bed:after {
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    color: #222;

}














.dei-padd > div {
padding:0 8px;
}


.dei-padd .product-item-4 .product-info {
padding: 10px 15px 1px;
} 


.dei-padd .product-item-4 .product-price {
    font-size: 14px;
}
.dei-padd .product-item-4 .product-title {
    font-size: 14px;}

.dei-padd .product-item-4 .product-description p {
    font-size: 13px;
height: 43px;
overflow: hidden;}


.dei-padd .list-item-2 li {
font-size: 13px;
margin-top: 0;
margin-right: 15px;
padding-right: 15px;
}
/*
.dei-padd .list-item-2-before li::before {
    right: -5px;}
*/

.dei-padd .product-item-4 .product-info-bottom {
padding: 15px 8px;
}

.dei-padd .real-estate-agent .agent-img {
margin-right: 5px;max-width: 35px;
}


.dei-padd .product-item-4 .product-hover-action ul li {
    margin-right: 3px;}


.dei-padd .product-item-4 .product-hover-action ul li {
    margin-right: 3px;
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-right: 0;
    font-size: 14px;}



/***************/

.sectbox button {
display: flex;

gap: 10px;

width: 100%;

justify-content: center;

padding: 12px;
}


.search-pa .up-drop label {
width: 100%;

display: block;

padding-top: 10px;

margin-top: 10px;

border-top: 1px solid #d9d9d9;
}


.search-pa {
padding: 15px;
border: 1px solid #d9d9d9;
}




/*********************/

.sasw_list {
margin: 0;

padding: 0;
}


.sasw_list .search_area {
position: relative;
list-style: none;
margin: 0;
padding: 0
}


.vr-frame {
position: absolute;
left: 15px;
top: 15px;
right: 15px;
width: calc(100% - 30px);
display:none;
z-index: 3;
}


.author-widget { 
position:relative;
}



.author-widget.open-req .vr-frame {
opacity: 1;
visibility: visible;
display:block;
}

.author-widget.open-req .itcard {
opacity: 0;
visibility: hidden;
}
.req-off {
display:none;
}

.author-widget.open-req .req-off { 
display:block;

}


.bg-home {
background:#fff;
}



/************/

.upload-file {
    border: 3px dashed #e7e7e7;
    border-radius: 3px
}

.upload-file .upload-icon {
    font-size: 85px;
    color: #eee
}

.upload-file .dz-image {
    margin: auto;
    overflow: visible !important
}


/***************/


        /*!sc*/

        .drWcug {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 50px;
        }

        /*!sc*/

        data-styled.g250[id="sc-bd0ad503-1"] {
            content: "drWcug,"
        }

        /*!sc*/

        .gkPmxe {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 56px;
            margin-bottom: 39px;
        }

        /*!sc*/

        .gkPmxe h1 {
            font-family: HelveticaNeueB;
            font-size: 24px;
            line-height: 29px;
            color: #ffffff;
            padding: 0 10px;
        }

        /*!sc*/

        .gkPmxe img {
            max-width: 48px;
            max-height: 44px;
        }

        /*!sc*/

        data-styled.g252[id="sc-bd0ad503-3"] {
            content: "gkPmxe,"
        }

        /*!sc*/



        /*!sc*/

        .jWiqaK {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: space-evenly;
            -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
            margin-top: 38px;
        }

        /*!sc*/

        .jWiqaK .step {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 217px;
            height: 173px;
            background: #ffffff;
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
            border-radius: 15px;
        }

        /*!sc*/

        .jWiqaK .step span {
            width: 56px;
            height: 56px;
            background: #ffffff;
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
            border-radius: 100%;
            font-family: HelveticaNeueB;
            font-size: 36px;
            line-height: 44px;
            color: #7dcbc1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: -28px;
        }

        /*!sc*/

        .jWiqaK .step div {
            padding: 0 15px;
        }

        /*!sc*/

        .jWiqaK .step div h2 {
            font-family: HelveticaNeueB;
            font-size: 20px;
            line-height: 24px;
            text-align: center;
            color: #0c314e;
            padding-top: 25px;
        }

        /*!sc*/

        .jWiqaK .step div h3 {
            font-family: HelveticaNeueR;
            font-size: 13px;
            line-height: 16px;
            text-align: center;
            color: #898989;
            padding-top: 15px;
        }

        /*!sc*/

        data-styled.g216[id="sc-9b1e3d71-1"] {
            content: "jWiqaK,"
        }


.head-add,
.new-property-step .card {
margin-bottom:15px;
}


.new-property-step .nav-pills {

    margin-bottom: 15px;
}


.search-slider-area .search-bar {
width: 100%;

max-width: 100%;

margin-bottom: 55px;
}




.search-slider-area {
padding:30px 0;

}

.buy-slider-area {


background-position: 50%;

background-size: cover;

background-repeat: no-repeat;
padding-top: 100px;
position: relative;
padding-bottom: 100px;
z-index: 1; 
}



.buy-slider-area:before {
content:"";
position: absolute;
background: #000c;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1; z-index: -1; 
transition: all ease-in-out 0.4s;
background: linear-gradient( to right , #dbdbdbcc , #fff0);
}


.search-slider-area,
.buy-slider-area {
padding:50px 0;

}

.up-drop .nice-select {
border: 0;
background: none;
border-left: 1px solid;
border-radius: 0;min-width: 100px;
width: 100px;

height: 64px !important;
border-left: 1px solid #dfdfdf;
line-height: 40px;
color:#363636;
box-shadow: none !important;
}


.up-drop .nice-select:before {
content: "\f107";

font-size: 14px;

position: absolute;

top: 50%;

right: 10px;

-webkit-transform: translateY(-50%);

-ms-transform: translateY(-50%);

transform: translateY(-50%);

font-family: "Font Awesome 5 Pro";

color: #222;}


.up-drop .nice-select:after {
display:none;
}


.as-btn.submit {
    border-radius: 0 40px 40px;
}





.buy-card {

max-width: 55%;
}


.buy-card .card {
border: none;
border-radius: 0 0 0 40px;
padding: 15px;
background: none;
}

.buy-card .card-body {
padding: 0;
}

.buy-card .card .nice-select,
.buy-card .card textarea,
.buy-card .card select,
.buy-card .card input {

border: 1px solid #e3e9ed !important;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: none !important;
height: 45px;
}

.iti {
width: 100%;
}


.buy-card .text-heading {

}

/********/
.adv-section  {
padding: 16px 0;
}

.adv-section input[type="text"], .adv-section .nice-select {
background: #fff;

}

.adv-section .as-btn.submit {
display: block;
width: 100%;
}

.adv-section .price-input > div {
display: flex;
}

.adv-section .price-input > div span {
line-height: 32px;
margin-left: 4px;
font-size: 14px;
}

.adv-section .price-input > div.in-one:first-child {
justify-content: start;
}
.adv-section .price-input > div.in-one:last-child {
justify-content: end;
}

.adv-section .price-input > div input {
width: 70% !important;
margin-top: 0 !important;
background: none;
border: none;
height: 32px !important;
}
.adv-section .filter-widget .filter-range-wrap .range-slider {
margin-top: 15px;
}


/*********************/

.projects-page .adv-section {
margin-bottom: 20px;
}


.projects-page .adv-section .form-group .form-control {
margin-bottom: 15px;
width: 100%;
}



.projects-page .adv-section .filter-widget {
    margin-top: 10px;
}



.projects-page .adv-section .filter-widget .filter-range-wrap .range-slider {
    margin-top: 10px;
    margin-bottom: 25px;
}



.mortgage-calculator .form-group .form-control {
    border: 1px solid #e1e5ee;
    padding: 0 20px;
    border-radius: 4px
}

.mortgage-calculator .subtitle {
    color: #878c9f;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}

.mortgage-calculator .form-group label {
    margin-bottom: 0;
    font-size: 14px;
    color: #212121;
}

.mortgage-calculator .form-btn {
    border: none;
    padding: 0;
    padding-top: 5px
}

.mortgage-calculator .emi-text {
    display: none;
    margin-top: 15px
}

.mortgage-calculator .emi-text span {
    background: #f8f8f8;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 100%
}

.mortgage-calculator .form-group .submit-btn {
    box-shadow: 0 7px 18px 0 rgba(var(--rt-primary-rgb), .32);
    height: 52px;
    font-size: 12px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .mortgage-calculator .form-group .submit-btn {
        width: 145px
    }
}

.mortgage-calculator .form-group .reset-btn {
    background: transparent;
    border: none;
    color: #878c9f;
    font-size: 14px;
    float: right;
    min-height: 53px;
    line-height: 53px
}

.mortgage-calculator .form-group .reset-btn:hover {
    color: var(--rt-primary-dark)
}

.mortgage-calculator .form-group .reset-btn i {
    margin-right: 10px
}

.mortgage-calculator .form-group .reset-btn:hover i::before {
    display: inline-block;
    transition: 0.4s;
    transform: rotate(180deg)
}

@media (min-width:992px) and (max-width:1199px) {
    .mortgage-calculator .form-group .reset-btn i {
        display: none
    }
}








.rtcl-single-side-menu {
    width: 54px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, .3);
    text-align: center;

    min-width: 54px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: left 0.4s ease-in-out
}

.rtcl-single-side-menu.show {
    left: 0
}

@media (max-width:725px) {
    .rtcl-single-side-menu {
        display: none
    }
}

.listing-item .listing-type-badge {
    position: relative
}

.rtcl-single-side-menu ul {
    display: inline-block;
padding: 15px 15px 15px 10px;
margin: 0;
}

.rtcl-single-side-menu ul li {
    margin-bottom: 10px;
list-style: none;
}

.rtcl-single-side-menu ul li:last-child {
    margin-bottom: 0
}

.rtcl-single-side-menu ul li a i {
    border-radius: 5px;
    background-color: #f1f1f1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
color: #0C93EB;
}

.rtcl-single-side-menu ul li a i.icodash-camera {
    font-size: 20px
}

.rtcl-single-side-menu ul li a i.icodash-home {
    font-size: 18px
}

.rtcl-single-side-menu ul li a i.fa-star {
    font-size: 14px
}

.rtcl-single-side-menu ul li a.active i,
.rtcl-single-side-menu ul li a:hover i {
background: #4786bf;
    color: #fff;
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, .18)
}




.rtcl-single-side-menu ul li a:hover i:before {
    animation: topToBottom 0.3s ease-in-out forwards
}




@keyframes topToBottom {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1
    }
    50% {
        transform: translateY(-100%);
        opacity: 0
    }
    51% {
        transform: translateY(100%)
    }
}

@-webkit-keyframes topToBottom {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1
    }
    50% {
        transform: translateY(-100%);
        opacity: 0
    }
    51% {
        transform: translateY(100%)
    }
}



.adv-slider img {
height:380px;
}







.rt-newsletter-wrapper {
    padding: 50px 0;
    background-color:#054e90;
    position: relative;
    z-index: 1
}

.rt-newsletter-wrapper .section-title-wrapper {
    margin-bottom: 0
}

.rt-newsletter-wrapper .section-title-wrapper .main-title,
.rt-newsletter-wrapper .section-title-wrapper .description {
    color: #fff;
}

.rt-newsletter-wrapper .section-title-wrapper .main-title {
font-size: 26px;
margin-bottom: 5px;
font-weight: 500;
text-transform: capitalize;
}

.rt-newsletter-wrapper .section-title-wrapper .description {
    font-size: 18px;
    font-weight: 400
}

.rt-newsletter-wrapper .section-title-wrapper .description p {
margin-bottom: 0;
color:#fff;
}








.rt-mailchimp-wrap {
    position: relative
}

.rt-mailchimp-wrap input[type="email"] {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 60px;
    padding: 0 160px 0 30px;
    border-radius: 30px;
    color: #212121
}

.rt-mailchimp-wrap input[type="email"]:focus,
.rt-mailchimp-wrap input[type="email"]:hover {
    border-color: rgba(255, 255, 255, .5)
}

.rt-mailchimp-wrap input[type="email"]::placeholder {
    color: #788593
}

.rt-mailchimp-wrap input[type="submit"] {
background: #054e90;
color: #fff;
font-size: 14px;
text-transform: uppercase;
position: absolute;
font-weight: 700;
width: 100%;
height: 100%;
transition: 0.3s;
border-radius: 0 50px 50px 0;
border: none;
}

.rt-mailchimp-wrap input[type="submit"]:hover {
    background: var(--rt-primary-color)
}

.rt-mailchimp-wrap .rt-animation-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 144px;
    height: 56px;
    background-color: #fff;
    border-radius: 0 30px 30px 0
}

.rt-mailchimp-wrap .rt-animation-btn::after {
    content: none
}

.rt-mailchimp-wrap ::placeholder {
    color: #fff;
    opacity: 1
}

.rt-mailchimp-wrap :-ms-input-placeholder {
    color: #fff
}

.rt-mailchimp-wrap ::-ms-input-placeholder {
    color: #fff
}


.rt-newsletter-wrapper .bg-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    filter: brightness(0);
    opacity: .2
}


.iti__selected-flag {

}



.shop-details-area {
padding:20px 0 0;
}




.mortgage-calculator {
padding: 15px;
background: #fff;
}








/*------------------------------------------*/
/*   7.6 Icon Box Style
/*------------------------------------------*/
/* Box Style One */
.icon-box-1{
	display: flex;  
}
.welcome-home-first .icon-box-1{ 
    max-width: 220px;
    margin: 0 auto;
}
.icon-box-1 i{
	font-size: 4.5rem;
	margin-right: 1.5rem;
	color: #477763;
}
.icon-box-1 h3{
	color: #27304b;
    font-size: 1.25rem;
    font-weight: 300;
}
/* Box Style Two */

/* Box Style Two */
.icon-box-2{
	border-radius: 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
	padding: 1.8rem;
}
.icon-box-2 .icon-font{
	font-size: 6.5rem;
	margin-right: 2rem;
    line-height: 1.4;
    color: #477763;
}

.icon-box-2 h3{
	font-size: 1.25rem;
	color: #D59B2D;
	font-weight: 300;
}

/* Icon Box 3 */
.icon-box-3{
	text-align: center;
}
.icon-box-3 i{
	font-size: 6rem;
	color: #cdced4;
	display: block;
	margin-bottom: 1.5rem;
}
.icon-box-3 h3{
	font-size: 1.5rem;
	font-family: 'Changa', sans-serif;
	color: #D59B2D;
	font-weight: bold;
	position: relative;
	margin-top: 3rem;
}
.icon-box-3 h3:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    height: 1px;
    width: 40px;
    background: #27304b;
    transform: translateX(-50%);
}
/* Icon Box 3 */

/* Icon Box 4 */
.icon-box-4{
	text-align: left;
padding: 20px 25px 25px 80px;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
margin-bottom: 30px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;border-radius: 0 0 0 40px;
overflow: hidden;
}
.icon-box-4 svg {
    color: #beafb1;
    display: block;
    stroke-width: 1px;
    position: absolute;
    width: 60px;
    height: 60px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box-4 h3 {
font-size: 16px;
    color: #27304b;
margin-bottom: 5px;
    position: relative;
}

.icon-box-4 p {
margin:0;
line-height:22px;
font-family: "Poppins";

}

.icon-box-4 a[href^="mailto:"]{
color: #111;
}
.icon-box-4 a[href^="mailto:"]:hover{
	color: #27304b;
	text-decoration: none;
}
.icon-box-4.bg-orange{
	background: #47a7fd21;
}
.icon-box-4.bg-green{
	background: #ffd08629;
}
.icon-box-4.bg-gray{
	background: rgb(162 162 162 / 7%)
}
/* Icon Box 4 */

/* Icon Box With Image */
.icon-box-with-img{
	position: relative;
    background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);

  	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.icon-box-with-img .text{
    padding: 1.8rem;
}
.icon-box-with-img .img {
    overflow: hidden;
}
.icon-box-with-img  h3 {
    font-size: 1.25rem;
    color: #477763;
    font-weight: 300;
}
.icon-box-with-img .read-more-line{
    color: #D59B2D;
}
.icon-box-with-img .read-more-line:hover {
    color: #477763;
}



/*------------------------------------------*/
/*   8.10 Contact
/*------------------------------------------*/
.contact-details {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #363636;
    border-radius: 3px;
    transform: translateY(-50%);
}
.contact-details h4{
    font-size: 16px;
    
    color: rgb(6, 22, 58);
    line-height: 1.714;
}
.contact-details p {
    color: #9b9b9b;
}
.contact-details a {
    font-size: 14px;
    color: rgb(6, 22, 58);
}
.contact-details i{
    color: #D59B2D;
    font-size: 24px;
    top: 4px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
.contact-details.standard{
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    transform: none;
}
.contact-full-shadow{
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}
.contact-map-bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.contact-map-bg.option{
    left: auto;
    top: 50%;
    transform: translate(0%,-50%);
}
.contact-detail-shadow{
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}
.contact-detail-shadow .items{
    margin-bottom: 20px;
}
.contact-detail-shadow h4 {
    font-size: 0.875rem;
    color: #adb1d3;
    margin-bottom: 15px;
    font-weight: 700;
}
.contact-detail-shadow i {
    color: #D59B2D;
    font-size: 1.25rem;
    margin-right: 15px;
}
.contact-detail-shadow a{
    text-decoration: underline;
}
.free-quote-form.contact-page{
    margin-bottom: 0;
    margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"], 
.free-quote-form.contact-page .rounded-field input[type="email"], 
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"], 
.contact-page-option.free-quote-form .rounded-field input[type="email"], 
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.free-quote-form.contact-page-option{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.contact-wrap{
padding: 30px 30px 30px;

    position: relative;

border-radius: 0 0 0 40px;
overflow: hidden;

}
.contact-wrap .contact-icon-xl {
    font-size: 18rem;
    position: absolute;
    top: -300px;
    right: 40px;
    color: #477763;
    opacity: 0.2;
    z-index: -1;
}
.contact-wrap .form-control {
    border: 2px solid #f9f9f9;
    background-color: #fff;
border-radius: 0 25px;box-shadow: none !important;
}

.contact-wrap .form-control:focus {
    border: 2px solid #ebebeb;

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

.contact-wrap .row {

}


/*
.map-frame iframe{
    width: 100%;
    border: none;
    height: 475px;
}*/
.top-broken-grid {
    margin-top: -80px;
    margin-bottom: 70px;
}


.form-control {
    border: none;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #FFF;
    outline: none;
    color: #5b5b5b;
    background-color: #FFF;
    height: auto;
    padding: 12px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
/* 8.10 Contact Style End */

.contact-sec {
padding:0px 0 10px;
}




.contact-wrap .btn-style-one .btn-title:before {
background-color: #eee;
}



.widget-post .contact-wrap .btn-style-one .btn-title:before {
background-color: #fff;
}

.events__btn .btn-style-one .btn-title,
.contact-wrap .btn-style-one .btn-title {
background-color: #e1434b;
}

.contact-wrap .btn-style-one .btn-title:hover {
color: #111;
}


.head-form {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
}

.contact-wrap {
    padding: 30px 30px 30px;
    background: #f3f3f359;
    position: relative;
    border-radius: 0 0 0 40px;
    overflow: hidden;
}

/*
#list-recommend {
padding: 0px 0 30px;
}
*/
.conta-page {
    padding: 30px 0;background: #fff;
}


.meet-form input {
background-color: #f8f8f8;
margin-bottom: 20px;
}


.meet-form input[type="date"] {
direction: rtl;
text-align: right;
text-transform: uppercase;
}

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


.vr-btns a {

background: linear-gradient( to bottom , #0C93EB , #054e90 , #0C93EB);
border-radius:5px;
}








.single-blog {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-bottom: 30px;border-radius: 0 40px 0 40px;
}

.single-blog .image {    
overflow: hidden;
border-radius: 0 40px 0 40px;
position: relative;
}

.single-blog .image:after { 
content: "";
    background-color: rgba(255, 255, 255, 0.2);
    background: #f6f6f61a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f6f6f61a, #fffc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f6f6f61a, #fffc);
background: linear-gradient(to left, #f6f6f61a, #ffffff4d);
    position: absolute;
    width: 35%;
    height: 200%;
    right: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);}

.single-blog:hover .image:after {
    right: 150%;
}

.single-blog .image img {
    -webkit-transition: .5s;
    transition: .5s;
border-radius: 0 40px 0 40px;
height: 240px;width: 100%;
}

.single-blog .content {
padding: 20px 20px 25px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    position: relative;
    z-index: 9;
direction: ltr;
}


.main-all .single-blog .content {
    padding: 25px 20px 10px 20px;}


.single-blog .content .datee {
color: #0aa756;
font-size: 14px;
position: relative;
font-weight: normal;
   padding-left: 22px; 

}

.single-blog .content .datee {

    color: #111;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    padding-left: 22px;
padding: 8px 20px 8px 20px;
    background: #126401;background: #f6e3a6;
    border-radius: 30px;
    position: absolute;
    top: -26px;
    right: 15px;}


.single-blog .content .datee i {
position: absolute;
left: 0;
top: -1px;
line-height: initial;
}


.single-blog .content .datee i {
    position: absolute;
    left: 21px;
    top: 15px;
    line-height: initial;
}


.single-blog .content span.btn-title {
background: linear-gradient(to left, #f8f8f8, #f3f3f3);
color:#2f2f2f;
}

.single-blog .content .btn-style-one .btn-title:before {
    background-color: #4d2b74;

}


.single-blog .content .btn-style-one:hover .btn-title {
color:#fff !important;
}


.single-blog .content h3 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 8px;
margin-top: 0;
    -webkit-transition: .5s;
    transition: .5s;

}

.single-blog .content p {
font-size: 14px;
height: 41px;
overflow: hidden;
line-height: 20px;
}

.single-blog .content h3 a {
    color: #000
}

.single-blog .content .blog-btn {


-webkit-transition: .5s;
transition: .5s;
font-size: 14px;
font-weight: normal;
padding:13px 30px;
position: relative;
border-radius: 0 30px 30px;
background: linear-gradient(to left, #9252b0, #4d2b74);color: #fff;

-webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: normal;
    padding: 13px 30px;
    position: relative;
    border-radius: 0 30px 30px;
    background: linear-gradient(to left, #f8f8f8, #f3f3f3);
    color: #2f2f2f;

}


/*
.single-blog .content .blog-btn:after {
content: "";
position: absolute;
left: 0;
top: 4px;
background: #0aa756;
width: 2px;
height: 23px;
transition: all 0.4s ease-in-out;z-index: -1;
}*/

.single-blog:hover .content .blog-btn:after {
width:100%;
}


.single-blog .content .blog-btn:hover {
background: linear-gradient(to left, #111, #333);
}


.single-blog:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}




.gallery-section-two {
    background: #efeff2;
}
.gallery-section-two {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.gal-ser .image img {
background: #fff;
width: 100%;
height: 250px;cursor: pointer;
}


.colfive {
width: 20%;
padding:0 5px;
margin-bottom:10px;
}



.alert {
    padding: 16px;
    margin-bottom: 15px;
    width: 100%;
}


.alert-2-success {
border-left: 4px solid #666666;
background-color: rgba(102, 102, 102, 0.05);
}


.alert-2-success .alert-title {
color: #ff3838;
}
.alert-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}



.alert-content {
    margin: 0;
    font-size: 14px;
    color: #555555;
}

/*
.drop-box .content .price-moun {
width: 240px;
}

.drop-box .content .price-moun .nice-select {
background: #eee;
border-radius: 8px;
width: 100%;
}


.drop-box .content .price-moun [class*='col-']:first-child {
padding-right:5px;
padding-left:5px;
}


.drop-box .content .price-moun [class*='col-']:last-child {
padding-left:5px;
padding-right:5px;
}
*/


.up-drop .price-moun {
width: 260px;
}

.up-drop .price-moun .nice-select {
width: 100%;
border-left: 1px solid #dfdfdf;
}

.price-moun [class*='col-']:first-child {
padding-right:5px;
}


.price-moun [class*='col-']:last-child {
padding-left:5px;
}


.readmore {
padding: 11px 22px 11px 22px;
border-radius: 0 30px 30px;
color: #111;
background: linear-gradient(to right, #f8f8f8, #f3f3f3);
font-size: 13px;
}


.dates-o {
    position: absolute;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: #f8f8f8;
    border-radius: 0 25px 0 0;
color: #ababab;
    font-size: 14px;
    z-index: 2;text-transform: capitalize;
}

.product-arina {
background: #fff;
padding: 20px 0 10px;
}


.brand-logo-area {overflow: hidden;
    padding: 40px 0 20px;background: #fafafa;
}

@media (max-width: 767px) { 
.met-on {
display: block;
}
.buy-card {
margin: 0 auto;
max-width: 100%;
}

.met-on {

text-transform: capitalize;

cursor: pointer;

font-size: 14px;

justify-content: space-between;

display: flex;

background: #0C93EB;

color: #fff;

padding: 15px;
}





.meet-form {
display: none;
position: fixed;
top: 50%;
transform: translatey(-30%);
z-index: 99;
background: #fff;
right: 20px;
left: 20px;
transition: all ease-in-out .04s;
opacity: 0;
visibility: hidden;
}


.active-meet .meet-overlay {
visibility: visible;
display: block;
opacity: 1;
}




.active-meet .meet-form {
transform: translatey(-50%);
opacity:1;
visibility: visible;
display: block;

}


.deol-fi {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }

.deol-fi > div { 
width: 100%;
}


.no-deck {
display:block;
}


.no-mop {
display: none;
}



.utilize-menu > ul > li {
border-bottom: 1px solid #f6f6f6;
}

.loca-box {
border-bottom: 1px solid #dfdfdf;

}

.utilize-menu-head {

border-bottom: none;}


.search-bar { 
height: auto;
display: inline-block;
width: 100%;
max-width: 100%;
}

.sect-box .search-btn {
margin: 8px auto;
border-radius: 8px;
width: 90%;
text-align: center;
justify-content: center;
line-height: 45px;
}

.loca-box input {
height: 45px;width: 100%;
}

.sect-box .filter-name {
border-bottom: 1px solid #dfdfdf;
border-left: none;padding-left: 15px;
line-height: 45px;text-align: left;
}

.parallax-searchs.home15 .welcome-text p {
font-size: 14px;
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.parallax-searchs .welcome-text h1 {
    font-size: 20px;margin-bottom: 0;}

.hero-inner .welcome-text {
margin-top: 50px;
}

.parallax-searchs.home15.thome-6 {
height: 350px;
margin-bottom: 90px;
background-size: 100% 100%;
background-attachment: inherit;
}


.product-item-4 .product-price {
font-size: 14px;
}




.title-her h1 {
font-size: 14px;
}


.proj-name .title-her h1 {
  margin: 40px 0 30px;
}


.product-item-4 .product-title {
font-size: 16px;
}


.as-btn {
font-size: 13px;
padding: 12px;
}

.custom-nav .owl-nav > button {
display:none;
}


.sre-title h1 {
    line-height: 25px;
    margin-bottom: 20px;
}

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

.brand-logo-area,
.feat-sect,
.categ-sec,
.product-slider-area {
padding: 20px 0 10px;
}

.footer-top-area {
padding: 20px 0 0;
}

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

.list-item-2-before li {
margin-top: 0;
}

.featured-card {
padding: 20px 15px;
}


.utilize-menu-head .site-logo img,
.site-logo-wrap .site-logo img {

}


.img-slide-item-4 img, .img-slide-item-3 img, .img-slide-item-2 img {
height: 200px;
}

.proj-name {
display: inline-block;
width: 100%;
}



.blog-meta {

    margin: 5px 0;

}

p,
body {
font-size: 14px;
}



  .property-detail-info-list ul {
padding: 0;
margin: 0;}

.property-detail-info-list ul li {
width: 50%;
margin-top: 0;
}

.property-detail-info-list ul li:last-child {
width: auto;
}

.card-b h4 {
height: 42px;
display: grid;
align-items: center;
margin-top: 8px;
}

.property-d .row > [class*='col-'] {
padding:0 5px;
}

.property-d .row {
margin-right: -5px;

margin-left: -5px;
}


#sidebar {
padding:0
}


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


.breadcrumb-inner h1 {
    font-size: 17px;}
.section-title-area.centered,
.nasm {
width: 100%;
}

.breadcrumb-area {

}


.jAtNOP .details {
display: inline-block;
}


.box-da {
padding: 15px;
}


.menu-widget > ul li {
width: 50%;
float: right;
}




.jAtNOP .details .childdetails {
margin-bottom: 12px;width: 50%;

float: left;
}



.card-categ img {

    width: 50px;
    height: 45px;

}




.feat-sect .row,
.dapo-padd .row {
margin: 0;
}

.all-ioc {
display: none;
}

.nasm {
position: fixed;
bottom: 0;
z-index: 9;
left: 0;
right: 0;
border-radius: 0;
background: #fff;
box-shadow: 0 0px 20px 0 rgba(23, 44, 82, 0.1);
display: flex;

justify-content: space-between;
align-items: center;
}

.page-details-inner p span {
font-size: 13px;
}

.page-details-inner p {
font-size: 14px;
margin-bottom: 0;
}

.gallery-section-two {
    padding: 15px 0;}


.widget,
.widget-title {
margin-bottom: 15px;
font-size: 16px;
}

.gal-ser .image img {
    height: 130px;}
.colfive {
    width: 33.333%;
}

.deol-f p {
font-size: 14px;
color: #363636;
}

.xs-mb-0 {
margin-bottom:0;
}


.meet-form {

    padding:20px;

}

.nasm .text-heading {
font-weight: bold;
}

.master-plan,
.floor-plan {
max-width: 90%;
width: 100%;
}


.pathroom-btn,
.bedroom-btn,
.property-btn {
display: none;
}
.sle-path,
.sle-prop,
.sle-bed {
    position: relative;
}


.sle-path select,
.sle-prop select,
.sle-bed select {

background: none;
border: 0;
border-bottom: 1px solid #d9d9d9;
width: 100%;
line-height: 45px;
height: 45px;
padding-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.sle-path:after,
.sle-prop:after,
.sle-bed:after {
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    color: #222;

}

.special-link a {

}


.social-media-2 {
text-align: center;
}

.tagcloud-widget {
margin-bottom: 0;
}

.footer-menu ul li {
margin-bottom: 10px;
}

.jAtNOP {
padding-bottom: 0;
}


.itcard .title {
font-size: 16px;
margin: 0;
line-height: 25px;
}

.footer-widget {

    margin-bottom: 5px;}


.author-widget {
padding: 0;
border: 0;
}


.nice-select {
float: none;
}

.up-drop .nice-select { 

width: 100%;

border-left: 0;

border-bottom: 1px solid #dfdfdf;
height: 50px !important;
line-height: 26px;
padding-left: 15px !important;
}


.header-middle-area .lod-ds {
width: 100%;
padding: 0;
}
.utilize-menu > ul > li > a {
 font-size: 15px;
}

.footer-widget .footer-title {
    font-size: 18px;}

.sre-title h1 {
margin-bottom: 10px;
}

.section-title-area p {

}


.copyleft {
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 5px;
}

.social-media ul {
  margin-bottom: 20px;
text-align: center;
}


.search-slider-area, .buy-slider-area {
padding: 20px 0;
}

.utilize-menu-head {
justify-content: center;
}

.brand-logo-item {
padding: 10px;
height: 80px;margin-bottom: 10px;
}

.brand-logo-item img {
height: 65px;
margin: 0 auto;
}






  .page-details-inner .blog-title {
    margin-top: 0;
    font-size: 17px; }

.blog-details-inner > img {
margin-bottom: 15px;
}

  .page-details-inner .blog-img {
    margin-bottom: 40px; }
  .blog-details-wrap {
padding: 15px;
}
  blockquote {
    font-size: 16px;
    padding: 70px 20px 40px 20px; }
    blockquote::before {
      position: initial;
      font-size: 60px;
      display: block;
      line-height: 1; }
  .prev-next-btn .blog-title {
    font-size: 18px; }
  .blog-prev {
    margin-bottom: 40px; }
  .blog-next {
    margin-top: 40px;
    margin-bottom: 0; }
  .ltn-author-introducing {
    padding: 40px 20px; }
    .ltn-author-introducing .author-img {
      max-width: 100px;
      margin-right: 0px;
      margin-bottom: 30px; }
    .ltn-author-introducing .author-info {
      overflow: inherit; }
  .commenter-img {
    float: inherit;
    margin-right: 0;
    max-width: 80px;
    margin-bottom: 20px; }
  .commenter-comment h6 {
    font-size: 18px; }
  .comment-reply-btn {
    position: inherit;
    font-size: 12px; }
  .comment-inner ul ul {
    margin: 0px; }
  .comment-inner li {
    margin-top: 30px; }
  .comment-reply-area form {
    padding: 50px 20px; }
  .first-letter {
    font-size: 40px;
    margin-right: 20px;
    width: 60px;
    height: 60px; }


.blog-details-inner > img {
    height: 200px;}



.search-bar { 
border:1px solid #dfdfdf;
}



.vr-btns a {
    width: auto;}




.Modal__ModalContent-lhk90q-5 h2 {
font-size: 14px;
line-height: 1;
}


.splink {
padding: 0 20px;
}


.breadcrumb-area {
padding-top: 10px;

padding-bottom: 8px;
}




  .menu-icon > a::before { 
right: 20px;
}





.form-control::placeholder {

    color: #ababab;
    opacity: 1;

}
.form-control::placeholder {

    color: #ababab;
    opacity: 1;

}

.adv-section {
padding: 15px;background: #363636;
}

.conta-page {

    padding: 20px 0; }


.icon-box-4 {

margin-bottom: 10px;}

.adv-section .filter-widget {
margin: 10px;
}



.contact-wrap .form-group,
.form-group,
input[type="tel"], input[type="date"], input[type="text"], input[type="email"], input[type="password"], input[type="submit"],
.bootstrap-timepicker,
.meet-form input {
margin-bottom: 5px;
}

  .itcard .content img { 
width: 40px;
}




.property-d,
.property-details-amenities {
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #eee;
}


#schedule .as-btn {
height: 45px;
}


.section-title-area.centered h1 {
line-height: 25px;font-size: 20px;
}

.head-form {
font-size: 18px;margin-bottom: 15px;
}

.contact-wrap {
    padding: 30px 15px 30px;}



.up-drop .price-moun {
width: 100%;
}

.price-moun [class*="col-"]:first-child {
    padding-right: 0;
} 


.price-moun [class*="col-"]:last-child {
    padding-left: 0;
} 


.price-moun [class*="col-"]:first-child .nice-select {
border-right:none;
}


.adv-section  .price-moun [class*="col-"]:first-child {
    padding-right: 5px;
} 


.adv-section  .price-moun [class*="col-"]:last-child {
    padding-left: 5px;
} 


/*
.itcard .content {

transform: translateY(calc(100% - 7rem));

}*/


.property-detail-info-list ul li span {
font-size: 13px;
}



.itcard {
height: 260px;
}



.author-widget.open-req .vr-frame {
right: 0;

left: 0;

width: 100%;
}


.splink .ft-content i {
background: linear-gradient(to left, #363636, #363636);}


.splink .ft-content i:after {
background: #363636;
}
.vr-frame {
max-height: 230px;
}


}






/************************************/

.top-hlp {

display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}


.top-hlp ul {
padding: 0;
margin: 0;
list-style: none;
}


.btns-act {
margin-left: 40px;
}


.btns-act ul  {
display: flex;
gap: 5px;
}

.btns-act ul li { 

}



.btns-act ul li a { 
width: 40px;
height: 40px;
border-radius: 8px;
background: #f6f6f6;
color: #363636;
display: block;
text-align: center;
line-height: 40px;
padding: 0;}


.btns-act ul li a:hover {
border: 1px solid #363636;
background: #363636;
color: #fff;
}


.btns-tabs {
min-width: 40%;
}


.btns-tabs li {
border-left: 1px solid #d9d9d9;
flex: 1;
min-width: 180px;
text-align: center;
}

.btns-tabs li:first-child {
border-left: 0;
}

.btns-tabs li a { 
color: #363636;
padding: 5px 12px;
display: block;
text-align: center;

display: flex;
align-items: center;
justify-content: center;
gap: 5px;
  border: 0;
  border-radius: 0;

}

.btns-tabs ul {
display: flex;
justify-content: space-between;
border: 1px solid #d9d9d9;
border-radius: 8px;
overflow: hidden;
}


.btns-tabs li a.active img { 
filter: brightness(100);
}

.btns-tabs li a.active { 
background: #363636;
color: #fff;
}


.hint-depart {
display: flex;
gap: 15px;
}



.hint-left {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #d9d9d9;
margin: 25px 0;
border-radius: 8px;
padding: 12px;
min-width: 80%;
}



.hint-plan {
display: flex;
border: 1px solid #d9d9d9;
border-radius: 8px;}


.hint-plan .plan-s {
padding:12px 18px;
flex: 1;
border-right: 1px solid #d9d9d9;
text-align: center;
}



.hint-right p,
.hint-plan .plan-s p {
font-size: 14px;
color: #363636;
margin: 0;
line-height: 21px;
}


.hint-plan .plan-s p span {
color: #676767;
font-size: 13px;
margin-left: 4px;
}


.hint-plan .plan-s:last-child {
border-right: 0;
}



.hint-desc p { 
font-size: 14px;
color: #676767;
margin: 0;/*font-family: med;*/
}

.hint-desc h4 {
color: #0C93EB;
margin: 0 0 5px;
font-size: 20px;/*font-family: med;*/
}

.hint-desc h4 span {
font-size: 13px;
color: #676767;text-transform: capitalize;
margin-left: 4px;}





.hint-right {
text-align: center;
border: 1px solid #d9d9d9;
margin: 25px 0;
border-radius: 8px;
padding: 12px;
min-width: 20%;
}


.statue-plan {
color: #676767;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
text-transform: capitalize;
}


.statue-plan span {
width: 8px;
height: 8px;
background: #ff2626;
display: block;
border-radius: 50%;
}


.available.statue-plan { 
color: #09A756;
}

.available.statue-plan span {
background: #09A756;
}

.reveal2 {
height: 170px;
  overflow: hidden;
}
.reveal {

  height: 65px;
  overflow: hidden;}



.more2,
.more {
text-transform: capitalize;
margin: 15px 0 20px;
display: block;
text-decoration: underline;}

.owner-tag {
padding: 3px 12px;
background: #DA2F2F;
color: #fff;
float: right;
border-radius: 25px;
margin-left: 8px;
}

.det-ico {
width: 40px;
height: 40px;
border: 1px solid #d6d6d6;
border-radius: 4px;
display: grid;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
}

.pro-price {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 5px;
/*font-family: med;*/
font-size: 15px;
}

/*
.pro-location,
.pro-price span {
font-weight: bold;
}*/


.pro-info img {
  width: auto !important;
  display: inline-block !important;
}

.pro-img img {
width: 100%;
height: 220px;
border-radius: 8px;
}


.pro-info {
padding: 10px 0;
}

.listings-header {
padding: 20px 0;
}


.pro-location a {
font-size: 13px;
color: #676767;

}


.feat-ire {
display: flex;
list-style: none;
gap: 20px;
color: #363636;
margin: 0;
padding: 0;}


.itcard-gllery {
position: absolute;
right: 10px;
bottom: 15px;
border-radius: 16px;
background: #fff;
width: 119px;
padding: 7px;
z-index: 1;
}

.boco .itie {
width: 105px;
height: 64px;
border-radius: 8px;
overflow: hidden;
margin-bottom: 7px; 
}

.boco .itie img {
width: 100%;
height: 100%;
}
.boco .itie a {
display: block;
}

.pho-lbl {
padding: 3px 12px;
background: #363636;
color: #fff;
border-radius: 25px;
display: block;

}




.contact-side {

position: relative;
left: auto;
width: 100%;
margin-left: 0;
z-index:1;
text-align: left;

margin: 25px 0;
border-radius: 8px;
min-width: 20%;

position: absolute;
left: 100%;
width: calc(45% + 10px);
margin-left: 15px;
}


.c-sides {
border: 1px solid #d9d9d9;
margin-bottom: 25px;
}

.contact-side .cbox .tio-check {
padding: 18px;
}


.Whatsapp-c {
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
}


.tio-check h2 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 15px 0;
}

.contact-side .as-btn {
display: block;
padding: 12px 0;
border-radius: 4px;}




.zoom-c.checked {
background: #f0f8ff;

/*0078d0*/
}


.contact-side .zoom-c .as-btn {
background: #0078d0;
}


.Whatsapp-c.checked {
background: #effef6;
/*09a756*/
}


.zoom-c.checked h2,
.Whatsapp-c.checked h2 {
font-size: 16px;
}



.contact-side .Whatsapp-c .as-btn {
background: #09a756;
}




.checked #contact-1div,
.checked #meeting-1div,
.checked #whatsapp-1div {
display: block;
}



.Whatsapp-c .custom-control-label {
color: #09a756;
}



.zoom-c .custom-control-label {
color: #0078d0;
}




/***********************/


.property-search {
  display: flex;
  flex-direction: column;
}
/*
.header {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fafafa;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
  padding: 0 60px;
}

@media (max-width: 991px) {
  .header {
    max-width: 100%;
    padding: 0 20px;
  }
}

.header-content {
  display: flex;
  width: 100%;
  max-width: 1120px;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-content {
    max-width: 100%;
    flex-wrap: wrap;
  }
}

.logo {
  aspect-ratio: 2.22;
  object-fit: auto;
  object-position: center;
  width: 88px;
  align-self: stretch;
  margin: auto 0;
}

.nav-container {
  align-self: stretch;
  display: flex;
  gap: 20px;
  color: #676767;
  white-space: nowrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .nav-container {
    max-width: 100%;
    flex-wrap: wrap;
    white-space: initial;
  }
}

.nav-primary {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .nav-primary {
    white-space: initial;
  }
}

.nav-item {
  font-family: TASA Orbiter Text, sans-serif;
  padding: 4px 8px;
}

.nav-item-active {
  border-bottom: 3px solid #363636;
  color: #363636;
}

@media (max-width: 991px) {
  .nav-item {
    white-space: initial;
  }
}

.nav-secondary {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .nav-secondary {
    white-space: initial;
  }
}
*/
.user-actions {
  align-self: stretch;
  display: flex;
  gap: 16px;
  margin: auto 0;
}

.language-selector {
  justify-content: center;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  color: #363636;
  white-space: nowrap;
  padding: 10px 16px;
  border: 1px solid #363636;
}

@media (max-width: 991px) {
  .language-selector {
    white-space: initial;
  }
}

.language-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 20px;
  align-self: start;
}

.sign-in-btn {
  font-family: TASA Orbiter Text, sans-serif;
  border-radius: 4px;
  background-color: #363636;
  color: #fafafa;
  padding: 10px;
}

@media (max-width: 991px) {
  .sign-in-btn {
    padding: 0 20px;
  }
}

.search-filters {
  border-bottom: 1px solid #d9d9d9;
  background-color: #fafafa;
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: #363636;
  font-weight: 500;
  line-height: 140%;
  padding: 12px 80px 12px 16px;
}

@media (max-width: 991px) {
  .search-filters {
    flex-wrap: wrap;
    padding-right: 20px;
  }
}

.search-input {
  border-radius: 4px;
  display: flex;
  gap: 16px;
  color: #676767;
  font-weight: 400;
  padding: 4px 12px;
  border: 1px solid #d9d9d9;
}

.search-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 24px;
}

.filter-dropdown {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.filter-btn {
  justify-content: center;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  padding: 5px 8px 5px 10px;
  border: 1px solid #d9d9d9;
}

.dropdown-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 20px;
  align-self: start;
}

.reset-filters {
  justify-content: center;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #d9d9d9;
}

.reset-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 24px;
}

.main-content {
  align-self: center;
  width: 100%;
  max-width: 1164px;
}

@media (max-width: 991px) {
  .main-content {
    max-width: 100%;
  }
}

.content-wrapper {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.map-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 29%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .map-column {
    width: 100%;
  }
}

.map-container {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  font-size: 16px;
  color: #fafafa;
  font-weight: 500;
  white-space: nowrap;
  line-height: 140%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .map-container {
    margin-top: 40px;
    white-space: initial;
  }
}

.map-inner {
  display: flex;
  padding-left: 42px;
  flex-direction: column;
}

@media (max-width: 991px) {
  .map-inner {
    padding-left: 20px;
    white-space: initial;
  }
}

.map-marker {
  justify-content: center;
  align-items: start;
  align-self: start;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .map-marker {
    padding-right: 20px;
    white-space: initial;
  }
}

.marker-wrapper {
  display: flex;
  flex-direction: column;
  fill: #363636;
  overflow: hidden;
  position: relative;
  aspect-ratio: 2;
  width: 60px;
  padding: 0 4px 9px;
}

@media (max-width: 991px) {
  .marker-wrapper {
    white-space: initial;
  }
}

.marker-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.marker-content {
  position: relative;
  justify-content: center;
  border-radius: 4px;
  display: flex;
  padding-right: 20px;
  gap: 2px;
}

@media (max-width: 991px) {
  .marker-content {
    white-space: initial;
  }
}

.marker-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 14px;
  fill: #fafafa;
  margin: auto 0;
}

.listings-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 71%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .listings-column {
    width: 100%;
  }
}

.listings-container {
  border-left: 1px solid #d9d9d9;
  background-color: #fafafa;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  padding: 24px 12px 0;
}

@media (max-width: 991px) {
  .listings-container {
    max-width: 100%;
    margin-top: 40px;
  }
}

.listings-header {
  display: flex;
  gap: 8px;
padding: 20px 0;
align-items: center;
}
/*
.listings-header .btn-raw {
margin-left: auto;
}
*/
.listings-header a i {
margin-right: 7px;
}

@media (max-width: 991px) {
  .listings-header {
    flex-wrap: wrap;
  }
}

.listings-count {
  color: #0078d0;
  font: 500 18px/110% TASA Orbiter Display, -apple-system, Roboto, Helvetica, sans-serif;
}

.listings-description {
color: #333;
margin: 0;text-transform: capitalize;
  font: 400 14px/120% TASA Orbiter Text, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .listings-description {
    max-width: 100%;display: none;
  }
}

.listings-grid {
  align-content: center;
  flex-wrap: wrap;
  display: flex;
  margin-top: 16px;
  padding-right: 8px;
  flex-direction: column;
}

@media (max-width: 991px) {
  .listings-grid {
    max-width: 100%;
  }
}

.listing-row {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .listing-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.listing-card {
  border-radius: 12px;
  background-color: #fafafa;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  padding: 8px 8px 16px;
}

@media (max-width: 991px) {
  .listing-card {
    margin-top: 16px;
  }
}

.listing-image {
  aspect-ratio: 1.69;
  object-fit: auto;
  object-position: center;
  width: 100%;
}

.listing-details {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
}

.listing-header {
  justify-content: space-between;
  display: flex;
  gap: 4px;
}

.listing-price {
  color: #363636;
  font: 500 18px/140% TASA Orbiter Display, -apple-system, Roboto, Helvetica, sans-serif;
}

.favorite-btn {
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  display: flex;
  padding: 10px 4px;
  border: 1px solid #d9d9d9;
}

.favorite-icon {
  aspect-ratio: 1.59;
  object-fit: auto;
  object-position: center;
  width: 24px;
  fill: #363636;
}

.listing-info {
  display: flex;
  margin-top: 4px;
  flex-direction: column;
  color: #676767;
}

.listing-address {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.address-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 20px;
}

.listing-features {
  display: flex;
  padding-right: 80px;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 991px) {
  .listing-features {
    padding-right: 20px;
  }
}

.feature {
  display: flex;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .feature {
    white-space: initial;
  }
}

.feature-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 20px;
  align-self: start;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/********************/


.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
border: 1px solid #363636;
border-radius: 4px;
background: #fff;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
border-radius: 0;
height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;background: #333;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;background: #333;
}	





.im-two {
margin: -25px 0 0 15px;
}

.property-soon {
margin: 60px 0;
overflow: hidden;position: relative;
border-radius: 16px;
}

.redlines {
position: absolute;
bottom: 70px;
}


.redlines img:first-child {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}

.text-one {
padding: 30px;
text-align: right;
}


.text-two {
  font-size: 70px;
  
  text-transform: capitalize;
  transform: rotate(13deg);
  margin-left: 150px;
  margin-top: 30px;}

.colitem {
overflow: hidden;
}





.cta-link {
text-align: right;
}


	





.product-share-holder {
  position: fixed;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.product-share-holder.active {
  opacity: 1;
  visibility: visible;
}
.product-share-holder .product-share-inner {
  position: relative;
  max-width: 350px;
  width: 100%;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 64.0625rem) {
  .product-share-holder .product-share-inner {
    padding: 1.875rem;
  }
}
.product-share-holder .product-share-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.product-share-holder .product-share-inner > ul li + li {
  margin-left: 5px;
}
.product-share-holder .product-share-inner > ul li a {
  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;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.product-share-holder .product-share-inner > ul li a.facebook {
  color: #fff;
  background-color: #3b5998;
}
.product-share-holder .product-share-inner > ul li a.twitter {
  color: #fff;
  background-color: #000;font-weight: bold;
}
.product-share-holder .product-share-inner > ul li a.pinterest {
  color: #fff;
  background-color: #e60023;
}
.product-share-holder .product-share-inner > ul li a.linkedin {
  color: #fff;
  background-color: #0077b5;
}
	


.product-share-holder .product-share-inner > ul li a.instagram {
  color: #fff;
  background-color: #E1306C;
}



.product-share-holder .product-share-inner > ul li a.whatsapp {
  color: #fff;
  background-color: #25D366;
}



.product-share-holder .product-share-inner > ul li a.google {
  color: #fff;
  background-color: #ea4335;
}
.product-share-holder .product-share-inner > ul li a:hover {
  opacity: 0.8;
}
.product-share-holder .copy-link p {
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.product-share-holder .copy-link p .copied {
  color: #ee403d;
  -webkit-transition: all 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
}
.product-share-holder .copy-link p .copied.active {
  opacity: 1;
}
.product-share-holder .copy-link .link-value {
  position: relative;
  display: block;
  max-width: 100%;
  height: 42px;
  font-size: 14px;
  padding: 0.625rem 0.9375rem 0.5rem;
  background-color: #e9eaee;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;line-height: 33px;
}
.product-share-holder .copy-link input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-share-holder .copy-link span {
  display: block;
  font-size: 13px;
  opacity: 0.4;
  margin-top: 5px;
}
.product-share-holder .share-close {
  position: absolute;
  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;
  font-size: 0.8125rem;
  width: 2.125rem;
  height: 2.125rem;
  top: -0.75rem;
  right: -0.75rem;
  background-color: #fff;
  border: 1px solid #dee0ea;
  border-radius: 50%;
  cursor: pointer;
}



#pricing {
padding-top:30px;
position: relative;
z-index: 10;
}



.pricing-ribbon h5:after {

  display: none;
}


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

.top-price p {
position: relative;
margin-bottom: 15px;}

.top-price p:after {
bottom: -6px;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 20px;
background: #fff;
}


.overflow-hidden {
    overflow: hidden !important;
}

/*
 * Shortcode: pricing.less
 * -----------------------------------------------
*/
.pricing-table {
margin-bottom: 30px;

position: relative;

overflow: hidden !important;

border-radius: 0 25px 25px 25px;

box-shadow: 1px 1px 15px #0000001a;

background: none;
}



.bkg-1 {
background-color:#6AB43E;
background: #52c234;  
background: -webkit-linear-gradient(to right, #061700, #52c234);  
background: linear-gradient(to right, #52c234, #061700); 


}

.bkg-2 {
background-color:#06AED5;
background: #00B4DB;  
background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  
background: linear-gradient(to right, #00B4DB, #0083B0); 


}



.bkg-3 {
background-color: #cd7f32;

background: #FF512F;  
background: -webkit-linear-gradient(to right, #F09819, #FF512F);  
background: linear-gradient(to right, #F09819, #FF512F); 


}



.bkg-4 {
background-color:#999;
background: #232526;  
background: -webkit-linear-gradient(to right, #414345, #232526);  
background: linear-gradient(to right, #414345, #232526); 


}


.bkg-5 {
background-color:#FFAB00;
background: #F7971E;  
background: -webkit-linear-gradient(to right, #FFD200, #F7971E);  
background: linear-gradient(to right, #FFD200, #F7971E); 


}


.bkg-6 {
background-color:#80acdd;
background: #373B44;  
background: -webkit-linear-gradient(to right, #4286f4, #373B44);  
background: linear-gradient(to right, #4286f4, #373B44); 


}




.bkg-1 {
background-color:#6AB43E;
background: #52c234;  
background: -webkit-linear-gradient(to right, #061700, #52c234);  
background: linear-gradient(to right, #52c234, #061700); 


}

.bkg-2 {
background-color:#06AED5;
background: #00B4DB;  
background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  
background: linear-gradient(to right, #00B4DB, #0083B0); 


}



.bkg-3 {
background-color: #cd7f32;

background: #FF512F;  
background: -webkit-linear-gradient(to right, #F09819, #FF512F);  
background: linear-gradient(to right, #F09819, #FF512F); 


}



.bkg-4 {
background-color:#999;
background: #232526;  
background: -webkit-linear-gradient(to right, #414345, #232526);  
background: linear-gradient(to right, #414345, #232526); 


}


.bkg-5 {
background-color:#FFAB00;
background: #F7971E;  
background: -webkit-linear-gradient(to right, #FFD200, #F7971E);  
background: linear-gradient(to right, #FFD200, #F7971E); 


}


.bkg-6 {
background-color:#80acdd;
background: #373B44;  
background: -webkit-linear-gradient(to right, #4286f4, #373B44);  
background: linear-gradient(to right, #4286f4, #373B44); 


}


/*
.has-color:nth-child(7) .bg-theme-colored-2 {
background-color:#FFAB00

}*/





.host-conten {
padding-bottom: 15px;
background: #fff;
}


.host-conten .price {
display: flex;
justify-content: center;
padding: 10px 0;
gap: 2px;
align-items: center;
line-height: 1;
}

.host-conten .btn {
margin-top: 10px;
border-radius: 4px;
font-weight: normal;
}



.btn-theme-colored {
margin-top: 5px !important;
display: inline-block;
width: auto !important;

}

.pricing-table .table-price {
  color: #111111;
  font-size: 45px;
}
.pricing-table .table-price span {
  font-size: 13px;
  vertical-align: middle;
}
.pricing-table.featured {
  border: 1px solid #111111;
}
.pricing-table .table-type {
  display: inline;
}
.pricing-table .btn-signup {
  margin-right: 0;
  width: 100%;
}
.pricing-table .table-list {
  list-style: outside none none;
  padding: 10px 0 10px 20px;
padding-top: 0;
padding-left: 0;
}
.pricing-table .table-list li {
  border-bottom: 0;
  font-size: 14px;

  padding: 14px 0;color: #333;
}
.pricing-table .table-list li i {
  margin-right: 8px;
}
.pricing-table .table-list li:nth-child(2n+1) {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.pricing-table .package-type {
color: #fff;
font-size: 20px;
margin-bottom: 0;
}

.pricing-table .package-type span {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.pricing-table .package-type span::after {
  background: #2d915b;
  content: "";
  height: 20px;
  left: -20px;
  position: absolute;
  top: 11px;
  width: 20px;
}
.package-icon {
  color: #fff;
  font-size: 60px;
  opacity: 0.15;
  position: absolute;
  right: 15px;
  top: -8px;
}
.price .currency {
font-weight: normal;
font-size: 22px;
}


.per-year:after {
display:none;
}

.price.text-theme-colored {
margin: 0;
padding-top: 10px;
}



/* Table Specification */
.specification tr td {
  background: #fff none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  padding: 20px 24px !important;
  text-align: center;
}
.specification tr:last-child {
  border-bottom: 1px solid #ddd;
}
.specification tr td:first-child {
  border-left: 1px solid #ddd;
  color: #333;
  text-align: left;
}
.specification tr:nth-child(2n) td {
  background: #f7f8fa none repeat scroll 0 0;
}
.specification tr td:first-child {
  font-weight: 800;
}
.specification tr:first-child td {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
/* Table Domanin Prices */
.domain-price-table tr td {
  background: #fff none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  padding: 16px 24px !important;
  text-align: center;
}
.domain-price-table tr:last-child {
  border-bottom: 1px solid #ddd;
}
.domain-price-table tr td:first-child {
  border-left: 1px solid #ddd;
  color: #333;
  text-align: left;
}
.domain-price-table tr:nth-child(2n) td {
  background: #f7f8fa none repeat scroll 0 0;
}
.domain-price-table tr td:first-child {
  font-size: 18px;
  font-weight: 800;
}
.domain-price-table tr:first-child td {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
/* Pricing Tag */
.price-tag {
  border-radius: 50%;
  height: 124px;
  padding-top: 24px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 124px;
  z-index: 0;
}
.price-tag p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.price-tag p span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  text-transform: lowercase;
}
.price-tag p span em {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  vertical-align: top;
}



.price.text-theme-colored {
margin: 0;
padding-top: 10px;
}


.pricing-table .package-type {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  
}





.btn-theme-colored {
  color: #fff;
  background-color: #c52d2f;
  border-color: #c52d2f;
}
