/*=========================
  All css
==========================*/
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("all-fontawesome.min.css");
@import url("owl.carousel.min.css");
@import url("bootstrap-select.min.css");
@import url("magnific-popup.css");
@import url("lightgallery.min.css");
@import url("animate.css");
@import url("scrollbar.css");
@import url("switcher.css");
@import url("rangeslider.css");

/*=========================
  All css
==========================*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Noto+Serif:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8e8e8e;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
a {
  color: #efbb20;
  outline: 0 none;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
a:active,
a:hover {
  color: #333333;
}
p a {
  color: #333333;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
hr {
  clear: both;
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}
address {
  font-style: italic;
}
table {
  background-color: transparent;
  width: 100%;
}
table thead th {
  color: #333;
}
table td {
  padding: 15px 10px;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
  margin-bottom: 24px;
}
.overflow-hide {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.clear {
  clear: both;
}
.pull-none {
  float: none;
}
::-moz-selection {
  background: #287a2c;
  color: #fff;
}
::selection {
  background: #287a2c;
  color: #fff;
}
/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e1e13;
  font-family: "Roboto", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2e1e13;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 25px;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
  line-height: 24px;
  margin-bottom: 24px;
}
strong {
  font-weight: 600;
}
/*text align*/

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/*text vertical align*/

.v-align-t {
  vertical-align: top;
}
.v-align-m {
  vertical-align: middle;
}
.v-align-b {
  vertical-align: bottom;
}
/*text no line brack*/

.text-nowrap {
  white-space: nowrap;
}
/*text transform*/

.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
/*text size*/
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
  line-height: 30px;
}
.font-28 {
  font-size: 28px;
  line-height: 35px;
}
.font-30 {
  font-size: 30px;
  line-height: 35px;
}
.font-35 {
  font-size: 35px;
  line-height: 45px;
}
.font-40 {
  font-size: 40px;
  line-height: 50px;
}
/*text weight*/

.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
  list-style-position: outside;
  padding: 0;
}
ul,
ol {
  margin-bottom: 24px;
}
ul li,
ol li {
  padding: 0;
}
dl {
  margin-left: 0;
  margin-bottom: 30px;
}
dl dd {
  margin-bottom: 10px;
}
/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
  >padding
  >marging
---------------------------------------------------------------*/
/*== >padding (around) ======*/

.p-a0 {
  padding: 0;
}
.p-a5 {
  padding: 5px;
}
.p-a10 {
  padding: 10px;
}
.p-a15 {
  padding: 15px;
}
.p-a20 {
  padding: 20px;
}
.p-a25 {
  padding: 25px;
}
.p-a30 {
  padding: 30px;
}
.p-a40 {
  padding: 40px;
}
.p-a50 {
  padding: 50px;
}
.p-a60 {
  padding: 60px;
}
.p-a70 {
  padding: 70px;
}
.p-a80 {
  padding: 80px;
}
.p-a90 {
  padding: 90px;
}
.p-a100 {
  padding: 100px;
}
/*== >Padding (top) ==*/

.p-t0 {
  padding-top: 0;
}
.p-t5 {
  padding-top: 5px;
}
.p-t10 {
  padding-top: 10px;
}
.p-t15 {
  padding-top: 15px;
}
.p-t20 {
  padding-top: 20px;
}
.p-t30 {
  padding-top: 30px;
}
.p-t40 {
  padding-top: 40px;
}
.p-t50 {
  padding-top: 50px;
}
.p-t60 {
  padding-top: 60px;
}
.p-t70 {
  padding-top: 70px;
}
.p-t80 {
  padding-top: 80px;
}
.p-t90 {
  padding-top: 90px;
}
.p-t100 {
  padding-top: 100px;
}
/*== >Padding (bottom) ==*/

.p-b0 {
  padding-bottom: 0;
}
.p-b5 {
  padding-bottom: 5px;
}
.p-b10 {
  padding-bottom: 10px;
}
.p-b15 {
  padding-bottom: 15px;
}
.p-b20 {
  padding-bottom: 20px;
}
.p-b30 {
  padding-bottom: 30px;
}
.p-b40 {
  padding-bottom: 40px;
}
.p-b50 {
  padding-bottom: 50px;
}
.p-b60 {
  padding-bottom: 60px;
}
.p-b70 {
  padding-bottom: 70px;
}
.p-b80 {
  padding-bottom: 80px;
}
.p-b90 {
  padding-bottom: 90px;
}
.p-b100 {
  padding-bottom: 100px;
}
/*== >Padding (left) ==*/

.p-l0 {
  padding-left: 0;
}
.p-l5 {
  padding-left: 5px;
}
.p-l10 {
  padding-left: 10px;
}
.p-l15 {
  padding-left: 15px;
}
.p-l20 {
  padding-left: 20px;
}
.p-l30 {
  padding-left: 30px;
}
.p-l40 {
  padding-left: 40px;
}
.p-l50 {
  padding-left: 50px;
}
.p-l60 {
  padding-left: 60px;
}
.p-l70 {
  padding-left: 70px;
}
.p-l80 {
  padding-left: 80px;
}
.p-l90 {
  padding-left: 90px;
}
.p-l100 {
  padding-left: 100px;
}
/*== >Padding (right) ==*/

.p-r0 {
  padding-right: 0;
}
.p-r5 {
  padding-right: 5px;
}
.p-r10 {
  padding-right: 10px;
}
.p-r15 {
  padding-right: 15px;
}
.p-r20 {
  padding-right: 20px;
}
.p-r30 {
  padding-right: 30px;
}
.p-r40 {
  padding-right: 40px;
}
.p-r50 {
  padding-right: 50px;
}
.p-r60 {
  padding-right: 60px;
}
.p-r70 {
  padding-right: 70px;
}
.p-r80 {
  padding-right: 80px;
}
.p-r90 {
  padding-right: 90px;
}
.p-r100 {
  padding-right: 100px;
}
/*== >Padding (left right) ==*/

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}
.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}
.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}
/*== >Padding (top bottom) ==*/

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}
.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}
.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
/*== >margin (around) ======*/

.m-auto {
  margin: auto;
}
.m-a0 {
  margin: 0;
}
.m-a5 {
  margin: 5px;
}
.m-a10 {
  margin: 10px;
}
.m-a15 {
  margin: 15px;
}
.m-a20 {
  margin: 20px;
}
.m-a30 {
  margin: 30px;
}
.m-a40 {
  margin: 40px;
}
.m-a50 {
  margin: 50px;
}
.m-a60 {
  margin: 60px;
}
.m-a70 {
  margin: 70px;
}
.m-a80 {
  margin: 80px;
}
.m-a90 {
  margin: 90px;
}
.m-a100 {
  margin: 100px;
}
/*== >marging (top) ==*/

.m-t0 {
  margin-top: 0;
}
.m-t5 {
  margin-top: 5px;
}
.m-t10 {
  margin-top: 10px;
}
.m-t15 {
  margin-top: 15px;
}
.m-t20 {
  margin-top: 20px;
}
.m-t30 {
  margin-top: 30px;
}
.m-t40 {
  margin-top: 40px;
}
.m-t50 {
  margin-top: 50px;
}
.m-t60 {
  margin-top: 60px;
}
.m-t70 {
  margin-top: 70px;
}
.m-t80 {
  margin-top: 80px;
}
.m-t90 {
  margin-top: 90px;
}
.m-t100 {
  margin-top: 100px;
}
/*== >marging (bottom) ==*/

.m-b0 {
  margin-bottom: 0;
}
.m-b5 {
  margin-bottom: 5px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-b40 {
  margin-bottom: 40px;
}
.m-b50 {
  margin-bottom: 50px;
}
.m-b60 {
  margin-bottom: 60px;
}
.m-b70 {
  margin-bottom: 70px;
}
.m-b80 {
  margin-bottom: 80px;
}
.m-b90 {
  margin-bottom: 90px;
}
.m-b100 {
  margin-bottom: 100px;
}
/*== >marging (left) ==*/

.m-l0 {
  margin-left: 0;
}
.m-l5 {
  margin-left: 5px;
}
.m-l10 {
  margin-left: 10px;
}
.m-l15 {
  margin-left: 15px;
}
.m-l20 {
  margin-left: 20px;
}
.m-l30 {
  margin-left: 30px;
}
.m-l40 {
  margin-left: 40px;
}
.m-l50 {
  margin-left: 50px;
}
.m-l60 {
  margin-left: 60px;
}
.m-l70 {
  margin-left: 70px;
}
.m-l80 {
  margin-left: 80px;
}
.m-l90 {
  margin-left: 90px;
}
.m-l100 {
  margin-left: 100px;
}
/*== >marging (right) ==*/

.m-r0 {
  margin-right: 0;
}
.m-r5 {
  margin-right: 5px;
}
.m-r10 {
  margin-right: 10px;
}
.m-r15 {
  margin-right: 15px;
}
.m-r20 {
  margin-right: 20px;
}
.m-r30 {
  margin-right: 30px;
}
.m-r40 {
  margin-right: 40px;
}
.m-r50 {
  margin-right: 50px;
}
.m-r60 {
  margin-right: 60px;
}
.m-r70 {
  margin-right: 70px;
}
.m-r80 {
  margin-right: 80px;
}
.m-r90 {
  margin-right: 90px;
}
.m-r100 {
  margin-right: 100px;
}
/*== >marging (left right) ==*/

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}
.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}
.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}
.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}
.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}
.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}
/*== >marging (top bottom) ==*/

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}
.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}
/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}
/*---------------------------------------------------------------
6. BOX MAX-WIDTH CSS
---------------------------------------------------------------*/

.max-w100 {
  max-width: 100px;
}
.max-w200 {
  max-width: 200px;
}
.max-w300 {
  max-width: 300px;
}
.max-w400 {
  max-width: 400px;
}
.max-w500 {
  max-width: 500px;
}
.max-w600 {
  max-width: 600px;
}
.max-w700 {
  max-width: 700px;
}
.max-w800 {
  max-width: 800px;
}
.max-w900 {
  max-width: 900px;
}
.max-w1000 {
  max-width: 1000px;
}
/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.z-index4 {
  z-index: 4;
}
.z-index5 {
  z-index: 5;
}
.z-index6 {
  z-index: 6;
}
.z-index7 {
  z-index: 7;
}
.z-index8 {
  z-index: 8;
}
.z-index9 {
  z-index: 9;
}
.z-index10 {
  z-index: 10;
}
.z-index100 {
  z-index: 100;
}
.z-index999 {
  z-index: 999;
}
/*---------------------------------------------------------------
8. COLOR (text & background)
  >text color
  >background color
---------------------------------------------------------------*/
/*=== >text color ===*/

.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-gray {
  color: #f5f6f6;
}
.text-gray-dark {
  color: #d3d3d3;
}
.text-red {
  color: #f00;
}
.text-green {
  color: #090;
}
.text-yellow {
  color: #ff0;
}
/*=== >background color ===*/

.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-black-light {
  background-color: #212121;
}
.bg-gray {
  background-color: #f5f6f6;
}
.bg-gray-dark {
  background-color: #d3d3d3;
}
.bg-red {
  background-color: #ff4045;
}
.bg-green {
  background-color: #38e225;
}
.bg-yellow {
  background-color: #f0f52e;
}
/*=== >background image ===*/

.bg-img-fix {
  background-attachment: fixed;
}
/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.dez-img-overlay1,
.dez-img-overlay2,
.dez-img-overlay3,
.dez-img-overlay4,
.dez-img-overlay5,
.dez-img-overlay6,
.dez-img-overlay7,
.dez-img-overlay8,
.dez-img-overlay9,
.dez-img-overlay11 {
  position: relative;
}
.dez-img-overlay1:before,
.dez-img-overlay1:after,
.dez-img-overlay2:before,
.dez-img-overlay2:after,
.dez-img-overlay3:before,
.dez-img-overlay3:after,
.dez-img-overlay4:before,
.dez-img-overlay4:after,
.dez-img-overlay5:before,
.dez-img-overlay5:after,
.dez-img-overlay6:before,
.dez-img-overlay6:after,
.dez-img-overlay7:before,
.dez-img-overlay7:after,
.dez-img-overlay8:before,
.dez-img-overlay8:after,
.dez-img-overlay9:before,
.dez-img-overlay9:after,
.dez-img-overlay11:before,
.dez-img-overlay11:after {
  content: "";
  background: #287a2c;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*effect 1*/

.dez-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dez-img-overlay1:hover:before,
.dez-box:hover .dez-img-overlay1:before {
  opacity: 0.5;
}
.dez-box{
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid;
}
/*effect 2*/

.dez-img-overlay2:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.dez-img-overlay2:hover:before,
.dez-box:hover .dez-img-overlay2:before {
  opacity: 0.9;
}

/*effect 3*/
.dez-img-overlay3:before {
  left: 50%;
  top: 50%;
}
.dez-img-overlay3:hover:before,
.dez-box:hover .dez-img-overlay3:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*effect 4*/

.dez-img-overlay4:before {
  left: 50%;
  top: 0;
  height: 100%;
}
.dez-img-overlay4:hover:before,
.dez-box:hover .dez-img-overlay4:before {
  width: 100%;
  left: 0;
}
/*effect 5*/

.dez-img-overlay5:before {
  left: 0;
  top: 50%;
  width: 100%;
}
.dez-img-overlay5:hover:before,
.dez-box:hover .dez-img-overlay5:before {
  height: 100%;
  top: 0;
}
/*effect 6*/

.dez-img-overlay6:before {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}
.dez-img-overlay6:hover:before,
.dez-box:hover .dez-img-overlay6:before {
  height: 100%;
}
/*effect 7*/

.dez-img-overlay7:before,
.dez-img-overlay7:after {
  height: 100%;
}
.dez-img-overlay7:after {
  left: auto;
  right: 0;
}
.dez-img-overlay7:hover:before,
.dez-img-overlay7:hover:after,
.dez-box:hover .dez-img-overlay7:before,
.dez-box:hover .dez-img-overlay7:after {
  width: 50%;
}
/*effect 8*/

.dez-img-overlay8:before,
.dez-img-overlay8:after {
  height: 100%;
}
.dez-img-overlay8:after {
  left: auto;
  right: 0;
}
.dez-img-overlay8:hover:before,
.dez-img-overlay8:hover:after,
.dez-box:hover .dez-img-overlay8:before,
.dez-box:hover .dez-img-overlay8:after {
  width: 100%;
  opacity: 0.3;
}
/*effect 9*/

.dez-img-overlay9:before,
.dez-img-overlay9:after {
}
.dez-img-overlay9:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.dez-img-overlay9:hover:before,
.dez-img-overlay9:hover:after,
.dez-box:hover .dez-img-overlay9:before,
.dez-box:hover .dez-img-overlay9:after {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
/*effect 10*/

.dez-img-overlay10:before,
.dez-img-overlay10:after {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dez-img-overlay10:hover:before,
.dez-box:hover .dez-img-overlay10:before {
  opacity: 0.5;
}
.dez-img-overlay10:hover:after,
.dez-box:hover .dez-img-overlay10:after {
  width: 90%;
  height: 80%;
  left: 5%;
  top: 10%;
  opacity: 0.5;
  background: none;
  border: 1px dashed #ffffff;
}
.dez-img-overlay11:hover:after,
.dez-box:hover .dez-img-overlay11:after {
  height: 95%;
  opacity: 1;
  right: 7.5%;
  top: 2.5%;
  -moz-transform: skewY(0deg);
  -webkit-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
  width: 85%;
  z-index: 0;
}
.dez-img-overlay11:hover:before,
.dez-box:hover .dez-img-overlay11:before {
  height: 85%;
  left: 2.5%;
  opacity: 1;
  top: 7.5%;
  -moz-transform: skewY(0deg);
  -webkit-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
  width: 95%;
}
.dez-img-overlay11:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 5%;
  height: 80%;
  left: auto;
  right: 5%;
  top: auto;
  -moz-transform: skewY(70deg);
  -webkit-transform: skewY(70deg);
  -o-transform: skewY(70deg);
  -ms-transform: skewY(70deg);
  transform: skewY(70deg);
  width: 90%;
}
.dez-img-overlay11:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: auto;
  height: 90%;
  left: 5%;
  right: auto;
  top: 5%;
  -moz-transform: skewX(-70deg);
  -webkit-transform: skewX(-70deg);
  -o-transform: skewX(-70deg);
  -ms-transform: skewX(-70deg);
  transform: skewX(-70deg);
  width: 80%;
}
.dez-img-overlay11 {
  background-color: #000 !important;
}
.dez-img-overlay11:hover img {
  opacity: 0.7 !important;
}
/*---------------------------------------------------------------
10. IMAGES EFFECTS (image animation in images)
   >image-opacity
   >image-zoom
   >image-zoom-slow
   >image-shrink
   >image-side-pan
   >image-vertical-pan
   >image-fade-in
   >image-fade-out 
   >image-rotate
   >image-sepia
   >image-blurr
   >image-blurr-invert
   >image off color
   >image on color
---------------------------------------------------------------*/

.dez-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}
.dez-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
/* >image-opacity */

.dez-img-effect.opacity img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
/* >image-zoom */

.dez-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}
.dez-img-effect.zoom-slow:hover img {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
/* >image-zoom-slow */

.dez-img-effect.zoom:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
/* >image-shrink */

.dez-img-effect.shrink:hover img {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
}
/* >image-side-pan */

.dez-img-effect.side-pan:hover img {
  margin-left: -11%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
/* >image-vertical-pan */

.dez-img-effect.vertical-pan:hover img {
  margin-top: -10%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
/* >image-fade-in */

.dez-img-effect.fade-in {
  background: #000;
}
.dez-img-effect.fade-in img {
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
}
.dez-img-effect.fade-in:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
/* >image-fade-out */

.dez-img-effect.fade-out {
  background: #000;
}
.dez-img-effect.fade-out:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
/* >image-rotate */

.dez-img-effect.rotate:hover img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg);
}
/* >image-sepia */

.dez-img-effect.sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.algo-image-hover.sepia:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
/* >image-blurr */

.dez-img-effect.blurr img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.dez-img-effect.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
/* >image-blurr-invert */

.dez-img-effect.blurr-invert img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.dez-img-effect.blurr-invert img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
.dez-img-effect.blurr-invert:hover img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}
/* >image off color */

.dez-img-effect.off-color img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.dez-img-effect.off-color:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
/* >image on color */

.dez-img-effect.on-color img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
.dez-img-effect.on-color:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
/* info box show */

.dez-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  opacity: 0;
  margin-bottom: -100px;
  z-index: 2;
}
.dez-info-has.p-a15 {
  padding: 15px;
}
.dez-info-has.p-a20 {
  padding: 20px;
}
.dez-info-has.bg-primary {
  background-color: rgba(27, 188, 232, 0.9);
}
.dez-info-has.bg-green {
  background-color: rgba(106, 179, 62, 0.9);
}
.dez-info-has.bg-black {
  background-color: rgba(0, 0, 0, 0.6);
}
.dez-info-has.bg-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.dez-info-has.bg-white h1,
.dez-info-has.bg-white h2,
.dez-info-has.bg-white h3,
.dez-info-has.bg-white h4,
.dez-info-has.bg-white h5,
.dez-info-has.bg-white h6 {
  color: #3d474a;
}
.dez-info-has.bg-white h1 a,
.dez-info-has.bg-white h2 a,
.dez-info-has.bg-white h3 a,
.dez-info-has.bg-white h4 a,
.dez-info-has.bg-white h5 a,
.dez-info-has.bg-white h6 a {
  color: #3d474a;
}
.dez-info-has.bg-white .dez-info-has-text,
.dez-info-has.bg-white p {
  color: #767676;
}
.dez-info-has h1,
.dez-info-has h2,
.dez-info-has h3,
.dez-info-has h4,
.dez-info-has h5,
.dez-info-has h6,
.dez-info-has p,
.dez-info-has-text,
.dez-info-has a {
  color: #fff;
}
.dez-info-has .dez-info-has-text {
  margin-bottom: 20px;
  line-height: 24px;
}
.dez-media {
  overflow: hidden;
  position: relative;
}
.dez-box:hover .dez-info-has,
.dez-media:hover .dez-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}
/* without hover */

.dez-info-has.no-hover {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}
/* Skew */

.dez-info-has.skew-has {
  border-top: 4px solid #2d3239;
  padding: 30px 40px 60px;
  -moz-transform: skewY(10deg);
  -webkit-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
  bottom: -35px;
}
.dez-info-has.skew-has > * {
  -moz-transform: skewY(-10deg);
  -webkit-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
  font-weight: 600;
  margin-bottom: 10px;
}
.panel-default,
.panel-default > .panel-heading {
  border-color: #e7ecf1;
  color: inherit;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e7ecf1;
}
.form-group {
  margin-bottom: 25px;
}
.form-control {
  border-color: #e1e6eb;
  box-shadow: none;
  height: 40px;
  font-size: 13px;
  line-height: 20px;
  padding: 9px 12px;
}
.form-control:focus {
  border-color: #e1e1e1;
  outline: 0;
}
.form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.kv-fileinput-caption {
  height: 39px;
}
.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
  margin-right: 15px;
}
/*input group*/

.input-group {
  width: 100%;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group-addon {
  background: #fff;
  border-color: #e1e1e1;
  padding: 6px 14px;
  font-size: 16px;
}
.input-group-addon.font-size-20 {
  font-size: 20px;
}
.input-group-addon.fixed-w {
  text-align: center;
  padding: 6px 0;
  width: 40px;
}
.input-group-addon.v-align-t {
  line-height: 30px;
}

/*select box*/

.dropdown-menu {
  font-size: 13px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
  .input-group-btn
) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle {
  border: 1px solid #e7ecf1 !important;
  background-color: #fff !important;
  height: 40px;
  font-size: 13px;
  color: #999;
}
.bootstrap-select .dropdown-toggle:after {
  display: none;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
  background-color: #fff !important;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.bootstrap-select:active,
.bootstrap-select:focus {
  border: 0px !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.bootstrap-select.show {
  box-shadow: none !important;
  outline: 0px !important;
}
.bootstrap-select.show .dropdown-toggle {
  box-shadow: none !important;
  outline: 0px !important;
}
.bootstrap-select.show.btn-group .dropdown-menu.inner {
  display: block;
}
.bootstrap-select div.dropdown-menu {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
  margin-top: -1px;
  padding: 0;
  font-size: 13px;
}
.bootstrap-select div.dropdown-menu ul li {
  padding: 0;
}
.bootstrap-select div.dropdown-menu ul li a {
  padding: 5px 15px;
}
.bootstrap-select div.dropdown-menu ul li a img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 5px;
}
.bootstrap-select .bs-searchbox .form-control {
  padding: 5px 10px;
  height: 30px;
}
.bootstrap-select .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background-color: #f2f2f4;
}
/*radio & checkbox*/

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  margin-left: 1px !important;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: block;
  padding-left: 20px !important;
  position: relative;
}
input[type="checkbox"] + label:hover:before,
input[type="radio"] + label:hover:before {
  border-color: #3396d1;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background-color: #fff;
  border: 2px solid #b6b7b8;
  border-radius: 0px;
  content: "";
  display: inline-block;
  height: 16px;
  line-height: 1;
  margin-left: -20px;
  position: absolute;
  top: 2px;
  transition: all linear 0.1s;
  width: 16px;
}
input[type="checkbox"] + label:after {
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0px;
  -webkit-font-smoothing: antialiased;
  left: 6px;
  position: absolute;
  top: 7px;
  transition: all linear 0.1s;
}
input[type="checkbox"]:checked + label:before {
  border-width: 7px;
  border-color: #3396d1;
}
input[type="checkbox"]:checked + label:after {
  font-size: 10px;
  left: 2px;
  top: 2px;
}
input[type="radio"] + label:before {
  border-radius: 50%;
  content: "";
}
input[type="radio"]:checked + label:before {
  border-color: #3396d1;
  border-width: 5px;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
  position: absolute;
  left: 0;
  bottom: 0;
}
/*touchspin input type number*/

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: unset;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px 9px;
  margin-left: -1px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  background: #fff;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
  color: #9fa0a1;
}
/*rating star*/

.input-rating input[type="radio"] {
  display: none;
}
.input-rating input[type="radio"] + label {
  display: inline-block;
  margin-left: -4px;
  padding-left: 0px !important;
  padding-right: 0px;
  width: 24px;
}
.input-rating input[type="radio"] + label:first-of-type {
  margin-left: 0px;
}
.input-rating input[type="radio"] + label:before {
  background-color: transparent;
  border: none;
  color: #ffd925;
  content: "\f006";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  height: 14px;
  line-height: 1;
  margin-left: 0px;
  position: static;
  text-align: center;
  top: 2px;
  transition: none;
  width: 14px;
}
.input-rating input[type="radio"]:checked + label:before,
.input-rating input[type="radio"] + label.marked:before,
.input-rating input[type="radio"] + label.filled:before,
.input-rating input[type="radio"] + label.hovered.filled:before {
  content: "\f005";
}
.input-rating input[type="radio"] + label.hovered:before {
  content: "\f006";
}
/*simple rating list*/

.rating-bx {
  color: #ffbc08;
  font-size: 14px;
}
.rating-bx i {
  margin: 0 2px;
}
.rating-container .rating-stars::before {
  text-shadow: none;
}
.rating-container {
  color: #c8c8c8;
}
.rating-container .rating-stars {
  color: #3396d1;
}
/*validation symbol*/

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
/*loading*/

.loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 9999;
}
.loading-pic {
  width: 70px;
  height: 70px;
  background: url(inc/images/loading.GIF) center no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -35px;
  z-index: 99999;
}
/*loading - 2*/

.loading-cover,
.loading-srh-bar,
.loading-map {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px;
  font-size: 25px;
  color: #333;
}
.dez-banner-outer {
  margin-bottom: 0;
}
.dez-success-top,
.dez-error-top {
  margin-bottom: 0;
}
.alert-bx.alert-info {
  padding: 15px;
  border: 1px solid #bce8f1;
}
/*---------------------------------------------------------------
13. WP DEFAULT
---------------------------------------------------------------*/

.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 15px;
}
.alignright {
  float: right;
  margin: 5px 0 25px 25px;
}
.alignleft {
  float: left;
  margin: 5px 25px 25px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 25px 25px;
}
a img.alignnone {
  margin: 5px 0 25px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 25px 25px 0;
}
a img.aligncenter {
  display: block;
  margin: 5px auto 15px;
}
.wp-caption {
  max-width: 100%;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption.alignnone {
  margin: 5px 0 25px 0;
}
.wp-caption.alignleft {
  margin: 5px 25px 25px 0;
}
.wp-caption.alignright {
  margin: 5px 0 25px 25px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  color: #9d9d9d;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
blockquote {
  padding: 16px 20px 16px 80px;
  font-size: 18px;
  font-style: italic;
  color: #555555;
  margin: 40px 0;
  border-left: none;
  line-height: 30px;
  position: relative;
  background: #f6f6f6;
  clear: both;
  border-left: 4px solid #efbb20;
}
blockquote p {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  margin-bottom: 0px;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #efbb20;
  font-size: 35px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-style: normal;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/

.site-header {
  position: relative;
  z-index: 999;
}
.site-header ul,
.site-header ol {
  margin-bottom: 0;
}
/*without top bar*/

.extra-nav {
  float: right;
  padding: 25px 0 20px;
  position: relative;
  z-index: 9;
}
.extra-nav .extra-cell {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .extra-nav {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .extra-nav {
    margin: 0 1px 0 0;
    text-align: right;
  }
}
/* map page header*/

#header-part.fix-map-header {
  height: 90px;
}
#header-part.fix-map-header .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #header-part.fix-map-header {
    height: 160px;
  }
}
/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/

.top-bar {
  background-color: #f5f5f5;
  color: #ababab;
  padding: 5px 0;
}
.dez-topbar-left {
  float: left;
}
.dez-topbar-right {
  float: right;
}
.dez-topbar-center,
.dez-topbar-left,
.dez-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .top-bar [class*="col-"] {
    /*  width: 100%; */
    text-align: right;
    /* padding: 10px 15px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-bar [class*="col-"]:last-child {
    border-bottom: none;
  }
}
/*=== >eamil-phone (left) ===*/

.e-p-bx li {
  display: inline;
  font-size: 14px;
  padding-right: 10px;
  color: #777;
  line-height: 34px;
}
.e-p-bx li a {
  color: #fff;
}
.e-p-bx li i {
  margin-right: 10px;
  vertical-align: middle;
}
/*=== >social-links (right) ===*/

.social-bx,
.login-bx {
  margin: 0 0 0 15px;
  float: right;
}
.social-bx li,
.login-bx li {
  font-size: 12px;
  margin: 0;
  position: relative;
}
.social-bx li {
  padding-left: 1px;
  padding-right: 1px;
}
.social-bx li a,
.login-bx li a {
  color: #ffffff;
}
.social-bx li i,
.login-bx li i {
  vertical-align: baseline;
  margin: 0 5px 0 0;
}
.social-bx li span,
.login-bx li span {
  vertical-align: baseline;
  margin: 0 2px 0;
  font-size: 8px;
}
.login-bx li ul {
  top: 25px;
  left: auto;
  right: 0;
  border: none;
  padding: 0;
}
.login-bx li ul li {
  border-bottom: 1px solid #f7f7f7;
}
.login-bx li ul li a {
  color: #767676;
  padding: 9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
  position: absolute;
  display: inline-block;
  content: "";
}
.arrow-up-border:before {
  top: -7px;
  right: 19px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f00;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
  top: -6px;
  right: 20px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}
.arrow-left:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.arrow-left:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}
/*=== >language-list () ===*/

.language-bx li {
  display: inline;
  margin: 0 10px;
}
/*---------------------------------------------------------------
16. LOGO ( company identify  symbol )
---------------------------------------------------------------*/
/*=== >logo for header ===*/

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #efbb20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 200px;
  height: 90px;
  position: relative;
  z-index: 9;
}
.logo-footer {
  display: table;
  vertical-align: middle;
  padding: 0;
  font-size: 36px;
  width: 150px;
  color: #efbb20;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  max-width: 220px;
  height: 60px;
}
.logo-header > a,
.logo-footer > a {
  display: table-cell;
  vertical-align: middle;
}
.logo-header.center-block {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.logo-header img,
.logo-footer img {
  max-width: 100%;
  width: 100%;
  width: 77px;
  height: auto;
}
.logo-header span,
.logo-footer span {
  font-size: 20px;
  color: #efbb20;
  letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
  height: 90px;
  width: 200px;
}
/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {
  .logo-header,
  .is-fixed.header-curve .logo-header {
    width: 180px;
  }
  .is-fixed .logo-header a img,
  .is-fixed.header-curve .logo-header a img {
    vertical-align: sub;
  }
}
/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
  background: #ffffff;
  width: 100%;
  position: relative;
}
.main-bar .container {
}
.header-curve .logo-header:before,
.header-curve .logo-header:after {
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.header-curve .logo-header:before {
  right: -50px;
  width: 80%;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.header-curve .logo-header:after {
  right: 10%;
  width: 2000px;
}
.header-curve .logo-header img {
}
.is-fixed.header-curve .logo-header img {
  margin-top: -0;
}
@media only screen and (max-width: 767px) {
  .header-curve .logo-header:after {
    right: 0;
    left: auto;
  }
}
/*---------------------------------------------------------------
18. NAVIGATIONS
  >mena-menu
  >mobile-menu
  >footer-menu
---------------------------------------------------------------*/
/*== >mena-menu ==*/

.navbar-toggle {
  border: 2px solid #efbb20;
  margin: 24px 0 24px 10px;
  padding: 12px 10px;
}
.navbar-toggle span {
  background: #666;
}
.is-fixed .navbar-toggle {
  margin: 14px 0;
}
.header-nav {
  padding: 0;
}
.site-header .container {
  position: relative;
}
.header-nav .nav {
  float: right;
}
.header-nav .nav i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}
.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.header-nav .nav > li > a {
  border-radius: 0px;
  color: #555555;
  font-size: 14px;
  padding: 34px 10px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #efbb20;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
  background-color: transparent;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #efbb20;
}
.header-nav .nav > li:hover > a {
  color: #efbb20;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.15);
}
.header-nav .nav > li .sub-menu {
  background-color: #ffffff;
  display: block;
  left: 0;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 10px 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
.header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.header-nav .nav > li .sub-menu li a {
  color: #555;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all 0.15s linear;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.header-nav .nav > li .sub-menu li a:hover {
  background-color: #f2f2f2;
  color: #efbb20;
  text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
  color: #efbb20;
}
.header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li .fa {
  color: #363636;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0 0 0 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
.header-nav .nav > li.has-mega-menu {
  position: inherit;
}
.header-nav .nav > li .mega-menu {
  background-color: #ffffff;
  display: table;
  left: 0px;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 100%;
  margin-top: 20px;
}
.header-nav .nav > li .mega-menu > li {
  display: table-cell;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(204, 204, 204, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}
.header-nav .nav > li .mega-menu > li > a {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: capitalize;
}
.header-nav .nav > li .mega-menu > li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 100%;
}
.header-nav .nav > li .mega-menu > li ul a {
  color: #777;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  padding: 8px 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
  color: #efbb20;
  background-color: #f2f2f2;
}
.header-nav .nav > li.menu-item-has-children:before {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  right: 4px;
  position: absolute;
  top: 50%;
  color: #999;
  margin-top: -8px;
  font-size: 8px;
}
@media only screen and (max-width: 991px) {
  header .logo {
    display: block;
    padding: 4px 0;
  }
  .header-nav .nav i {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 991px) {
  /* responsive strat when media screen [991px] css START*/

  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  /* .navbar-collapse.collapse {
        display: none!important;
    } */
    .navbar-collapse.collapse.in {
      /* NEW */

      display: block !important;
    }
    /* responsive strat when medai screen [991px] css END*/

    .header-nav {
      clear: both;
      margin: 0 -15px;
      border-bottom: 1px solid #e9e9e9;
    }
    .header-nav .nav {
      float: none;
      margin: 0;
      background: #fff;
    }
    .header-nav .nav li {
      float: none;
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
      float: none;
      display: block;
      width: auto;
    }
    .header-nav .nav > li > a {
      padding: 12px 15px;
      border-top: 1px solid #e9e9e9;
    }
    .header-nav .nav i {
      float: right;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
      background-color: #f0f0f0;
      text-decoration: none;
    }
    .header-nav .nav > li .mega-menu > li:after {
      display: none;
    }
    .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
      display: none;
      position: static;
      visibility: visible;
      width: auto;
      background: #f9f9f9;
    }
    .header-nav .nav > li ul.mega-menu ul {
      display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
      opacity: 1;
      visibility: visible;
      display: block;
      margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
      display: block;
    }
  }
/*= nav dark version =*/

.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
  background-color: #2e2e2e;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a,
.nav-dark.header-nav .nav > li .mega-menu > li > a {
  color: #cccccc;
}
.nav-dark.header-nav .nav > li .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
  background-color: rgba(255, 255, 255, 0.04);
  color: #efbb20;
}
.nav-dark.header-nav .nav > li .mega-menu > li:after {
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .nav-dark.header-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  }
  .nav-dark.header-nav .nav {
    background-color: #2e2e2e;
  }
  .nav-dark.header-nav .nav > li > a {
    color: #fff;
  }
  .nav-dark.header-nav .nav > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  [class*="bg-"] .nav-dark.header-nav .nav > li > a {
    color: #999;
  }
  [class*="bg-"] .nav-dark.header-nav .nav > li.active > a,
  [class*="bg-"] .nav-dark.header-nav .nav > li:hover > a {
    color: #efbb20;
  }
  .nav-dark.header-nav .nav > li > a:hover,
  .nav-dark.header-nav .nav > li > a:active,
  .nav-dark.header-nav .nav > li > a:focus {
    background-color: #252525;
    color: #287a2c;
  }
  .nav-dark.header-nav .nav > li ul,
  .nav-dark.header-nav .nav > li .sub-menu,
  .nav-dark.header-nav .nav > li .mega-menu {
    background-color: #252525;
  }
}
/*= when header is sticky =*/

.sticky-no .main-bar {
  position: static !important;
}
/*= when header is sticky =*/

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.is-fixed .header-nav .nav > li > a {
  padding: 25px 12px;
}
.is-fixed .extra-nav {
  padding: 25px 0;
}
@media only screen and (max-width: 991px) {
  .is-fixed .header-nav .nav > li > a {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .is-fixed .header-nav .nav {
    overflow: auto;
    height: 225px;
  }
  .is-fixed .header-nav .nav > li > a {
    padding: 12px 15px;
  }
  .is-fixed#header-part .navbar-toggle {
    margin: 15px 0;
  }
}
/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
  width: auto;
}
/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav > li > a {
  color: #fff;
}
[class*="bg-"] .header-nav .nav > li.active > a,
[class*="bg-"] .header-nav .nav > li.current-menu-item > a {
  color: #fff;
}
[class*="bg-"] .header-nav .nav > li > a:hover,
[class*="bg-"] .header-nav .nav > li:hover > a {
  color: #2d3239;
}
[class*="bg-"] .navbar-toggle {
  border-color: #fff;
}
[class*="bg-"] .navbar-toggle span {
  background-color: #2d3239;
}
@media only screen and (max-width: 991px) {
  [class*="bg-"] .header-nav .nav > li > a {
    color: #555;
  }
}
/*header style 1 (default) */
/*header style 2 (center content) */

.header-style-1.dark .top-bar {
  background-color: #191919;
}
.header-style-1.dark .top-bar .fa {
  color: rgba(255, 255, 255, 0.8);
}
.header-style-1 .top-bar a{
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 15px;
  height: 35px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  color: #777;
}
/* responsive */
@media only screen and (max-width: 767px) {
  .header-style-1 .top-bar .dez-topbar-right ul li span {
    display: none;
  }
  .header-style-1 .top-bar .dez-topbar-right ul li i {
    margin-right: 0;
  }
  .header-style-1 .top-bar .dez-topbar-left,
  .header-style-1 .top-bar .dez-topbar-right {
    padding: 0;
  }
}

/* ================== Header Style 2 ================== */

/* .header-style-2 .fa-chevron-down {
    display: none;
} */
.header-style-2 .top-btn a {
  background: #f0ba22;
  border: 10px solid #2d313a;
  width: 65px;
  height: 65px;
  display: block;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  transform: rotate(45deg);
  margin: -62px auto 0;
}
.header-style-2 .social-line li a {
  color: #777;
  border: 1px solid #e3e3e3;
  border-width: 0 1px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  display: inline-block;
  min-width: 45px;
  cursor: pointer;
}
.header-style-2 .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  background-color: #f5f5f5;
}
/* header style dark 1 */

.header-style-2.dark .top-bar {
  background-color: #1c1c1c;
}
.header-style-2.dark .social-line li a {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
/*  header-style-2 dark primary  */
.header-style-2.dark-primary .top-bar {
  background-color: #1c1c1c;
}
.header-style-2.dark-primary .social-line li a {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header-style-2.dark-primary .extra-nav,
.header-style-2.dark-primary .is-fixed .extra-nav {
  padding: 34px 0;
}
.header-style-2.dark-primary .top-bar:after {
  background-image: url("../images/border.png");
  background-position: center bottom;
  bottom: -6px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header-style-2.dark-primary .top-bar {
  position: relative;
}
.header-style-2.dark-primary .top-bar .social-line li a {
  height: 35px;
  line-height: 35px;
}
/* header style dark 1 End */
/* Responsive CSS */
/* Tablate [991] Responsive CSS */

@media only screen and (max-width: 991px) {
  .header-style-2 .dez-topbar-left,
  .header-style-2 .dez-topbar-right {
    padding-left: 0;
    padding-right: 0;
  }
  .header-style-2 .dez-topbar-left li a span {
    display: none;
  }
  .header-style-2 .fa-chevron-down {
    display: block;
  }
}
/* Tablate [991] Responsive CSS End */
/* Responsive CSS End */
/* ================== Header Style 2 End ================== */
/* ================== Header Style 3 ================== */

.header-style-3 .main-bar {
  background-color: #f5f5f5;
  height: 45px;
  border-bottom: 1px solid #e3e3e3;
}
.header-style-3 .main-bar .container {
}
.header-style-3 .dez-topbar-left,
.header-style-3 .dez-topbar-right {
  padding-left: 0;
  padding-right: 0;
}
.header-style-3 .slide-up {
  position: absolute;
  width: 100%;
}
.header-style-3 .logo-header {
  height: 85px;
}
.header-style-3 .header-nav .nav > li > a,
.header-style-3 .is-fixed .header-nav .nav > li > a {
  padding: 32px 15px;
}
.header-style-3 .top-bar {
  padding: 0;
}
.header-style-3 .header-curve .logo-header::after {
  right: 15px;
  width: 100%;
}
/* Dark */

.header-style-3.dark .top-bar,
.header-style-3.dark .main-bar {
  background-color: #191919;
}
.header-style-3.dark .social-line li a {
  border-color: #2f2f2f;
}
.header-style-3.dark .main-bar {
  border-bottom: 0;
}
/* Dark End */
/* is Fixed */

.header-style-3 .is-fixed.header-curve .logo-header {
  height: 85px;
}
/* Top Bar */

.header-style-3 .fa-chevron-down {
  display: none;
}
.header-style-3 .social-line li a span {
  color: rgba(0, 0, 0, 0.5);
}
.header-style-3.dark .social-line li a span {
  color: rgba(255, 255, 255, 0.8);
}
.header-style-3 .social-line li a {
  color: #777;
  border: 1px solid;
  border-color: #e3e3e3;
  border-width: 0 1px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  display: inline-block;
  min-width: 45px;
  cursor: pointer;
}
.header-style-3 .top-bar {
  border-bottom: 0px;
  background-color: #f5f5f5;
}
/* Top Bar End */
/* Responsive CSS */
/* Tablate [991] Responsive CSS */

@media only screen and (max-width: 991px) {
  .header-style-3 .header-nav .nav > li > a {
    padding: 12px 15px;
  }
  .header-style-3 .dez-topbar-left,
  .header-style-3 .dez-topbar-right {
    padding-left: 0;
    padding-right: 0;
  }
  .header-style-3 .dez-topbar-left li a span {
    display: none;
  }
  .header-style-3 .fa-chevron-down {
    display: block;
  }
  .header-style-3 .header-curve .logo-header {
    height: 90px;
  }
  .header-style-3 .is-fixed.header-curve .logo-header {
    height: 70px;
  }
  .header-style-4 .container {
    width: 100%;
    max-width: 100%;
  }
  .mo-left.header-style-3 .header-nav .nav > li > a,
  .mo-left.header-style-3 .is-fixed .header-nav .nav > li > a,
  .mo-left.header-style-4 .header-nav .nav > li > a,
  .mo-left.header-style-4 .is-fixed .header-nav .nav > li > a {
    padding: 8px 12px;
  }
}
/* Tablate [991] Responsive CSS End */
/* Responsive CSS End */
/* ================== Header Style 3 End ================== */
/* ================== Header Style 4 ================== */

.header-style-4 {
  margin-bottom: 0px;
}
.header-style-4 .slide-up {
  position: absolute;
  width: 100%;
}
.header-style-4 .header-nav.navbar-collapse ul {
  float: left;
}
.header-style-4 .mostion {
  display: none;
}
.header-style-4 .main-bar {
  background: #fff;
}
.header-style-4 .header-nav .nav > li > a,
.header-style-4 .is-fixed .header-nav .nav > li > a {
  padding: 25px 15px;
}
.header-style-4 .extra-nav {
  padding: 15px 0;
}
.header-style-4 .top-bar {
  padding: 0;
}
.header-style-4.style-1 .top-bar {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.topbar-info ul {
  list-style: none;
}
.topbar-info ul li {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.topbar-info ul a {
  color: #727272;
}
.header-style-4.style-1 .social-line li a {
  border: 0;
  padding: 0;
  color: #727272;
}
.header-style-4.style-1 .is-fixed .slide-up {
  bottom: auto;
}
.navigation-bar {
  background-color: #2e1e13;
}
.navigation-bar .navbar-nav > li > a {
  color: #fff;
}
.header-style-4.style-1 .header-nav .nav > li.active > a:before,
.header-style-4.style-1 .header-nav .nav > li:hover > a:before {
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
}
.header-style-4.style-1 .header-nav .nav > li.active > a,
.header-style-4.style-1 .header-nav .nav > li:hover > a {
  color: #fff;
}
.header-style-4.style-1 .contact-info h6 {
  color: #2e1e13;
  font-weight: 400;
}
.header-style-4.style-1 .extra-nav {
  padding: 10px 0;
}
.header-style-4.style-1 .contact-info span {
  font-size: 14px;
  color: #606060;
}
.header-style-4.style-1 .header-nav .nav > li > a {
  padding: 20px 15px;
}
.header-style-4.style-1 .header-nav .nav > li > a:after {
  background-color: #fff;
  bottom: 20px;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  opacity: 0.2;
}
/*  */
.header-style-4.style-1 .contact-info li {
  width: auto;
  padding: 9px 25px 9px 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: right;
  position: relative;
}
.header-style-4.style-1 .contact-info li:first-child {
  padding: 9px 0 9px 60px;
  border-right: 0;
}
.header-style-4.style-1 .contact-info li i {
  color: #287a2c;
  font-size: 35px;
  left: 10px;
  margin-right: 5px;
  position: absolute;
  text-align: center;
  top: 13px;
  width: 40px;
}
.navigation-bar .navbar-nav > li > a {
  font-weight: bold;
  font-size: 15px;
}
/* Dark */

.header-style-4.dark .main-bar {
  background: #2e2e2e;
}
.header-style-4.dark .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #191919;
}
.header-style-4.dark .social-line li a {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
/* Dark End */
/* Contact-Info Boxed */

.contact-info {
  margin: 0;
  padding: 15px 0;
}
.contact-info li {
  list-style: none;
  width: 25%;
  float: left;
  padding: 11px 0;
}
.contact-info li:last-child {
  padding: 0;
}
.contact-info h6 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.contact-info li i {
  margin-right: 5px;
  font-size: 18px;
}
.social-line li {
  display: inline-block;
  float: left;
  margin-left: -1px;
}
/* Contact-Info Boxed End */
/* Top Bar */

.header-style-4 .fa-chevron-down {
  display: none;
}
.header-style-4 .social-line li a {
  color: #777;
  border: 1px solid;
  border-color: #e3e3e3;
  border-width: 0 1px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  display: inline-block;
  min-width: 45px;
  cursor: pointer;
}
.header-style-4 .top-bar {
  border-bottom: 1px solid #e3e3e3;
  background-color: #f5f5f5;
}
.nav-block {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #a0a0a0;
  margin-bottom: 0;
  position: relative;
}
/* Header Boxed */

.boxed .header-style-4 .top-bar .container {
  padding-left: 15px;
  padding-right: 15px;
}
.boxed .header-style-4 .container.header-contant-block {
  padding-left: 15px;
  padding-right: 15px;
}
.boxed .header-style-4 .nav-block {
  border-radius: 0px;
}
/* Header Boxed End */
/* Header is-fixed */

.header-style-4 .is-fixed .header-contant-block {
  display: none;
}
.header-style-4 .is-fixed .main-bar {
  background: #fff;
}
.header-style-4 .is-fixed .nav-block {
  border-radius: 0px;
  box-shadow: none;
  position: unset;
}
.header-style-4.style-1 .dez-quik-search .form-control {
  height: 60px;
}
/* Header is-fixed End*/
/* Dark Header  */
/* Dark Header End */
/* Responsive CSS */
/* Tablate [991] Responsive CSS */
@media only screen and (max-width: 1280px) {
  .header-style-4.style-1 .site-button text {
    font-size: 13px;
  }
  .contact-info h6 {
    font-size: 14px;
  }
  .header-style-4.style-1 .contact-info li {
    padding-left: 50px;
  }
  .header-style-4.style-1 .contact-info span {
    font-size: 13px;
  }
  .header-style-4.style-1 .contact-info li i {
    font-size: 25px;
    left: 10px;
    margin-right: 5px;
    top: 19px;
    width: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-4 .header-contant-block {
    display: none;
  }
  .header-style-4 {
    margin-bottom: 0px;
  }
  .header-style-4 .nav-block {
    box-shadow: none;
  }
  .header-style-4 .header-nav.navbar-collapse ul {
    float: none;
  }
  .header-style-4 .mostion {
    display: table;
  }
  .header-style-4 .top-bar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-style-4 .header-nav .nav > li > a {
    padding: 12px 15px;
  }
  .header-style-4 .extra-nav {
    padding: 25px 0;
  }
  .header-style-4 .is-fixed .extra-nav {
    padding: 15px 0;
  }
  .header-style-4 .dez-topbar-left,
  .header-style-4 .dez-topbar-right {
    padding-left: 0;
    padding-right: 0;
  }
  .header-style-4 .dez-topbar-left li a span {
    display: none;
  }
  .header-style-4 .fa-chevron-down {
    display: block;
  }
  .header-style-4.style-1 .header-nav .nav > li.active > a,
  .header-style-4.style-1 .header-nav .nav > li:hover > a {
    color: #000;
  }
  .header-style-4 .navbar-toggler {
    margin: 20px 0 15px 15px;
  }
}
/* Tablate [991] Responsive CSS End */
/* Mobile [767] Responsive CSS */

@media only screen and (max-width: 991px) {
  .header-style-4 .slide-up .container {
    box-shadow: none;
  }
  .header-style-4 .nav-dark.header-nav .nav > li > a {
    color: #fff;
  }
  .header-style-4.style-1 .extra-nav,
  .header-style-4.style-1 .is-fixed .extra-nav {
    padding: 20px 0;
  }
  .header-style-4.style-1 .navbar-toggle span {
    background: #fff;
  }
  .header-style-4.style-1 .topbar-info ul li {
    padding: 10px;
  }
  .header-style-4.style-1 .header-nav .nav > li.active > a:before,
  .header-style-4.style-1 .header-nav .nav > li:hover > a:before,
  .header-style-4.style-1 .header-nav .nav > li > a:after {
    content: none;
  }
  .header-style-4.style-1 .header-nav .nav > li > a {
    padding: 8px 12px;
  }
  .navigation-bar .navbar-nav > li > a {
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .header-style-4 .slide-up {
    position: unset;
  }
  .header-style-4.style-1 .top-bar {
    display: none;
  }
}
/* Mobile [767] Responsive CSS End */
/* Responsive CSS End */
/* ================== Header Style 4 End ================== */
/*header style 5 (header black overlay) */
/* ================== Header Style 5 ================== */

.header-style-5 .top-bar {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
}
.header-style-5 .social-line li a {
  color: #fff;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 0 1px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  display: inline-block;
  min-width: 45px;
  cursor: pointer;
}
.header-style-5 .main-bar {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-style-5 .header-nav .nav > li > a {
  color: #fff;
}
.header-style-5 .navbar-toggle span {
  background: #fff;
}
.header-style-5.dark .main-bar {
  background: rgba(0, 0, 0, 0.5);
}
/*header 5 fixed*/

.header-style-5 .is-fixed .social-line li a {
  color: #ababab;
}
.header-style-5 .is-fixed .top-bar,
.header-style-5 .is-fixed .social-line li a {
  border-color: #e3e3e3;
}
.header-style-5 .is-fixed .main-bar {
  position: fixed;
  background: #fff;
}
.header-style-5 .is-fixed .navbar-toggle span {
  background: #666;
}
.header-style-5 .is-fixed .header-nav .nav > li > a {
  color: inherit;
}
.header-style-5 .is-fixed .navbar-toggle span {
  background: #666 !important;
}
.header-style-5 .fa-chevron-down {
  display: none;
}
/*header 5 fixed End */
/* Responsive CSS */
/* Tablate [1024] Responsive CSS */

@media only screen and (max-width: 1024px) {
  .header-style-5 .fa-chevron-down {
    display: none;
  }
}
/* Tablate [1024] Responsive CSS End */
/* Tablate [991] Responsive CSS */

@media only screen and (max-width: 991px) {
  .header-style-5 .fa-chevron-down {
    display: block;
  }
  .header-style-5 .header-nav .nav > li > a {
    color: unset;
  }
  .header-style-5 .header-nav.nav-dark .nav > li > a {
    color: #fff;
  }
  .dez-bnr-inr.dez-bnr-inr-lg {
    height: 500px;
  }
}
/* Tablate [991] Responsive CSS End */
/* Mobile [767] Responsive CSS */

@media only screen and (max-width: 767px) {
  .header-style-5 .header-nav .nav > li > a {
    color: #555555;
  }
}
/* Mobile [767] Responsive CSS End */
/* Responsive CSS End */
/* Responsive CSS */
/* Tablate [991] Responsive CSS */

@media only screen and (max-width: 991px) {
  .header-style-5 .dez-topbar-left,
  .header-style-5 .dez-topbar-right {
    padding-left: 0;
    padding-right: 0;
  }
  .header-style-5 .dez-topbar-left li a span {
    display: none;
  }
  .header-style-5 .fa-chevron-down {
    display: block;
  }
}
/* Tablate [991] Responsive CSS End */
/* Responsive CSS End */
/* ================== Header Style 5 End ================== */
/*---------------------------------------------------------------
19. BANNER
---------------------------------------------------------------*/

.dez-banner-row,
.dez-banner-outer {
  position: relative;
}
.dez-bnr-pic {
  width: 100%;
  overflow: hidden;
}
.dez-bnr-pic img {
  width: 100%;
  height: auto;
  display: block;
}
.dez-bnr-text {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  margin: 0;
  font-family: Raleway;
  color: #ffffff;
  font-family: "Raleway";
}
.dez-bnr-text-has {
  max-width: 600px;
}
.dez-bnr-text strong,
.dez-bnr-text span {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.dez-bnr-text strong {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 25px;
  color: #ffffff;
}
.dez-bnr-text span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
.dez-bnr-text .btn {
  margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .dez-bnr-text strong {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 15px;
  }
  .dez-bnr-text span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .dez-bnr-text strong {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dez-bnr-text strong {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 0;
  }
}
@media only screen and (max-width: 680px) {
  .dez-bnr-text strong {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0;
  }
  .dez-bnr-text span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .dez-bnr-text strong {
    font-size: 20px;
    line-height: 20px;
  }
  .dez-bnr-text span {
    font-size: 12px;
    line-height: 16px;
  }
}
/*== > inner page banner ==*/
.dez-bnr-inr.dez-bnr-inr-lg {
  height: 800px;
}
.dez-bnr-inr.dez-bnr-inr-md {
  height: 600px;
}
.dez-bnr-inr.dez-bnr-inr-sm {
  height: 400px;
}
.dez-bnr-inr {
  height: 300px;
  background-size: cover;
  background-position: bottom center;
  display: table;
  width: 100%;
}
.dez-bnr-inr h1 {
  font-size: 45px;
  line-height: 55px;
}
.dez-bnr-inr.overlay-black-middle:after {
  opacity: 0.3;
}
.dez-bnr-inr .container {
  display: table;
  height: 100%;
}
.dez-bnr-inr-entry {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .dez-bnr-inr h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
/*== >  Provider banner off ==*/

.banner-inner-row.provider-banner-off {
  height: 150px;
  background-image: url("file:///C|/Users/admin/Documents/inc/images/pattern/pattern1.jpg") !important;
  background-repeat: repeat;
  background-size: auto;
}
.provider-banner-off.overlay-black-middle::after {
  opacity: 0.1;
}
/*---------------------------------------------------------------
20. SLIDER
  >rs slider
  >owl slider
---------------------------------------------------------------*/
/*== >rs slider ==*/

.tp-caption .font-weight-300 {
  font-weight: 300;
}
.tp-caption .font-weight-400 {
  font-weight: 400;
}
.tp-caption .font-weight-500 {
  font-weight: 500;
}
.tp-caption .font-weight-600 {
  font-weight: 600;
}
.tp-caption .font-weight-700 {
  font-weight: 700;
}
.tp-caption .font-weight-800 {
  font-weight: 800;
}
.tp-caption .font-weight-900 {
  font-weight: 900;
}
.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
  font-weight: 800;
  margin-bottom: 24px;
  color: #ffffff;
}
.tp-caption h1 {
  font-size: 70px;
  line-height: 60px;
}
.tp-caption h2 {
  font-size: 60px;
  line-height: 50px;
}
.tp-caption h3 {
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 20px;
}
.tp-caption h4 {
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 15px;
}
.tp-caption h5 {
  font-size: 30px;
  line-height: 4px;
  margin-bottom: 10px;
}
.tp-caption h6 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
  font-weight: 600;
}
.tp-caption .text {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  width: 500px;
}
.overlay-row {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/*== >owl slider ==*/
/* next pre btn */
.owl-none .owl-nav {
  display: none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* owl dots button */

.owl-theme .owl-dots {
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* owl dots style */
.owl-theme.dots-style-1 .owl-dots .owl-dot {
}
.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
  width: 8px;
  height: 8px;
  margin: 5px;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
  background: #000;
}
/* owl dots style 3 */
.owl-theme.dots-style-3 .owl-dots {
  margin-top: 30px;
  position: unset;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  margin: 0;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot {
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  margin: 4px;
  padding: 3px;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
  border: 1px solid #ff3b68;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
  background-color: #ff3b68;
}
.owl-item.dots-style-3 .slide-content-box {
  opacity: 0;
}
.owl-item.active.dots-style-3 .slide-content-box {
  opacity: 1;
  transition: all 2s ease 2s;
  -moz-transition: all 2s ease 2s;
  -webkit-transition: all 2s ease 2s;
  -o-transition: all 2s ease 2s;
}

/*owl button top to center  */

.owl-btn-top-c .owl-nav {
  text-align: center;
}
/*owl button top to left  */

.owl-btn-top-l .owl-nav {
  text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
  margin-left: 0;
}
/*owl button top to right  */

.owl-btn-top-r .owl-nav {
  text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
  margin-right: 0;
}
/*owl button top to left & right  */

.owl-btn-top-lr .owl-nav {
  text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
  margin-right: 0;
  float: right;
}
.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
  padding: 40px 8px;
}
/*owl button < > CENTER to left & right */

.owl-btn-center-lr .owl-nav {
  margin: 0;
}
.owl-btn-center-lr + .owl-theme .owl-nav {
  margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-item img {
  transform-style: inherit;
}
/* Owl Button Style */
.owl-btn-1 .owl-prev,
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 40px;
}
.owl-btn-2 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
  margin: 0 -70px !important;
}
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  font-size: 35px;
  height: auto;
  width: auto;
  opacity: 0.2;
}
.owl-btn-3 .owl-prev:hover,
.owl-btn-3 .owl-next:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  opacity: 1;
}
.owl-btn-3.btn-white .owl-prev,
.owl-btn-3.btn-white .owl-next {
  color: #fff;
}
.owl-btn-3.btn-white .owl-prev:hover,
.owl-btn-3.btn-white .owl-next:hover {
  color: #fff;
}
.owl-btn-4 {
  overflow: hidden;
}
.owl-btn-4 .owl-prev,
.owl-btn-4 .owl-next {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.5);
  color: #000000;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  margin: 0 -10px !important;
  overflow: hidden;
  padding: 0;
  width: 50px;
  opacity: 0.7;
}
.owl-btn-4 .owl-prev:hover,
.owl-btn-4 .owl-next:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #000;
  opacity: 1;
}
/* Thumb */
#sync2 .owl-item.active.current .item img {
  outline: 5px solid rgba(0, 0, 0, 0.2);
  outline-offset: -9px;
}

/* owl-dots */
.owl-dots-none .owl-dots {
  display: none;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span {
  opacity: 0.5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 4px;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span {
  background-color: #1abc9c;
}
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span {
  background-color: #333;
}
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span {
  background-color: #f5f5f5;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  width: 25px;
}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px 4px 2px 4px;
}
@media only screen and (max-width: 1200px) {
  .owl-btn-2 .owl-prev,
  .owl-btn-2 .owl-next,
  .owl-btn-3 .owl-prev,
  .owl-btn-3 .owl-next {
    margin: 0 10px !important;
  }
}
/*---------------------------------------------------------------
21. BLOG
---------------------------------------------------------------*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}
.dez-post-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.dez-post-title .post-title {
  /* margin-top: 15px; */
  margin-bottom: 0;
}
.dez-post-meta {
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #f6f6f6;
}
.dez-post-meta ul {
  margin: 0 -4px;
  list-style: none;
  font-family: "Roboto", sans-serif;
}
.dez-post-meta ul li {
  padding: 0;
  display: inline-block;
  font-size: 13px;
}
.dez-post-meta li:after {
  content: "/";
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.5;
}
.dez-post-meta li:last-child:after {
  display: none;
}
.dez-post-meta a {
  color: #7e7e7e;
}
.dez-post-meta i {
  color: #287a2c;
  margin: 0 5px;
}
.dez-post-text {
  margin-bottom: 15px;
}
.dez-post-text p:last-child {
  margin: 0;
}
.dez-post-readmore {
  margin-bottom: 15px;
}
.dez-post-tags {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}
.dez-post-tags .post-tags {
  margin: 0 -3px;
  list-style: none;
}
.dez-post-tags .post-tags a {
  border: 2px solid #ddd;
  padding: 2px 8px;
  color: #a9a9a9;
  margin: 0 3px 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
}
.dez-post-tags .post-tags a:hover {
  background-color: #1c661f;
  color: #fff;
  border: 2px solid #1c661f;
}
/*== post date syle css ==*/

.date-style-1 .post-date {
  color: #fff;
  background-color: #efbb20;
  padding: 3px 5px 3px 5px;
}
.date-style-1 .post-date .fa {
  color: #fff;
  left: 5px;
  top: 5px;
}
.date-style-2 .post-date,
.date-style-4 .post-date {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  width: 50px;
  text-align: center;
  text-transform: uppercase;
}
.date-style-2 .post-date strong,
.date-style-2 .post-date span,
.date-style-4 .post-date strong,
.date-style-4 .post-date span {
  display: block;
  padding: 10px 5px;
}
.date-style-2 .post-date strong,
.date-style-4 .post-date strong {
  font-size: 10px;
  padding: 10px 5px 5px;
  position: relative;
}
.date-style-2 .post-date > strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  background-color: #fff;
  margin: 0 -10px;
  width: 20px;
}
.date-style-2 .post-date span {
  font-size: 16px;
  padding: 5px 5px 10px;
}
.date-style-2 .post-date {
  outline: 1px dashed rgba(255, 255, 255, 0.5);
  outline-offset: -4px;
  padding: 0;
  width: 67px;
  top: 10px;
  left: 10px;
}
.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-3 .post-date:after,
.date-style-3 .post-date .fa,
.date-style-4 .post-date .fa {
  display: none;
}
.date-style-3 .dez-post-info {
  position: relative;
}
.date-style-3 .post-date {
  font-family: oswald;
  text-transform: uppercase;
  position: absolute;
  padding: 8px 15px;
  color: #fff;
  top: -36px;
  left: 0;
  height: 36px;
}
.date-style-3 .post-date strong {
  color: #30353c;
  margin-right: 2px;
}
.date-style-3.skew-date .post-date {
  padding-right: 8px;
}
.date-style-3.skew-date .post-date:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 22px;
  height: 100%;
  border-right: 3px solid #2d3239;
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.date-style-4 .post-date span {
  background-color: #2e1e13;
}
.date-style-4 .post-date {
  top: 10px;
  left: 10px;
  font-family: "Roboto Slab", serif;
}
.date-style-4 .dez-post-info {
  box-shadow: 0 3px 0 0 #dbdbdb;
}
.date-style-4 .dez-post-meta ul li {
  font-weight: normal;
}
/*== post without media ==*/

.no-image-blog.date-style-2 .algo-post-info {
  padding-top: 70px;
}
.no-image-blog.date-style-2 .post-date {
  top: 0;
  left: 20px;
}
/*if no image with blog post*/

.blog-post.no-img-post .post-date {
  position: static;
  float: left;
}
/*blog post half iamge*/
.blog-post.blog-md {
  display: flex;
  /* align-items: center; */
}
.blog-md .dez-post-media {
  min-width: 350px;
  float: left;
  margin-right: 30px;
}
.blog-md .dez-post-info {
  border: none;
}
.blog-md .dez-post-tags {
  border: none;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .blog-md.blog-post .dez-post-media {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
}
/*Blog page pagination main*/

.nav-links:after {
  clear: both;
  content: "";
  display: table;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.pagination .page-numbers {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #767676;
  padding: 9px 15px;
  font-weight: 600;
  font-size: 12px;
  display: block;
  float: left;
  margin-left: -1px;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
  background: #3396d1;
  color: #fff;
}
/*Blog paging Next & Prev css*/

.nav-links .nav-previous a,
.nav-links .nav-next a {
  display: inline-block;
  color: #3396d1;
  font-weight: 600;
  margin-bottom: 20px;
  outline: none !important;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  color: #0099cc;
}
.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
  content: "\f105";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 2px;
  color: #333;
}
/*Post navigation*/

.post-navigation {
  background-color: #fff;
  padding: 30px;
  border-bottom: 2px solid #e3e3e3;
}
.post-navigation .screen-reader-text {
  margin-top: 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: inline-block;
  width: 50%;
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
  display: none;
}
.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
  display: block;
  font-size: 15px;
  color: #777777;
  margin-top: 10px;
}
/*post panging*/

.dez-link-pages {
  padding: 20px 0 30px;
}
.dez-link-pages a {
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  background-color: #ccc;
  margin: 0 2px;
}
/*Sticky Post*/

.sticky-post {
  position: absolute;
  right: 0;
  top: 0;
  background: #77c04b;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
/*Post password form*/

.post-password-form {
  position: relative;
  clear: both;
}
.post-password-form input[type="password"] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 100px 10px 15px;
  height: 40px;
}
.post-password-form label {
  display: block;
}
.post-password-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
/*gallery css for blog post*/

.blog [class*="galleryid-"] {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}
.gallery .gallery-item {
  float: left;
  list-style: none;
  margin: 0px 0 0;
  overflow: hidden;
  padding: 0px 0px 5px 15px;
  text-align: center;
}
.gallery .gallery-caption {
  padding-top: 10px;
  font-size: 13px;
}
.gallery .gallery-item img {
  float: left;
  padding: 0 0px;
  width: 100%;
  border: none !important;
}
.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-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/*side bar*/

.side-bar .widget {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .side-bar {
    margin-bottom: 40px;
  }
}
/*Blog single*/

.blog-single .dez-post-meta {
  margin-bottom: 20px;
}
.blog-single .dez-post-text {
  margin-top: 20px;
}
.blog-single .dez-post-tags {
  margin-top: 20px;
}
/*= comment list = */

.comments-area {
  padding: 0;
}
.comments-area .comments-title {
  text-transform: uppercase;
  font-size: 24px;
}
ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}
ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  margin-left: 100px;
  position: relative;
  border: 2px solid #f2f2f2;
}
ol.comment-list li.comment .comment-body:before,
ol.comment-list li.comment .comment-body:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-width: 10px 12px 10px 0;
  border-style: solid;
}
ol.comment-list li.comment .comment-body:before {
  border-color: transparent #fff transparent #fff;
  z-index: 1;
  left: -12px;
  top: 22px;
}
ol.comment-list li.comment .comment-body:after {
  border-color: transparent #e9e9e9 transparent #e9e9e9;
  border-width: 12px 14px 12px 0;
  left: -14px;
}
ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 5px;
}
ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 0;
  left: -100px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 3px solid #fff;
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.2);
}
ol.comment-list li.comment .comment-author .fn {
  display: inline-block;
  color: #287a2c;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999999;
  font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 15px;
}
ol.comment-list li.comment .comment-meta a {
  color: #8d8d8d;
}
ol.comment-list li.comment .comment-meta a {
  color: #909090;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
ol.comment-list li.comment p {
  line-height: 24px;
  margin: 0 0 5px;
  font-size: 16px;
  color: #909090;
}
ol.comment-list li.comment .reply {
  margin-top: 15px;
}
ol.comment-list li.comment .reply a {
  font-weight: 800;
  border: 2px solid #287a2c;
  padding: 3px 20px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
}
ol.comment-list li.comment .reply a:hover {
  background: #287a2c;
  color: #fff;
}
ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}
ol.comment-list li .children li {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }
  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 70px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -75px;
    height: 60px;
    width: 60px;
  }
  ol.comment-list li .children {
    margin-left: 20px;
  }
  ol.comment-list li.comment .reply a {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 52px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -55px;
    top: 12px;
    width: 40px;
    height: 40px;
  }
}
/*= comment form = */

.comment-respond {
  padding: 30px 30px;
  border: 2px solid #e9e9e9;
}
.comment-respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 20px;
}
.comment-respond .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
}
.comments-area .comment-form {
  margin: 0 -15px;
}
.comments-area .comment-form .comment-notes {
  display: none;
}
.comments-area .comment-form p {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-form p.form-allowed-tags {
  width: 100%;
}
ol.comment-list li.comment .comment-respond .comment-form p {
  padding: 0 15px !important;
}
.comments-area .comment-form p label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}
.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
  width: 100%;
  height: 45px;
  line-height: 12px;
  padding: 15px 20px 15px 20px;
  border: 2px solid #e1e6eb;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 15px;
}
.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}
.comments-area .comment-form p textarea {
  height: 120px;
}
.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
}
.comments-area .comment-form p input[type="submit"] {
  background-color: #efbb20;
  border: none;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
}
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
  background-color: #1c661f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-form p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .comment-respond {
    padding: 20px;
  }
}
/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/

.widget {
  margin-bottom: 40px;
}
.widget-title {
  margin: 0 0 25px;
}
.widget-title {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 14px;
}
.widget-title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 3px;
  margin: 0 0 0;
  width: 50px;
  margin: 10px 0 20px;
  display: none;
}
.widget .widget-title,
.widget .post-title {
  text-transform: capitalize;
}
.widget .widget-title {
  font-size: 22px;
  line-height: 28px;
}
.recent-posts-entry ul,
.category-entry ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* widget listing*/

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.11);
  position: relative;
  padding: 10px 10px 10px 15px;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
  color: #767676;
}
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
  border-bottom: none;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
  top: 0;
  left: -8px;
}
/*widget search custom*/

.search-bx .site-button {
  padding: 5px 15px;
  border: 1px solid transparent;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 45px;
}
.search-bx .form-control {
  border-width: 2px 0px 2px 2px;
  height: 45px;
  font-size: 15px;
  padding: 0 15px;
}
/*widget search wp-default*/

.widget_search .screen-reader-text {
  display: block;
}
.searchform {
  position: relative;
}
.searchform input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 10px 90px 10px 15px;
  border: 1px solid #cccccc;
}
.searchform input[type="submit"] {
  height: 40px;
  padding: 10px 15px;
  background-color: #77c04b;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
  background-color: #6ab33e;
  color: #ffffff !important;
  border-bottom-color: #5a9e2f;
}
/*widget recent-posts*/

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
  color: #3396d1;
  font-style: normal;
}
.widget .post-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
.recent-posts-entry.widget .dez-post-meta {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.widget .dez-post-meta li {
  color: #a0a0a0;
  font-size: 14px;
}
.recent-posts-entry .widget-post {
  margin-bottom: 10px;
  display: flex;
}
.recent-posts-entry .widget-post-bx:last-child {
  border-bottom: none;
}
.recent-posts-entry .dez-post-media {
  float: left;
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  align-self: center;
}
.recent-posts-entry .dez-post-meta {
  margin-bottom: 0;
}
.recent-posts-entry .dez-post-info {
  background: transparent;
  padding: 0;
  margin-left: 15px;
  border: none;
  align-self: center;
}
.recent-posts-entry .post-meta span {
  margin-right: 10px;
}
/*widget recent-comment*/

/* .widget_recent_comments ul li:before {
  content: "\f0e6";
} */
.widget_recent_comments ul li {
  padding-left: 20px;
  color: #999;
}
/* widget meta*/

.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none;
}
/*widget calender*/

.widget_calendar caption::after {
  color: #707070;
  content: ">";
  font-family: "FontAwesome";
  margin: 0 0 0 5px;
}
.widget_calendar table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
.widget_calendar thead {
  background-color: #999999;
}
.widget_calendar tfoot tr td {
  border: none;
  padding: 0px;
}
.widget_calendar tfoot tr td a {
  background-color: #fff;
  padding: 4px 10px;
}
.widget_calendar table thead tr th {
  font-size: 11px;
  padding: 5px;
  text-align: center;
  border: none;
  color: #fff;
}
.widget_calendar table tbody td {
  font-size: 13px;
  padding: 6px 5px;
  text-align: center;
  background-color: #fff;
  border: none;
  color: #444;
}
.widget_calendar table tbody td#today {
  background-color: #77c04b;
  color: #fff;
}
.widget_calendar table tbody td#today a {
  color: #fff;
}
/*widget tags-list*/

.widget_tag_cloud a {
  padding: 8px 10px;
  background-color: #ffffff;
  border: 2px solid #e8e8e8;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 3px;
  color: #909090;
  border-radius: 3px !important;
  font-size: 13px;
  font-weight: 600;
}
.side-bar .widget_tag_cloud a:hover {
  background-color: #1c661f;
  border: 2px solid #1c661f;
  color: #fff;
  box-shadow: 5px 5px 10px -5px #002600;
}
/*widget archive*/

.widget_archive select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
/*widget text*/

.widget_text select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
.widget_text select option {
  width: 100%;
}
/*widget categories*/

.widget_categories li,
.widget_archive li {
  text-align: right;
}
.widget_categories li a,
.widget_archive li a {
  float: left;
}
/*widget RSS*/

.widget_rss ul {
  margin: 0;
  line-height: 20px;
}
.widget_rss ul li {
  line-height: 20px;
  margin-bottom: 15px;
}
.widget_rss ul .rsswidget {
  color: #333;
}
.widget_rss ul .rss-date {
  color: #3396d1;
}
.widget_rss ul .rssSummary {
  padding: 5px 0;
}
.widget_rss ul cite {
  color: #333;
  font-weight: 600;
}
/* widget get in tuch */

.widget_getintuch {
  padding-top: 10px;
}
.widget_getintuch li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.widget_getintuch b,
.widget_getintuch strong {
  display: block;
  text-transform: uppercase;
}
.widget_getintuch i {
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* widget gallery */

.widget_gallery ul {
  padding-left: 0;
  display: table;
}
.widget_gallery li {
  display: inline-block;
  margin-bottom: 0;
  width: 33.33%;
  float: left;
  padding: 2px;
}
.widget_gallery li img {
  display: inline-block;
  width: 100%;
}
.widget_gallery li:hover {
  display: inline-block;
  margin-bottom: 0;
}
.widget_gallery a {
  display: block;
  width: 100%;
}
/*---------------------------------------------------------------
23. CUSTOMIZE CSS
  >set-radius
  >transition
  >float-clearfix
---------------------------------------------------------------*/
/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs > li > a,
.modal-content,
.navbar-toggle,
.nav-pills > li > a,
.pager li > a,
.pager li > span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides
> .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.dez-booking-form .dez-extra-services li .icon-bx-lg,
.dez-booking-form .dez-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*== >transition ==*/

a,
.dez-box,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dez-work .dez-box .shadow-bx img,
.how-dez-work .dez-box .step-no-bx,
.dez-info-has,
.dez-we-find .dez-box,
.navbar-toggle,
.logo-header,
.header-nav .nav > li > a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.animate-slow {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.animate-mid {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.animate-fast {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*error for select box*/

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
  border-color: #a94442 !important;
}
/*succes for select box*/

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
  border-color: #3c763d !important;
}
/*---------------------------------------------------------------
24. SORTCODES 
  >Buttons
  >Title separators   
  >Deviders 
  >Lists & bullets  
  >Tabs 
  >Carousels
  >Testimonials 
  >Pricing table
  >Alert box  
  >Modal pop
  >Social icons
  >Breadcrumb
  >Tables
  >Image effects
  >Icon boxes
---------------------------------------------------------------*/
/*== >Buttons ======= */
/* owl slider button */

.owl-prev,
.owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #2e1e13;
  color: #ffffff;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  border-width: 0px;
  border-style: solid;
}
.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #3e2e23;
  color: #ffffff;
}
/* theme default button */

.site-button,
.site-button-secondry {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 2px;
}
.site-button {
  background-color: #efbb20;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button {
  background-color: #d8a409;
  color: #fff;
}
.site-button-secondry {
  background-color: #191919;
}
.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active > .site-button-secondry {
  background-color: #606060;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a.active,
.bootstrap-select .dropdown-menu > li > a:active {
  color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
}
/* button text uppercase */

.site-button.text-uppercase {
  text-transform: uppercase;
}
/* button size */

.button-sm {
  padding: 5px 10px;
  font-size: 12px;
}
.button-lg {
  padding: 20px 35px;
  font-size: 16px;
}
.button-xl {
  padding: 30px 50px;
  font-size: 24px;
}
/* button rounded */

.radius-no {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.radius-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.radius-xl {
  border-radius: 15px;
  -webkit-border-radius: 5px;
}
/* button colors */
/* white */

.site-button.white {
  background-color: #fff;
  color: #777;
}
.site-button.white:hover,
.site-button.white:active,
.site-button.white:focus {
  color: #fff;
}
/* black */

.site-button.black {
  background-color: #171717;
  color: #fff;
}
.site-button.black:hover,
.site-button.black:active,
.site-button.black:focus {
  background-color: #000;
  color: #fff;
}
/* Gray */

.site-button.gray {
  background-color: #666666;
  color: #fff;
}
.site-button.gray:hover,
.site-button.gray:active,
.site-button.gray:focus {
  background-color: #555555;
  color: #fff;
}
/* pink */

.site-button.pink {
  background-color: #e63f75;
  color: #fff;
}
.site-button.pink:hover,
.site-button.pink:active,
.site-button.pink:focus {
  background-color: #d22b61;
  color: #fff;
}
/* Blue */

.site-button.blue {
  background-color: #42b8d4;
  color: #fff;
}
.site-button.blue:hover,
.site-button.blue:active,
.site-button.blue:focus {
  background-color: #2ca2be;
  color: #fff;
}
/* Green */

.site-button.green {
  background-color: #35b494;
  color: #fff;
}
.site-button.green:hover,
.site-button.green:active,
.site-button.green:focus {
  background-color: #26a585;
  color: #fff;
}
/* Orange */

.site-button.orange {
  background-color: #e56713;
  color: #fff;
}
.site-button.orange:hover,
.site-button.orange:active,
.site-button.orange:focus {
  background-color: #d55703;
  color: #fff;
}
/* Red */

.site-button.red {
  background-color: #d93223;
  color: #fff;
}
.site-button.red:hover,
.site-button.red:active,
.site-button.red:focus {
  background-color: #c51e0f;
  color: #fff;
}
/* Brown */

.site-button.brown {
  background-color: #69441f;
  color: #fff;
}
.site-button.brown:hover,
.site-button.brown:active,
.site-button.brown:focus {
  background-color: #5f3a15;
  color: #fff;
}
/* Yellow */

.site-button.yellow {
  background-color: #ecc731;
  color: #fff;
}
.site-button.yellow:hover,
.site-button.yellow:active,
.site-button.yellow:focus {
  background-color: #d4af19;
  color: #fff;
}
/* purple */

.site-button.purple {
  background-color: #ae1af7;
  color: #fff;
}
.site-button.purple:hover,
.site-button.purple:active,
.site-button.purple:focus {
  background-color: #9804e1;
  color: #fff;
}
/* Skew */

.button-skew {
  position: relative;
  text-align: center;
  margin-right: 21px;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.button-skew span {
  display: inline-block;
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.button-skew i {
  background-color: inherit;
  position: absolute;
  height: 100%;
  margin-right: -32px;
  right: 0;
  top: 0;
  padding: 12px 12px;
  line-height: normal;
}
.button-skew i:before {
  display: inline-block;
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.button-skew.button-sm i {
  padding: 7px 10px;
  margin-right: -27px;
}
.button-skew.button-lg i {
  padding: 25px 15px;
  margin-right: -40px;
}
.button-skew.button-xl i {
  padding: 35px 22px;
  margin-right: -55px;
}
/* Graphical */

.site-button.graphical {
  color: #fff;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3),
  0 1px 3px -1px rgba(45, 60, 72, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.site-button.graphical:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
}
/* 3D */

.site-button.button-3d {
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  border-right: none;
  border-top: none;
}
/* Outline */

.site-button.outline {
  color: inherit;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}
/* white */

.site-button.outline.white {
  color: #e7e7e7;
  border-color: #e7e7e7;
}
.site-button.outline.white:hover {
  color: #fff;
}
/* black */

.site-button.outline.black {
  color: #171717;
  border-color: #171717;
}
/* gray */

.site-button.outline.gray {
  color: #666666;
  border-color: #666666;
}
/* pink */

.site-button.outline.pink {
  color: #e63f75;
  border-color: #e63f75;
}
/* blue */

.site-button.outline.blue {
  color: #42b8d4;
  border-color: #42b8d4;
}
/* green */

.site-button.outline.green {
  color: #35b494;
  border-color: #35b494;
}
/* orange */

.site-button.outline.orange {
  color: #e56713;
  border-color: #e56713;
}
/* red */

.site-button.outline.red {
  color: #d93223;
  border-color: #d93223;
}
/* brown */

.site-button.outline.brown {
  color: #69441f;
  border-color: #69441f;
}
/* yellow */

.site-button.outline.yellow {
  color: #efbb20;
  border-color: #efbb20;
}
/* purple */

.site-button.outline.purple {
  color: #ae1af7;
  border-color: #ae1af7;
}
/* hover */

.site-button.outline:hover {
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
/* button text link */

.site-button-link {
  display: inline-block;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
/* white */

.site-button-link.white {
  color: #e7e7e7;
}
.site-button-link.white:hover,
.site-button-link.white:active,
.site-button-link.white:focus {
  color: #ccc;
}
/* black */

.site-button-link.black {
  color: #171717;
}
.site-button-link.black:hover,
.site-button-link.black:active,
.site-button-link.black:focus {
  color: #000;
}
/* Gray */

.site-button-link.gray {
  color: #666666;
}
.site-button-link.gray:hover,
.site-button-link.gray:active,
.site-button-link.gray:focus {
  color: #555555;
}
/* pink */

.site-button-link.pink {
  color: #e63f75;
}
.site-button-link.pink:hover,
.site-button-link.pink:active,
.site-button-link.pink:focus {
  color: #2ca2be;
}
/* Blue */

.site-button-link.blue {
  color: #42b8d4;
}
.site-button-link.blue:hover,
.site-button-link.blue:active,
.site-button-link.blue:focus {
  color: #2ca2be;
}
/* Green */

.site-button-link.green {
  color: #35b494;
}
.site-button-link.green:hover,
.site-button-link.green:active,
.site-button-link.green:focus {
  color: #26a585;
}
/* Orange */

.site-button-link.orange {
  color: #e56713;
}
.site-button-link.orange:hover,
.site-button-link.orange:active,
.site-button-link.orange:focus {
  color: #d55703;
}
/* Red */

.site-button-link.red {
  color: #d93223;
}
.site-button-link.red:hover,
.site-button-link.red:active,
.site-button-link.red:focus {
  color: #c51e0f;
}
/* Brown */

.site-button-link.brown {
  color: #69441f;
}
.site-button-link.brown:hover,
.site-button-link.brown:active,
.site-button-link.brown:focus {
  color: #5f3a15;
}
/* Yellow */

.site-button-link.yellow {
  color: #ecc731;
}
.site-button-link.yellow:hover,
.site-button-link.yellow:active,
.site-button-link.yellow:focus {
  color: #d4af19;
}

/* purple */

.site-button-link.purple {
  color: #ae1af7;
}
.site-button-link.purple:hover,
.site-button-link.purple:active,
.site-button-link.purple:focus {
  color: #9804e1;
}
/* filter buttons css */

.site-filters {
  margin-bottom: 30px;
}
.site-filters ul {
  margin: 0;
  list-style: none;
}
.site-filters li {
  display: inline;
  padding: 0;
}
.site-filters li.btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
}
.site-filters li input {
  display: none;
}
.site-filters a {
  margin: 0 15px 5px 0;
}
.site-filters .active > [class*="site-button"] {
  color: #fff;
  background-color: #efbb20;
}
.site-filters.center {
  text-align: center;
}
.site-filters.center ul {
  display: inline-block;
  margin: auto;
}
.site-filters.center [class*="site-button"] {
  display: inline-block;
  margin: 0 5px 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .site-filters.center [class*="site-button"] {
    margin: 0 1px 5px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
/*== >Title separators ====== */

.dez-separator-outer {
  overflow: hidden;
}
.dez-separator {
  display: inline-block;
  height: 2px;
  width: 50px;
  margin-bottom: 10px;
  position: relative;
}
.dez-separator.style-liner {
  width: 20px;
}
.dez-separator.style-icon {
  width: 30px;
  height: auto;
  text-align: center;
  font-size: 20px;
}
.dez-separator[class*="style-"]:after,
.dez-separator[class*="style-"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 70px;
  height: 2px;
  background: #eee;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dez-separator[class*="style-"]:before {
  left: auto;
  right: 40px;
}
.dez-separator.style-skew {
  width: 15px;
  height: 10px;
  margin-left: 1px;
  margin-right: 1px;
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.dez-separator.style-skew[class*="style-"]:after,
.dez-separator.style-skew[class*="style-"]:before {
  width: 80px;
  height: 4px;
  left: 20px;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.dez-separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}
/*== >Deviders ====== */

.dez-divider {
  height: 1px;
  position: relative;
  margin: 30px 0;
}
.dez-divider.divider-2px {
  height: 2px;
}
.dez-divider.divider-3px {
  height: 3px;
}
.dez-divider.divider-4px {
  height: 4px;
}
.dez-divider i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dez-divider.icon-left {
  margin-left: 40px;
}
.dez-divider.icon-left i {
  left: -40px;
}
.dez-divider.icon-right {
  margin-right: 40px;
}
.dez-divider.icon-right i {
  left: auto;
  right: -40px;
}
.dez-divider.icon-center i {
  left: 50%;
  margin-left: -5px;
}
/*== >Lists & bullets ====== */

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
  padding: 5px 5px 5px 20px;
  position: relative;
}
.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  font-size: 15px;
  color: #777;
  font-weight: 600;
}
.list-circle li:before {
  top: 10px;
  font-size: 10px;
}
.list-circle li:before {
  content: "\f111";
}
.list-angle-right li:before {
  content: "\f105";
}
.list-arrow li:before {
  content: "\f0da";
}
.list-check li:before {
  content: "\f00c";
}
.list-checked li:before {
  content: "\f14a";
}
.list-check-circle li:before {
  content: "\f06c";
}
.list-chevron-circle li:before {
  content: "\f138";
}
.list-arrow-circle li:before {
  content: "\f0a9";
}
.list-times-circle li:before {
  content: "\f057";
}
/*listing before icon color css*/

.primary li:before {
  color: #efbb20;
}
.secondry li:before {
  color: #77c04b;
}
.black li:before {
  color: #000;
}
.white li:before {
  color: #fff;
}
.orange li:before {
  color: #ff6600;
}
.green li:before {
  color: #00cc00;
}
.red li:before {
  color: #ff3737;
}
.no-margin {
  margin: 0 0 0 !important;
  list-style: none;
}
/*listing before numbers*/

.list-num-count {
  counter-reset: li;
  padding-left: 0;
}
.list-num-count > li {
  position: relative;
  margin: 0 0 6px 30px;
  padding: 4px 8px;
  list-style: none;
}
.list-num-count > li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -28px;
  width: 28px;
  height: 28px;
  padding: 5px;
  color: #fff;
  background: #efbb20;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.list-num-count.lower-alpha > li:before {
  content: counter(li, lower-alpha);
}
.list-num-count.upper-alpha > li:before {
  content: counter(li, upper-alpha);
}
/*== >Tabs ========= */
/*tabs style 1 [ defult ]*/

.dez-tabs .tab-pane {
  padding: 20px 0;
}
.dez-tabs .nav-tabs > li > a {
  color: #3d474a;
  font-weight: 600;
  font-size: 13px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dez-tabs .nav-tabs > li.active > a,
.dez-tabs .nav-tabs > li.active > a:focus,
.dez-tabs .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border-color: #ddd;
  border-bottom: 1px solid #fff;
}
.dez-tabs .nav > li > a:focus,
.dez-tabs .nav > li > a:hover {
  background-color: transparent;
}
.dez-tabs .nav li a:hover {
  border: 1px solid transparent;
}
.dez-tabs .nav-tabs > li > a i {
  color: #efbb20;
  margin-right: 5px;
}
/*tabs bg  [ tabs background ]*/

.dez-tabs.bg-tabs .nav-tabs > li > a {
  border: 1px solid #ddd;
  background-color: #efefef;
  margin-right: 2px;
}
.dez-tabs.bg-tabs .nav-tabs > li.active > a {
  border-bottom: 1px solid transparent;
  background-color: #fff;
}
.dez-tabs.vertical.bg-tabs .nav-tabs > li > a {
  border: 1px solid #ddd;
}
.dez-tabs.vertical.bg-tabs .nav-tabs > li.active > a {
  border-right: 1px solid transparent;
}
.dez-tabs.vertical.right.bg-tabs .nav-tabs > li > a {
  border: 1px solid #ddd;
}
.dez-tabs.vertical.right.bg-tabs .nav-tabs > li.active > a {
  border-left: 1px solid transparent;
}
/*tabs bg & top border  [ tabs background & top border in active ]*/

.dez-tabs.border-top .nav-tabs > li.active > a {
  border-top: 2px solid #efbb20;
  padding: 9px 15px 10px;
}
/*tabs style 2 [ content with border outer ]*/

.dez-tabs.border .tab-pane {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: -1px;
}
/*tabs style 3  [ left-nav ]*/

.dez-tabs.vertical .nav-tabs {
  float: left;
  width: 170px;
  border-bottom: none;
  border-right: 1px solid #ddd;
}
.dez-tabs.vertical .tab-pane {
  padding: 10px 0 10px 20px;
}
.dez-tabs.vertical .nav-tabs li {
  float: none;
  margin-right: -1px;
}
.dez-tabs.vertical .nav-tabs li a {
  margin-right: 0;
  border-right: none;
}
.dez-tabs.vertical .nav-tabs li.active a {
  border-bottom: 1px solid #ddd;
}
.dez-tabs.vertical .tab-content {
  border-left: 1px solid #ddd;
  margin-left: 169px;
}
/*tabs style 4  [ left-nav & content with border ]*/

.dez-tabs.vertical.border .tab-pane {
  padding: 20px;
  margin-left: -1px;
}
/*tabs style 5  [ right-nav ]*/

.dez-tabs.vertical.right .nav-tabs {
  border-left: 1px solid #ddd;
  border-right: none;
  float: right;
}
.dez-tabs.vertical.right .nav-tabs li {
  margin-right: 0;
  margin-left: -1px;
}
.dez-tabs.vertical.right .nav-tabs li a {
  border-right: 1px solid transparent;
  border-left: none;
}
.dez-tabs.vertical.right .nav-tabs li.active a {
  border-right: 1px solid #ddd;
  border-left: none;
}
.dez-tabs.vertical.right .tab-content {
  border-left: none;
  border-right: 1px solid #ddd;
  margin-right: 169px;
  margin-left: 0;
}
.dez-tabs.vertical.right .tab-pane {
  padding: 10px 20px 10px 0;
}
/*tabs style 6  [ right-nav & content with border ]*/

.dez-tabs.vertical.right.border .tab-pane {
  padding: 20px;
  margin-right: -1px;
}
/*== >Carousels ======*/
/* Blog carousel */

.ow-post-info {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.ow-post-title .post-title {
  margin: 0 0 10px;
}
.ow-post-text {
  margin-bottom: 10px;
}
.ow-post-text p:last-child {
  margin: 0;
}
.ow-post-readmore {
  margin-bottom: 10px;
}
.ow-post-meta {
  margin-bottom: 10px;
}
.ow-post-meta ul {
  margin: 0 -4px;
  list-style: none;
}
.ow-post-meta ul li {
  padding: 0;
  display: inline-block;
  font-weight: bold;
}
.ow-post-meta li:after {
  content: "/";
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.5;
}
.ow-post-meta li:last-child:after {
  display: none;
}
.ow-post-meta a {
  color: #a9a9a9;
}
.ow-post-meta li i {
  color: #7b7b7b;
  margin: 0 5px;
}
.ow-post-tags {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}
.ow-post-tags .post-comment {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.ow-post-tags .post-comment a {
  color: #a9a9a9;
}
.ow-post-tags .post-tags {
  margin: 0 -3px;
  list-style: none;
}
.ow-post-tags .post-tags a {
  border: 1px solid #ebebeb;
  padding: 2px 8px 1px;
  color: #777;
  margin: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
}
/* empty media */

.no-image-blog.date-style-2 .ow-post-info {
  padding-top: 70px;
}
/*Event carousel */

.ow-event-info {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.ow-event-title .event-title {
  margin: 0 0 10px;
}
.ow-event-text {
  margin-bottom: 10px;
}
.ow-event-text p:last-child {
  margin: 0;
}
.ow-event-readmore {
  margin-bottom: 10px;
}
.ow-event-meta ul {
  margin: 0;
}
.ow-event-meta ul li {
  color: #a9a9a9;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
}
.ow-event-meta ul li i {
  color: #7b7b7b;
  margin-right: 10px;
}
/* empty media */

.no-image-event.date-style-2 .ow-post-info {
  padding-top: 70px;
}
/*Client carousel */

.ow-client-logo {
  background-color: #fff;
  display: table;
  width: 100%;
}
.client-logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.owl-carousel .ow-client-logo img {
  height: 80px;
  max-height: 100%;
  width: auto;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.owl-carousel .ow-client-logo img:hover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
/*== >Testimonials ======*/

.testimonial-pic {
  background: #fff;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #fff;
}
.testimonial-pic.radius {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
  -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.quote-left,
.quote-right {
  position: relative;
}
.quote-left:before,
.quote-right:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 10;
  top: 15px;
}
.quote-left:before {
  content: "\f10d";
  left: 0;
  font-weight: 700;
}
.quote-right:after {
  content: "\f10e";
  left: auto;
  right: 0;
}
.testimonial-text {
  padding: 15px;
  position: relative;
}
.testimonial-detail {
  padding: 5px;
}
.testimonial-name,
.testimonial-position {
  display: block;
}
.testimonial-position {
  font-style: italic;
}
.testimonial-text p:last-child {
  margin: 0;
}
/*testimonial with background image*/

.testimonial-bg {
  color: #fff;
}
/*testimonial 1*/

.testimonial-1 {
  text-align: center;
}
.testimonial-1 .testimonial-position {
  color: #efbb20;
}
.testimonial-1 .testimonial-name,
.testimonial-1 .testimonial-position {
  display: block;
}
.testimonial-1 .quote-left:before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background: #efbb20;
  color: #fff;
  text-align: center;
  left: 0;
  top: 65px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/*testimonial 2*/

.testimonial-2 .testimonial-text {
  background-color: #f4f5f7;
  padding: 30px;
}
.testimonial-2 .testimonial-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f4f5f7;
}
.testimonial-2 .testimonial-detail {
  padding: 25px 0 20px 20px;
}
.testimonial-2 .testimonial-pic {
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 80px;
}
.testimonial-2 .quote-left:before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background: #efbb20;
  color: #fff;
  text-align: center;
  left: 0;
  top: 65px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-2 .testimonial-name,
.testimonial-2 .testimonial-position {
  padding: 2px 0;
}
.testimonial-2 .testimonial-name {
  padding-top: 20px;
}
.testimonial-2 .testimonial-position {
  color: #efbb20;
}
.testimonial-2 .quote-left:before {
  top: 50px;
}
/*testimonial 2 with background image*/

.testimonial-2.testimonial-bg .testimonial-text {
  color: #777;
  background-color: rgba(255, 255, 255, 0.9);
}
.testimonial-2.testimonial-bg .testimonial-text:after {
  border-top-color: rgba(255, 255, 255, 0.9);
}
/*testimonial 3*/

.testimonial-3 {
  text-align: center;
}
.testimonial-3 .quote-left:before {
  position: static;
  font-size: 40px;
  color: inherit;
}
.testimonial-3 .testimonial-position {
  color: #efbb20;
}
.testimonial-3 .testimonial-name,
.testimonial-3 .testimonial-position {
  display: inline-block;
}
/*testimonial 4*/

.testimonial-4 {
  background-color: #2e1e13;
  position: relative;
  padding: 30px 40px 30px 10px;
  margin-left: 140px;
  min-height: 150px;
}
.testimonial-4:after {
  background-color: #2e1e13;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #efbb20;
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  height: 100%;
  width: 80%;
  z-index: -1;
  -moz-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.testimonial-4 .testimonial-pic {
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: -110px;
}
.testimonial-4 [class*="quote-"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px;
  border-color: #efbb20;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}
.testimonial-4 [class*="quote-"]:after,
.testimonial-4 [class*="quote-"]:before {
  top: 0;
  right: -20px;
  font-size: 20px;
  color: #fff;
}
.testimonial-4 .testimonial-text,
.testimonial-4 .testimonial-detail {
  padding: 0;
}
.testimonial-4 .testimonial-text {
  margin-bottom: 10px;
}
.testimonial-4 .testimonial-name,
.testimonial-4 .testimonial-position {
  display: inline-block;
}
.testimonial-4 .testimonial-name:after {
  content: "/";
  color: #efbb20;
  margin: 0 2px 0 5px;
}
.testimonial-4 .testimonial-name {
  text-transform: uppercase;
}
.testimonial-4 .testimonial-position {
  font-style: italic;
  color: #bebebe;
}
.testimonial-4 .testimonial-pic {
  border-color: #efbb20;
  border-width: 3px;
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 480px) {
  .testimonial-4 .testimonial-pic {
    height: 80px;
    width: 80px;
  }
  .testimonial-4:after {
    transform: skewX(-10deg);
  }
  .testimonial-4 {
    padding: 25px 10px 25px 0px;
    margin-left: 110px;
  }
}
.testimonial-5 .testimonial-text {
  border: 2px solid #e6e6e6;
  padding: 30px;
}
.testimonial-5 .testimonial-detail {
  padding: 0 0 0 20px;
  margin-top: -35px;
}
.testimonial-5 .testimonial-pic {
  box-shadow: 0 0 0 2px #e6e6e6;
  width: 70px;
  height: 70px;
}
.testimonial-5 .testimonial-text p {
  font-size: 16px;
  line-height: 30px;
}
.testimonial-5 .info p {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 0 10px;
}
/*== >Pricing table  ===*/

.pricingtable-inner {
  text-align: center;
}
.pricingtable-price {
  padding: 20px 20px;
  background-color: #f4f7f8;
  border: 1px solid #e9e9e9;
}
.pricingtable-bx {
  font-size: 50px;
  font-family: Arial;
  color: #666666;
}
.pricingtable-type {
  font-size: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.pricingtable-type:before {
  content: "/";
  margin-right: 3px;
}
.pricingtable-title {
  background-color: #efbb20;
  padding: 20px;
  text-transform: uppercase;
}
.pricingtable-title * {
  margin: 0;
  color: #fff;
  font-weight: 800;
}
.pricingtable-features {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e9e9e9;
}
.pricingtable-features li {
  padding: 12px;
  border-bottom: 1px solid #e9e9e9;
}
.pricingtable-features li i {
  margin: 0 3px;
}
.pricingtable-features li:nth-child(even) {
  background-color: #f4f7f8;
}
.pricingtable-features li:last-child {
  border-bottom: none;
}
.pricingtable-footer {
  margin-top: -1px;
  padding: 20px;
  background-color: #f4f7f8;
  border: 1px solid #e9e9e9;
}
.pricingtable-highlight {
  margin: -20px 0;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
}
.pricingtable-highlight .pricingtable-price {
  padding: 30px 20px;
}
.pricingtable-highlight .pricingtable-footer {
  padding: 30px 20px;
}
.no-col-gap .pricingtable-wrapper {
  margin-left: -1px;
}
/*== COUNTERUP ===*/

.counter {
  position: relative;
}
/*== COUNTDOWN CLOCK */

.count-row {
  background: #333;
}
#countdown-clock {
  display: table;
  text-align: center;
  width: 80%;
  margin-left: -15px;
  border: 1px solid #3f3f3f;
  margin: 17px 0;
}
#countdown-clock span {
  display: table-cell;
  width: 1%;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  border-right: 1px solid #3f3f3f;
}
#countdown-clock span:last-child {
  border-right: none;
}
#countdown-clock span b {
  display: block;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #countdown-clock {
    width: 100%;
  }
}
/*== >Alert box =====*/

.alert.alert-sm {
  padding: 5px 15px;
  font-size: 12px;
}
.alert.alert-lg {
  padding: 25px 15px;
  font-size: 16px;
}
.alert.alert-xl {
  padding: 35px 15px;
  font-size: 18px;
}
.alert[class*="alert-"] i {
  margin-right: 8px;
}
.alert.no-radius {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.alert.no-bg {
  background-color: transparent;
  border-width: 2px;
}
.alert[class*="alert-"] ul {
  padding-left: 25px;
  margin-top: 10px;
}
.alert[class*="alert-"] ul li:before {
  color: #a94442;
}
/*== >Modal pop =====*/

.modal-header {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
.modal-footer {
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
.modal-header {
  background: #efbb20;
  padding: 15px 25px;
}
.modal-header .modal-title {
  color: #fff;
}
.modal .modal-body {
  padding: 25px;
}
.modal-xlg {
  width: 1000px;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a {
  font-weight: 600;
}
.provider_registration
.bootstrap-select
div.dropdown-menu
ul
li
a
span.childcat {
  font-weight: 400;
  color: #7c7c7c;
}
@media only screen and (max-width: 1024px) {
  .modal-xlg {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*== >Social icons ===*/
/* social icon default */

.dez-social-icon {
  display: inline-block;
  margin: 0 -3px;
  padding: 0;
  text-align: center;
}
.dez-social-icon li {
  display: inline-block;
  padding: 0;
  font-size: 12px;
}
.dez-social-icon li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 4px;
}
.dez-social-icon li .fa {
  vertical-align: middle;
}
/* social icon with border */

.dez-social-icon.border li {
  padding: 0 3px;
}
.dez-social-icon.border li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
/* social icon dark */

.dez-social-links.dark li {
  padding: 0 3px;
}
.dez-social-icon.dark li a {
  border: 1px solid #777777;
  color: #777777;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* social share icon style 1*/

.dez-share-icon li {
  border: none;
  width: 36px;
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 0;
}
.dez-share-icon li a {
  color: #fff;
}
.dez-share-icon li i {
  border-right: none;
  font-size: 14px;
  color: #fff;
  width: 36px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
}
.dez-share-icon li.fb {
  background: #354d89;
}
.dez-share-icon li.fb i {
  background: #3a5799;
}
.dez-share-icon li.gp {
  background: #d34b2b;
}
.dez-share-icon li.gp i {
  background: #e35736;
}
.dez-share-icon li.tw {
  background: #029fdf;
}
.dez-share-icon li.tw i {
  background: #00abf0;
}
.dez-share-icon li.dig {
  background: #1d61aa;
}
.dez-share-icon li.dig i {
  background: #2b6fb8;
}
.dez-share-icon li.lin {
  background: #0176be;
}
.dez-share-icon li.lin i {
  background: #0082ca;
}
.dez-share-icon li.pin {
  background: #ac0104;
}
.dez-share-icon li.pin i {
  background: #bd0e15;
}
.dez-share-icon li:hover {
  width: 90px;
}
/*== >Breadcrumb ====*/

.breadcrumb-row {
  background: #26792d;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.breadcrumb-row:after {
  background-image: url("../images/border.png");
  bottom: -4px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.breadcrumb-row ul {
  margin: 0;
}
.breadcrumb-row ul.list-inline li a {
  color: #fff;
}
.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
}
.breadcrumb-row ul li:after {
  content: "/";
  margin-left: 7px;
}
.breadcrumb-row ul li:last-child {
  color: #fff;
}
.breadcrumb-row ul li:last-child:after {
  display: none;
}

/*== >Tables ====*/

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
}
.table.borderless > tbody > tr > td,
.table.borderless > tbody > tr > th {
  border: none;
}
/*data table*/

.dataTable .sorting_asc .checkbox {
  margin-right: 0;
}
/*== >Image effects ==*/
/*use for section*/

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark {
  position: relative;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
  background: #000;
}
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after {
  background: #fff;
}
.overlay-black-light:after {
  opacity: 0.3;
}
.overlay-black-middle:after {
  opacity: 0.5;
}
.overlay-black-dark:after {
  opacity: 0.9;
}
.overlay-gradient-light:after {
  opacity: 0.3;
}
.overlay-gradient-middle:after {
  opacity: 0.5;
}
.overlay-gradient-dark:after {
  opacity: 0.9;
}
.overlay-white-light:after {
  opacity: 0.5;
}
.overlay-white-middle:after {
  opacity: 0.7;
}
.overlay-white-dark:after {
  opacity: 0.9;
}
.overlay-primary-light:after {
  opacity: 0.3;
}
.overlay-primary-middle:after {
  opacity: 0.5;
}
.overlay-primary-dark:after {
  opacity: 0.9;
}
.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark .container,
.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark .container-fluid {
  position: relative;
  z-index: 1;
}


.container-fluid {   
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 1440px) {

  .container-fluid {   
    padding-left: 50px;
    padding-right: 50px;
  }

}



@media screen and (max-width: 1200px) {

  .container-fluid {   
    padding-left: 30px;
    padding-right: 30px;
  }
}




/*use for box*/

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.overlay-icon {
  list-style: none;
  width: 160px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px -75px;
}
.overlay-icon a {
  display: inline-block;
  padding: 0;
  margin: 0 2px;
}
.overlay-icon a i {
  background-color: #fff;
}
.overlay-bx:hover a > i,
.dez-media:hover .overlay-bx a > i,
.dez-box-bx:hover .overlay-bx a > i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.overlay-bx:hover,
.dez-media:hover .overlay-bx,
.dez-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}
/* show for text */

.overlay-text {
  width: 100%;
  position: absolute;
  padding: 20px;
  color: #fff;
  left: 0;
  bottom: 20px;
}
.dez-address-bx {
  display: table;
  text-align: left;
  padding: 20px 20px 20px 25px;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
}
.dez-address-bx .fa {
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 22px;
}
.col-md-3 .overlay-text {
  padding: 5px;
}
.col-md-4 .overlay-text {
  padding: 20px;
}
.dez-address2-bx {
  display: table;
  background: #eaeaea;
  padding: 5px 10px;
  margin-bottom: 10px;
}
/* == >Icon boxes ==*/

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
  display: inline-block;
  text-align: center;
}
.icon-bx-xl {
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.icon-bx-lg {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.icon-bx-md {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.icon-bx-sm {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.icon-bx-xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  border-style: solid;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
  vertical-align: middle;
}
.icon-bx-xl i {
  font-size: 80px;
}
.icon-bx-lg i {
  font-size: 60px;
}
.icon-bx-md i {
  font-size: 45px;
}
.icon-bx-sm i {
  font-size: 30px;
}
.icon-bx-xs i {
  font-size: 20px;
}
.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
.icon-bx-xl img {
  height: 80px;
}
.icon-bx-lg img {
  height: 55px;
}
.icon-bx-md img {
  height: 40px;
}
.icon-bx-sm img {
  height: 30px;
}
.icon-bx-xs img {
  height: 20px;
}
/*== 11. ICON ==*/

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-xl {
  width: 100px;
}
.icon-lg {
  width: 80px;
}
.icon-md {
  width: 60px;
}
.icon-sm {
  width: 40px;
}
.icon-xs {
  width: 30px;
}
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
  vertical-align: middle;
}
.icon-xl i {
  font-size: 80px;
}
.icon-lg i {
  font-size: 60px;
}
.icon-md i {
  font-size: 45px;
}
.icon-sm i {
  font-size: 30px;
}
.icon-xs i {
  font-size: 20px;
}
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
.icon-xl img {
  height: 80px;
}
.icon-lg img {
  height: 70px;
}
.icon-md img {
  height: 50px;
}
.icon-sm img {
  height: 30px;
}
.icon-xs img {
  height: 20px;
}
/*== place icon with box ==*/

.icon-bx-wraper {
  position: relative;
}
.icon-bx-wraper .dez-tilte {
  margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
  margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
  margin: 0;
}
.icon-content {
  overflow: hidden;
}
/* icon box left aligh */

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
  float: left;
  margin-right: 20px;
}
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}
/* icon box right aligh */

.icon-bx-wraper.right {
  text-align: right;
}
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
  float: right;
  margin-left: 20px;
}
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
  float: right;
  margin-left: 10px;
}
/* icon box center aligh */

.icon-bx-wraper.center {
  text-align: center;
}
[class*="icon-bx-"][class*="bg-"] a {
  color: #fff;
}
[class*="icon-bx-"].bg-white a {
  color: inherit;
}
[class*="icon-bx-"][class*="border-"] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}
[class*="icon-bx-"][class*="border-"] .icon-cell {
  display: table-cell;
  vertical-align: middle;
}
.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
  position: absolute;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
  margin-left: -75px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
  margin-left: -60px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
  margin-left: -50px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
  margin-left: -40px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
  margin-left: -20px;
}
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
  position: absolute;
  top: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
  position: absolute;
  top: auto;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
/*== media with content box css ==*/

.dez-box,
.dez-info,
.dez-tilte,
.dez-tilte-inner {
  position: relative;
}
.dez-tilte-inner {
  display: inline-block;
}
.dez-tilte-inner.skew-title:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: -1;
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.dez-box[class*="border-"],
.dez-info[class*="border-"] {
  border-color: #eee;
}
.dez-info.border-1,
.dez-info.border-2,
.dez-info.border-3,
.dez-info.border-4,
.dez-info.border-5 {
  border-top: none;
}
/*== before & after for line css ==*/

.left-border,
.right-border {
  position: relative;
}
.left-border:before,
.right-border:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 1px;
  height: 90%;
  background: #ccc;
}
.right-border:before {
  right: 0;
}
/*==for images==*/

.dez-media,
.dez-media,
.dez-post-media {
  background-color: #fff;
  position: relative;
}
.dez-media img,
.dez-post-media img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
/*---------------------------------------------------------------
25. PAGINATION
---------------------------------------------------------------*/
/* pagination style-1 */

.pagination-bx .pagination,
.cvf-universal-pagination .pagination {
  margin: 0;
}
.pagination {
  padding: 10px 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #767676;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: transparent;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: transparent;
}
.pagination > .previous > a,
.pagination > .next > a {
  padding: 8px 14px;
  font-size: 12px;
}
/*DataTable  pagination */

.dataTables_paginate ul.pagination {
  margin: 0;
}
.dataTables_paginate .pagination > li {
  padding: 0;
}
/*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/
/*newslatter*/

.dez-newsletter {
  overflow-x: hidden;
}
.skew-subscribe {
  position: relative;
}
.skew-subscribe:after {
  background-color: #252525;
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 2000px;
  height: 100%;
  border-right: 7px solid #2d3239;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
@media only screen and (max-width: 767px) {
  .dez-newsletter .p-t40.p-b20 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .skew-subscribe.p-t40.p-b20 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .skew-subscribe:after {
    left: auto;
    right: 30px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
  }
}
/* footer fixed on bottom css*/

.footer-fixed .site-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.footer-fixed .page-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
  color: #fff;
}
footer p,
footer strong,
footer b,
footer {
  color: #ffffff;
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
  color: #efbb20;
}
footer a {
  color: #fff;
}
footer a:active,
footer a:focus,
footer a:hover {
  color: #efbb20;
}
footer p {
  margin-bottom: 10px;
}
footer p,
footer li {
  font-size: 14px;
  line-height: 22px;
}
footer#footer {
  background-position: center;
  background-size: cover;
}
.dez-top-footer-overlay,
.dez-bottom-footer-overlay {
  position: relative;
}
.dez-top-footer-overlay .container,
.dez-bottom-footer-overlay .container {
  position: relative;
  z-index: 1;
}
.dez-top-footer-overlay:before,
.dez-bottom-footer-overlay:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer p {
  line-height: 24px;
  margin-bottom: 10px;
}
footer p a {
  color: #3396d1;
}
footer .widget ul {
  list-style: none;
  margin-top: 5px;
}
/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
/*widget Getintuch*/

footer .widget_getintuch i {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.footer-top {
  background-color: #2e2e2e;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
  padding: 70px 0 20px;
}
.footer-line {
  position: relative;
}
.footer-line:after {
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  width: 100%;
  background-color: #efbb20;
  background-image: url(../images/line.png);
  background-position: top;
  background-repeat: repeat-x;
}
.footer-bottom {
  background-color: #191919;
  padding: 25px 0;
  color: #fff;
  font-size: 15px;
}
.footer-bottom ul {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .footer-clear {
    display: block !important;
    clear: both;
  }
  #footer .footer-4-col {
    width: 100%;
  }
  .footer-bottom [class*="clo-"] {
    width: 100%;
  }
}
/* scroll top btn css */

button.scroltop {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-color: #efbb20;
  border-radius: 20px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  box-shadow: 2px 2px 12px -5px #000000;
  color: #efbb20;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
.trans-footer .footer-top .saf-footer {
  padding: 50px 30px 20px;
  background-color: rgba(255, 255, 255, 0.02);
}
.trans-footer .footer-top {
  padding-bottom: 0;
}
.trans-footer .footer-top,
.trans-footer .footer-bottom {
  background-color: #1e1e1e;
}
.trans-footer .widget {
  margin-bottom: 0;
}
.trans-footer .newsletter {
  max-width: 500px;
  margin: 0px auto 30px;
}
.trans-footer .newsletter input[type="text"] {
  background-color: rgba(255, 255, 255, 0.02);
  border: 0;
  border-radius: 30px !important;
}
.trans-footer .newsletter input,
.trans-footer .newsletter button {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.trans-footer .section-head {
  margin-bottom: 30px;
}
.footer-social li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}
/* Footer Bg Image */

.footer-image .footer-top,
.footer-image .footer-bottom {
  background-color: rgba(0, 0, 0, 0);
}
.footer-image .saf-footer,
.footer-image .newsletter input[type="text"],
.trans-footer.footer-image .footer-top .saf-footer {
  background-color: rgba(0, 0, 0, 0.5);
}
.site-footer .widget_services ul li a {
  color: #ffffff;
}
/* Footer Overlay */

.footer-overlay .footer-bottom {
  background-color: rgba(0, 0, 0, 0.85);
}
.footer-overlay .footer-top {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Footer Style */

.footer-info-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-info-box .dez-social-icon li a:hover {
  color: #000;
}
.footer-info-box .dez-social-icon li a {
  background-color: #ffffff;
  border: medium none;
  border-radius: 100%;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  width: 38px;
}
.newsletter input {
  height: 44px;
}
.footer-info-box .dez-social-icon {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin: 0 -3px;
  padding: 0 0 15px;
  text-align: center;
}
.footer-info-box .newsletter .input-group {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding-right: 2px;
  align-items: center;
}
.footer-info-box .newsletter input[type="text"] {
  background-color: #fff;
}
/* Footer White */

.footer-white {
  border-top: 2px solid #e0e0e0;
}
.footer-white .footer-top {
  background-color: #fff;
}
.footer-white .footer-bottom {
  background-color: #efefef;
}
footer.footer-white h1,
footer.footer-white h2,
footer.footer-white h3,
footer.footer-white h4,
footer.footer-white h5,
footer.footer-white h6,
footer.footer-white h1 a,
footer.footer-white h2 a,
footer.footer-white h3 a,
footer.footer-white h4 a,
footer.footer-white h5 a,
footer.footer-white h6 a,
footer.footer-white.site-footer .widget_services ul li a,
footer.footer-white p,
footer.footer-white strong,
footer.footer-white b,
footer.footer-white,
footer.footer-white .footer-bottom,
footer.footer-white .footer-bottom a {
  color: #000;
}
.footer-white .footer-bottom {
  border: 0;
}

/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/

.page-wraper {
  background: #f7f8fa;

}
.page-content {
  margin-top: 0;
  padding-bottom: 0;
}
.content-area {
  padding-top: 60px;
}
.section-full {
  position: relative;
}
.section-full:last-child {
  margin-bottom: -50px;
}
/*= Section Head Part =*/

.section-head {
  margin-bottom: 50px;
}
.section-head.no-margin {
  margin-bottom: 0;
}
.section-head h1,
.section-head h2,
.section-head h3 {
  margin-top: 0;
}
.title-small {
  display: block;
  color: #494949;
  margin-bottom: 15px;
}
.section-head p {
  padding-top: 10px;
  font-size: 14px;
  color: #494949;
}
.text-center.section-head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.text-white {
  color: #fff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
  color: #fff;
}
/*= Section Content Part =*/

.section-content {
}
@media only screen and (max-width: 1024px) {
  .section-full {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-content {
    margin-top: 0;
  }
}
/*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/
/*page not found*/

.page-notfound {
  padding: 50px 0;
}
.page-notfound strong {
  font-size: 200px;
  font-weight: 900;
  line-height: 140px;
  display: block;
}
.page-notfound strong i {
  font-size: 190px;
  margin: 0 10px;
}
.page-notfound .searchform {
  position: relative;
  text-align: left;
  max-width: 420px;
  margin: 30px auto;
}

.error-text {
  font-size: 200px;
  line-height: 200px;
}
.error-box p {
  font-size: 22px;
  line-height: 36px;
  margin: auto;
  max-width: 600px;
}
.error-box .input-group {
  margin: 30px auto;
  max-width: 500px;
}
.error-box .input-group input {
  height: 45px;
  border-width: 2px 0px 2px 2px;
}
/* required classes */

.sticky {
  clear: both;
}
.gallery-caption {
  clear: both;
}
.bypostauthor {
  clear: both;
}
/*Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}
/*===============================================

  gallery pages css

=============================================== */

.dez-gallery-listing {
  list-style: none;
}
.dez-gallery-box {
  margin-bottom: 30px;
}
/*===============================================

  Layout boxed css

=============================================== */

#bg {
  background-attachment: fixed;
  background-size: cover;
}
.boxed .page-wraper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
  left: 0 !important;
  width: 100% !important;
}
.boxed .tp-rightarrow {
  right: 0 !important;
}
.boxed .tp-leftarrow {
  left: 0 !important;
}
.boxed.footer-fixed .site-footer {
  left: 50%;
  width: 1200px;
  margin: 0 -600px;
}
.boxed .is-fixed .main-bar {
  left: 50%;
  width: 1200px;
  margin: 0 -600px;
}
.boxed .is-fixed.header-curve .logo-header:after {
  right: auto;
  left: -15px;
  width: 90%;
}
.owl-imgbx,
.ow-portfolio-img {
  position: relative;
}
.ow-entry-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eee;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 5px;
}
.ow-entry-title {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}
.ow-entry-title,
.ow-entry-title a {
  color: #3d474a;
}
.ow-entry-text p:last-child {
  margin: 0;
}
/*product detail page css*/
/* Product Details*/

.btn-quantity {
  width: 150px;
}
.product-description.dex-tabs.border-top .nav-tabs > li.active > a {
  border-top: 2px solid #efbb20;
}
.product-description.dex-tabs .nav-tabs > li > a i {
  color: #efbb20;
}
.dex-tabs.bg-tabs .nav-tabs > li > a {
  background-color: #fcfcfc;
}
/*Product Review*/

ol.commentlist {
  list-style: none;
  margin: 0;
}
ol.commentlist li {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  background: #f7f8fa;
  padding: 20px;
  border: 1px dashed #eeeeee;
}
ol.commentlist li img {
  float: left;
  border: 5px solid #fff;
  width: 80px;
  height: auto;
}
ol.commentlist li .comment-text {
  padding-left: 100px;
}
ol.commentlist li .meta {
  margin-bottom: 5px;
}
ol.commentlist li .meta strong {
  font-size: 16px;
  color: #202020;
}
ol.commentlist li .meta .time {
  color: #999;
  display: block;
  font-size: 14px;
}
ol.commentlist li .description p {
  margin: 0;
}
ol.commentlist li .star-rating {
  position: absolute;
  top: 20px;
  right: 20px;
}
ol.commentlist li .star-rating i {
  color: #ffbc08;
}
.comment-reply-title {
  margin-top: 0;
}
.comment-form [class*="comment-form"] {
  width: 49%;
}
.comment-form label {
  display: block;
}
.comment-form [class*="comment-form"] input,
.comment-form [class*="comment-form"] textarea {
  border: 1px solid #ccc;
  padding: 8px 10px;
  width: 100%;
}
.comment-form {
  margin: 0 -15px;
}
.comment-form [class*="comment-form"],
.comment-form .form-submit {
  margin-bottom: 20px;
  padding: 0 15px;
}
.comment-form .form-submit input:active,
.comment-form .form-submit input:focus,
.comment-form .form-submit input:hover {
  background: #1c661f;
}
.dez-quik-search {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: 999;
  overflow: hidden;
}
.dez-quik-search form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.dez-quik-search .form-control {
  padding: 15px 50px 15px 15px;
  width: 100%;
  height: 90px;
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
}
.dez-quik-search .form-control::-moz-placeholder {
  color: #fff;
}
.dez-quik-search .form-control:-moz-placeholder {
  color: #fff;
}
.dez-quik-search .form-control:-ms-input-placeholder {
  color: #fff;
}
.dez-quik-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
.dez-quik-search span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
}
#gmap_canvas {
  width: 100%;
  height: 400px;
}
#gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
/* sosiyal btn color */

.fb-btn {
  background-color: #4867aa;
}
.tw-btn {
  background-color: #1da1f2;
}
.gplus-btn {
  background-color: #dc4a38;
}
.pin-btn {
  background-color: #cc2127;
}
.link-btn {
  background-color: #0274b3;
}
.dez-social-icon.dez-social-icon-lg li a {
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  padding: 0;
  width: 35px;
}
/* Team Section */

.dez-media.dez-media-left .dez-info-has,
.dez-media.dez-media-top .dez-info-has,
.dez-media.dez-media-right .dez-info-has {
  bottom: auto;
  margin-bottom: 0;
  top: 0;
}
/* Top Side Icon */

.dez-media.dez-media-top .dez-info-has {
  margin-top: -100px;
}
.dez-media.dez-media-top:hover .dez-info-has,
.dez-box:hover .dez-media.dez-media-top .dez-info-has {
  margin-top: 0;
}
/* Left Side Icon */

.dez-media.dez-media-left .dez-info-has {
  left: 0;
  padding: 8px 15px;
  width: auto;
  margin-left: -60px;
}
.dez-media.dez-media-left:hover .dez-info-has {
  margin-left: 0px;
}
.dez-media.dez-media-left .dez-social-icon li {
  display: block;
  margin: 3px 0;
}
/* Right Side Icon */

.dez-media.dez-media-right .dez-info-has {
  right: 0;
  padding: 15px;
  width: auto;
  left: auto;
  margin-right: -60px;
}
.dez-media.dez-media-right:hover .dez-info-has {
  margin-right: 0px;
}
.dez-media.dez-media-right .dez-social-icon li {
  display: block;
  margin: 3px 0;
}
/*---------------------------------------------------------------
29. SIDE-NAV
---------------------------------------------------------------*/
.sidenav.cs-sidenav {
  width: 800px;
  right: -820px;
  left: auto;
}
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 9;
  top: 0;
  left: -320px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  border: 0 none;
  border-radius: 0;
}
.sidenav > ul li a {
  padding: 10px 15px;
  display: block;
  border-color: #ebebeb;
  border-image: none;
  border-style: solid;
  border-width: 1px 0;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
}
.sidenav > ul li a:hover {
  color: #fff;
}
.sidenav .logo-header {
  height: auto;
  padding: 15px 45px 15px 15px;
  width: 100% !important;
}
.button-side-nav {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  font-size: 17px;
  cursor: pointer;
}
.sidenav .closebtn {
  color: #ffffff;
  font-size: 24px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
  z-index: 9;
}
#main {
  transition: margin-left 0.5s;
}
@media only screen and (max-width: 800px) {
  .sidenav.cs-sidenav {
    width: 100%;
  }
}
/*---------------------------------------------------------------
30. ONE-PAGE-LAYOUT
---------------------------------------------------------------*/

.sidenav.full-page {
  left: 0;
  width: 280px;
}
.one-page-layout #main {
  margin-left: 280px;
}
.contant-block {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.one-page-layout .closebtn,
.one-page-layout .button-side-nav {
  display: none;
}
#myNavbar li.active a {
  color: #fff;
}
.one-page-layout {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* Right */

.one-page-layout.right-side .sidenav {
  left: auto;
  right: 0;
  border-radius: 0;
}
.one-page-layout.right-side #main {
  margin-left: 0;
  margin-right: 280px;
}
.blog-page-content .dez-gallery-box {
  margin-bottom: 20px;
}
/* Responsive Css  */

@media only screen and (max-width: 1024px) {
  .one-page-layout .closebtn,
  .one-page-layout .button-side-nav {
    display: block;
  }
  .sidenav.full-page {
    left: 0;
    width: 0;
    z-index: 999;
  }
  .one-page-layout #main {
    margin-left: 0px !important;
  }
  .site-footer .footer-bottom .col-md-4 {
    width: 33.33%;
    display: inline-block;
    float: left;
  }
  .one-page-layout.right-side #main {
    margin-right: 0px;
  }
  .one-page-layout.right-side .button-side-nav {
    left: 20px;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-bottom .col-md-4 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
}
.dez-full-blog {
  height: 100%;
  position: fixed;
  width: 50%;
  background-color: #efefef;
}
.boxed .dez-full-blog {
  position: absolute;
}
.boxed .button-side-nav {
  position: absolute;
}
.dez-full-blog .owl-carousel .dez-thum-bx img {
  width: 100%;
}
.dez-full-blog .owl-carousel {
  z-index: auto;
}
.dez-full-blog .dez-post-info {
  background-color: #efefef;
  padding: 20px 30px 30px;
  width: 100%;
}
.left-footer-menu .footer-social li a {
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
}
.left-footer-menu .footer-social li {
  padding: 0 2px;
}
.left-footer-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dez-full-blog .dez-post-tags {
  background-color: #efefef;
  bottom: 0;
  padding: 15px 30px;
  position: fixed;
  width: 100%;
}
.full-blog-dark .dez-full-blog .dez-post-tags {
  background-color: #090909;
}
.blog-page-content .dez-blog-grid-3 .blog-post {
  margin-bottom: 20px;
}
.full-blog-dark .dez-post-meta {
  background: rgba(255, 255, 255, 0.1);
}
.blog-page-content .dez-blog-grid-3 {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-page-content .dez-blog-grid-3 [class*="col-md-"] {
  padding-left: 10px;
  padding-right: 10px;
}
/* Blog Section Dark */

.full-blog-dark {
  background-color: #101010;
  color: #767676;
}
.full-blog-dark .post-title a {
  color: #fff;
}
.full-blog-dark.style-1 .dez-post-info {
  padding-top: 10px;
  padding-bottom: 15px;
}
.full-blog-dark .dez-full-blog .dez-post-info {
  background-color: #090909;
  border: 0;
  padding: 20px 30px 30px;
}
.full-blog-dark .dez-post-tags {
  border-top: 1px solid #141414;
}
.full-blog-dark .dez-post-tags .post-tags a {
  border: 1px solid #2b2b2b;
}
.full-blog-dark .sidenav {
  background-color: #090909;
}
.full-blog-dark .sidenav ul li a {
  border-color: #0c0c0c;
}
.full-blog-dark .dez-full-blog {
  background: #090909;
}
/* Dark Style With Border */

.full-blog-dark.style-2 .dez-post-info,
.full-blog-dark.style-3 .dez-post-info {
  border: 1px solid #1b1b1b;
  padding: 20px;
}
/* Light Style With Border */

.style-2 .dez-post-info,
.style-3 .dez-post-info {
  border: 1px solid #dddddd;
  padding: 10px 20px 20px;
}
.style-3 .dez-full-blog {
  width: 41.66%;
}
.overlay-50:after {
  width: 50%;
}
/*==== Responsive ====*/

@media only screen and (max-width: 991px) {
  .dez-full-blog,
  .style-3 .dez-full-blog {
    position: unset;
    width: 100%;
  }
  .dez-full-blog .dez-post-tags {
    position: unset;
  }
}
@media only screen and (max-width: 767px) {
  #main {
    margin-left: 0 !important;
  }
}
/* Responsive All Design */
@media only screen and (max-width: 1024px) {
  .header-nav .nav i {
    display: none;
  }
  .main-slider .site-button,
  .main-slider .site-button-secondry {
    padding: 10px 15px;
  }
  .our-gallery h3.h3 {
    font-size: 18px;
  }
  .our-gallery .dez-img-effect .site-button {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav i {
    display: block;
  }
  .our-gallery .dez-img-effect .site-button {
    display: block;
  }
  .overlay-50:after {
    width: 100%;
  }
  .slide-contant-btn .site-button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .worker {
    margin-bottom: 30px;
  }
  .footer-info-box .text-right,
  .footer-info-box .text-left,
  .newsletter strong {
    text-align: center;
  }
  .page-notfound strong i,
  .page-notfound strong {
    font-size: 120px;
  }
  .left-footer-menu {
    position: unset;
  }
}
@media only screen and (max-width: 320px) {
  .logo-header,
  .is-fixed.header-curve .logo-header {
    width: 150px;
  }
  .is-fixed .logo-header,
  .is-fixed.header-curve .logo-header {
    width: 150px;
  }
  .is-fixed .navbar-toggle {
    margin: 14px 0 14px 10px;
  }
  .main-slider .site-button,
  .main-slider .site-button-secondry {
    padding: 10px 8px;
  }
}
/* spacial */
.bg-primary a:hover {
  color: #fff;
}
.dez-button-block .site-button {
  margin-bottom: 10px;
}
#particles-js .container {
  z-index: 2;
}
/* Responsive */
/*==== Particles ====*/
.particles-js-canvas-el {
  position: absolute;
  top: 0;
  z-index: 1;
}
#loading-area {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}
/* Product Item */
.product-item .dez-info {
  border-top: 1px solid #e9e9e9;
}
.product-item .dez-box {
  border: 1px solid #e9e9e9;
  position: relative;
}
.product-item .sale:after {
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #8f0000;
  bottom: -4px;
  content: "";
  position: absolute;
  right: 0;
}
.product-item .sale {
  position: absolute;
  right: -5px;
  top: 10px;
  z-index: 2;
}
.product-item .overlay-icon {
  bottom: 0px;
  top: auto;
  transition: all 0.5s;
}
.product-item:hover .overlay-icon {
  bottom: 40px;
  transition: all 0.5s;
}
.product-item:hover img {
  transform: scale(1.1);
}
.product-item .overlay-icon a i {
  background-color: #efbb20;
  color: #fff;
}
.product-item:hover .dez-box,
.product-item:hover .dez-info {
  border-color: #d0d0d0;
}
.add-product .dez-info-has.bg-black {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.add-product .dez-info-has {
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.add-product del {
  opacity: 0.6;
}
.product-service .icon-bx-wraper {
  border: 0;
}
.product-item del {
  color: #b0b0b0;
  font-size: 18px;
  margin-top: 0;
  position: relative;
  top: -1px;
}
/* Support and Buy Button */
.theme-btn {
  background-color: #ffffff;
  border-radius: 40px;
  bottom: 10px;
  color: #ffffff;
  display: table;
  height: 50px;
  left: 10px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.theme-btn i {
  font-size: 22px;
  line-height: 50px;
}
.theme-btn.bt-support-now {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
  background: #1ebbf0; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #1ebbf0 8%,
    #39dfaa 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #1ebbf0 8%,
    #39dfaa 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #1ebbf0 8%,
    #39dfaa 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  bottom: 70px;
}
.theme-btn.bt-buy-now {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
  background: #1fdf61; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #a3d179 0%,
    #88ba46 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #a3d179 0%,
    #88ba46 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #a3d179 0%,
    #88ba46 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46',GradientType=0 ); /* IE6-9 */
}
.theme-btn:hover {
  color: #fff;
  padding: 0 20px;
}
.theme-btn span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-transform: uppercase;
}
.theme-btn:hover span {
  opacity: 1;
  letter-spacing: 1px;
  padding-left: 10px;
}
.at-expanding-share-button[data-position="bottom-left"] {
  bottom: 130px !important;
}
/* Support and Buy Button END */

/* Google Recaptcha */
.g-recaptcha,
#rc-imageselect {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);

  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media screen and (max-width: 1280px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);

    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);

    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.recaptcha-box {
  height: 60px;
}
/* Google Recaptcha */

.two-col {
  display: flex;
  flex-wrap: wrap;
}

.two-col li {
  flex: 0 0 50%;
}

.dz-media{
  position: relative;
}

.quote-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  padding: 40px;
  width: 100%;
  max-width: 720px;

}

.dz-media > img + .quote-text {
  position: absolute;
}
.dz-media:not(:has(img)) > .quote-text {
  position: static;
  transform: none;
  width: auto;
  background-color: #fff;
}



.quote-text blockquote.wp-block-quote {
  margin: 0px;
  /* background-color: transparent; */
  border: 0;
}
/* 
.modal.status-modal {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}
.modal.status-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  color: #fff;
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 1L1 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L21 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  z-index: 9;
}
.modal.status-modal .status-pagination {
  position: absolute;
  top: 0;
  bottom: auto !important;
  left: 50% !important;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  transform: translate(-50%);
  padding: 10px 0;
}
.modal.status-modal .status-pagination .swiper-pagination-bullet {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.modal.status-modal .status-pagination .swiper-pagination-bullet::after {
  content: "";
  height: 100%;
  width: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.modal.status-modal
  .status-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: 3.5s linear;
}
.modal.status-modal .modal-content {
  border-radius: 30px;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide {
  height: unset;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  .status-top-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 0px 20px;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  .status-top-box
  .post-date {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  .status-top-box
  .title {
  font-size: 24px;
  color: #fff f;
  font-family: "Roboto";
  font-weight: 800;
  margin-bottom: 0;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  .status-top-box
  .status-btn
  .btn.btn-sm {
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 5px;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  .status-top-box
  .status-btn
  .btn.btn-sm:hover {
  background-color: #ebebeb;
  color: #000;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  .status-top-box
  .status-btn
  .volume-icon {
  width: 44px;
  height: 44px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: right;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.modal.status-modal
  .modal-content
  .status-wrapper
  .status-swiper
  .swiper-slide
  video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.status-media {
  position: relative;
}
.status-media .post-status-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
} */
.status-media{
  position: relative;
}
.status-media .post-status-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .post-status-btn {
    width: 80px;
    height: 80px;
  }
  
  .swiper-pagination-two {
    display: none;

  }

  .modal.status-modal {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    overflow-y: hidden;
  }

  @media (max-width: 575px) {
    .modal.status-modal .modal-dialog-centered {
      margin: 0;
    }
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

}

.modal.status-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  color: #fff;
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 1L1 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L21 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  z-index: 9;
}

@media (max-width: 768px) {
  .modal.status-modal .btn-close {
    top: 20px;
    right: 20px;
  }
  .dez-bnr-inr.dez-bnr-inr-lg {
    height: 300px;
  }
}

.modal.status-modal .status-pagination {
  position: absolute;
  top: 0;
  bottom: auto !important;
  left: 50% !important;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  transform: translate(-50%);
  padding: 10px 0;
}

.modal.status-modal .status-pagination .swiper-pagination-bullet {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.modal.status-modal .status-pagination .swiper-pagination-bullet::after {
  content: "";
  height: 100%;
  width: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.modal.status-modal .status-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: 3.5s linear;
}

.modal.status-modal .modal-content {
  border-radius: 30px;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 0px 20px;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .post-date {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .title {
  font-size: 24px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 800;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .title {
    font-size: 17px;
  }
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn {
}

@media (max-width: 768px) {
  .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn.btn-sm {
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: white;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn.btn-sm:hover {
  background-color: #ebebeb;
  color: #000;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .volume-icon {
  width: 44px;
  height: 44px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: right;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide {
  height: unset;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.corner-media {
  position: sticky !important;
  top: 0;
}
.corner-media img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width:769px){
  .corner-media img {
    height: 50vh;

  } 
  
}


.alignleft {
  float: left;
  margin: 0.3125rem 1.563rem 1.563rem 0;
  max-width: 450px;

}
.alignleftimg,
.alignleft.is-cropped,
.alignleft.wp-caption,
.alignleft.is-resized {
  margin: 0.3125rem 1.563rem 1.563rem 0;
  float: left;
}
@media only screen and (max-width: 575px) {
  .alignleft.side-img {
    width: 200px;
  }
}

.order-2 {
  order: 0 !important;
}

@media screen and (max-width: 992px) {
  .order-2 {
    order: 1  !important;
  }
}

.swiper-pagination-two{
  position:absolute;
  z-index: 1;
  transform: translate(50%);
}


.post-link{
  position: relative;
}


.dz-media.post-link img + .post-link-in {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80px;
}
.post-link-in {
  padding: 15px 50px;
  background: var(--primary);
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  transition: all 0.5s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 1; 
}

.post-link-in .link-ic {
  margin-right: 15px;
}


.post-link-in:hover{
  background-color: var(--primary);
}


.dz-media.post-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}


.dz-media.post-link img + .post-link-in {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80px;
}
.dz-media.post-link img + .post-link-in:hover {
  background: var(--primary);
  color: #fff;
}
.dz-media.post-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.dz-media.post-link:not(:has(img))::after {
  content: none;
}
.dz-media.post-link:not(:has(img)) > .post-link-in {
  position: static;
  transform: none;
  width: auto;
  background-color: var(--primary);
}
.post-link-in:hover {
  background: var(--primary);
  color: #fff; 
}
@media only screen and (max-width: 767px) {
  .post-link-in {
    padding: 10px 30px;
    font-size: 20px; 
  } 
}


@media screen and (max-width: 1199px) {
  .quote-text blockquote p {
    font-size: 18px;
  }

  .quote-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    width: 420px;
  }

}

@media screen and (max-width: 1199px) {
  .quote-text blockquote p {
    font-size: 12px;
  }

  .quote-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0);
    padding: 20px;

  }



  .blog-post.blog-md {

    align-items: center;
  }


}

.order-2 {
  order: 2 !important;
}


@media screen and (max-width: 991px) {

  .blog-post.blog-md {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {

  .quote-text {
    width: 320px;
  }

  
  blockquote p {
    line-height: 20px;
  }
  
}

.blog-post.blog-md {
  display: flex
  ;
  /* align-items: center; */
  
}


.badge {
  padding: 3px 4px;
  font-weight: var(--headings-font-weight);
  background-color: var(--primary);
  color: white;
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 11px;
  min-width: 17px;
  min-height: 13px;
  text-transform: uppercase;
  text-align: center;
}

.tutorial-data > div {
  scroll-margin-top: 120px;
}


.dez-bnr-inr-entry .dez-post-meta{
  background-color: transparent;
}

.change-auth strong{
  color: white !important;;
}

.status-top-box{
  height: 130px  !important;
  padding-bottom: 10px !important;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0.3%, rgba(0, 0, 0, 0.6) 100%);
}

.btn.active{
 border: none;
}


.modal.status-modal {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  overflow-y: hidden;
}


.galley-swiper-box .galley-thumb-swiper .swiper-slide {
  opacity: 0.4;
}

.galley-swiper-box .post-galley-swiper.dz-post-media{
  margin-bottom: 15px;
}
.galley-swiper-box .galley-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  outline:5px solid 
  ;
}


.style-1 .dez-post-media {
  min-width: 300px;
}
.style-1 h4.post-title {
  font-size: 20px !important;
  line-height: 25px !important;
}
.style-1 .dez-post-text p {
  margin-bottom: 15px !important;
  font-size: 15px;
  line-height: 20px;
}
.style-1 .dez-post-media {
  margin-right: 20px !important;
}




@media screen and (max-width: 1199px) {
  .style-1 .dez-post-meta{
    display: none;
  } 
} 
/* Site Header */
.site-header {
  position: relative;
  z-index: 999;
}

.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--light);
}

@media (min-width: 992px) {
  .site-header .main-bar .inner-bar {
    display: flex;
  }
}

.site-header .container {
  position: relative;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  padding-left: 30px;
  color: var(--title);
}

.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}

.site-header .extra-nav .extra-cell > * {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  margin-right: -10px;
}

@media (max-width: 991.98px) {
  .site-header .extra-nav .extra-cell > * {
    margin-left: 15px;
  }
}

.site-header .extra-nav .extra-cell ul li button,
.site-header .extra-nav .extra-cell ul li a {
  min-width: 40px;
  padding: 0px 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .site-header .extra-nav .extra-cell ul li button,
  .site-header .extra-nav .extra-cell ul li a {
    padding: 0px 10px;
  }
}

.site-header .extra-nav .extra-cell ul li button i,
.site-header .extra-nav .extra-cell ul li a i {
  font-size: 20px;
  color: var(--title);
  font-weight: 600;
}

.site-header .extra-nav .extra-cell ul li button .badge,
.site-header .extra-nav .extra-cell ul li a .badge {
  position: absolute;
  top: -4px;
  right: 2px;
  font-size: 11px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  min-width: 18px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .site-header .extra-nav {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .site-header .extra-nav {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -80px;
    left: 0;
    padding: 0 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    height: 50px;
    transition: all 0.5s ease 0.5s;
  }

  .site-header .extra-nav .extra-cell {
    width: 100%;
  }

  .site-header .extra-nav .extra-cell ul {
    width: 100%;
  }
}

.site-header .extra-nav #quik-search-btn {
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  width: 45px;
  height: 45px;
  background: var(--secondary);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: var(--border-radius-base);
}

@media (max-width: 575.98px) {
  .site-header .extra-nav .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .extra-nav ul li {
  display: inline-block;
}

.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

.top-bar .xmenu-topbar-left {
  float: left;
}

.top-bar .xmenu-topbar-left li {
  padding-right: 20px;
}

.top-bar .xmenu-topbar-right {
  float: right;
}

.top-bar .xmenu-topbar-right li {
  padding-left: 10px;
}

.top-bar .xmenu-social li a {
  color: inherit;
  font-size: inherit;
}

.top-bar .xmenu-social li a:hover {
  color: var(--primary);
}

.top-bar .xmenu-topbar-inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: space-between;
}

.top-bar .xmenu-topbar-center,
.top-bar .xmenu-topbar-left,
.top-bar .xmenu-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar .xmenu-topbar-center ul,
.top-bar .xmenu-topbar-left ul,
.top-bar .xmenu-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.top-bar .xmenu-topbar-center ul li,
.top-bar .xmenu-topbar-left ul li,
.top-bar .xmenu-topbar-right ul li {
  display: inline-block;
  font-size: 15px;
}

.top-bar .xmenu-topbar-center ul i,
.top-bar .xmenu-topbar-left ul i,
.top-bar .xmenu-topbar-right ul i {
  margin-right: 5px;
}

.top-bar .xmenu-topbar-center .xmenu-social-icon li,
.top-bar .xmenu-topbar-left .xmenu-social-icon li,
.top-bar .xmenu-topbar-right .xmenu-social-icon li {
  padding-left: 0;
}

.top-bar .xmenu-topbar-right ul {
  margin-left: 15px;
}

/* Responsive - Hide on tablet and smaller */
@media (max-width: 991.98px) {
  .top-bar {
    display: none;
  }
}

/* Background Primary Modifier */
.top-bar.bg-primary .xmenu-topbar-center ul a,
.top-bar.bg-primary .xmenu-topbar-left ul a,
.top-bar.bg-primary .xmenu-topbar-right ul a {
  color: inherit;
}

.top-bar.bg-primary .xmenu-topbar-center ul a:hover,
.top-bar.bg-primary .xmenu-topbar-left ul a:hover,
.top-bar.bg-primary .xmenu-topbar-right ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/*===================== 
  Premery bg color 
=====================*/
:root{
  --primary: #287a2c;
  --primary-hover: #1c661f;
  --heading: #000;
  --secondary: #2d3239;
}

/* Hex */
.bg-primary,
.meet-ask-row:after,
.dez-separator.style-skew[class*="style-"]:after,
.dez-separator.style-skew[class*="style-"]:before,
.dez-tilte-inner.skew-title:after,
.date-style-2 .post-date,
.date-style-3.skew-date .post-date,
.date-style-3.skew-date .post-date:before,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.widget-title:after,
.site-button,
.comments-area .comment-form p input[type="submit"],
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.footer-line:after,
.testimonial-1 .quote-left:before,
.testimonial-2 .quote-left:before,
.site-filters .active > [class*="site-button"],
.list-num-count > li:before,
.date-style-4 .post-date strong,
.date-style-3 .post-date,
.date-style-2 .post-date,
#myNavbar li.active a,
.skew-angle:after,
.dez-project-left:after,
.service-carousel .owl-prev, 
.service-carousel .owl-next,
.about-us .dez-tabs .nav-tabs li.active a,
.testimonial-text.bg-primary,
.sidenav ul li a:hover,
.header-style-2.dark-primary .top-bar.bg-primary,
.product-item .overlay-icon a i,
.trans-footer .footer-social .bg-primary:hover,
.trans-footer .footer-social .bg-primary:focus,
button.scroltop,
.dropdown-item.active, .dropdown-item:active  {
  background-color: #287a2c;
}

/*Hex color :hover */
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button,
.bg-primary-dark,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus ,
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus,
.sidenav .closebtn:hover,
.sidenav .closebtn:focus,
.site-button.white:hover, 
.site-button.white:active, 
.site-button.white:focus {
  background-color: #1c661f;
}
.about-us .dez-tabs .nav-tabs li.active{
  border-right: 4px solid #1c661f;
}


/* Rgba color */
.dez-info-has.bg-primary,
.dez-info-has.bg-secondry:hover,
.tp-bannertimer.tp-bottom {
  background-color: rgba(141, 193, 65, 0.9);
}

/*===================== 
  Premery text color 
=====================*/
a,
.text-primary,
.primary li:before,
.breadcrumb-row ul li a,
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a .header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li:hover > a,
.header-nav .nav > li .mega-menu > li ul a:hover,
.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover,
blockquote:before,
ol.comment-list li.comment .reply a,
footer a:active,
footer a:focus,
footer a:hover,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a,
button.scroltop,
.testimonial-1 .testimonial-position,
.testimonial-4 .testimonial-name:after,
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position,
.acod-head a:after,
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover,
.dez-tabs .nav-tabs > li > a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.site-button.outline  {
  color: #287a2c;
}

/*===================== 
  Premery border color 
=====================*/
.navbar-toggle,
.testimonial-4 .testimonial-pic,
.testimonial-4:after,
.testimonial-4 [class*="quote-"],
button.scroltop,
blockquote,
.widget_gallery li:hover {
  border-color: #287a2c;
}
.testimonial-2 .testimonial-text.bg-primary:after{
  border-top:15px solid #287a2c;
}
.dez-tabs.border-tp .nav-tabs > li > a.active{
  border-top: 2px solid #287a2c!important;
}
/*===================== 
  Secondery bg color
 =====================*/
 .bg-secondry {
  background-color: #2d3239;
}

/*===================== 
  Secondery text color
 =====================*/
 .text-secondry {
  color: #2d3239;
}
.dez-tabs.border-tp .nav-tabs > li > a.active{
  border-top: 2px solid #287a2c;
}

/* Light Gallery */
.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-sub-html, 
.lg-toolbar{
  background-color: #287a2c;
}
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-toogle-thumb:hover,
.icon-bx-xs.check-km{
  color: #287a2c;
}
.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover {
  border-color: #287a2c;
}

/*===================== 
  New Important
 =====================*/
 a.text-primary:hover{
  color: #1c661f !important;
}
.text-primary,
.site-footer .footer-bottom a:hover,
footer .widget_services ul li a:hover{
  color: #287a2c !important;
}
.bg-primary,
.header-nav .nav > li .mega-menu > li > ul li > a:after, 
.header-nav .nav > li .sub-menu li > a:after {
  background-color: #287a2c !important;
}
a.bg-primary:focus,
a.bg-primary:hover{
  background-color: #1c661f !important;
}

/* Box Shadow */
button.scroltop{
  box-shadow: -4px 4px 24px -10px #287a2c;
}
button.scroltop:after{
  border-color: #287a2c!important;
}
/*==========================
  Custom css
==========================*/
/* h1 to h6 */
.h1 {
  font-size: 80px;
  font-weight: 700;
}
.h2 {
  font-size: 40px;
  font-weight: 700;
}
.h3 {
  font-size: 35px;
  font-weight: 600;
}
.h4 {
  font-size: 30px;
}
.h5 {
  font-size: 28px;
  font-weight: 600;
}
.h6 {
  font-size: 24px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  color:#000;
}
.font-roboto{
  font-family:roboto;
}
.font-poppins{
  font-family:"Poppins", sans-serif;
}
.dis-block{ 
  display:block;
}
.bg-img-fix {
  background-size: cover;
}
.bg-secondry {
  background-color: #2c4a6b;
}
.text-gray-dark {
  color: #9a9a9a;
}
/* Slider  */
.main-slider .button-lg{
  padding: 15px 30px;
}

/* About Us */
.about-us {
  min-height: 700px;
}
.about-us .dez-tabs .nav-tabs{
  border: 0 none;
  left: 61px;
  position: absolute;
  top: 0;
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  transform-origin: left top 0;
  width: auto;
}
.about-us .dez-tabs .nav-tabs li{
  display:inline-block;
  margin:0;
  background-color:#f6f6f6;
  text-align:center;
  float: left;
  border-right: 4px solid #e8e8e8;
}
.about-us .dez-tabs .about-contant{
  padding:10px 30px 10px 30px ;
}
.about-us .dez-tabs {
  position:relative;
}
.about-us .dez-tabs .tab-content{
  margin-left:60px;
  border:0;
}
.about-us .dez-tabs .tab-content h3{
  margin-top:0;
}
.about-us .dez-tabs .nav-tabs li a{
  border:0;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-none .owl-nav{
  display: none;
}
.about-us .dez-tabs .nav-tabs li.active a{
  border:0;
  color;#000;
}
.about-us .dez-tabs .nav-tabs li.active a h4,
.about-us .dez-tabs .nav-tabs li.active a span{ 
  color:#000;
}
.about-us .dez-tabs .nav-tabs li h4{
  margin:0;
  text-transform: uppercase;
  color:#757575;
}
.about-us .dez-tabs .nav-tabs li a span{
  font-weight:300;
  font-size:14px;
}
/* Service Head */
.service-head{
  font-family: "Open Sans",sans-serif;
  margin-bottom: 20px;
  margin-top: -46px;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  border-radius:100px;
  box-shadow: 0 2px 6px rgba(106, 175, 8, 0.5);
}
.service-head a{
  color:#fff;
}
/* Our Project */
.dez-project-left{
  position:relative;
} 
.dez-project-left:after {
  content: "";
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  top: 0;
  width: 1000px;
  z-index: -2;
}
/* service carousel */
.service-carousel .date {
  position: absolute;
  right: 0;
  padding: 1px 5px;
  color: #000;
  top: -22px;
}
.service-carousel .ow-entry-content{
  position:relative;
  border:0;
  text-align:center;
}
.service-carousel .ow-entry-content h4{
  margin-top:0;
  margin-bottom:5px;
}

.service-carousel.owl-theme .owl-controls{
  margin-top: 0;
  position: absolute;
  right: 8.33333%;
  text-align: center;
  top: -80px;
  padding: 0 15px;
}
.service-carousel .owl-prev, 
.service-carousel .owl-next{
  border:0;
  width:40px;
  height:40px;
  padding:0;
  line-height:40px;
}
.service-carousel .owl-prev:hover, 
.service-carousel .owl-next:hover{
  opacity:0.8;
}
/* dez team */
.dez-team .dez-media{
  border-bottom:4px solid #333232;
  border-top:4px solid #dadada;
}
.dez-team .dez-social-icon li a{
  height:30px;
  width:30px;
  border:0;
  color:#333232;
  padding:0;
  line-height:30px;
  font-size:15px;
}
.dez-team .dez-img-overlay6:before,
.dez-team .dez-img-overlay6:after{
  background-image:url(../images/overlay/rrdiagonal-line.png);
  background-color:rgba(0,0,0,0);
  opacity: 0.2;
}
/* testimoniyal | client-logo */
/* client-logo */
.client-logo ul{
  margin:0 -10px;
}

.client-logo ul li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 20px;
}
.client-logo img{
  width:100%;
}

/* testimonials */
.testimonial-section{
 position: relative;
 z-index: 1;
}
.testimonial-section:after {
  background: #f2f2f2 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.testimonial-section .col-md-6{
  padding-left:30px;
  padding-right:30px;
}
.testimonial-section .row{
  margin-left:-30px;
  margin-right:-30px;
}
/*testimonial 1*/
.testimonial-7 .testimonial-text {
  padding: 30px;
  border-radius: 10px;
  background-color:#f5f5f5;
}
.testimonial-7 .testimonial-detail {
  padding: 0 0 0 30px;
  margin-top: -35px;
}
.testimonial-7 .testimonial-pic {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  width: 70px;
  height: 70px;
  
}
.testimonial-7 .testimonial-text p {
  font-size: 16px;
  line-height: 30px;
  color:#000;
}
.testimonial-7 .info p {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 0 10px;
}
.testimonial-7 .owl-controls .owl-nav {
  bottom: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
}
.testimonial-7 .owl-prev, 
.testimonial-7 .owl-next {
  background-color: #cccccc;
  border: 0 none;
}
.bg-black-1{
  background-color:#2e1e13;
}
/* blog */
.blog-info{
  margin: 0 0 10px 0;
  width: 100%;  
}
.blog-info li{
  display:inline-block;
  padding: 0 10px 0px 10px;
  line-height: 14px;
  border-right: 1px solid;
  color:#222;
}
.blog-info li a{
  color:#222;
}
.blog-info li:last-child{
  border-right: 0;
}
.blog-info li:first-child{
  padding-left:0;
}
.blog-info li:hover,
.blog-info li:hover a{
  color:#000;
}
/* index 2 */
.company-status .counter {
  font-family: Roboto;
  font-size: 60px;
  font-weight: 300;
}

/* about-service */
.about-service .icon-bx-wraper{ 
  border:none;
}
.about-service .icon-bx-wraper:nth-child(2){ 
  margin-top: -40px;
}
.about-service{ 
  margin-top:-150px; 
}
.gallery-projects .dez-gallery-box{ 
  margin-bottom:0;
}
.latest-blog-1 .blog-post,
.latest-blog-1 .dez-post-text{
  margin-bottom:0;
}
.latest-blog-2{
  background-color:#f0f0f0;
}
@media only screen and (max-width: 1280px) {
  .blog-info li{
    font-size:13px;
  }
  .service-head{
    font-size:15px;
  }
}
@media only screen and (max-width: 991px) {
  .about-img{
    display:none;
  }
  .about-us .dez-tabs .about-contant{
    padding:15px 15px 10px 15px ;
  }
  .get-a-quote{
    text-align:center;
  }
  .get-a-quote .pull-left{
    float: none;
    text-align: center;
    display: block;
    width: 100%;
  }
  .get-a-quote .pull-right{
    width: 100%;
    padding:10px 0;
  }
  .get-a-quote {
    padding-top:20px;
    padding-bottom:20px;
  }
  .testimonial-section:after{
    left:100%;
  }
  .testimonial-section{
    color:#fff;
  }
  .testimonial-section .col-md-6{
    padding-left:15px;
    padding-right:15px;
  }
  .testimonial-section .row{
    margin-left:-15px;
    margin-right:-15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us .dez-tabs .nav-tabs,
  .about-us .dez-tabs .nav-tabs li a{
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: unset;
  }
  .about-us .dez-tabs .nav-tabs{
    background-color:#F6F6F6;
    width:100%;
  }
  .about-us .dez-tabs .tab-content,
  .about-us .dez-tabs .nav-tabs{
    margin-left:0;
    display: block;
    clear: both;
  }
  .about-us .dez-tabs .nav-tabs li.active{
    border-right:0;
  }
  .about-us .dez-tabs .nav-tabs li{
    border-right:0;
    width:100%;
  }
  .about-us{
    padding-top:20px;
  }
  .dez-project-left:after{
    right:0;
  }
  .dez-service .service-carousel{
    margin-top:0;
  }
  .dez-service .owl-stage-outer{
    margin-bottom:30px;
  }
  .service-carousel.owl-theme .owl-controls{
    position:unset;
  }
  .testimonial-section:after{
    content:none;
  }
  .footer-bottom .text-left,
  .footer-bottom .text-right{
    text-align:center;
  }
  
}
/* Team Section */
.skew-content-box ul li a {
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 0px 10px;
  line-height: 24px;
}
.skew-content-box {
  display: inline;
  left: -1px;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  width: auto;
}
.skew-content-box:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skewX(20deg);
  width: 20px;
  z-index: 1;
}
.dez-login {
  background-color: #292929;
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.login-form {
  max-width: 400px;
  margin: 0px auto;
  background: #fff;
}
.dez-form .form-control {
  background: #DDE3EC;
  height: 44px;
}
.dez-form .form-group {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .skew-content-box {
    padding: 5px;
  }
  .skew-content-box ul li a {
    margin-right: 3px;
    font-size: 13px;
  }
  .dez-social-icon {
    margin: 0;
  }
  .skew-content-box ul li a {
    padding: 5px;
  }
  .request-a-quote:before {
    left: 0;
    transform: skewX(0deg);
  }
  .header-style-4 .slide-up {
    position: unset;
  }
}
@media only screen and (max-width: 767px) {
  .dez-book-now-content {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .our-service .service-box {
    margin-bottom: 30px;
  }
  .our-service {
    margin-top: 50px;
  }
  .dez-newsletter {
    padding: 15px;
  }
  .company-stats-worker {
    display: none;
  }
  .hidden-sm-down {
    display: none;
  }
  .main-slider .button-lg {
    font-size: 14px;
    padding: 8px 10px;
  }
  
}

/* Responsive */
@media only screen and (max-width: 1024px) {
  .awesome-services .dez-info-has {
    position: unset;
  }
}


/* Gallery-page */
.dez-hover a:active, .dez-hover a:hover {
  color: #fff;
}
.testimonial-6 .quote-left:before {
  left: 15px;
}
.testimonial-6 .quote-left:before, 
.testimonial-6 .quote-right:after {
  color: #b5b5b5;
  font-size: 18px;
}

/* Testimonial Text */
.testimonial-6 .testimonial-text {
  padding: 25px 35px 70px 40px;
}
.testimonial-6 .testimonial-detail {
  position: relative;
  padding: 10px 15px;
  top: -30px;
  width: 85%;
}
.testimonial-6 .testimonial-pic {
  position: absolute;
  right: 20px;
  top: -50px;
  z-index: 2;
}
.testimonial-6 .quote-left:before,
.testimonial-6 .quote-right:after {
  color: #b5b5b5;
  font-size: 18px;
}
.testimonial-6 .quote-left:before {
  left: 15px;
}
.testimonial-6 .quote-right:after {
  right: 15px;
  bottom: 20px;
  top: auto;
}
.testimonial-6 .testimonial-detail:after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -23px;
  top: 0;
  transform: skewX(35deg);
  width: 50px;
  z-index: 1;
}
/* spacing */
.site-footer .widget_getintuch{
  padding-top:0;
}
.content-inner{
  padding-top:90px;
  padding-bottom:60px;
}
.content-inner-1{
  padding-top:90px;
  padding-bottom:90px;
}
.content-inner-2{
  padding-top:90px;
  padding-bottom:0px;
}
.content-inner-3{
  padding-top: 50px;
  padding-bottom:0px;
}

.testimonial-five .owl-controls{
  margin-top: 0px;
}
.dez-newsletter.style1{
  background-color:rgba(255,255,255, 0.05)
}
.inner-haed{
  margin-bottom: 25px;
}
/* Contact Form */
.dez-social-icon.dez-social-icon-lg li a {
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  width: 30px;
}
.dez-social-icon-lg.dez-social-icon li {
  display: inline-block;
  font-size: 12px;
  padding: 0;
}
.dez-social-icon-lg.dez-social-icon.border li a {
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-style-1 input{
  height:50px;  
}
.contact-style-1 .site-button{
  height:50px;
  width:100%;
}
.contact-style-1 .form-control{
  padding:10px 20px;
}
.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover{
  border-color:#c0c0c0;
}
.contact-style-1 h2{
  margin-top:0;
}
.contact-style-1 .border-1{
  border:1px solid #eee;
}
.contact-style-1 .dez-social-icon-lg{
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  text-align: left;
  width: 100%;
  margin: 0;
}
.contact-style-1 .dez-social-icon-lg a{
  text-align:center;
}
.contact-style-1 .dez-social-icon-lg li a:hover{
  background:#fff;
  color:#000;
  border:1px solid #eee;
}
.contact-style-1  .form-group {
  margin-bottom: 25px;
}
.img-cover {
  object-fit: cover;
  width: 100%;
}
.box-services{
  display:table;
}
.box-services-content{
  display:table-cell;
  vertical-align: middle;
}
/* Mobile Spacing */
@media only screen and (max-width: 1400px) {
  .project-img img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us .dez-tabs .about-contant {
    padding: 0 20px 10px;
  }
  .main-slider .erinyen.tparrows{
    min-height: 40px;
    min-width: 40px;
  }
  .main-slider .erinyen .tp-title-wrap{
    min-height: 40px;
    line-height: 40px;
  }
  .main-slider .erinyen.tparrows:before{
    font-size:15px;
    line-height: 40px;  
  }
  .main-slider .erinyen .tp-arr-titleholder{
    line-height: 40px;  
  }
  .dez-service{
    padding-right:30px;
  }
  .is-fixed .logo-header a img, 
  .is-fixed.header-curve .logo-header a img {
    vertical-align: middle;
  }
  .project-img img {
    max-width: 98%;
  }
  .pricingtable-wrapper {
    margin-bottom: 30px;
  }

}
@media only screen and (max-width: 767px) {
  .dez-service{
    padding:30px 15px;
  }
  .about-us .dez-tabs .about-contant {
    padding: 30px 0 0;
  }
  .content-area {
    padding-top: 30px;
  }
  .footer-top{
    padding-top: 50px;
  }
  .site-footer .widget{
    margin-bottom: 40px;
  }
  .section-full:last-child {
    margin-bottom: -30px;
  }
  .content-inner {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .content-inner-1{
    padding-top:50px;
    padding-bottom:50px;
  }
  .content-inner-2{
    padding-top:50px;
    padding-bottom:0px;
  }
  .section-head {
    margin-bottom: 25px;
  }
  .dez-project-left{
    padding-top: 30px;
  }
  .testimonial-section{
    padding-top: 30px;
  }
  .testimonial-section .owl-controls{
   margin-top: 20px;
 }
 .section-head p{
  padding-top:0;
}
.h3{
  font-size:28px;
  margin-top:10px;
}
.about-service .icon-bx-wraper:nth-child(2){
 margin-top: 0;
}
.side-bar{
  margin-bottom:30px;
}
.dez-post-title .post-title{
  margin-top:10px;
}
.footer-info-box .newsletter{
  margin-bottom:10px;
}
ol.commentlist li .star-rating{
  position:unset;
}
.comment-form [class*="comment-form"]{
  width:100%;
}

.pricingtable-highlight{
  margin:0;
}
.title-head {
  display: none;
}
.newsletter-1 .input-group{
  margin-bottom:15px;
}
.newsletter-1 .icon-content{
  margin-top:5px;
}
.newsletter-1 h2{
  font-size:20px;
  margin-bottom:0px;
}

}
footer .footer-bottom .fa-heart {
  animation: 2.5s ease 0s normal none infinite running animateHeart;
  font-size: 16px;
}
@keyframes animateHeart {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
  10% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.dashed,
.dashed.bx-style-4,
.dashed.bx-style-3,
.dashed.bx-style-2,
.dashed.bx-style-1{
  border-style:dashed;
} 
.dez-about{
  background-image:url(../images/about/bg1.png), url(../images/about/bg2.png);
  background-repeat:no-repeat;
  background-position:right bottom, left;
}
.dez-team-1{
  background-image:url(../images/about/bg4.png), url(../images/about/bg3.png);
  background-repeat:no-repeat;
  background-position:right bottom, left;
}
.blog-1{
  background-image:url(../images/about/bg6.png), url(../images/about/bg5.png);
  background-repeat:no-repeat;
  background-position:right bottom, left bottom;
}
.dez-about-appoint{
  background-image: url(../images/about/bg7.png), url(../images/about/bg8.png);
  background-repeat: no-repeat;
  background-position: right bottom, left top;
}
@media only screen and (max-width: 767px) {
  .dez-about,
  .dez-team-1,
  .blog-1,
  .dez-about-appoint{
    background-size:20%;
  }
}
/* Counter */
.counter-style-1 .counter{
  font-size:50px;
  font-weight:700;
  font-family: "Roboto", sans-serif;
}
.counter-style-1 .counter-text{
  font-size:16px; 
  font-weight: 700;
}
.counter-style-1 .icon{
  font-size:45px;
  margin-right:10px;
}
/* Appount */
.about-appoint {
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.about-appoint .form-control,
.about-appoint .bootstrap-select .dropdown-toggle {
  background: rgba(0,0,0,0.0);
  border-color: rgba(0, 0, 0, 0.08);
  border-width: 2px;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  line-height: 20px;
  padding: 9px 20px;
}
.about-appoint  textarea.form-control {
  height:120px;
  resize:none;
}
.about-appoint .form-control{
  color:#000;
}
.about-appoint .form-control:hover,
.about-appoint .form-control:focus{
  border-color:#287A2C;
}
.about-appoint .form-control::-moz-placeholder{
  color:#333;
  opacity:0.7;
}
.about-appoint  .bootstrap-select .dropdown-toggle:hover,
.about-appoint  .bootstrap-select .dropdown-toggle:focus,
.about-appoint  .bootstrap-select .dropdown-toggle {
  background-color: rgba(0,0,0,0.0) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  border-width: 0 0 1px !important;

}
.about-appoint  .bootstrap-select .dropdown-toggle:hover span,
.about-appoint  .bootstrap-select .dropdown-toggle:focus span,
.about-appoint  .bootstrap-select .dropdown-toggle span {
  color:#fff;
  opacity:0.7;
}
.about-appoint  .site-button {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 40px;
  
}

/**/
.has-mega-menu.blog .mega-menu,
.has-mega-menu.sort .mega-menu{
  background-image: url(../images/pattern/garden-pt.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 0 none !important;
  padding-bottom: 30px;
}
.has-mega-menu.pages .mega-menu{
  background-image: url(../images/pattern/garden-pt1.png), url(../images/pattern/garden-pt.png);
  background-position: right bottom, center bottom;
  background-repeat: no-repeat;
  border-bottom: 0 none !important;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .has-mega-menu.blog .mega-menu,
  .has-mega-menu.sort .mega-menu,
  .has-mega-menu.pages .mega-menu{
    background-image:none;
    padding-bottom: 0;
  }
}
.input-block{
  display: inline-block;
}
.overlay-bx{
  z-index: 1;
}







textarea.form-control {
  height: auto;
}
.breadcrumb-row ul li {
  display: inline;
}
.header-nav .nav > li > a {
  display: block;
  position: relative;
  font-weight: 600;
}
.is-fixed .header-nav .nav > li > a {
  padding: 34px 10px;
}
.header-style-3 .is-fixed.header-curve .logo-header {
  height: 85px;
}

.header-style-5 .navicon span {
  background: #FFF;
}
.header-style-5 .is-fixed .navicon span {
  background: #000;
}
.header-style-5 .header-nav .nav > li:hover > a::after, 
.header-style-5 .header-nav .nav > li.active > a::after {
  opacity: 1;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  transform: translateY(-7px);
}
.header-style-5 .header-nav .nav > li:hover > a,
.header-style-5 .header-nav .nav > li.active > a {
  color: #fff;
}
.dez-quik-search .form-control {
  height: 91px;
}
.pagination > .active > a {
  z-index: 2;
  color: #fff;
}
/* sidenav */
.sidenav .bg-primary {
  color: #fff;
}
.bg-primary {
  color:#fff;
}
/* Toggler */
.navicon{
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 0;
  float: right;
  z-index: 99;
}
.navicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  border-radius: 1px;
  opacity: 1;
  left: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000;
}

.navicon span:nth-child(1) {
  top: 10px;
}

.navicon span:nth-child(2) {
  top: 17px;
}
.navicon span:nth-child(3) {
  top: 24px;
}
.fixed .navicon span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fixed .navicon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.fixed .navicon span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-toggler {
  margin: 26px 0 24px 15px;
  padding: 17px 17px;
  border-radius: 0px;
  outline: none;  
}
[class*="bg-"] .navbar-toggler {
  border-color: #fff;
}
.is-fixed .navbar-toggler {
 margin: 26px 0 24px 15px;
}
.header .header-style-4 .navbar-toggler {
  margin: 20px 0 20px 15px;
}
/* Tabs */
.dez-tabs .nav-tabs > li > a.active:hover {
  background-color: #fff;
  border-color: #ddd;
  border-bottom: 1px solid #FFF;
}
.nav-tabs .nav-link.active,
.dez-tabs.bg-tabs .nav-tabs > li > a.active {
  border-bottom: 1px solid transparent;
  background-color: #fff;
}
.dez-tabs.border-tp .nav-tabs > li > a.active {
  border-top: 2px solid;
}
.dez-tabs.vertical .nav-tabs li a.active {
  border-bottom: 1px solid #ddd;
}
.dez-tabs.vertical .nav-tabs li {
  width: 100%;
  margin-right: -1px;
}
.dez-tabs.vertical .nav-tabs li a.active {
  margin-right: -1px;
  border-right: none;
}
.dez-tabs.vertical .nav-tabs li a {
  margin-right: -1px;
}
.dez-tabs.vertical.right .nav-tabs li a.active {
  border-right: 1px solid #ddd;
  border-left: none;
}
.dez-tabs.bg-tabs.vertical.right.border,
.dez-tabs.bg-tabs.vertical.border,
.dez-tabs.vertical.right.border,
.dez-tabs.vertical.border,
.dez-tabs.border-tp.border.bg-tabs,
.dez-tabs.border,
.dez-tabs.border.bg-tabs{
  border: 0!important;
}

.site-filters .site-button.active {
  background-color: #ff91b8;
}
.site-filters .site-button.active {
  color: #fff;
}
/* form */
.input-group-text {
  background-color: transparent;
  border-radius: 0px;
}
/* footer */
.dez-social-icon .border  {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.widget .post-title {
  font-weight: 600;
}
.nav.navbar-nav li .sub-menu li .fa{
  display: none;
}
@media only screen and (max-width: 1024px) {
  .counter-box h5 {
    font-size: 13px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .is-fixed .header-nav .nav > li > a {
    padding: 8px 12px;
  }
  /* Mobile Responsive */
  .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
  .nav.navbar-nav li a i.fa-chevron-down:before{
    content:"\f078";
  }
  .side-nav .nav.navbar-nav li .sub-menu .open a i.fa-chevron-down:before,
  .nav.navbar-nav li .sub-menu .open a i.fa-chevron-down:before {
    content:"\f054";
  }
  .nav.navbar-nav li .sub-menu li .fa{
    line-height: 38px;
    display: block;
  }
  
  .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
  .nav.navbar-nav li a i.fa-chevron-down:before {
    content: "\f105";
  }
  .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
  .nav.navbar-nav li.open a i.fa-chevron-down:before {
    content: "\f107";
  }
  .header-nav .nav > li.open > .sub-menu li.open > a > i,
  .header-nav .nav > li.open > a > i {
    background-color: #313444!important;
  }
  
  .side-nav .nav.navbar-nav li a i,
  .nav.navbar-nav li a i,
  .nav.navbar-nav li a i,
  .nav.navbar-nav .sub-menu li a i {
    background-color: #287a2c;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 16px;
    margin: 0;
  }
  .header-nav .nav > li .sub-menu li i.fa-angle-right:before{
    content: "\f078";
    font-size: 10px;
  }
  .header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
    content: "\f054";
  }
  .header-nav .nav > li .sub-menu .sub-menu,
  .header-nav .nav > li:hover .sub-menu .sub-menu,
  .header-nav .nav > li:hover .sub-menu,
  .header-nav .nav > li:hover .mega-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
  }
  .header-nav .nav li .sub-menu .sub-menu{
    display: none;
    opacity: 1;
    margin-top: 0;
  }
  .header-nav .nav > li.open > .sub-menu .sub-menu{
    display: none;
  }
  .header-nav .nav > li.open > .sub-menu li.open .sub-menu,
  .header-nav .nav > li.open > .mega-menu,
  .header-nav .nav > li.open > .sub-menu,
  .header-nav .nav > li ul.mega-menu ul{
    display: block;
    opacity: 1;
    margin-top: 0;
  }
  .header-nav .nav > li .sub-menu li .fa{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0;
    right: -1px;
  }
  .header-nav .nav > li .mega-menu > li{
    padding:0;
  }
  .header-nav .nav > li .mega-menu > li > a{
    display:none;
  }
  .header-nav .nav .mega-menu a i{
    display:inline-block;
    float:none;
    margin-top: 0;
  }
  .header-nav .nav .open > a,
  .header-nav .nav .open > a:focus,
  .header-nav .nav .open > a:hover {
    background-color: inherit;
    border-color: #e9e9e9;
  }
  .header-nav.nav-dark.nav .open > a,
  .header-nav.nav-dark .nav .open > a:focus,
  .header-nav.nav-dark .nav .open > a:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }
  header .logo {
    display: block;
    padding: 4px 0;
  }
  .header-nav .nav > li > a {
    padding: ;
  }
  .header-nav .nav i {
    margin-top: 6px;
  }
  .footer-bottom .text-left,
  .footer-bottom .text-right {
    text-align: center !important;
  }
  .is-fixed .header-nav .nav {
    height: auto;
  }
  .h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  .header-style-5 .header-nav .nav > li:hover > a, 
  .header-style-5 .header-nav .nav > li.active > a {
    color: #287a2c;
  }
  
  .header-style-4.style-1 .navbar-toggle {
    margin: 15px 0 15px 10px;
  }

  .header-style-4.style-1 .logo-header {
    width: 200px;
    height: 80px;
  }
  .header-nav {
    clear: both;
    margin: 0 -15px;
    border-bottom: 1px solid #E9E9E9;
  }
  .header-nav .nav {
    float: none;
    margin: 0;
    background: #fff;
    width: 100%;
    display: block;
  }
  .header-nav .nav li {
    float: none;
    display: block;
    width: 100%;
  }
  .header-nav .nav > li .sub-menu > li,
  .header-nav .nav > li .mega-menu > li {
    float: none;
    display: block;
    width: auto;
  }
  .header-nav .nav > li > a {
    padding: 8px 12px;
    line-height: 30px;
    border-top: 1px solid #E9E9E9;
    display:block;
    position: relative;
  }
  .header-nav .nav i {
    float: right;
  }
  .header-nav .nav > li > a:hover,
  .header-nav .nav > li > a:active,
  .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
  .header-nav .nav > li .mega-menu > li:after {
    display: none;
  }
  .header-nav .nav > li ul,
  .header-nav .nav > li .sub-menu,
  .header-nav .nav > li .mega-menu {
    display: block;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    padding: 0px;
  }
  .header-nav .nav > li ul.mega-menu ul {
    display: none;
  }
  .header-nav .nav > li:hover > ul,
  .header-nav .nav > li:hover .sub-menu,
  .header-nav .nav > li:hover .mega-menu,
  .header-nav .nav > li .sub-menu li > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 0;
  }
  .header-nav .nav > li ul.mega-menu li:hover ul {
    display: block;
  }
  .header-nav .nav > li .sub-menu .sub-menu,
  .header-nav .nav > li:hover .sub-menu .sub-menu,
  .header-nav .nav > li:hover .sub-menu,
  .header-nav .nav > li:hover .mega-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
  }
  .header-nav .nav li .sub-menu .sub-menu{
    display: none;
    opacity: 1;
    margin-top: 0;
  }
  .header-nav .nav > li.open > .sub-menu .sub-menu{
    display: none;
  }
  .header-nav .nav > li.open > .sub-menu li.open .sub-menu,
  .header-nav .nav > li.open > .mega-menu,
  .header-nav .nav > li.open > .sub-menu,
  .header-nav .nav > li ul.mega-menu ul{
    display: block;
    opacity: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px){
  .mo-left .header-nav.nav-dark{
    background-color:#202020;
  }
  .mo-left .header-nav{
    overflow:scroll;
    position: fixed;
    width: 60px;
    left:-280px;
    height:100% !important;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    top:0;
    background-color:#fff;
    margin:0;
    z-index:99;
  }
  .navbar-nav{
    overflow-x:unset;
    height:auto;
  }
  .mo-left .header-nav li.open a{
    position:relative;
  }
  .mo-left .header-nav.show {
    left: -1px;
    transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -o-transition:all 0.8s;
    margin:0;
    width: 260px;
  }
  .mo-left .is-fixed .header-nav .nav{
    height:auto;
  }
  .mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 20px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  }
  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 30px 15px;
    width: 100%;
  }
  .mo-left .header-nav .logo-header img{
    max-width: unset;
    width: 200px;
  }
  .mo-left .navbar-toggler.open span{
    background:#fff;
  }
  .blog-post.blog-md{
    display: block;
  }
  .blog-post.blog-md .dez-post-media {
    min-width: 100%;
    float: unset;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .font-35 {
    font-size: 24px;
    line-height: 34px;
  }
  .dez-info-has.skew-has {
    padding: 30px 35px 60px;
  }
  .footer-fixed .site-footer {
    position: relative;
  }
}
@media only screen and (max-width: 576px) {
  .error-text {
    font-size: 120px;
    line-height: 140px;
    margin-bottom: 10px;
  }
  .error-box p {
    font-size: 18px;
    line-height: 28px;
  }
  .page-notfound {
    padding: 0px 0 30px;
  }
}

.share-details-btn ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 6px;
}
.site-button.facebook:hover {
  background-color: #3B5998;
}
.site-button.google-plus:hover {
  background-color: #DE4E43;
}
.site-button.linkedin:hover {
  background-color: #007BB6;
}
.site-button.instagram:hover {
  background-color: #8A5A4E;
}
.site-button.twitter:hover {
  background-color: #1EA1F3;
}
.site-button.whatsapp:hover {
  background-color: #01C854;
}
.share-details-btn ul li a{
  border: 2px solid #E0E0E0;
  background: #fff;
  color: #808080;
  border-radius: 30px;
  padding: 9px;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 16px;
}
.share-details-btn ul li a:hover{
  border-color:rgba(0,0,0,0);
}
.site-footer p,
.dez-box .dez-info p,
.about-us p,
.dez-about-appoint p,
.blog-post.blog-grid .dez-post-text p,
.tab-content p,
.testimonial-7 p,
.testimonial-2 p,
.testimonial-4 p,
.testimonial-6 p,
.blog-carousel .ow-blog-post .ow-post-text p,
.blog-post .dez-post-text p,
.acod-content,
.ow-event-text p{
  text-align: justify;
}
.dez-box .dez-info.text-center p,
.icon-bx-wraper.center p,
.section-head.text-center p,
.dez-form p{
  text-align: center;
}
.site-footer .footer-bottom a{
  margin-left: 10px;
}
.tab-content.nav{
  display: block;
}
.site-button-link i{
  margin-left: 10px;
}
.pricingtable-price .pricingtable-bx{
  font-weight: 700;
}
hr{
  width: 100%;
}
.testimonial-one{
  width: 70%; 
  margin: auto;
}
.blog-post.blog-md .post-title{
  margin-top: 0;
}
.header-style-1 .navicon span,
.header-style-3 .navicon span,
.header-style-4 .navicon span{
  background: #fff;
}
.site-footer .dez-post-meta li a{
  color: #fff;
}
.header-style-5 .is-fixed .navbar-nav li.active a,
.header-style-5 .is-fixed .navbar-nav li a:hover{
  color: #000;
}
.dez-about-appoint .dez-thum.img-fix,
.dez-about-appoint .dez-thum.img-fix-right{
  position: absolute;
  bottom: -60px;
}
.dez-topbar-left .social-line li a i{
  margin-right: 8px;
}
.site-header.dark .e-p-bx li{
  color: rgba(255,255,255,0.8);
}
.navbar-toggler:focus {
 box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .switcher-btn-bx{
    display: none;
  }
  .blog-page-content .dez-full-blog .blog-post{
    margin-bottom: 0;
  }
  .testimonial-one{
    width: 90%;   
  }
}
@media only screen and (max-width: 991px) {
  .header-style-4 .header-nav .logo-header.mostion {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .blog-md .dez-post-media {
    width: 100%;
    margin-bottom: 15px;
  }
  ol.comment-list li .children{
    margin-left: 0;
  }
  .comment-reply-link {
    position: unset !important;
  }
  .comment-respond .comment-form p{
    width: 100%;
  }
  .footer-fixed .site-footer{
    position: unset;
  }
  .footer-fixed .page-wraper{
    padding-bottom: 0!important;
  }
  .site-footer .newsletter .dez-tilte{
    font-size: 16px;
    line-height: 18px;
  }
  .header-style-3.mo-left .is-fixed .header-nav .logo-header.mostion{
    height: auto!important;
  }
  [class*="bg-"] .header-nav .nav > li.active > a,
  [class*="bg-"] .header-nav .nav > li.current-menu-item > a,
  .header-style-4.style-1 .header-nav .nav > li.active > a,
  .header-style-4.style-1 .header-nav .nav > li a:hover,
  .header-style-4.style-1 .header-nav .nav > li a:focus{
    color: #2D3239;
  }
  
  .header-style-4.style-1 .navbar-toggler,
  .header-style-4.style-1 .is-fixed .navbar-toggler{
    margin: 22px 0 14px 15px;
  }
  .skew-content-box ul li a{
    padding: 1px 5px;
  }
  .bg-white .blog-post.blog-md.date-style-2{
    margin-bottom: 0;
  }
  .dez-about-appoint .dez-thum.img-fix{
    position: unset;
    margin-bottom: 30px;
  }
  .dez-about-appoint .dez-thum.img-fix-right{
    position: unset;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .newsletter .input-group.equal-col.p-t40.p-b20{
    padding-top: 20px;
  }
  .site-footer .newsletter .equal-col.p-t40.p-b20.skew-subscribe{
    padding-bottom: 20px;
  }
  .dez-tabs.vertical .nav-tabs{
    width: 51px;
  }
  .dez-tabs.vertical .tab-content{
    margin-left: 50px;
  }
  .dez-tabs.vertical.right .tab-content{
    margin-right: 50px;
  }
  .extra-nav{
    margin: 0;
  }
  .site-footer .footer-info-box .text-right {
    float: unset;
    text-align: center !important;
    margin-top: 10px;
  }
  .site-footer .footer-info-box .newsletter strong {
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .d-xs-flex{
    display: flex;
  }
  .testimonial-one{
    width: 100%;  
  }
  .disnone-md{
    display:none;
  }
  .h3{
    font-size: 24px;
    line-height: 34px;
  }
  .counter-style-1 .counter,
  .counter-style-1 .icon{
    font-size: 30px;
  }
  .counter-style-1 .counter-text,
  .icon-bx-wraper .icon-content h6{
    font-size: 13px;
  }
  .logo-header,
  .is-fixed.header-curve .logo-header,
  .header-style-3 .header-curve .logo-header,
  .header-style-3 .is-fixed.header-curve .logo-header,
  .is-fixed .logo-header{
    height: 70px;
    width: 150px;
  }
  .mo-left .header-nav .logo-header{
    width: 100%;
    padding: 0 15px;
    height: 70px;
    overflow: hidden;
  } 
  .mo-left .header-nav .logo-header img {
    width: 180px;
    padding:15px 10px;
  }
  .extra-nav,
  .is-fixed .extra-nav,
  .header-style-4 .extra-nav{
    padding: 15px 0 15px 0px;
  }
  .navbar-toggler,
  .is-fixed .navbar-toggler{
    margin: 18px 0 15px 15px;
  }
  .header-style-2.dark-primary .extra-nav,
  .header-style-2.dark-primary .is-fixed .extra-nav{
    padding: 24px 0;
  }
  .header-style-4.style-1 .header-nav .nav > li > a{
    padding: 12px 15px;
  }
  .icon-bx-wraper .icon-xl {
    margin-bottom: 10px;
  }
  .icon-bx-wraper .icon-xl i{
    font-size: 40px;
  }
  .dez-topbar-left .social-line li a i{
    margin-right: 0;
  }
  .site-footer.trans-footer .section-head h2{
    font-size: 24px;
  }
}
.header-transparent {
  position: absolute;
  width: 100%;
}
.footer-top.footer-image .newsletter.style1 .form-control,
.footer-top.footer-image .newsletter.style1 .form-control:focus{
  background-color: rgba(0,0,0,0.4);
  border: 0;
}
.trans-footer .newsletter input[type="email"] {
  background-color: rgba(255, 255, 255, 0.02);
  border: 0;
  border-radius: 50px;
  border-top-right-radius: 50px!important;
  border-bottom-right-radius: 50px!important;
}
.trans-footer.footer-image .newsletter input[type="email"]{
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50px!important;
}
.footer-top.footer-image .newsletter.style1 .form-control::-moz-placeholder,
.footer-top.footer-image .newsletter.style1 .form-control,
.trans-footer.footer-image .newsletter input[type="email"]::-moz-placeholder,
.trans-footer.footer-image .newsletter input[type="email"]{
  color: #fff;
}
.trans-footer .footer-social .bg-primary:hover,
.trans-footer .footer-social .bg-primary:focus{
  color: #fff;
}
.site-footer .dez-separator{
  margin-bottom: 20px;
}
.site-footer .widget ul,
.site-footer .widget p,
.site-footer .logo-footer{
  margin-top: 0;
}
.site-footer .widget .logo-footer + p{
  margin-top: 20px;
}

/* Garden Service */

.garden-service-tabs ul.nav-tabs{
  border:0;
  padding-right: 25px;
}
.garden-service-tabs ul.nav-tabs li a:before{
  width: 100%;
  border-bottom: 1px dashed #E0E0E0 !important;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: -1;
  left: 0;
}
.garden-service-tabs ul.nav-tabs li{
  display:block;
  width:100%;
  position:relative;
}
.garden-service-tabs ul.nav-tabs li a:hover,
.garden-service-tabs ul.nav-tabs li a.nav-link.active{
  border:0;
  background-color:#287a2c;
  border-radius: 4px;
  color: #fff;
  box-shadow: 5px 5px 20px -10px #002a00;
  isolation: auto;
}
.garden-service-tabs ul.nav-tabs li a{
  display: block;
  border: 0 !important;
  font-size: 16px;
  padding: 15px 25px;
  color: #000;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  transition:all 0s linear;
  position:relative;
}
.garden-service-tabs ul.nav-tabs li a.nav-link:after,
.garden-service-tabs ul.nav-tabs li a.nav-link:after{
  font-family: 'Font Awesome 5 free';
  font-weight: 700;
  content: "\f0da";
  position: absolute;
  right: 15px;
  font-size: 94px;
  top: -43px;
  transition:all 0s linear;
  color: #287a2c;
  opacity:0;
  z-index:-1;
}
.garden-service-tabs ul.nav-tabs li a.nav-link:hover:after,
.garden-service-tabs ul.nav-tabs li a.nav-link.active:after{
  right: -27px;
  opacity:1;
  z-index:1;
}
.garden-service-tabs{
  position:sticky;
  top:100px;
}
.garden-service-tabs.right ul.nav-tabs{
  padding-right:0;
  padding-left:25px;
}
.garden-service-tabs.right ul.nav-tabs li a.nav-link:hover:after, 
.garden-service-tabs.right ul.nav-tabs li a.nav-link.active:after {
  left: -27px;
  right:auto;
  opacity: 1;
  z-index: 1;
  content: "\f0d9";
}
.list-2,
.list-3,
.list-4,
.list-5{
  clear: both;
  display: table;
  box-sizing: border-box;
}
.list-2 li{
  width:50%;
  float:left;
}
.list-3 li{
  width:33.33%;
  float:left;
}
.list-4 li{
  width:25%;
  float:left;
}
.list-5 li{
  width:20%;
  float:left;
}
.add-plat.shop-add{
  margin-top:20px;
}
.add-plat{
  padding: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 80px;
  border-radius: 4px;
  overflow: hidden;
  outline: 1px dashed rgba(255,255,255,0.4);
  outline-offset: -20px;
}
.add-plat .site-button.yellow{
  margin-left:auto;
  color:#fcff00;
  border-color: inherit;
  font-weight: 600;
  border-width: 2px;
  text-align:center;
}
.add-plat .site-button.yellow:hover{
  margin-left: auto;
  color: #000;
  background-color: #fcff00;
  border-color: #fcff00;
  
  
}
.add-plat:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background-color:#0d370d;
  opacity:0.8;
  z-index:-1;
}
.side-bar,
.top-sticky {
  position: sticky;
  top: 100px;
}


.contact-pic {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  overflow: hidden;
  border: 5px solid #fff;
  margin: auto;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}

.contant-no-area {
  width: 200px;
  text-align: center;
  position: fixed;
  z-index: 998;
  right: 25px;
  bottom: 20px;
}
.contant-no-area.whatsapp{
  right: auto; 
  left: 25px;
}
.contact-name{
  background: #287a2c;
  color: #fff;
  border-radius: 4px;
  width: auto;
  position: absolute;
  padding: 2px 15px;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}


.contact-number{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 8px 12px;
  border-radius: 50px;
  -webkit-animation: float 2s 
  linear infinite;
  animation: float 2s 
  linear infinite;
  display: block;
  border: 3px solid var(--primary);
}
.whatsapp .contact-number{
  border-color: #ddd;
}
.contact-number h5{
  margin: 0;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.contact-number h5 i{
  font-size: 24px;
}
.contact-number h6{
  margin: 0;
  font-size: 18px;
  color: #000;
}
.whatsapp .contact-number{
  background-color: var(--primary);
}
.whatsapp .contact-number h5{
  color: #fff;
}
.blog-post h2.post-title{
  font-size:32px;
  line-height:40px;
}
.blog-post h3.post-title{
  font-size:28px; 
  line-height:35px;
}
.blog-post h4.post-title{
  font-size:24px;
  line-height:30px;
}
.blog-post h5.post-title{
  font-size:20px;
  line-height:28px;
}
.blog-post p{
  font-size:16px;
  color:#707070;
}
.blog-post .site-button-link{
  font-family:"Roboto", sans-serif;
  font-size:16px;
}

/* FLOAT */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .add-plat.shop-add{
    margin-top:0;
  }
  .add-plat{
    margin-top:30px;
    display:block;
    text-align:center;
  }
  .add-plat h2{
    font-size:22px;
    margin-bottom:10px;
  }
}

@media only screen and (max-width: 576px) {

  .list-3 li,
  .list-4 li,
  .list-5 li{
    width:50%;
  }
  .contact-pic {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 3px solid #fff;
  }
  .contact-name{
    padding: 2px 10px;
    width: 80px;
    font-size: 10px;
  }
  .contact-number{
    padding: 6px;
  }
  .contact-number h5{
    font-size: 11px;
    margin: 0 0 0px 0;
  }
  .contact-number h6{
    font-size: 14px;
  }
  .contant-no-area {
    width: 140px;
  }
}

.extra-nav .site-button-link{
  cursor: pointer;
}

/* New Css */
.site-footer .footer-bottom span,
.site-footer .footer-bottom a{
  opacity: 0.8;
}
.site-footer .footer-bottom.bg-primary span,
.site-footer .footer-bottom.bg-primary a{
  opacity: 0.4;
}
.widget.recent-posts-entry .post-title{
  text-transform: capitalize!important;
}
.site-header.header-style-4 .is-fixed .main-bar,
.site-header.header-style-3 .is-fixed .main-bar{
  box-shadow: unset;
}

/* Site Header */
.site-header.header-style-3 + .page-content .dez-bnr-inr .dez-bnr-inr-entry{
  padding-top: 40px;
}
.site-header.header-style-4 + .page-content .dez-bnr-inr .dez-bnr-inr-entry{
  padding-top: 60px;
}

/* New Page */
.new-page {
  padding: 2px 5px;
  font-size: 10px;
  background: #ff0000;
  color: #fff;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 10px;
}

/* dez box */
.dez-box .dez-title{
  text-transform: capitalize;
}

/* Light Gallery */
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap, 
.lg-outer .lg-item{
  background-color: #fff;
  display: grid;
  justify-content: center;
} 
.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-toolbar .lg-icon,
#lg-counter{
  color: #fff;
}
.check-km{
  cursor: pointer;
}
.icon-bx-xs.check-km{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  cursor: pointer;
}
.icon-bx-xs.check-km i{
  font-size: 18px;
}

/* login */
.dez-login{
  padding: 20vh 15px;
}

/* dez newsletter style1 */
.dez-newsletter.style1{
  margin-bottom: 15px;
}
.dez-newsletter.style1 .newsLetter-bx .input-group .form-control,
.dez-newsletter.style1 .newsLetter-bx .input-group .site-button{
  height: 50px;
  border-radius: 3px;
}

/* Footer Newslatter */
.newsletter .equal-wraper .input-group.equal-col .dzSubscribeMsg {
  display: block;
  width: 100%;
}

/* scroll top btn css */
button.scroltop:focus{
  outline: 0!important;
}
button.scroltop {
  border-color: #efbb20;
  border-radius: 50%;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color:#fff !important;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
button.scroltop:after{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background: inherit;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
button.scroltop:after{
  border: 1px dashed;
  background: transparent;
  transform: scale(1.2);
  transition: all 0.5s;
}
button.scroltop:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg) scale(1.2)
  }
  to {
    -webkit-transform: rotate(360deg) scale(1.2);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg) scale(1.2)
  }
  to {
    -moz-transform: rotate(360deg) scale(1.2);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg) scale(1.2)
  }
  to {
    transform: rotate(360deg) scale(1.2);
  }
}

@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content-inner-2 {
    padding-top: 70px;
  }
  .add-plat {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .dez-about-appoint .about-appoint-right{
    flex-direction: column-reverse;
  }
  .dez-about-appoint .about-appoint-right .dez-thum {
    margin-bottom: 0;
    bottom: -20px;
    position: relative;
  }
  .add-plat {
    margin-top: 20px;
  }
  .content-inner {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .content-inner-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-inner-2 {
    padding-top: 60px;
  }
  .footer-fixed .site-footer {
    position: relative;
  }
  .footer-fixed .page-wraper{
    padding-bottom: 0!important;
  }
  .dez-newsletter.style1 .icon-lg {
    margin-top: 0;
  } 
}
@media only screen and (max-width: 600px) {
  .about-column-reverse{
    flex-direction: column-reverse;
  }
  .about-column-reverse .worker{
    margin-bottom: 0;
  }
  .about-column-reverse .m-t30{
    /* margin-top: 0; */
    margin:auto;
    padding:0;
  }
}
@media only screen and (max-width: 576px) {
  .header-style-4.style-1 .extra-nav ,
  .header-style-4.style-1 .is-fixed .extra-nav {
    padding: 18px 0;
  }
  .header-style-4.style-1 .navbar-toggler ,
  .header-style-4.style-1 .is-fixed .navbar-toggler {
    margin: 18px 0 15px 15px;
  }
  .header-style-4.style-1 .logo-header {
    width: 180px;
    height: 70px;
  }
  .header-style-4 .navbar-toggler {
    margin: 18px 0 15px 15px;
  }
  .dez-bnr-inr {
    height: 250px;
  }
  .h2 {
    font-size: 28px;
  }
  .content-box .h2{
    padding-bottom: 5px;
  }
  .dez-about .m-b20{
    margin-bottom: 15px;
  }
  .header-style-4.style-1 .dez-quik-search .form-control {
    height: 70px;
  }
  .dez-quik-search .form-control {
    height: 71px;
  } 
  .trans-footer .footer-top .saf-footer {
    width: 90%;
    padding: 25px 25px 15px 25px;
  }
  .dez-login{
    padding: 15vh 15px;
  }
  .sortcodes-gallery .m-b50{
    margin-bottom: 25px;
    margin-top: 0;
  }
  .portfolio-detail .m-b50,
  .portfolio-detail .port-info-box{
    margin-bottom: 25px;
  }
  .blog-post h3.post-title {
    font-size: 24px;
    line-height: 30px;
  }
  .site-header.header-style-4 + .page-content .dez-bnr-inr .dez-bnr-inr-entry{
    padding-top: 0;
  }
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-inner-2 {
    padding-top: 50px;
  }
}

/* ========== Home Page 6 ========== */

/* Font Roboto */
.font-roboto h1,
.font-roboto h2,
.font-roboto h3,
.font-roboto h4,
.font-roboto h5,
.font-roboto h6{
  font-family: "poppins",sans-serif;
}

/* Header Style 6 */
.header-style-6 .header-nav .nav > li > a{
  padding: 11px 18px 10px 18px;
  font-size: 15px;
  font-family: "Roboto",sans-serif;
  text-transform: capitalize;
  border-radius: 5px;
  margin-right: 5px;
}
.header-style-6 .main-bar .container {
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.header-style-6 .slide-up {
  position: absolute;
  width: 100%;
}
.header-style-6 .main-bar {
  background-color: #252220;
  height: 35px;
}
.header-style-6 .header-nav .nav > li:hover > a,
.header-style-6 .header-nav .nav > li.active > a{
  background-image: linear-gradient(90deg,#196730,#439a0d);
  color: #fff;
}
.header-style-6 .extra-nav{
  padding: 0;
}
.header-style-6 .extra-nav .extra-cell {
  display: inline-flex;
  align-items: center;
}
.header-style-6 .logo-header {
  width: 250px;
}
.header-style-6.dark .middle-bar {
  background-color: #252220;
}
.header-style-6 .contact-info{
  padding: 30px 0;
}
.header-style-6 .contact-info li {
  width: auto;
  padding: 10px 25px 3px 85px;
  border-right: 1px solid rgba(0,0,0,0.1);
  float: right;
  position: relative;
}
.header-style-6 .contact-info li i {
  color: #fff;
  background-image: linear-gradient(90deg,#196730,#439a0d);
  font-size: 30px;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  height: 65px;
  width: 65px;
  line-height: 65px;
}
.header-style-6 .contact-info li h4 {
  color: #a3a3a3;
  font-weight: 400;
  font-size: 16px;
}
.header-style-6 .contact-info li span{
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.site-button.gradient{
  background-image: linear-gradient(to right, #196730 0%, #439a0d 51%, #196730 100%);
  padding: 12px 25px;
  font-family: "Roboto",sans-serif;
  border-radius: 5px;
  font-weight: 700;
  transition:all 0.5s;
  background-size:200%;
}
.site-button.gradient:hover{
  background-position: right center;
}
.site-button.light-gray{
  background-color: #ebebeb;
}
.bg-grading{
  background-image: linear-gradient(90deg,#196730,#439a0d);
}
.site-button.italic{
  font-style: italic;
  font-weight: 500;
}
.header-style-6 .social-line li a {
  font-size: 16px;
  color: rgba(37,34,32,.9);
  background-color: rgba(25,103,48,.04);
  padding: 12px 18px;
  margin-right: 3px;
  border-radius: 5px;
}
.header-style-6 .social-line li a:hover{
  background-image: linear-gradient(90deg,#196730,#439a0d);
  color: #fff;
}
.header-style-6 .main-bar .logo-header.mostion{
  display: none;
}



/* Service Style 1 */
.service-style1 .dez-tilte{
  margin: 0 0 15px;
}
.service-style1 p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.service-style1-area .section-head{
  padding: 40px;
  border-radius: 5px;
  margin: 25px 0;
  box-shadow: 0px 10px 60px rgba(0,0,0,.15);
}
.service-style1-area .section-head h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
}
.service-style1 .icon-bx-xl{
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
}
.service-style1:hover .icon-bx-xl{
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.service-style1:hover .site-button.light-gray{
  background:#196730;
  color:#fff;
}

/* Section Head Style 1 */
.section-head.style1 .dez-separator{
  height: 5px;
  margin: 0;
}
.section-head.style1 p {
  font-size: 20px;
  line-height: 34px;
  margin: 10px 0 0;
  color: #666666;
}
.section-head.style1 .h6 {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-head.style1 .h3 {
  margin-bottom: 10px;
}
.section-head.style1.text-white p{
  color: #fff;
}



/* dez support style 1 */
.dez-support.style1{
  padding: 40px;
  border-radius: 5px;
}


/* About Info Area */
.about-info-area .about-list-info {
  background-color: #fff;
  padding: 30px 40px;
  margin-right: -140px;
  border-radius: 5px;
  box-shadow: 0px 10px 60px rgba(0,0,0,.15);
  display: table;
  z-index: 99;
  position: relative;
}

/* About List Info */
.about-list-info li {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.about-list-info li .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.about-list-info li p{
  margin-bottom: 0;
  font-size: 13px;
}
.about-list-info li .icon {
  background-image: linear-gradient(90deg,#196730,#439a0d);
  width: 55px;
  min-width: 55px;
  height: 55px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 32px;
  border-radius: 50px;
  left: 0;
  margin-right: 15px;
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.about-list-info li:hover .icon{
  transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.client-logo{
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
}
.client-logos .client-logo:hover{
  transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
/* Filters Style 1 */
.filters-style1{
  margin-bottom: 50px;
}
.filters-style1 .filters .site-button{
  background-color: transparent;
  color: rgba(255,255,255,.7);
  text-transform: capitalize;
  padding: 12px 25px;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  border-radius: 5px;
  margin: 0;
}
.filters-style1 .filters .active .site-button{
  background-image: linear-gradient(to right, #196730 0%, #439a0d 51%, #196730 100%);
  background-size:200%;
  transition:all 0.5;
  -moz-transition:all 0.5;
  -webkit-transition:all 0.5;
  -ms-transition:all 0.5;
  -o-transition:all 0.5;
}
.filters-style1 .filters .active .site-button:hover{
  background-position:right center;
}


/* Project Box */
.project-box{
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.project-box .overlay-box {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background-image: linear-gradient(90deg,#196730,#439a0d);
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.5);
}
.project-box:hover .overlay-box {
  opacity: 1;
  transition: all 0.5s;
  transform: scale(1);
}
.project-box .project-info {
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  left: 50%;
  width: 100%;
}
.project-box .project-info .title {
  color: #fff;
  margin-bottom: 10px;
}
.project-box .project-info p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 26px;
}

/* Counter Style 2 */
.counter-style-2 .counter {
  font-size: 70px;
  font-weight: 200;
  color: #000;
  display: block;
  line-height: 80px;
}
.counter-style-2 .counter-text {
  font-weight: 700;
  font-size: 24px;
}


/* Experience Box */
.experience-box{
  padding: 50px;
  border: 10px solid #196730;
  border-radius: 5px;
  box-shadow: 0px 10px 60px rgba(0,0,0,.15);
  text-align: center;
}
.experience-box .exp-year{
  font-size: 130px;
  line-height: 130px;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right,#196730,#439a0d);
  -webkit-text-fill-color: transparent;
}
.experience-box h3 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
.experience-box h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Pricingtable Wrapper Style 1 */
.bg-gray-dark{
  background-color: #eaeaea;
}
.pricingtable-wrapper.style1 .pricingtable-inner {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.pricingtable-wrapper.style1 .pricingtable-price:after {
  content: "\f3a5";
  font-family: 'Font Awesome 5 Free';
  font-size: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -10px;
  color: rgba(25,103,48,.08);
}
.pricingtable-wrapper.style1 .pricingtable-title{
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.pricingtable-wrapper.style1 .pricingtable-title * {
  color: #439a0d;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.pricingtable-wrapper.style1 .pricingtable-price{
  border: 0;
  position: relative;
  background-color: transparent;
}
.pricingtable-wrapper.style1 .pricingtable-features {
  border: 0;
  padding: 0 30px;
  background-color: transparent;
}
.pricingtable-wrapper.style1 .pricingtable-price .pricingtable-bx {
  font-size: 54px;
  color: #000;
  font-family: roboto;
}
.pricingtable-wrapper.style1 .pricingtable-price .pricingtable-type {
  color: #666666;
  font-size: 24px;
  text-transform: capitalize;
  font-family: poppins;
}
.pricingtable-wrapper.style1 .pricingtable-features li{
  background-color: transparent;
  color: #196730;
  font-size: 16px;
}
.pricingtable-wrapper.style1 .pricingtable-features li.list-close{
  text-decoration: line-through;
  color: rgba(25,103,48,.6);
}
.pricingtable-wrapper.style1 .pricingtable-features li:last-child {
  border-bottom: 1px solid #E9E9E9;
}
.pricingtable-wrapper.style1 .pricingtable-footer{
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 30px;
}
.pricingtable-wrapper.style1 .pricingtable-footer .site-button {
  border: 2px solid;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
.pricingtable-wrapper.style1 .pricingtable-footer .site-button:hover,
.pricingtable-wrapper.style1 .pricingtable-footer .site-button:active,
.pricingtable-wrapper.style1 .pricingtable-footer .site-button:focus {
  color: #fff !important;
  background-color: #419710;
}
.pricingtable-wrapper.style1 .pricingtable-highlight{
  margin: 0;
  box-shadow: none;
}
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-price {
  padding: 20px 20px;
}
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-footer {
  padding: 30px;
}
.pricingtable-wrapper.style1 .pricingtable-highlight.pricingtable-inner{
  background-image: linear-gradient(90deg,#196730,#439a0d);
}
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-features li{
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-features li.list-close{
  color: rgba(255,255,255,.6);
}
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-price:after {
  color: rgba(255,255,255,.08);
}
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-title * ,
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-footer .site-button,
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-price .pricingtable-bx ,
.pricingtable-wrapper.style1 .pricingtable-highlight .pricingtable-price .pricingtable-type {
  color: #fff;
}

/* Testimonial 8 */
.testimonial-8-area{
  width: 100%;
}
.testimonial-8 {
  background-color: rgba(67,154,13,.05);
  padding: 0 30px 20px;
  text-align: center;
  margin: 50px 0 0;
}
.testimonial-8 .testimonial-position{
  font-style: unset;
}
.testimonial-8 .testimonial-position strong {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-right: 5px;
}
.testimonial-8 .testimonial-position span{
  font-size: 16px;
  font-weight: 300;
  color: #707070;
}
.testimonial-8 .testimonial-text p {
  font-size: 20px;
  color: #666666;
  line-height: 34px;
}
.testimonial-8 .testimonial-pic img{
  border-radius: 50%;
}
.testimonial-8 .testimonial-position{
  margin-bottom: 0;
}
.testimonial-8 .testimonial-pic {
  border-radius: 50%;
  border: 2px solid #196730;
  padding: 3px;
  margin: -50px 0 10px;
}

/*  */
.site-footer.footer-style1 .footer-top{
  background-color: #252220;
  text-align: center;
}
.site-footer.footer-style1 .footer-top .footer-logo {
  width: 200px;
  margin: 0 auto 30px;
}
.site-footer.footer-style1 .footer-top p {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}
.site-footer.footer-style1 .footer-top .site-button{
  margin: 20px 0 30px;
}
.site-footer.footer-style1 .footer-top .social-line li{
  float: unset;
}
.site-footer.footer-style1 .footer-top .social-line li a {
  background-color: transparent;
  margin: 0;
  font-size: 18px;
}
.site-footer.footer-style1 .footer-bottom{
  background-color: #252220;
  text-align: center;
  padding: 0;
}
.site-footer.footer-style1 .footer-bottom .container {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-footer.footer-style1 .footer-bottom span {
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  opacity: 1;
}

/* Shap Top */
.main-slider.shap-bottom{
  padding-bottom: 0;
}
.shap-bottom{
  position: relative;
  padding-bottom: 120px;
}
.shap-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  width: 100%;
  background-image: url(../images/shap-bottom.svg);
  background-size: 101%;
  height: 100px;
  background-position: top;
  background-repeat: no-repeat;
}
.shap-top{
  position: relative;
  padding-top: 150px;
}
.shap-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/shap-bottom.svg);
  background-size: cover;
  height: 100px;
  transform: rotate(180deg);
  background-position: top;
  background-repeat: no-repeat;
}


/* Responsive */
@media only screen and (max-width: 1200px) {
  .about-info-area .about-list-info {
    margin-right: -180px;
  }
  .service-style1-area .section-head{
    margin-top:0;
  }
  .counter-style-2 .counter-text{
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .about-info-area .about-list-info {
    margin-right: 0;
  }
  .header-style-6 .middle-bar{
    display: none;
  }
  .header-style-6 .extra-nav{
    display: none;
  }
  .header-style-6 .navbar-toggler {
    margin: 5px 0 5px 15px;
  }
  .header-style-6 .main-bar .logo-header.mostion {
    display: table;
    width: 150px;
    height: 44px;
  }
  .service-style1-area .section-head {
    margin: -30px 0 30px;
  }
  .about-info-area .img-cover {
    padding: 30px 30px 0;
  }
  .experience-box {
    margin-bottom: 50px;
  }
  .counter-style-2 .counter {
    font-size: 50px;
    line-height: 60px;
  }
  .counter-style-2 .counter-text {
    font-size: 18px;
  }
  .pricingtable-wrapper.style1{
    margin-bottom: 30px;
  }
  .counter-2-area{
    padding-left: 0;
  }
  .header-style-6.mo-left .header-nav .logo-header.mostion{
    display: none;
  }
  .header-style-6 .header-nav .nav > li > a {
    border-radius: 0;
    margin-right: 0;
  }
  .header-style-6 .header-nav .nav > li:hover > a i ,
  .header-style-6 .header-nav .nav > li.active > a i {
    color:#fff;
  }
  .header-nav .nav > li .sub-menu li .fa,
  .header-style-6 .header-nav .nav > li > a i {
    color: #ffffff;
    background: #69a26c;
    line-height: 30px;
    right:12px;
    opacity: 1;
  }
  .shap-top:before,
  .shap-bottom:after{
    height: 70px;
  }
  .shap-top{
    padding-top: 120px;
  }
  .header-nav .nav>li:hover>.mega-menu, 
  .header-nav .nav>li:hover>.sub-menu {
    box-shadow: 0 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .shap-top:before, .shap-bottom:after {
    height: 30px;
  }
  .shap-bottom:after,
  .shap-top:before {
    background-size:100%;
  }
  .shap-top{
    padding-top: 70px;
  }
  .shap-bottom{
    padding-bottom: 70px;
  }
  .dez-support.style1 {
    padding: 20px;
  }
  .site-button.gradient{
    padding: 12px 20px;
  }
  .service-style1-area .section-head {
    padding: 25px;
  }
  .service-style1-area .section-head h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .section-head.style1 p {
    font-size: 15px;
    line-height: 24px;
  }
  .service-style1-area .section-head {
    margin: 0px 0 20px;
  }
  
  .about-list-info li {
    width: 100%;
  }
  .about-info-area .about-list-info {
    padding: 10px 20px;
  }
  .about-list-info li{
    margin: 10px 0;
  }
  .about-info-area .img-cover {
    padding: 0;
  }
  .filters-style1 {
    margin-bottom: 30px;
  }
  .site-filters li{
    display: inline-block;
  }
  .filters-style1 .filters .site-button{
    padding: 10px 15px;
  }
  .experience-box .exp-year {
    font-size: 100px;
    line-height: 80px;
  }
  .experience-box h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .experience-box h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .header-style-6 .main-bar .container {
    border-radius: 0;
  }
  .experience-box {
    padding: 30px;
    border: 5px solid #196730;
  }
  .counter-style-2 .counter-text {
    font-size: 15px;
    font-weight: 500;
  }
  .pricingtable-row.m-b30{
    margin-bottom:0;
  }
  .testimonial-8 .testimonial-text p{
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial-8{
   padding: 0 10px 20px;
 } 
}
/* ============================================ */
/* == Garden-Zone template index-6.html == */

/* == typography == */
.data-typography-1 h1,
.data-typography-1 h2,
.data-typography-1 h3,
.data-typography-1 h4,
.data-typography-1 h5,
.data-typography-1 h6{
  color: #06312C;
  font-family: 'Montserrat', sans-serif;
}
.data-typography-1{
  color: #666666;
  font-family: 'Poppins', sans-serif;
}
.section-head.style-1 h6{
  font-size:20px;
  font-weight:600;
  color:#287a2c;
  margin-bottom: 10px;
}
.section-head.style-1 h2{
  font-size:45px;
  font-weight:700;
  color:#06312C;
  line-height:1.2;
  max-width:600px;
}
.section-head.style-1 .dz-paragraph{
  font-size:18px;
  font-weight:400;
  padding-top:unset;
  max-width:600px;
  margin-bottom:20px;
}
.section-head.style-1 p{
  font-size:16px;
  font-weight:400;
  max-width:550px;
  padding-top:unset;
  margin-bottom: 30px;
  color:#666666;
}
.site-button.style-1{
  font-size:16px;
  font-weight:600;
  font-family:'Montserrat', sans-serif;
  color: #E9FCE9;
  background-color:#287a2c;
  padding:14px 25px;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.site-button.style-2{
  font-size:16px;
  font-weight:500;
  color:#C6DDDB;
  font-family:'Montserrat', sans-serif;
  border-radius:6px;
  padding:12px 25px;
}
.video-btn.style-1{
  margin-left:20px;
  font-size:16px;
  font-weight:500;
  font-family:'Montserrat', sans-serif;
  color: #06312C;
}
@media screen and (max-width:1200px){
  .section-head.style-1 h2{
    font-size:40px;
  }
  .site-button.style-1{
    font-size:14px;
  }
  .video-btn.style-1{
    font-size:14px;
  }
}
@media screen and (max-width:991px){
  .section-head.style-1 {
    margin-bottom: 30px;
  }
  .section-head.style-1 .dz-paragraph{
    max-width:unset;
  }
  .section-head.style-1 p{
    max-width:unset;
  }
  .site-button.style-2{
    font-size:14px;
    padding:12px 15px;
    margin-bottom:30px;
  }
}
@media screen and (max-width:767px){
  .section-head.style-1 h2{
    font-size:30px;
  }
  .site-button.style-1{
    font-size:12px;
    padding:12px 15px;
  }
}
@media screen and (max-width:575px){
  .video-btn.style-1 span{
    display:none;
  }
  .content-inner-1.style-1{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-head.style-1 {
    margin-bottom: 20px;
  }
  .section-head.style-1 h6{
    font-size:16px;
  }
  .section-head.style-1 h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section-head.style-1 .dz-paragraph {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section-head.style-1 p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .site-button.style-2 {
    margin-bottom: 0px;
  }
}
/* = = = = */

/* == Header == */
.site-header.style-1 .top-bar.style-1{
  background:#287a2c!important;
}
.site-header.style-1 .top-bar.style-1:after{
  display:none;
}
.site-header.style-1 .top-bar.style-1 .dez-topbar-left .social-line li a, .site-header.style-1 .top-bar.style-1 .dez-topbar-right .social-line li a{
  border:0;
} 
/* extra nav */
@media screen and (min-width:992px){  
  .site-header.style-1 .main-bar.style-1 .extra-nav{
    padding: 26px 0 20px;
  } 
  .site-header.style-1 .main-bar.style-1 .extra-nav .extra-cell {
    margin-left: 20px;
  }
  .site-header.style-1 .main-bar.style-1 .extra-nav .site-button-link{
    color: #fff;
    background: var(--primary);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }
  .site-header.style-1 .main-bar.style-1 .extra-nav .site-button-link i{
    margin:0;
  }
} 
/* main header */
.site-header.style-1 .main-bar.style-1 .header-nav.style-1 .nav > li > a{
  /* overflow:hidden; */
}
@media screen and (min-width:576px){
  .site-header.style-1 .main-bar.style-1 .header-nav.style-1 .nav > li > a:after{
    content:"";
    position:absolute;
    width:100%;
    height:3px;
    background:var(--primary);
    opacity:0;
    transform:translateY(3px);
    bottom: 0;
    left: 0;
    transition: all 0.6s;
  } 
  .site-header.style-1 .main-bar.style-1 .header-nav.style-1 .nav > li:hover > a:after{
    transform:translateY(0);
    opacity:1;
  } 
}
.site-header.style-1 .main-bar.style-1 .navbar-toggler:focus {
  box-shadow: none;
}
/* = = = = */

/* == Banner (main-slider) == */
.main-slider.style-three{
  position:relative;
  z-index:1;
}
.banner.style-three .swiper {
  width:100%;
}
.main-slider.style-three .banner-pagination{
  position:relative;
  z-index:-1;
}
.main-slider.style-three .banner-pagination img{
  height: 87vh;
  width:100%;
  object-fit:cover;
}
.main-slider.style-three .banner-image{
  position:absolute;
  bottom:-1px;
  left:0;
  z-index:2;
}
.main-slider.style-three .dz-enquirey-box{
  width: 100%;
  background-color: #287a2c;
  padding: 20px 30px;
  border-radius: 8px 0 0 8px;
  position: relative;
  right: 0;
  margin-top: -100px;
  box-shadow: 0px 30px 60px 0px rgba(36, 85, 80, 0.5);
  z-index: 9;
  max-width: 76%;
  margin-left: auto;
  margin-bottom: 25px;
}
.main-slider.style-three .dz-enquirey-box .about-enquirey h2{
  font-size:35px;
  font-weight:700;
  color:#FFFFFF;
}
.main-slider.style-three .dz-enquirey-box .about-enquirey .form-group{
  margin-bottom:0;
}
.main-slider.style-three .dz-enquirey-box .about-enquirey .form-group .input-group .dz-form-logo{
  width:35px;
  height:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  z-index:9;
  background-color:#287a2c;
  border-radius:8px;
  top: 8px;
  left: 10px;
  font-size: 19px;
  color: #fff;
}
.main-slider.style-three .dz-enquirey-box .about-enquirey .form-group .input-group .form-control{
  position:relative;
  background:#C6DDDB;
  font-size:14px;
  font-weight:500;
  border-radius:8px;
  padding: 10px 10px 10px 55px;
  height:50px;
  border: 0;
  color: var(--primary);
}
.main-slider.style-three .dz-enquirey-box .about-enquirey .form-group .input-group textarea.form-control{
  height: 75px;
}
.main-slider.style-three .dz-enquirey-box .about-enquirey .form-group .input-group .form-control::-webkit-input-placeholder {
  color:#287a2c;
}
.main-slider.style-three .dz-enquirey-box .about-enquirey .enquirey-button{
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 0;
  background: #06312C;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  transition:all 0.6s;
}
.main-slider.style-three .dz-enquirey-box .about-enquirey .enquirey-button:hover{
  background:#041816;
}
.banner.style-three .banner-Swiper-one .swiper-pagination{
  position: absolute;
  text-align: unset;
  transition: .3s opacity;
  z-index: 10;
  top: 40%;
  right: 0;
  left: auto;
  writing-mode: tb;
  transform: none;
}
.banner.style-three .banner-Swiper-one .swiper-pagination .swiper-pagination-bullet{
  margin-bottom: 10px;
  border: 4px solid #fff;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: none;
}
.banner.style-three .banner-Swiper-one .swiper-pagination .swiper-pagination-bullet-active{
  background:#06312C;
}
/* model */
.modal-content .modal-header{
  background-color:#287a2c;
  border-radius:0;
}
.modal-content .modal-header .btn-close {
  background: none;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: unset;
  width: 16px;
  height: 16px;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.modal-content .modal-header .btn-close:hover{
  color:#fff;
}
/* model */
.main-slider.style-three .banner-inner{
  position: absolute;
  z-index: 9;
  left: calc(calc(100% - 1200px) / 2);
  max-width: 765px;
  width: 100%;
}
.main-slider.style-three .banner-inner .banner-content{
  position:relative;
  z-index:1;
}
.main-slider.style-three .banner-inner .banner-content .banner-content-inner{
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  padding: 30px;
}
.main-slider.style-three .banner-inner .banner-content:after{
  content:"";
  position:absolute;
  width:225px;
  height:245px;
  border:10px solid #E9FCE9;
  left: -55px;
  top: -45px;
  opacity: 2.0;
  z-index:-1;
}
.main-slider.style-three .banner-inner .banner-content .top-content h1{
  font-size: 30px;
  font-weight:700;
  color:#06312C;
  line-height: 1.1;
  margin-bottom: 10px;
  max-width: 640px;
}
.main-slider.style-three .banner-inner .banner-content .top-content h1 span{
  color:#287a2c;
}
.main-slider.style-three .banner-inner .banner-content .top-content p{
  font-size:18px;
  font-weight:400;
  color: #555353;
  line-height: 1.5;
  margin-bottom: 30px;
}
.main-slider.style-three .banner-inner .dz-buttons .dz-banner-btn .site-button.style-1 i{
  margin-left:10px;
}
.main-slider.style-three .banner-inner .dz-buttons .video-btn.style-1 i{
  margin-right:10px;
}

/* switcher boxed size */
.boxed .main-slider.style-three .banner-inner {
  left: calc(calc(100% - 1024px) / 2);
  max-width: 600px;
}
.boxed  .main-slider.style-three .banner-inner .banner-content .banner-content-inner {
  padding: 30px;
}
.boxed .main-slider.style-three .banner-inner .banner-content .top-content h1 {
  font-size: 50px;
}
.boxed .main-slider.style-three .banner-inner .banner-content .top-content p {
  font-size: 15px;
  margin-bottom: 30px;
}
.boxed .main-slider.style-three .dz-enquirey-box {
  width: 950px;
  padding: 42px 100px 42px 50px;
}
/* ===== */

@media screen and (max-width:1400px){
  .main-slider.style-three .banner-inner {
    top: 34%;
    left: 40%;
    transform: translate(-50%, -50%);
    max-width: 672px;
  }
}
@media screen and (max-width:1200px){
  .main-slider.style-three .dz-enquirey-box {
    width: 100%;
    padding: 30px;
    border-radius: 0;
    text-align: center;
  }
  .main-slider.style-three .dz-enquirey-box .about-enquirey .form-group .input-group .form-control {
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 10px 10px 60px;
    text-align: left;
  }
  .banner.style-three .banner-Swiper-one .swiper-pagination{
    top: 50%;
  }
}
@media screen and (max-width:1024px){
  .main-slider.style-three .banner-inner {
    max-width: 590px;
  }
  .header-style-6 .header-nav .nav > li > a{
    padding: 11px 8px 10px 18px;
    margin-right: 0px;
  }
  .main-slider.style-three .banner-inner .banner-content .banner-content-inner {
    padding: 30px;
  }
  .main-slider.style-three .banner-inner .banner-content .top-content p{
    max-width: unset;
    font-size:16px;
  }
}
@media screen and (max-width:991px){
  .main-slider.style-three {
    background-color: transparent;
  }
  .main-slider.style-three .banner-image{
    display:none;
  }
  .main-slider.style-three .banner-inner {
    max-width: 550px;
    bottom: 15%;
  }
  .main-slider.style-three .banner-inner .banner-content:after {
    left: -40px;
    top: -40px;
  }
  .main-slider.style-three .dz-enquirey-box .about-enquirey h2 {
    margin-bottom: 20px;
  }
  .main-slider.style-three .dz-enquirey-box {
    position: unset;
    padding:20px;
  }
  .banner.style-three .banner-Swiper-one .swiper-pagination {
    right: 15px;
  }
  
}
@media screen and (max-width:767px){
 .banner-pagination img {
  height: 500px;
}
   /* .banner-inner {
    max-width: 430px;
    left: 41%;
    bottom: 15%;
  } */
  .banner-content .banner-content-inner {
    padding: 20px;
  }
  .banner-inner .banner-content:after {
    left: -30px;
    top: -30px;
    width: 175px;
    height: 195px;
  }
  .banner-content .top-content h1 {
    font-size: 40px;
  }
  .top-content p {
    max-width: unset;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .video-btn.style-1 i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination {
    display:none;
  }
}
@media screen and (max-width:575px){
  .main-slider.style-three .dz-enquirey-box {
    position: unset;
    padding: 20px;
  }
  .main-slider.style-three .dz-enquirey-box .about-enquirey .enquirey-button {
    height: 50px;
  }
  .main-slider.style-three .dz-enquirey-box .about-enquirey h2 {
    font-size:25px;
  }
  .main-slider.style-three .banner-inner {
    max-width: 340px;
    bottom: 20px;
    left: 0;
    transform: none;
  }
  .about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2 {
    width: 150px;
    height: 90px;
    right: -95%;
    bottom: 0;
  }
  .about-work .work-inner .about-work-media .dz-experience-box {
    margin-top: 0;
  }
  .main-slider.style-three .banner-inner .banner-content:after {
    display:none;
  }
  .banner.style-three{
    position:relative;
  }
}
@media screen and (max-width:400px){
  .main-slider.style-three .banner-inner {
    max-width: 340px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* = = = = */

/* == About-Work == */
.about-work{
  background:#C6DDDB;
}
.about-work .work-inner .section-head.style-1{
  padding-top:50px;
  margin-bottom:0;
}
.about-work .work-inner .section-head.style-1 .dz-paragraph{
  color:#000000;
}
.about-work .work-inner .about-work-media{
  margin-left:-90px;
}
.about-work .work-inner .about-work-media .dz-media.style-1{
  position:relative;
  z-index:1;
  width:330px;
  height:510px;
  border-radius:6px;
}
.about-work .work-inner .about-work-media .dz-media.style-1 img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:6px;
}
.about-work .work-inner .about-work-media .dz-media.style-1 .media-img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2{
  position:absolute;
  bottom:35px;
  right:-72%;
  width:300px;
  height:210px;
}
.about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2 .media-img2{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-work .work-inner .about-work-media .dz-experience-box{
  margin-left:55px;
  background:#06312C;
  padding:30px 15px 20px;
  border-radius:6px;
}
.about-work .work-inner .about-work-media .dz-experience-box .experience-media{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom:30px;
}
.about-work .work-inner .about-work-media .dz-experience-box .experience-media .box-img1{
  width: 80px;
  height: 80px;
  position: relative;
}
.about-work .work-inner .about-work-media .dz-experience-box .experience-media .box-img2{
  position: absolute;
  top: 25px;
  left: 20%;
  transform: translate(-51%, -50%);
  width: 45px;
  height: 45px;
}
.rotate-360 {
  animation: rotate-360 30s infinite linear; 
}

.dz-media img{
  width: 100%;
}


@keyframes rotate-360 {
  from {
    transform: rotate(0deg); }
    to {
      transform: rotate(359deg); } 
    }
    .about-work .work-inner .about-work-media .experience-info h2{
      margin-bottom:25px;
      font-size:90px;
      font-weight:700;
      color:#C6DDDB;
    }
    .about-work .work-inner .about-work-media .experience-info p{
      margin-bottom:0;
      font-size:18px;
      font-weight:500;
      color:#C6DDDB;
      font-family: 'Montserrat', sans-serif;
    }
    @media screen and (max-width:1199px){
      .about-work .work-inner .about-work-media {
        margin-left: -20px;
      }
      .about-work .work-inner .about-work-media .dz-media.style-1 {
        width: 250px;
        height: 430px;
      }
      .about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2 {
        right: -58%;
        width: 240px;
        height: 170px;
      }
      .about-work .work-inner .about-work-media .dz-experience-box {
        margin-left: 45px;
        margin-top: 30px;
        padding: 20px 15px 10px;
      }
      .about-work .work-inner .about-work-media .dz-experience-box .experience-media {
        padding-bottom: 20px;
      }
      .about-work .work-inner .about-work-media .dz-experience-box .experience-media .box-img1 {
        width: 61px;
        height: 61px;
      }
      .about-work .work-inner .about-work-media .dz-experience-box .experience-media .box-img2 {
        top: 19px;
        left: 20%;
        width: 35px;
        height: 35px;
      }
      .about-work .work-inner .about-work-media .experience-info h2 {
        margin-bottom: 15px;
        font-size: 70px;
      }
      .about-work .work-inner .about-work-media .experience-info p {
        font-size: 14px;
      }
    }
    @media screen and (max-width:991px){
      .about-work .work-inner {
        padding-top: unset;
      }
      .about-work .work-inner .about-work-media {
        margin-left: 0;
        margin-top: 30px;
      }
      .about-work .work-inner .about-work-media .dz-media.style-1 {
        width: 330px;
        height: 510px;
      }
      .about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2 {
        right: -100%;
        width: 300px;
        height: 210px;
      }


      .about-work .work-inner .about-work-media .dz-experience-box {
        margin-left: 0;
        padding: 30px 15px 20px;
      }
    }
    @media screen and (max-width:767px){
      .about-work .work-inner .about-work-media .dz-media.style-1 {
        width: 260px;
        height: 440px;
      }
      .about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2 {
        width: 250px;
        height: 180px;
      }
      .about-work .work-inner .about-work-media .dz-experience-box {
        margin-top: 10px;
        padding: 20px 15px 20px;
      }
    }
    @media screen and (max-width:575px){
      .about-work .work-inner .about-work-media .dz-media.style-1 {
        width: 100%;
        height: 700px;
      }
      .about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2 {
        width: 280px;
        height: 200px;
        bottom: -210px;
        right: 0;
      }
      .about-work .work-inner .about-work-media .dz-experience-box {
        margin-top: 10px;
        padding: 20px 15px 20px;
        margin-right: 290px;
      }
      .about-work .work-inner .section-head.style-1 {
        padding-top: 30px;
      }
    }
    @media screen and (max-width:400px){
      .about-work .work-inner .about-work-media .dz-media.style-1 {
        width: 100%;
        height: 400px;
      }
      .about-work .work-inner .about-work-media .dz-media.style-1 .dz-media2 {
        display:none;
      }
      .about-work .work-inner .about-work-media .dz-experience-box {
        margin-top: 10px;
        padding: 20px 15px 20px;
        margin-right:unset;
      }
    }
/* = = = = */

/* == Our-services == */
.our-services{
  background-image: url(../images/services/bg8.png);
  background-repeat: no-repeat;
  background-position:left top;
  overflow: hidden;
}
.our-services .service-bg-img{
  position:absolute;
  top:-1px;
  left:0;
}
.our-services .section-head.style-1{
  margin-bottom: 60px;
}
.our-services .section-head.style-1 h6{
  margin-bottom:10px;
}
.our-services .section-head.style-1 h2{
  max-width:unset;
}
.our-services-carousel.owl-carousel .owl-stage-outer {
 overflow: unset;
}
.our-services-carousel.owl-carousel .owl-item {
 opacity: 0;
 transition:all 0.6s;
 transition-delay: 0.8s;
}
.our-services-carousel.owl-carousel .owl-item.active {
 opacity: 1;
}
.our-services-carousel .owl-nav {
  display: block;
}
.our-services-carousel .owl-nav .owl-prev, .our-services-carousel .owl-nav .owl-next {
  background-color: #fff;
  color: #130F26;
  font-size: 16px;
  cursor: pointer;
  border-style: solid;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius:6px;
  box-shadow: 0px 15px 50px 0px rgba(36, 85, 80, 0.2);
  position: absolute;
}
.our-services-carousel .owl-nav .owl-prev{
  left: -10%;
  top: 40%;
}
.our-services-carousel .owl-nav .owl-next{
  right: -10%;
  top: 40%;
}
.our-services-carousel .owl-nav .owl-prev:after, .our-services-carousel .owl-nav .owl-next:after {
  position:absolute;
  content:"";
  width:100%;
  height:70%;
  background-color:#287a2c;
  border-radius:6px;
  z-index:-1;
}
.our-services-carousel .owl-nav .owl-prev:after{
  left: -4px;
} 
.our-services-carousel .owl-nav .owl-next:after {
  right:-4px;
}
.dz-services-box {
  border-radius:8px;
  overflow:hidden;
  box-shadow: 0px 15px 50px 0px rgba(36, 85, 80, 0.1);
}
.dz-services-box:after{
  position: absolute;
  z-index: -1;
  content: "";
  width: 90%;
  height: 90%;
  background-color:#287a2c;
  box-shadow: 0px 15px 50px 0px rgba(36, 85, 80, 0.1);
  top: 30px;
  border-radius: 10px;
  left: 5%;
}
.dz-services-box .dz-services-media{
  width:100%;
  height:230px;
}
.dz-services-box .dz-services-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.dz-services-box .dz-services-info{
  padding: 10px 10px 20px 10px;
}
.dz-services-box .dz-services-info h3{
  font-size:20px;
  font-weight:600;
  color:#06312C;
  margin-bottom:10px;
}
.dz-services-box .dz-services-info a{
  color:#06312C;
}
.dz-services-box .dz-services-info a:hover{
  color:#06312C;
}
.dz-services-box .dz-services-info p{
  font-size:16px;
  font-weight:400;
  color:#666666;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-services .section-content.style-1 .item {
  margin-bottom: 15px;
}
@media screen and (max-width:1400px){
  .our-services-carousel .owl-nav .owl-next {
    right: 10%;
    top: -25%;
  }
  .our-services-carousel .owl-nav .owl-prev {
    left: 10%;
    top:-25%;
  }
}
@media screen and (max-width:991px){
  .our-services-carousel .owl-nav .owl-next {
    right: 0;
    top: -25%;
  }
  .our-services-carousel .owl-nav .owl-prev {
    left: 0;
    top:-25%;
  }
  .our-services{
    background-image:none;
    background-repeat: unset;
    background-position:unset;
  }
}
@media screen and (max-width:767px){
  .our-services .section-head.style-1 {
    margin-bottom: 30px;
  }
  
  .dz-services-box:after {
    top: 50px;
  }
  .our-services-carousel .owl-nav .owl-prev, .our-services-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
  .our-services-carousel .owl-nav .owl-next {
    right: 0;
    top: -16%;
  }
  .our-services-carousel .owl-nav .owl-prev {
    left: 0;
    top:-16%;
  }
  .our-services{
    background-image:none;
    background-repeat: unset;
    background-position:unset;
    padding-top: 30px;
  }
}
@media screen and (max-width:575px){
  .dz-services-box:after {
    top: 45px;
  }
}
@media screen and (max-width:400px){
  .our-services-carousel .owl-nav .owl-next {
    right: 10%;
    top: 85%;
  }
  .our-services-carousel .owl-nav .owl-prev {
    left: 10%;
    top:85%;
  }
  .dz-services-box:after {
    top: 23px;
  }
}

/* = = = = */

/* == services-list == */
@media screen and (min-width:1200px){
  .services-list{   
    background-image: url(../images/about/bg1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
.services-list .dz-service-list-bg {
  position: absolute;
  height: 100%;
  width: 65%;
  background: var(--primary);
  top: 0;
  left: 0;
  border-radius: 0 6px 6px 0;

}
.dz-services-box.style-1 {
  overflow:hidden;
}
.dz-services-box.style-1 .dz-services-media{
  text-align: center;
  width: auto;
  height: 100%;
}
.dz-services-box.style-1 .dz-services-media img{
  width:96px;
  height:96px;
  object-fit:cover;
}
.dz-services-box.style-1 .dz-services-info{
  padding: 20px 0px 20px 0px;
}
.dz-services-box.style-1 .dz-services-info .title{
  font-size:20px;
  font-weight:600;
  color:#FFF;
  margin-bottom:10px;
}
.dz-services-box.style-1 .dz-services-info a{
  color:#fff;
}
.dz-services-box.style-1 .dz-services-info .text{
  font-size:16px;
  font-weight:400;
  color:#fff;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
}
.our-services2 .service-bg-img{
  position: absolute;
  bottom: -38px;
  left: 0;
  z-index: 1;
}
.our-services2 .bg-img{
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 1;
}
.services-list .dz-service-list-bg img {
  position: absolute;
  top: 30%;
}
.services-list .bg-img{
  position:absolute;
  bottom:-1px;
  left:0;
} 
.services-list .services-list-inner {
  margin-bottom: 0;
}
.services-list .dz-service-list-inner{

  z-index:2;
}
.services-list .dz-service-list-inner .section-head.style-1 {
  margin-top: 30px;
}
.services-list .section-head.style-1 h6{
  margin-bottom:10px;
}
.services-list .section-head.style-1 h2{
  margin-bottom:20px;
}
.services-list .section-head.style-1 p{
  max-width:430px;
  color:#C6DDDB;
}
.services-list ul li{
  list-style-type:none;
  font-size:16px;
  font-weight:600;
  margin-bottom:20px;
  transition:all 0.6s;
  font-family: 'Montserrat', sans-serif;
}
.services-list ul li i{
  margin-right:10px;
  transition:all 0.6s;
  color:#C6DDDB;
}
.services-list ul li:hover i {
  color:#fff;
}
.services-list ul li a{
  color:#C6DDDB;
  transition:all 0.6s;
}
.services-list ul li a:hover{
  color:#fff!important;
}
.dz-background-video{
  position: relative;
  z-index: 1;
}
.dz-background-video .dz-video-media {
  width: 100%;
  height: 535px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.dz-background-video .dz-video-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.dz-background-video .video-btn.style-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: #06312C;
  border: 10px solid #287a2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  z-index:9;
  margin-left:0;
  transition:all 0.6s;
}
.circle1:after, .circle1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  border-radius: 100%;
  display: block;
  background-color: inherit;
  opacity: 0.7;
}
.circle1:after {
  animation: dzWaveEffect 2.5s ease infinite; }
  .circle1:before {
    animation: dzWaveEffect2 2.5s ease infinite; }
    @keyframes dzWaveEffect {
      form {
        transform: scale(1.1); }
        to {
          transform: scale(1.4);
          opacity: 0; } 
        }
        @keyframes dzWaveEffect2 {
          form {
            transform: scale(1.1); }
            to {
              transform: scale(1.6);
              opacity: 0; } 
            }
            @media screen and (max-width:1199px){
              .services-list .dz-service-list-bg {
                height: 100%;
                width: 100%;
                top: 0;
                left:0;
                border-radius: 0;
              }
              .dz-background-video {
                display: flex;
                align-items: center;
                justify-content: center;
              }
              .dz-background-video .video-btn.style-1 {
                top: unset;
                left: unset;
                transform:  unset;
              }
              .services-list .services-list-inner {
                margin-bottom: unset;
              }
            }
            @media screen and (max-width:991px){
              .services-list .dz-service-list-inner .section-head.style-1 {
                margin-top: 0;
              }
              .services-list .section-head.style-1 h2 {
                max-width: unset;
              }
              .services-list .section-head.style-1 p {
                max-width: unset;
              }
              .services-list .dz-service-list-bg img {
                top: 6%;
              }
            }
            @media screen and (max-width:575px){
              .dz-background-video .video-btn.style-1 {
                top: unset;
                left: unset;
                transform: unset;
                width: 80px;
                height: 80px;
                font-size: 18px;
                border: 6px solid #287a2c;
              }
              .services-list .section-head.style-1 h2 {
                margin-bottom: 10px;
              }
              .services-list .section-head.style-1 p {
                margin-bottom: 10px;
              }
              .services-list .dz-service-list-inner .section-head.style-1 {
                margin-bottom: 10px;
              }
              .services-list ul { 
                margin-bottom: 10px;
              }
              .services-list ul li {
                font-size: 14px;
                margin-bottom: 10px;
              }
              .services-list ul li i {
                width: 16px;
                height: 16px;
                margin-right:5px;
              }
              .dz-background-video {
                margin-top: 10px;
              }
            }
/* = = = = */

/* == Our-Showcase(dz-gallery) == */
.dz-gallery{
  background:#C6DDDB;
}
.dz-gallery .section-head.style-1 h2{
  max-width:unset;
} 
.dz-gallery .carousel-gallery .dz-gallery-media{
  border-radius:8px;
  overflow:hidden;
  position:relative;
  transition:all 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:50px;
}
.dz-gallery .carousel-gallery .dz-gallery-media:after{
  content: "";
  position: absolute;
  background: linear-gradient(rgba(6, 49, 44, 0) 0%, rgba(6, 49, 44, 0.93) 71.88%);
  width: 100%;
  height: 0;
  top: auto;
  left:0;
  bottom:0;
  transition:all 0.6s;
  
}
.dz-gallery .carousel-gallery .dz-gallery-media:hover:after{
  height:100%;
}
.carousel-gallery .dz-gallery-media .dz-gallery-info{
  position:absolute;
  z-index:9;
  opacity:0;
  transition:all 0.6s;
}
.dz-gallery .carousel-gallery .dz-gallery-media:hover .dz-gallery-info{
  opacity:1;
}
.dz-gallery .carousel-gallery .dz-gallery-media .dz-gallery-info h3{
  font-size:24px;
  font-weight:700;
  text-align:center;
  color:#ffffff;
  margin-bottom:10px;
}
.dz-gallery .carousel-gallery .dz-gallery-media .dz-gallery-info h6{
  font-size:16px;
  font-weight:500;
  text-align:center;
  color:#C6DDDB;
  margin-bottom:25px;
}
.dz-gallery .carousel-gallery .dz-gallery-media .dz-gallery-info .icon-bx{
  color: #287a2c;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #C6DDDB;
  border-radius: 6px;
  display: block;
  text-align: center;
  line-height: 52px;
  border: 0;
  margin: auto;
}
.dz-gallery .carousel-gallery .dz-media2 {
  margin-top: 50px;
}
.dz-gallery .carousel-gallery .dz-gallery-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.carousel-gallery .owl-dots {
  display: flex;
  background: #287a2c;
  position: absolute;
  left: 50%;
  top:100%;
  transform: translate(-50%, -50%);
  padding: 5px 5px;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-gallery .owl-dots .owl-dot {
  width: 25px;
  height: 6px;
  background: #C6DDDB;
  margin: 0 5px 0px;
  border-radius: 5px;
  transition: all 0.6s;
}
.carousel-gallery .owl-dots .owl-dot.active {
  background: #fff;
  width:40px;
}
@media screen and (max-width:1199px){
  .dz-gallery .carousel-gallery .dz-gallery-media .dz-gallery-info .icon-bx {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width:767px){
  .dz-gallery .carousel-gallery .dz-media2 {
    margin-top: unset;
  }
  .dz-gallery .section-content {
    padding: 0 15px;
  }
  .carousel-gallery .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #C6DDDB;
    margin: 0 5px 0px;
    border-radius: 50%;
  }
  .carousel-gallery .owl-dots .owl-dot.active {
    background: #fff;
    width:20px;
    border-radius:5px;
    transition:all 0.6s;
  }
}
@media screen and (max-width:575px){

  .carousel-gallery .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background: #C6DDDB;
    margin: 0 5px 0px;
    border-radius: 50%;
  }
  .carousel-gallery .owl-dots .owl-dot.active {
    background: #fff;
    width:16px;
    border-radius:5px;
    transition:all 0.6s;
  }
  
  .dz-gallery .carousel-gallery .dz-gallery-media {
    margin-bottom: 30px;
  }
}
/* = = = = */
/* == About-Us == */
@media screen and (min-width:1399px){
  .about-us{
    background-image: url(../images/about/bg7.png), url(../images/about/bg8.png);
    background-repeat: no-repeat;
    background-position: right bottom, left top;
  }
}
.about-us .bg-img{
  position:absolute;
  top:-1px;
  left:0;
}
.about-us .about-us-inner{
  padding-top:30px;
}
.about-us .about-us-inner .about-us-media{
  margin-left:-180px;
}
.about-us .about-us-inner .about-us-media .dz-media.style-1{
  position:relative;
  width:450px;
  height:700px;
  border-radius:6px;
}
.about-us .about-us-inner .about-us-media .dz-media.style-1 img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:6px;
}
.about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2{
  width:350px;
  height:280px;
  position:absolute;
  bottom:60px;
  right:-280px;
  border-radius:6px;
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.2);
}
.about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2 img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:6px;
}
.about-us .about-us-inner .about-us-media .dz-media3{
  width:250px;
  height:320px;
  margin-left: 90px;
  margin-top: 15px;
  border-radius:6px;
}
.about-us .about-us-inner .about-us-media .dz-media3 img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:6px;
}
.about-us .about-us-inner .section-head.style-1 {
  padding-top: 20px;
  margin-bottom:25px;
}
.about-us .about-us-inner .section-head.style-1 h2{
  font-size:44px;
}
.about-us .about-us-inner .section-head.style-1 h6, .about-us .about-us-inner .section-head.style-1 h2{
  margin-bottom:10px;
}
.about-us .about-us-inner .section-head.style-1 p{
  margin-bottom:0px;
} 
.about-us .about-us-inner .dz-about-us-info{
  margin-bottom:30px;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box {
  border:1px solid rgba(0, 0, 0, 0.1);
  padding:25px;
  border-radius:6px;
  margin-bottom:15px;
  transition:all 0.6s;
  background: #fff;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box:hover{
  box-shadow: 0px 15px 50px 0px #287a2c26;
  border:1px solid #fff;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box .info-media{
  width:70px;
  height:75px;
  margin-right:30px;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box .dz-info-media{
  width:60px;
  height:60px;
  position:relative;
  z-index:1;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box .dz-info-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box .dz-info-media:after{
  content:"";
  position:absolute;
  z-index:-1;
  background:#E9FCE9;
  width:50px;
  height:50px;
  border-radius:8px;
  bottom: -14px;
  right: -10px;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box .info-content h3{
  margin-bottom:10px;
}
.about-us .about-us-inner .dz-about-us-info .dz-info-box .info-content p{
  max-width: 430px;
  margin-bottom: 0;
  color:#666666;
  font-size:16px;
  font-weight:400;
}

/* switcher boxed size */
.boxed .about-us .about-us-inner .about-us-media .dz-media.style-1 {
  width: 330px;
  height: 580px;
  margin-left: 180px;
}
.boxed .about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2 {
  width: 320px;
  height: 250px;
  bottom: 40px;
  right: -220px;
}
.boxed .about-us .about-us-inner .about-us-media .dz-media3 {
  width: 200px;
  height: 260px;
  margin-left: 140px;
}
/* ==== */

@media screen and (max-width:1400px){
  .about-us .about-us-inner .about-us-media {
    margin-left: 0px;
  }
  .about-us .about-us-inner .about-us-media .dz-media.style-1 {
    width: 350px;
    height: 600px;
  }
  .about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2 {
    width: 300px;
    height: 230px;
    right: -225px;
  }
  .about-us .about-us-inner .about-us-media .dz-media3 {
    width: 200px;
    height: 270px;
    margin-left: 74px;
  }
}
@media screen and (max-width:1199px){
  .about-us .about-us-inner .about-us-media .dz-media.style-1 {
    width: 300px;
    height: 550px;
  }
  .about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2 {
    width: 250px;
    height: 180px;
    right: -155px;
  }
  .about-us .about-us-inner .about-us-media .dz-media3 {
    width: 140px;
    height: 250px;
    margin-left: 75px;
    margin-top: 45px;
  }
  .about-us .about-us-inner .dz-about-us-info .dz-info-box {
    padding: 20px;
  }
  .about-us .about-us-inner .dz-about-us-info .dz-info-box .info-content p {
    font-size: 14px;
  }
  .about-us .about-us-inner .section-head.style-1 h2 {
    font-size: 34px;
  }
}
@media screen and (max-width:991px){
  .about-us .about-us-inner .about-us-media .dz-media.style-1 {
    width: 400px;
    height: 650px;
  }
  .about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2 {
    width: 350px;
    height: 250px;
    right: -295px;
  }
  .about-us .about-us-inner .about-us-media .dz-media3 {
    width: 250px;
    height: 320px;
    margin-left: 60px;
    margin-top: 0px;
  }
  .about-us .about-us-inner .dz-about-us-info .dz-info-box .info-content p {
    font-size: 16px;
    max-width:550px;
  }
}
@media screen and (max-width:767px){
  .about-us .about-us-inner .about-us-media .dz-media.style-1 {
    width: 320px;
    height: 550px;
  }
  .about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2 {
    width: 250px;
    height: 180px;
    right: -195px;
  }
  .about-us .about-us-inner .about-us-media .dz-media3 {
    width: 180px;
    height: 250px;
    margin-left: 65px;
    margin-top: 45px;
  }
}
@media screen and (max-width:575px){
  .about-us .about-us-inner {
    padding-top: 0;
  }
  .about-us .about-us-inner .about-us-media .dz-media.style-1 {
    width: 100%;
    height: 100%;
  }
  .about-us .about-us-inner .about-us-media .dz-media.style-1 .dz-media2 {
    display: none;
  }
  .about-us .about-us-inner .about-us-media .dz-media3 {
    display: none;
  }
  .about-us .about-us-inner .section-head.style-1 h2 {
    font-size: 24px;
  }
  .about-us .about-us-inner .section-head.style-1 {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .about-us .about-us-inner .dz-about-us-info .dz-info-box .info-content h3{
    font-size:18px;
  }
  .about-us .about-us-inner .dz-about-us-info .dz-info-box .info-content p {
    font-size: 14px;
  }
}
/* = = = = */

/* == our-team == */
.our-team{
  background-image: url(../images/about/bg1.png), url(../images/about/bg2.png);
  background-repeat: no-repeat;
  background-position: right bottom, left;
  padding-bottom:60px;
}
.our-team .bg-img{
  position:absolute;
  bottom:-1px;
  left:0;
}
.our-team .section-head.style-1 h2{
  margin:auto;
}
.team-bx.style-1 .dz-media {
  position: relative;
  height: 400px;
  background-color: #E9FCE9;
  border-radius: 8px;
}
.team-bx.style-1 .dz-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.team-bx.style-1 .dz-info{
  background: #FFFFFF;
  box-shadow: 0px 15px 50px 0px rgba(36, 85, 80, 0.1);
  border-radius: 8px;
  z-index: 0;
  text-align: center;
  padding: 20px 30px;
  margin: -60px 30px 30px;
  position: relative;
  z-index: 1;
  transition:all 0.6s;
  overflow:hidden;
}
.team-bx.style-1 .dz-info:after{
  content:"";
  position:absolute;
  width:100%;
  height: 0;
  top: auto;
  left:0;
  bottom:0;
  transition:all 0.6s;
  background:#287a2c;
  z-index: -1;
}
.team-bx.style-1 .dz-info .name{
  font-size:20px;
  font-weight:600;
  color:#5A2B3F;
  margin-bottom: 10px;
  color:#06312C;
  transition:all 0.6s;
}
.team-bx.style-1 .dz-info .position{
  font-size:14px;
  font-weight:500;
  margin-bottom: 30px;
  transition:all 0.6s;
  position:relative;
  color:#666666;
}
.team-bx.style-1 .dz-info .position:after{
  content:"";
  position:absolute;
  height:3px;
  width:45px;
  border-radius:3px;
  background-color:#287a2c;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%);
  opacity:0;
}
.team-bx.style-1 .dz-info .dz-social-icon ul{
  margin:0;
}
.team-bx.style-1 .dz-info .dz-social-icon ul li{
  margin: 0 10px 0px;
  transition:all 0.6s;
  list-style-type: none;
}
.team-bx.style-1 .dz-info .dz-social-icon ul li a{
  font-size:20px;
  color:#287a2c;
  background-color:transparent!important;
  transition:all 0.6s;
}
.our-team-carousel .owl-item{
  margin-bottom: 30px;
}
.our-team-carousel .owl-item.active.center .item .team-bx .dz-info:after{
  height:100%;
}
.our-team-carousel .owl-item.active.center .item .team-bx .dz-info .name{
  color:#E9FCE9;
}
.our-team-carousel .owl-item.active.center .item .team-bx .dz-info .position{
  color:#C6DDDB;
}
.our-team-carousel .owl-item.active.center .item .team-bx .dz-info .position:after{
  background-color:#C6DDDB;
  opacity:1;
}
.our-team-carousel .owl-item.active.center .item .team-bx .dz-info .dz-social-icon  ul li a{
  color: #E9FCE9;
  background-color: #287a2c;
}
@media screen and (max-width:1199px){
  .our-team{
    background-image:none;
    background-repeat: unset;
    background-position: unset;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px){
  .our-team{
    padding-bottom:30px;
  }
  .team-bx.style-1 .dz-media {
    height: unset;
  }
}
@media screen and (max-width:575px){
  .team-bx.style-1 .dz-info {
    margin: -60px 30px 0px;
  }
}
/* = = = = */
/* == Teatimonial == */
.Testimonials.style-1{
  z-index: 1;
}
.Testimonials.style-1 .bg-img{
  position:absolute;
  top:-1px;
  left:0;
  z-index: -1;
}
.Testimonials.style-1 .dz-testimonial{
  background:#287a2c;
  border-radius:8px;
  padding: 25px;
}
.Testimonials.style-1 .dz-testimonial .section-head.style-1 h2{
  max-width:unset;
}
.dz-testimonial-bg{
  position:relative;
}
.dz-testimonial-bg .bg-image{
  position:absolute;
  top: -125px;
  left: 0;
  filter: brightness(0) invert(1);
  opacity: 0.2;
}
.dz-testimonial-bg .bg-image2{
  position:absolute;
  bottom: 0;
  filter: brightness(0) invert(1);
  opacity: 0.2;
  right: 0;
}
.testimonial-six .testimonial-inner{
  background:#C6DDDB;
  border-radius:8px;
  margin-bottom:50px;
  padding:25px;
}
.testimonial-six .testimonial-inner .testimonial-detail{
  padding:0;
  margin-bottom:20px;
  justify-content:space-between;
}
.testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-img{
  width:60px;
  height:60px;
  border-radius:50%;
  overflow:hidden;
  margin-right:10px;
}
.testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-img img{
  object-fit:cover;
  height: 100%;
}
.testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-info h3{
  margin-bottom:5px;
  font-size:18px;
  font-weight:600;
  color:#06312C;
}
.testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-info h6{
  margin-bottom:0px;
  font-size:14px;
  font-weight:400;
  color:#287a2c;
}
.testimonial-six .testimonial-inner .testimonial-detail i{
  color:#287a2c;
}
.testimonial-six .testimonial-inner .testimonial-text{
  padding:0;
  position:unset;
}
.testimonial-six .testimonial-inner .testimonial-text p{
  font-size:18px;
  font-weight:400;
  color:#06312C;
  line-height: 1.5;
}
.testimonial-six .owl-dots {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top:100%;
  transform: translate(-50%, -50%);
  padding: 5px 5px;
  border-radius: 10px;
}
.testimonial-six .owl-dots .owl-dot {
  width: 25px;
  height: 6px;
  background: #C6DDDB;
  margin: 0 5px 0px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.6s;
}
.testimonial-six .owl-dots .owl-dot.active {
  background: #fff;
  width:40px;
}
@media screen and (max-width:1199px){
  .Testimonials.style-1 .dz-testimonial {
    padding: 70px 70px 90px;
  }
  .testimonial-six .testimonial-inner{
    padding:20px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-info h3 {
    font-size: 16px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail i {
    font-size: 12px;
  }
  .testimonial-six .testimonial-inner .testimonial-text p {
    font-size: 16px;
  }
  .dz-testimonial-bg .bg-image {
    top: -85px;
    left: -35px;
    width: 120px;
    height: 120px;
  }
  .dz-testimonial-bg .bg-image2 {
    bottom: -30px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width:991px){
  .testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-info h3 {
    font-size: 16px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail i {
    font-size: 12px;
  }
  .testimonial-six .testimonial-inner .testimonial-text p {
    font-size: 16px;
  }
  .testimonial-six .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .testimonial-six .owl-dots .owl-dot.active {
    width: 20px;
    border-radius:5px;
  }
  .dz-testimonial-bg .bg-image {
    top: -85px;
    left: -35px;
    width: 120px;
    height: 120px;
  }
  .dz-testimonial-bg .bg-image2 {
    bottom: -30px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width:767px){
  .Testimonials.style-1 .dz-testimonial {
    padding: 60px 60px 80px;
  }
  .testimonial-six .testimonial-inner{
    padding:15px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-info h3 {
    font-size: 16px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail i {
    font-size: 12px;
  }
  .testimonial-six .testimonial-inner .testimonial-text p {
    font-size: 14px;
  }
  .dz-testimonial-bg .bg-image {
    display:none;
  }
  .dz-testimonial-bg .bg-image2 {
    display:none;
  }
  .testimonial-six .testimonial-inner .testimonial-detail {
    padding: 0;
    margin-bottom: 10px;
    justify-content: space-between;
  }
}
@media screen and (max-width:575px){
  .Testimonials.style-1 .dz-testimonial {
    padding: 30px 10px 40px;
  }
  .testimonial-six .testimonial-inner {
    padding: 10px 15px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-info h3 {
    font-size: 14px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail i {
    font-size: 10px;
  }
  .testimonial-six .testimonial-inner .testimonial-text p {
    font-size: 14px;
  }
  .testimonial-six .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .testimonial-six .owl-dots .owl-dot.active {
    width: 12px;
    border-radius:5px;
  }
  .testimonial-six .testimonial-inner .testimonial-detail .testimonial-profile .testimonial-img {
    width: 50px;
    height: 50px;
  }
}
/* = = = = */
/* == blogs-and-news == */
.blogs-and-news{
  background-image: url(../images/about/bg4.png), url(../images/about/bg5.png);
  background-repeat: no-repeat;
  background-position: right bottom, left bottom;
  padding-bottom:90px;
}
.blogs-and-news .dz-blog-and-news{
  align-items:center;
}
.blogs-and-news .bg-img{
  position:absolute;
  bottom:-1px;
  left:0;
}
.blogs-and-news .blogs-and-news-inner{
  margin-bottom:30px;
}
.blogs-and-news .section-head.style-1 h6{
  margin-bottom:10px;
}
.blogs-and-news .section-head.style-1 p{
  font-size: 18px;
  font-weight: 400;
  max-width: 470px;
  line-height: 28px;
}
.blogs-and-news .dz-blog-media{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.blogs-and-news .dz-blog-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.dz-blog-box{
  background:#E9FCE9;
  padding: 24px 118px 24px 24px;
  transition:all 0.6s;
}
.dz-blog-box .blog-profile{
  justify-content:space-between;
  margin-bottom:10px;
}
.dz-blog-box .blog-profile .dz-user i,  .dz-blog-box .blog-profile .dz-date i{
  margin-right:10px;
}
.dz-blog-box .blog-profile .dz-user,  .dz-blog-box .blog-profile .dz-date{
  font-size:15px;
  font-weight:500;
  color:#287a2c;
  transition:all 0.6s;
}
.dz-blog-box .blog-profile .dz-user{
  position:relative;
}
.dz-blog-box .blog-profile .dz-user:after{
  content:"";
  position:absolute;
  width:1px;
  height: 18px;
  background-color:#C6DDDB;
  left: 106px;
  top: 2px;
  transition:all 0.6s;
}
.dz-blog-box .blog-content h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
  transition:all 0.6s;
}
.dz-blog-box .blog-content h3 a{
  color:#06312C;
}
.dz-blog-box .blog-content h6{
  font-size:14px;
  font-weight:500;
  color:#287a2c;
  position:relative;
  transition:all 0.6s;
}
.dz-blog-box .blog-content h6 a{
  color:#287a2c;
}
.dz-blog-box .blog-content h6:after{
  position:absolute;
  content:"";
  width:55px;
  height:2px;
  background-color:#287a2c;
  left: 1px;
  bottom: -8px;
  transition:all 0.6s;
}
.dz-blog-box:hover{
  background:#06312C;
}
.dz-blog-box:hover .blog-profile .dz-user i path, .dz-blog-box:hover .blog-profile .dz-date i path{
  fill:#fff;
}
.dz-blog-box:hover .blog-profile .dz-user, .dz-blog-box:hover .blog-profile .dz-date{
  color:#fff;
}
.dz-blog-box:hover .blog-profile .dz-user:after{
  background-color:#fff;
}
.dz-blog-box:hover .blog-content h3 a, .dz-blog-box:hover .blog-content h6 a{
  color:#fff;
}
.dz-blog-box:hover .blog-content h6:after{
  background-color:#fff;
}
@media screen and (max-width:1199px){

  .dz-blog-box {
    padding: 20px 72px 20px 20px;
  }
  .dz-blog-box .blog-content h3 {
    font-size: 16px;
  }
  .dz-blog-box .blog-profile .dz-user, .dz-blog-box .blog-profile .dz-date {
    font-size: 14px;
  }
  .dz-blog-box .blog-profile .dz-user i, .dz-blog-box .blog-profile .dz-date i {
    margin-right: 5px;
  }
}
@media screen and (max-width:1024px){
  .blogs-and-news{
    background-image:none;
    background-repeat: unset;
    background-position: unset;
  }
}
@media screen and (max-width:991px){
  .blogs-and-news .section-head.style-1 p {
    font-size: 16px;
    max-width: unset;
  }
  .blogs-and-news .section-head.style-1 h2 {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .dz-blog-box {
    padding: 24px 100px 24px 25px;
  }
  .dz-blog-box .blog-content h3 {
    font-size: 20px;
  }
  .dz-blog-box .blog-profile .dz-user, .dz-blog-box .blog-profile .dz-date {
    font-size: 15px;
  }
  .dz-blog-box .blog-profile .dz-user i, .dz-blog-box .blog-profile .dz-date i {
    margin-right: 5px;
  }
}
@media screen and (max-width:767px){
  .blogs-and-news{
    padding-bottom:30px;
  }
  .blogs-and-news .section-head.style-1 p {
    font-size: 16px;
    max-width: unset;
  }
  .blogs-and-news .section-head.style-1 h2 {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .dz-blog-box {
    padding: 20px 50px 20px 20px;
    margin: 0 0 0 15px;
  }
  .dz-blog-box .blog-content h3 {
    font-size: 16px;
  }
  .dz-blog-box .blog-profile .dz-user, .dz-blog-box .blog-profile .dz-date {
    font-size: 14px;
  }
  .dz-blog-box .blog-profile .dz-user i, .dz-blog-box .blog-profile .dz-date i {
    margin-right: 5px;
    width: 14px;
    height: 14px
  }
  .dz-blog-box .blog-profile .dz-user:after {
    height: 14px;
    left: 84px;
    top: 4px;
  }
  .blogs-and-news .dz-blog-media {
    width: 240px;
    height: 470px;
  }
}
@media screen and (max-width:575px){
  .blogs-and-news .blogs-and-news-inner .section-head.style-1{
    margin-bottom:10px;
  }
  .blogs-and-news .section-head.style-1 p {
    font-size: 14px;
    max-width: unset;
    margin-bottom:10px;
  }
  .blogs-and-news .section-head.style-1 h2 {
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .dz-blog-box {
    padding: 25px;
    margin: 0;
  }
  .dz-blog-box .blog-content h3 {
    font-size: 16px;
  }
  .dz-blog-box .blog-profile .dz-user, .dz-blog-box .blog-profile .dz-date {
    font-size: 14px;
  }
  .dz-blog-box .blog-profile .dz-user i, .dz-blog-box .blog-profile .dz-date i {
    margin-right: 5px;
    width: 14px;
    height: 14px
  }
  .dz-blog-box .blog-profile .dz-user:after {
    height: 14px;
    left: 250px;
    top: 4px;
  }
  .blogs-and-news .dz-blog-media {
    width: 100%;
    height: 100%;
    margin-top:20px;
    border-radius: 8px 8px 0 0px;
  }
  .blogs-and-news .blogs-and-news-inner {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:400px){
  .dz-blog-box .blog-profile .dz-user:after {
    left: 130px;
  }
}
/* = = = = */
/* == Subscription-Wrapper == */
.Subscription-Wrapper{
  padding-top:70px;
  padding-bottom:70px;
  background:#06312C;
}
.Subscription-Wrapper h2{
  margin-bottom:0;
  font-size:35px;
  font-weight:700;
  color:#C6DDDB;
  max-width:580px;
  line-height:1.3;
}
.subscribe-form.style-1 .input-group .form-control{
  position:relative;
  height:60px;
  border-radius:8px!important;
  background: #C6DDDB;
  outline: none;
  border: 0;
  padding:10px 20px;
  color: #fff;
  font-size:16px;
  font-weight:400;
  padding: 16px 150px 16px 20px;
  margin:0;
}
.subscribe-form.style-1 .input-group .subscribe-btn{
  position:absolute;
  background: #287a2c;
  outline: none;
  border: none;
  font-size:16px;
  font-weight:500;
  color:#C6DDDB;
  font-family: "Montserrat",sans-serif;
  right:0;
  height:60px;
  z-index:9;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1199px){
  .Subscription-Wrapper h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:991px){
  .Subscription-Wrapper h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:575px){
  .Subscription-Wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* = = = = */
/* == Footer == */
.site-footer.style-1 .footer-top{
  position:relative;
  background-color:#287a2c;
  padding: 100px 0 70px;
}
.site-footer.style-1 .footer-top .bg-img{
  position:absolute;
  top:-1px;
  left:0;
}
.site-footer.style-1 .footer-top .bg-img2{
  position:absolute;
  bottom: -1px;
  left:0;
}
.site-footer.style-1 .footer-top .bg-im3{
  position:absolute;
  top: -270px;
  left:0;
}
.site-footer.style-1 .footer-top p{
  font-size:15px;
  font-weight:400;
  color: #78A9A5;
  max-width: 350px;
  margin-bottom: 30px;
  padding-top: 10px;
}
.site-footer.style-1 .footer-top h4{
  color:#C6DDDB;
  font-size:20px;
  font-weight:700;
  position:relative;
  margin-bottom: 50px;
  padding-top: 15px;
}
.site-footer.style-1 .footer-top h4:after{
  content:"";
  width:70px;
  height:3px;
  background-color:#fff;
  position:absolute;
  left:1px;
  bottom:-20px;
  border-radius: 10px;
}
.site-footer.style-1 .footer-top .dez-post-info .dez-post-header .post-title a{
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.site-footer.style-1 .footer-top .widget_getintuch strong {
  display:unset;
  text-transform: none;
  margin-right: 5px;
  font-size:15px;
  font-weight:400;
}
.site-footer.style-1 .footer-top .widget_getintuch li {
  padding-left: unset;
  font-size:15px;
  font-weight:400;
  font-family: 'Poppins', sans-serif;
}
.site-footer.style-1 .footer-top .widget_services ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.site-footer.style-1 .footer-top .widget_services ul li {
  padding: 0px 10px 15px 15px;
}
.site-footer.style-1 .footer-top .widget_services ul li a {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.site-footer.style-1 .footer-top .widget_about ul {
  margin:0;
  padding:0;
}
.site-footer.style-1 .footer-top .widget_about ul li{
  font-size:20px;
  font-weight:500;
  color:#C6DDDB;
  font-family: 'Montserrat', sans-serif;
}
.site-footer.style-1 .footer-top .widget_about ul li a {
  margin-right: 10px;
}
.site-footer.style-1 .footer-top .widget_about p {
  font-size:15px;
  font-weight:400;
  font-family: 'Poppins', sans-serif;
  text-align: unset;
}
.site-footer.style-1 .footer-top .widget_about .footer-button{
  background:#06312C;
  font-size:16px;
  font-weight:400;
}
.site-footer.style-1 .footer-top .dez-post-info .dez-post-meta .post-author, .site-footer.style-1 .footer-top .dez-post-info .dez-post-meta .post-comment{
  color:#78A9A5;
}
.site-footer.style-1 .footer-top .dez-post-info .dez-post-meta .post-author a{
  color:#fff;
}
.site-footer.style-1 .footer-top .widget ul li{
  border:0; 
  color:#78A9A5;
}

.site-footer.style-1 .footer-top .widget ul li a{
  color:#78A9A5;
}
.site-footer.style-1 .footer-top .widget ul li:hover a, .site-footer.style-1 .footer-top .widget_services ul li:hover{
  color:#fff !important;
}
.site-footer.style-1 .footer-top .widget_getintuch i {
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-color: #06312C;
  border: 1px solid #fff;
  border-radius: 50%;
}
.site-footer.style-1 .dez-social-icon.dez-social-icon-lg li a {
  font-size: 20px;
  width: unset;
  height: unset;
  margin-right: 15px;
}
/* <!-- footer bottom part --> */
.site-footer.style-1 .footer-bottom{
  background-color:#06312C;
  padding: 15px 0;
}
.site-footer.style-1 .footer-bottom p{
  text-align:center;
  font-size:14px;
  font-weight:500;
  opacity: 0.3;
}
@media screen and (max-width:1199px){
  .site-footer.style-1 .footer-top h4 {
    font-size: 16px;
  }
  .site-footer.style-1 .footer-top h4:after {
    width: 50px;
  }
}
@media screen and (max-width:991px){
  .site-footer.style-1 .footer-top{
    padding: 80px 0 40px;
  }
}
@media screen and (max-width:575px){
  .site-footer.style-1 .footer-top{
    padding: 30px 0 0px;
  }
  .site-footer.style-1 .widget {
    margin-bottom: 20px;
  }
  .site-footer.style-1 .footer-top h4:after {
    bottom: -10px;
  }
  .site-footer.style-1 .footer-top h4 {
    margin-bottom: 30px;
  }
}
/* = = = = */
/* dz-test */
.dz-test img{
  width: 100%;
}
.dz-test{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 9;
  pointer-events: none;
}
.frame .main-bar{
  position: absolute;
}
@media screen and (max-width: 1280px){
  .frame{
    padding: 0!important;
  }
  .boxed .page-wraper {
    max-width: 100%;    
  }
}

.min-container, 
.dz-page-text, 
.dz-page-text + #comment-list, 
.dz-page-text + .paginate-links, 
.dz-page-text + #comment-list + .paginate-links {
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}



.post-audio iframe {
  height: 510px;
  width: 100%;
}


.tutorial {
  border: 1px solid #cbcbcb;;
  padding: 30px;
}
.tutorial .tutorial-title {
  font-family: var(--font-family-base);
  border-bottom: 1px solid #cbcbcb;;
}
.tutorial ul {
  margin: 0px;
}
.tutorial ul li {
  list-style: auto !important;
  padding: 5px 0px;
  font-size: 16px;
  color: var(--primary) !important;
}
.tutorial ul li a {
  color: var(--primary);
}
.blog-single .dz-post-text .tutorial-data > div {
  scroll-margin-top: 100px;
}
.tutorial-data .title {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 600;
}


.tutorial ul {
  margin: 0px;
  padding: 0px 20px !important;
}


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

.cateloge-post .title {
  font-family: var(--font-family-base);
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 600px) { /* Replace "phone" with the actual breakpoint in pixels */
 .cateloge-post .title {
  font-size: 18px;
}
}

.cateloge-box .cateloge-media {
  margin-bottom: 20px;
}

.cateloge-box .cateloge-data {
  background-color:  #f6f6f6;
  border: 1px solid  #cbcbcb;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 600px) { /* Replace "phone" with the actual breakpoint in pixels */
  .cateloge-box .cateloge-data {
    padding: 15px;
  }
}

.cateloge-data table.table {
  border: 0;
  margin-bottom: 0px;
  
}

.cateloge-data table.table tr {
  background-color: transparent !important;
}

.cateloge-data table.table tr td {
  padding: 4px;
  color: #000;
  background-color:  #f6f6f6;
  border: 0;
}

@media (max-width: 600px) { /* Replace "phone" with the actual breakpoint in pixels */
  .cateloge-data table.table tr td {
    font-size: 14px;
  }
}


.dez-post-text p:last-child {
  margin-bottom: 30PX; 
}

.cateloge-media img{
  width: 100%;
}



@media  screen and (max-width: 767px) {
  .post-audio iframe {
    height: 350px;
  }
}

@media  screen and (max-width: 575px) {
  .post-audio iframe {
    height: 250px;
  }
}
.header-style-7 .header-nav .nav ul li a{
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #666666;
}
.header-style-7 .main-bar,.main-slider{
  background-color:#FAF9F6;
}

.header-style-7 .navbar-nav{
  gap: 30px;
}
.header-style-7 .extra-nav{
 padding: 20px 0 20px;
}
.header-style-7 .extra-nav .header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-style-7 .extra-nav .header-right li {
  list-style: none;
}
.header-style-7 .extra-nav .header-right .shoping-bag{
  position: relative;
}
.header-style-7 .extra-nav .header-right .shoping-bag::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F38160;
  right: -5px;
  top: -5px;
}
.header-style-7 .extra-nav .header-right .item-btn1 a{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #287a2c;
}
.header-style-7 .extra-nav .header-right .item-btn2 a{
  list-style: none;
  width: 149px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'poppins';
  background-color: #287a2c;
  color: #fff;
  border-radius: 6px;
}

.main-slider.style-three{
  position: relative;
}  
.main-slider.style-four .banner-media{
  width: 33vw;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}  
.main-slider.style-four {
  padding-top: 50px;
}  
.main-slider.style-four .banner-inner{
  margin-bottom: 50px;
}  
.main-slider.style-four .banner-media i.img-content{
  position: relative;
  z-index: 1;
}  
.main-slider.style-four .banner-media::after{
  content: '';
  position: absolute;
  background: url(../images/blog/box2.png);
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 45px;
  top: 80px;
  background-repeat: no-repeat;
}  
.main-slider.style-four .banner-media::before{
  content: '';
  position: absolute;
  background: url(../images/blog/box1.png);
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 90px;
  top: 50px;
  transform: scale(0.6);
  background-repeat: no-repeat;
}  
.banner-inner .banner-content .title{
  font-size: 70px;
  line-height: 1.2;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-inner .banner-content .title span{
  color:  #287a2c;
}
.banner-inner .banner-content .text{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #666666;;
  width: 70%;
  margin-bottom: 30px;

}
.banner-inner .banner-content .list-check.style-3{
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  margin-top: 40px;
}
.banner-inner .banner-content .list-check.style-3 li{
  display: flex;
  padding: 5px 5px 5px 30px;
  width: 50%;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.banner-inner .banner-content .list-check.style-3 li::before{
  background: #287a2c;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.banner-inner .banner-content input{
  position:relative;
  height:60px;
  outline: none;
  border: 0;
  width: 480px;
  max-width: 480px;
  color: #949494;
  background: #F0EFEF;
  font-size:16px;
  font-weight:400;
  padding: 16px 20px 16px 20px;
  border-radius: 8px 0px 0px 8px;
  margin:0;
}

.banner-inner .banner-content .form-control::-webkit-input-placeholder {
  color: #949494;
  opacity: 1;
}
.banner-inner .banner-content .input-group .site-button.style-3{
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: #F38160;
  border-radius: 0px 8px 8px 0px;
}
.banner-inner .banner-content .input-group{
  display: flex;
  flex-wrap: nowrap;
}
.banner-inner .banner-content .input-group .site-button.style-3 i{
  font-size: 18px;
}
.main-slider.style-four .product-card{
  text-align: center;
  margin-bottom: 30px;
  width: 210px;
  border: 1px solid #949494;
  padding: 10px;
  border-radius: 10px;
  background-color: #FBF3EF;
} 
.main-slider.style-four .product-card:last-child{
  margin-bottom: 0px;
} 
.main-slider.style-four .product-card .vegitable-content{
  margin-top: 15px;
  margin-bottom: 10px;
} 
.main-slider.style-four .vegitable-content .title{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #403C39;
  
} 
.main-slider.style-four .vegitable-content .price{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #F38160;
  
} 
@media  screen and (max-width: 1480px) {
  .banner-inner .banner-content .title {
    font-size: 65px;
  }
  
  .banner-inner .banner-content p{
    width: 80%;
  }
  .banner-inner .banner-content .list-check.style-3 {
    width: 80%;
  }
  .main-slider.style-four .banner-media::after{
    left: 10px;
    top: 0;
    transform: scale(0.5);
  }
  .main-slider.style-four .banner-media::before{
    left: 40px;
    top: 35px;
    transform: scale(0.5);
  }
  
  .our-services2 .bg-img{
    top: -29px;
  }
  .our-services2 .service-bg-img{
    bottom: -29px;
  }
  .site-footer.style-1 .footer-top .bg-im3{
    top: -260px;
  }
  
  .header-style-7 .navbar-nav{
    gap: 9px;
  }
  .header-style-7 .extra-nav .header-right{
    gap: 5px;
  }
}
@media  screen and (max-width: 1280px) {
  .header-style-7 .extra-nav .header-right {
    gap: 5px;
  }
  .header-style-7 .navbar-nav {
    gap: 0px;
  }
  
  .banner-inner .banner-content .title {
    font-size: 45px;
  }
  .banner-inner .banner-content .list-check.style-3{
    width: 100%;
  }
  .banner-inner .banner-content .text{
    width: 100%;
  }
  .our-services2 .bg-img {
    top: -25px;
  }
  .our-services2 .service-bg-img {
    bottom: -25px;
  }
  .main-slider.style-four .banner-media::before {
    left: 25px;
    top: 20px;
    transform: scale(0.4);
  }
  .site-footer.style-1 .footer-top .bg-im3 {
    top: -255px;
  }
}
@media  screen and (max-width: 1024px) {
  .our-services2 .bg-img {
    top: -20px;
  }
  .our-services2 .service-bg-img {
    bottom: -20px;
  }
  .site-footer.style-1 .footer-top .bg-im3 {
    top: -238px;
  }
  .header-style-7 .extra-nav .header-right .item-btn2 a{
    width: 120px;
    height: 45px;
  }
  .main-slider.style-four .banner-media {
    width: auto;
  }
  .header-style-7 .header-nav ul li a {
    font-size: 13px;
  }
  /* .dz-services-box.style-1 .dz-services-info .text {
      font-size: 18px;
  } */
  .main-slider.style-four .banner-media::after {
    left: 41px;
  }
  .main-slider.style-four .banner-media::before {
    left: 150px;
  }
  .main-slider.style-four .banner-inner {
   margin-bottom: 0px;
 }
}
@media  screen and (max-width: 991px) {
 .main-slider.style-four .product-card:last-child{
  margin-bottom: 30px;
}
.main-slider.style-four .product-card:first-child{
  margin-right: 15px;

} 
.dz-services-box.style-1{
  margin-bottom: 30px;
}
.site-footer.style-1 .footer-top .bg-im3 {
  top: -318px;
}
}
@media  screen and (max-width: 768px) {
  .site-footer.style-1 .footer-top .bg-im3 {
    top: -310px;
  }
  .our-services2 .service-bg-img {
    bottom: -12px;
  }
  .banner-inner .banner-content input{
    width: 100%;
    max-width: 100%;
  }
  .our-services2 .bg-img {
    top: -12px;
  }
  .header-style-7 .extra-nav .header-right .item-btn2 a {
    display:none;
    
  }
  .header-style-7 .extra-nav .header-right .item-btn1 a {
    display:none;

  }
  .main-slider.style-four .banner-media::before {
    left: 50px;
  }
  .main-slider.style-four .banner-media::after {
    left: 0px;
  }
}
@media  screen and (max-width: 575px) {
  .banner-inner .banner-content .title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .banner-inner .banner-content .text{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner-inner .banner-content .list-check.style-3{
    margin-top: 25px;
  }
  .banner-inner .banner-content input {
    width: 100%;
    max-width: 100%;
    padding: 16px 5px 16px 10px;
    font-size: 14px;
  }
  .banner-inner .banner-content .list-check.style-3 li{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 5px 5px 35px;
    line-height: 1.2;
  }
  .main-slider.style-four .vegitable-content .title{
    font-size: 16px;
  }
  .main-slider.style-four .vegitable-content .price{
    font-size: 16px;
  }
  .our-services2 .bg-img {
    top: -7px;
  }
  .our-services2 .service-bg-img {
    bottom: -7px;
  }
  .site-footer.style-1 .footer-top .bg-im3 {
    top: -304px;
  }
  .main-slider.style-four .banner-media::before {
    left: 0;
  }
  .main-slider.style-four .banner-media::after {
    left: -22px;
  }
}

.logo-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 200px;
  height: 90px;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 575px) {
  .logo-header {
    height: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .logo-header {
    margin-right: 8px !important;
  }
}
@media only screen and (max-width: 991px) {
  .logo-header {
    margin-right: 0 !important;
  }
}
.logo-header a {
  display: table-cell;
  vertical-align: middle;
}
.logo-header img {
  object-fit: contain;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header-style-2.dark-primary .extra-nav,
.header-style-2.dark-primary .is-fixed .extra-nav {
  padding: 45px 0;
}
.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.top-bar .xmenu-topbar-left {
  float: left;
}
.top-bar .xmenu-topbar-left li {
  padding-right: 20px;
}
.top-bar .xmenu-topbar-right {
  float: right;
}
.top-bar .xmenu-topbar-right li {
  padding-left: 10px;
}
.top-bar .xmenu-social li a {
  color: inherit;
  font-size: inherit;
}
.top-bar .xmenu-social li a:hover {
  color: var(--primary);
}
.top-bar .xmenu-topbar-inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: space-between;
}
.top-bar .xmenu-topbar-center,
.top-bar .xmenu-topbar-left,
.top-bar .xmenu-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}
.top-bar .xmenu-topbar-center ul,
.top-bar .xmenu-topbar-left ul,
.top-bar .xmenu-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-bar .xmenu-topbar-center ul li,
.top-bar .xmenu-topbar-left ul li,
.top-bar .xmenu-topbar-right ul li {
  display: inline-block;
  font-size: 15px;
}
.top-bar .xmenu-topbar-center ul i,
.top-bar .xmenu-topbar-left ul i,
.top-bar .xmenu-topbar-right ul i {
  margin-right: 5px;
}
.top-bar .xmenu-topbar-center .xmenu-social-icon li,
.top-bar .xmenu-topbar-left .xmenu-social-icon li,
.top-bar .xmenu-topbar-right .xmenu-social-icon li {
  padding-left: 0;
}
.top-bar .xmenu-topbar-right ul {
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .top-bar {
    display: none;
  }
}
.top-bar.bg-primary .xmenu-topbar-center ul a,
.top-bar.bg-primary .xmenu-topbar-left ul a,
.top-bar.bg-primary .xmenu-topbar-right ul a {
  color: inherit;
}
.top-bar.bg-primary .xmenu-topbar-center ul a:hover,
.top-bar.bg-primary .xmenu-topbar-left ul a:hover,
.top-bar.bg-primary .xmenu-topbar-right ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.text-logo .site-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
}
.text-logo p {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: var(--primary);
}

.site-header {
  position: relative;
  z-index: 999;
}


/* .site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--light);
} */
.header-style-6 .main-bar {
  background: #252220 !important;
  height: 35px;
}
.header-style-3 .main-bar {
  background-color: #f5f5f5;
  height: 45px;
  border-bottom: 1px solid #e3e3e3;

}
.header-style-3 .header-nav.xmenu .nav > li > a{
  padding: 32px 15px;
  color: #fff;

}
.header-style-4 .header-nav.xmenu .nav > li > a, .header-style-4 .is-fixed .header-nav.xmenu .nav > li > a{
  padding: 25px 15px;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .site-header .main-bar .inner-bar {
    display: flex;
  }
}
.site-header .container {
  position: relative;
}
.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  color: var(--title);
}
.header-style-4.style-1 .extra-nav{
 height: 60px;
 color: #fff;
}
.header-style-4 .extra-nav{
 height: 70px;
 color: #fff;
}
.header-style-4 .mostion {
  display: none;
}
.header-style-1 .top-bar{
  background-color: #f5f5f5;
  color: #ababab;
  padding: 5px 0;
  border: none;
}
.header-style-1 .header-nav.xmenu > .nav > li > a {
  color: #fff;
}
.header-style-5 .main-bar {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-style-4.style-1 .header-nav.xmenu .nav > li.active > a,
.header-style-4.style-1 .header-nav.xmenu .nav > li:hover > a {
  color: #fff;
}
.header-transparent {
  position: absolute;
  width: 100%;
}
.header-style-4.style-1 .header-nav.xmenu .nav > li > a {
  padding: 20px 15px;
  color: #fff;
}
.header-style-5 .header-nav.xmenu .nav > li > a {
  color: #fff;
}
.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.site-header .extra-nav .extra-cell > * {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  margin-right: -10px;
}
.site-header.style-1 .main-bar.style-1 .extra-nav .header-right .site-button-link i{
  filter: brightness(0.9);
  color: #fff;
}

.header-style-7 .extra-nav {
  padding: 20px 0 10px;
}
.header-style-5 .is-fixed .header-nav.xmenu .nav li a {
  color: #555;
}
.header-style-5 .main-bar-wraper:not(.is-fixed) .main-bar .inner-bar .logo-dark{
  display: none;
}
.header-style-5 .is-fixed .main-bar .inner-bar .logo-light{
  display: none;
}
@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell > * {
    margin-left: 15px;
  }
  .header-style-4 .mostion {
    display: table !important;
  }
  .header-style-3 .header-nav.xmenu .nav > li > a{
    padding: 8px 12px;
    color: #555;
  }
  .header-style-4 .header-nav.xmenu .nav > li > a{
    padding: 8px 12px;
    color: #555;
  }
  .header-style-5 .header-nav.xmenu .nav > li > a {
   color: #555;
 }
 .header-style-6 .mostion {
  width: 180px !important;
  height: 50px !important;
  display: table !important;
}
.header-style-4.style-1 .logo-header {
  width: 200px;
  height: 80px;
}
.header-style-4.style-1 .header-nav.xmenu .nav > li > a {
  color: #000;
  padding: 8px 20px;
}
.header-style-4.style-1 .header-nav.xmenu .nav > li.active > a, .header-style-4.style-1 .header-nav.xmenu .nav > li:hover > a {
  color: #000;
}
.header-style-4.style-1 .extra-nav {
  height: 80px;
}
.header-style-4 .header-nav.xmenu .nav > li > a, .header-style-4 .is-fixed .header-nav.xmenu .nav > li > a{
  padding: 8px 20px;
  color: #555;
}
}

.site-header .extra-nav .extra-cell ul li button,
.site-header .extra-nav .extra-cell ul li a {
  min-width: 40px;
  padding: 0px 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.site-header .extra-nav .extra-cell ul li .site-button {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 2px;
}
@media only screen and (max-width: 1480px) {
  .site-header .extra-nav .extra-cell ul li button,
  .site-header .extra-nav .extra-cell ul li a {
    padding: 0px 10px;
  }
}
.site-header .extra-nav .extra-cell ul li button i,
.site-header .extra-nav .extra-cell ul li a i {
  font-size: 14px;
  color: #180000;
  font-weight: 600;
}
.site-header .extra-nav .extra-cell ul li .site-button i{
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.site-header .extra-nav .extra-cell ul li button .badge,
.site-header .extra-nav .extra-cell ul li a .badge {
  position: absolute;
  top: -4px;
  right: 2px;
  font-size: 11px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  min-width: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
}
@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .extra-nav {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -80px;
    left: 0;
    padding: 0 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    height: 50px;
    transition: all 0.5s ease 0.5s;
  }
  .site-header .extra-nav .extra-cell {
    width: 100%;
  }
  .site-header .extra-nav .extra-cell ul {
    width: 100%;
  }
}
.site-header .extra-nav #quik-search-btn {
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  width: 45px;
  height: 45px;
  background: var(--secondary);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: var(--border-radius-base);
}
@media only screen and (max-width: 575px) {
  .site-header .extra-nav .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header .extra-nav ul li {
  display: inline-block;
}

.adv-media {
  padding-left: 20px;
}
.adv-media img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .adv-media {
    padding-left: 0;
    margin-top: 10px;
  }
}

.month-deal {
  border: 1px solid #eee;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .month-deal {
    margin-top: 20px;
    display: block;
  }

}
@media only screen and (max-width: 575px) {
  .month-deal {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.month-deal p {
  font-size: 13px;
  color: #5E626F;
}
.month-deal .sale-countdown .countdown {
  display: flex;
  margin: 0;
}
.month-deal .sale-countdown .date {
  margin: 0 5px;
  padding: 0;
  text-align: center;
}
.month-deal .sale-countdown .date .time {
  font-size: 22px;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: var(--title) !important;
  font-weight: 500;
  font-family: var(--font-family-title);
}
.month-deal .sale-countdown .date .work-time {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--title);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-family-title);
}
@media only screen and (max-width: 991px) {
  .month-deal .sale-countdown .date {
    margin: 0 3px;
  }
  .month-deal .sale-countdown .date .time {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
  }
  .month-deal .sale-countdown .date .work-time {
    font-size: 10px;
  }
}

.xmenu-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}
@media only screen and (max-width: 991px) {
  .xmenu-toggler {
    margin: 22px 0px 22px 30px;
  }
  .header-style-6 .xmenu-toggler {
    margin: 6px 0px 6px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .xmenu-toggler {
    margin: 10px 0px 10px 20px;
  }
}

.navicon {
  width: 45px;
  height: 45px;
  background: #212529;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: var(--radius-sm);
}
@media only screen and (min-width: 992px) {
  .navicon {
    display: none;
  }
}
.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 13px;
  width: 22px;
}
.navicon span:nth-child(2) {
  top: 22px;
  width: 25px;
}
.navicon span:nth-child(3) {
  top: 32px;
  width: 20px;
}
.fixed .navicon span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fixed .navicon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.fixed .navicon span:nth-child(3) {
  top: 23px;
  width: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-nav {
  padding: 0;
}
.header-nav::-webkit-scrollbar {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    height: 100vh !important;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    background-color: #ffffff;
    margin: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.show {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 0;
    width: 280px;
  }
}
.header-nav .logo-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}
.header-nav.nav-dark .nav > li .mega-menu,
.header-nav.nav-dark .nav > li .sub-menu {
  background-color: var(--secondary);
}
.header-nav.nav-dark .nav > li .mega-menu .menu-title,
.header-nav.nav-dark .nav > li .sub-menu .menu-title {
  color: #fff;
}
.header-nav.nav-dark .nav > li .mega-menu li a,
.header-nav.nav-dark .nav > li .sub-menu li a {
  color: #BABABA;
}
.header-nav.nav-dark .nav > li .mega-menu li a:hover,
.header-nav.nav-dark .nav > li .sub-menu li a:hover {
  color: #fff;
}
.header-nav.nav-dark .nav > li .mega-menu .name a,
.header-nav.nav-dark .nav > li .sub-menu .name a {
  color: #fff;
}
.header-nav.nav-dark .line-left::after {
  background: #fff;
  opacity: 0.1;
}
.header-nav.nav-dark .month-deal {
  border-color: rgba(255, 255, 255, 0.1);
  --title:#fff;
}
.header-nav.nav-dark .month-deal .sale-countdown .date .time {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header-nav.nav-dark .month-deal .sale-countdown .date .work-time {
  color: rgba(255, 255, 255, 0.7);
}
.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}
.header-nav.xmenu .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}
.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding: 20px;
  }
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .mo-left,
  .mo-right {
    overflow-y: scroll;
    position: fixed;
    width: 280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99999;
  }
  .mo-left.show,
  .mo-right.show {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin: 0;
    transition-delay: 0.2s;
  }
  .mo-left .logo-header,
  .mo-right .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 25px 20px;
    width: 100% !important;
  }
  .mo-left .logo-header img,
  .mo-right .logo-header img {
    max-width: unset;
    width: 150px;
    height: auto;
    vertical-align: middle;
  }
  .mo-left li.open a,
  .mo-right li.open a {
    position: relative;
  }
  .mo-left {
    left: -280px;
  }
  .mo-left.show {
    left: -1px;
  }
  .mo-right {
    right: -280px;
  }
  .mo-right.show {
    right: -1px;
  }
}
.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/* .quick-search {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  min-width: 50px;
} */

.xmenu-search {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.xmenu-search .form-control {
  border-radius: 0;
  height: 55px;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
.xmenu-search .form-control:hover, .xmenu-search .form-control:focus, .xmenu-search .form-control:active {
  box-shadow: none;
  border-color: #f46700;
}
.xmenu-search .search-group {
  position: relative;
}
.xmenu-search .search-group .search-btn {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
}
.xmenu-search .search-group .search-btn i {
  font-size: 16px !important;
}

.search-overlay {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.search-overlay form {
  width: 100%;
}
.search-overlay .search-group {
  max-width: 800px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .search-overlay .search-group {
    max-width: 100%;
    width: 100%;
  }
}
.search-overlay .form-control {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.search-overlay .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.search-overlay .form-control::-ms-input-placeholder {
  color: #fff;
}
.search-overlay .search-btn {
  color: #fff;
}
.search-overlay .search-remove {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  opacity: 0.87;
  width: 30px;
  height: 30px;
  cursor: pointer;

}
.search-overlay.show {
  top: 0;
}

.search-top {
  background-color: #fff;
  position: fixed;
  width: 100%;
  min-height: 150px;
  left: 0;
  top: -100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.search-top form {
  width: 100%;
}
.search-top .search-group {
  max-width: 800px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .search-top .search-group {
    max-width: 100%;
    width: 100%;
  }
}
.search-top .search-remove {
  position: fixed;
  font-size: 0;
  border: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 150px;
  z-index: -9;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.search-top.show {
  top: 0;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}
.search-top.show .search-remove {
  opacity: 0.6;
  display: block;
}

.search-dropdown {
  position: absolute;
  bottom: -100%;
  right: 0;
  background-color: #fff;
  width: 280px;
}

.offcanvas-search {
  height: 150px !important;
}

@media only screen and (min-width: 991px) {
  .header-nav.xmenu {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .logo-header {
    margin-right: 0 !important;
  }
}
.header-nav.xmenu > .nav {
  flex-direction: row;
  align-items: center;
}
.header-nav.xmenu > .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.header-nav.xmenu > .nav > li.has-mega-menu {
  position: inherit;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}
.header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down > a, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down > a {
  position: relative;
}
/* .header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down > a:after {
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  float: right;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
} */
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down > a:after {
    background-color: var(--secondary);
    opacity: 0.8;
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin-top: -5px;
  }
}
.header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down.open > a:after, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down.open > a:after {
  content: "\f078";
}
/* .header-nav.xmenu > .nav > li.menu-item-has-children > a:after, .header-nav.xmenu > .nav > li.sub-menu-down > a:after {
  content: "";
  margin-left: 5px;
  margin-top: -5px;
  background-image: url(../images/star.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
} */
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children > a:after, .header-nav.xmenu > .nav > li.sub-menu-down > a:after {
    display: none;
  }
}
.header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex {
    display: block;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex {
    background-color: var(--secondary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin: 0;
  }
  .header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex:before, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex:before {
    content: "\f054";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children.open > a i.tabindex:before, .header-nav.xmenu > .nav > li.sub-menu-down.open > a i.tabindex:before {
    content: "\f078";
  }
}
.header-nav.xmenu > .nav > li > a {
  border-radius: 0px;
  color: #555555;
  font-size: 15px;
  padding: 34px 8px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.01em;
}
.header-style-6 .header-nav .nav > li > a {
  padding: 11px 18px 10px 18px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  border-radius: 5px;
  margin-right: 5px;
}
.header-style-7 .header-nav .nav > li > a  {
  font-size: 18px ;
  font-weight: 400 ;
  font-family: 'Poppins';
  text-transform: capitalize;
  color: #666666 ;
}
@media only screen and (max-width: 1199px) {
  .header-nav.xmenu > .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li > a {
    padding: 10px 20px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    border-top: none;
  }
  .header-style-1 .header-nav.xmenu > .nav > li > a {
    color: #555;
  }
  .header-style-6 .header-nav.xmenu > .nav > li > a {
    line-height: 30px;
    font-size: 16px;
    padding: 11px 18px 10px 18px;
    border-top: none;
    border-radius: 0;
    display: block;
  }
}
.header-nav.xmenu > .nav > li > a span {
  display: inline-block;
}
.header-nav.xmenu > .nav > li .mega-menu,
.header-nav.xmenu > .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu,
  .header-nav.xmenu > .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .header-nav.xmenu > .nav > li .mega-menu > li > a i.tabindex,
  .header-nav.xmenu > .nav > li .sub-menu > li > a i.tabindex {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #eee;
  }
}
.header-nav.xmenu > .nav > li .mega-menu .menu-item-has-children > a:before,
.header-nav.xmenu > .nav > li .sub-menu .menu-item-has-children > a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu .menu-item-has-children.open > a:before,
  .header-nav.xmenu > .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f054";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu,
  .header-nav.xmenu > .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }
  .header-nav.xmenu > .nav > li .mega-menu > li > a i.tabindex,
  .header-nav.xmenu > .nav > li .sub-menu > li > a i.tabindex {
    display: none;
  }
  .header-nav.xmenu > .nav > li .mega-menu .has-child > a:before,
  .header-nav.xmenu > .nav > li .mega-menu .menu-item-has-children > a:before, .header-nav.xmenu > .nav > li .mega-menu > li > a i.tabindex,
  .header-nav.xmenu > .nav > li .sub-menu .has-child > a:before,
  .header-nav.xmenu > .nav > li .sub-menu .menu-item-has-children > a:before,
  .header-nav.xmenu > .nav > li .sub-menu > li > a i.tabindex {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    font-weight: 900;
    float: right;
  }
  .header-nav.xmenu > .nav > li .mega-menu .has-child.open > a:before .menu-item-has-children.open > a:before,
  .header-nav.xmenu > .nav > li .sub-menu .has-child.open > a:before .menu-item-has-children.open > a:before {
    content: "\f078";
    background: #333;
  }
}
.header-nav.xmenu > .nav > li .mega-menu li,
.header-nav.xmenu > .nav > li .sub-menu li {
  position: relative;
}
.header-nav.xmenu > .nav > li .mega-menu li a,
.header-nav.xmenu > .nav > li .sub-menu li a {
  color: #777;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  padding: 8px 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.xmenu .mega-menu ul li {
  list-style: none;
}
.header-nav.xmenu > .nav > li .mega-menu li a.menu-title,
.header-nav.xmenu > .nav > li .sub-menu li a.menu-title {
  color: var(--title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}
.header-nav.xmenu > .nav > li .mega-menu li:hover > a,
.header-nav.xmenu > .nav > li .sub-menu li:hover > a {
  color: var(--primary);
}
.header-nav.xmenu > .nav > li .mega-menu li .name a,
.header-nav.xmenu > .nav > li .sub-menu li .name a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding: 0;
}
.header-nav.xmenu > .nav > li .mega-menu li > .sub-menu,
.header-nav.xmenu > .nav > li .sub-menu li > .sub-menu {
  left: 220px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu li > .sub-menu,
  .header-nav.xmenu > .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu .mega-menu,
  .header-nav.xmenu > .nav > li .mega-menu .sub-menu,
  .header-nav.xmenu > .nav > li .sub-menu .mega-menu,
  .header-nav.xmenu > .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }
}
.header-nav.xmenu > .nav > li .sub-menu {
  width: 220px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .sub-menu {
    width: 100%;
    padding: 0;
  }
}
.header-nav.xmenu > .nav > li .sub-menu li > a {
  padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
 .header-nav.xmenu > .nav > li .sub-menu li > a,
 .header-nav.xmenu > .nav > li .mega-menu li > a {
  padding: 10px 20px;
  background-color: #f6f6f6;;
}
}
.header-nav.xmenu > .nav > li .sub-menu li > a > i.tabindex {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .sub-menu li > a > i.tabindex {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu > .nav > li .sub-menu.sub-menu-md {
    width: 320px;
  }
  .header-nav.xmenu > .nav > li .sub-menu.sub-menu-lg {
    width: 420px;
  }
}
.header-nav.xmenu > .nav > li .mega-menu {
  right: 0px;
  z-index: 9;
  padding: 0px 15px;
}
.header-nav.xmenu > .nav > li .mega-menu > li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu > li {
    width: 100%;
    padding: 0;
  }
}
.header-nav.xmenu > .nav > li .mega-menu > li > a {
  color: var(--title);
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: var(--font-family-title);
}
.header-nav.xmenu > .nav > li .mega-menu > li > a > i.tabindex {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu > li > a {
    display: none;
  }
}
.header-nav.xmenu > .nav > li .mega-menu > li:last-child:after {
  display: none;
}
.header-nav.xmenu > .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}
.header-nav.xmenu > .nav > li .mega-menu > li li i.tabindex {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-nav.xmenu > .nav > li .mega-menu {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu {
    display: none;
    padding: 10px 20px;
  }
  .xmenu .mega-menu ul::after {
    display: none !important;
  }
}
.header-style-6 .extra-nav{
  height: 50px;
  padding-left: 5px
}
.header-style-6 .extra-nav .extra-cell{
  margin-right: 5px;
  margin-left: 5px;
}
.header-style-6 .social-line li a{
  padding: 12px 18px !important
}

.header-nav.xmenu > .nav > li.active > .mega-menu,  .header-nav.xmenu > .nav > li:hover > .mega-menu, .header-nav.xmenu > .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 11;
  pointer-events: unset;
}
@media(max-width: 992px){
  .header-nav.xmenu > .nav > li.active > .sub-menu,{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 11;
    pointer-events: unset;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.active > .mega-menu, .header-nav.xmenu > .nav > li.active > .sub-menu, .header-nav.xmenu > .nav > li:hover > .mega-menu, .header-nav.xmenu > .nav > li:hover > .sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.header-nav.xmenu > .nav > li.active > .mega-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li.active > .mega-menu li:hover > .sub-menu, .header-nav.xmenu > .nav > li.active > .sub-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li.active > .sub-menu li:hover > .sub-menu, .header-nav.xmenu > .nav > li:hover > .mega-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li:hover > .mega-menu li:hover > .sub-menu, .header-nav.xmenu > .nav > li:hover > .sub-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
  pointer-events: unset;
}
.header-nav.xmenu > .nav > li.open .mega-menu,
.header-nav.xmenu > .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.header-nav.xmenu > .nav > li.open .open > .mega-menu, .header-nav.xmenu > .nav > li.open .open > .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
@media only screen and (max-width: 1480px) {
  .header-nav.xmenu > .nav > li:nth-last-child(4) .sub-menu .sub-menu, .header-nav.xmenu > .nav > li:nth-last-child(3) .sub-menu .sub-menu, .header-nav.xmenu > .nav > li:nth-last-child(2) .sub-menu .sub-menu, .header-nav.xmenu > .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav {
    float: none;
    padding: 0px;
  }
  .header-style-6 .header-nav.xmenu > .nav {
    float: none;
    padding: 0px;
  }
}

.xmenu.xmenu-start {
  justify-content: start;
}
.xmenu.xmenu-center {
  justify-content: center;
}
.xmenu.xmenu-end {
  justify-content: flex-end;
}
.xmenu .badge {
  font-size: 10px;
  padding: 2px 5px;
}
.xmenu .mega-menu {
  max-width: 1200px;
  width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
@media only screen and (min-width: 1191px) and (max-width: 1280px) {
  .xmenu .mega-menu {
    max-width: 1080px;
    width: 1080px;
  }
}
@media only screen and (max-width: 1191px) {
  .xmenu .mega-menu {
    left: 0 !important;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu {
    max-height: unset;
    overflow-y: unset;
  }
}
.xmenu .mega-menu ul {
  padding: 10px 0px;
}
.xmenu .mega-menu ul::after{
  content: "";
  background-color: rgba(204, 204, 204, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu ul {
    margin-bottom: 0;
  }
}
.xmenu .mega-menu > ul {
  margin: 0 -15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .xmenu .mega-menu > ul {
    display: flex;
  }
}
.xmenu .mega-menu > ul > li {
  display: table-cell;
  padding: 10px 0;
  vertical-align: top;
  width: 25%;
}
.xmenu .mega-menu .line-left {
  position: relative;
}
.xmenu .mega-menu .line-left:after {
  content: "";
  position: absolute;
  height: calc(100% + 70px);
  left: 0;
  top: -50px;
  background: #eee;
  width: 1px;
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu .line-left:after {
    content: none;
  }
}
.xmenu .mega-menu.shop-menu {
  max-width: 1140px;
}
@media only screen and (max-width: 1199px) {
  .xmenu .mega-menu.shop-menu {
    max-width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .xmenu .mega-menu .portfolio-nav-link {
    display: flex;
    flex-wrap: wrap;
  }
  .xmenu .mega-menu .portfolio-nav-link > li {
    width: 20%;
    padding: 0 15px;
  }
  .xmenu .mega-menu .portfolio-nav-link a {
    padding: 0;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .xmenu .mega-menu .portfolio-nav-link a img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu .portfolio-nav-link a img {
    display: none;
  }
}
.xmenu .menu-close {
  position: absolute;
  right: 20px;
  top: 25px;
  background-color: #000;
  width: 25px;
  height: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 991px) {
  .xmenu .menu-close {
    display: flex;
    z-index: 999;
  }
}

.menu-close {
  position: fixed;
  top: 0;
  background-color: #000;
  width: 0;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 999;
}
.menu-close.fade-left {
  left: 0;
}
.menu-close.fade-right {
  right: 0;
}
.menu-close.fade-overlay {
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.fixed .xmenu-toggler ~ .menu-close.fade-left, .fixed .xmenu-toggler ~ .menu-close.fade-right {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.fixed .xmenu-toggler ~ .menu-close.fade-overlay {
  opacity: 0.5;
  visibility: visible;
}

.xmenu-end.header-nav .nav > li > .mega-menu {
  right: 80px;
  left: auto !important;
}
@media only screen and (max-width: 1199px) {
  .xmenu-end.header-nav .nav > li > .mega-menu {
    right: 0;
  }
}

.justify-content-end.header-nav .nav > li > .mega-menu {
  right: 80px;
  left: auto !important;
}
@media only screen and (max-width: 1199px) {
  .justify-content-end.header-nav .nav > li > .mega-menu {
    right: 0;
  }
}

body.fixed {
  overflow: hidden;
}

.navbar-nav.nav > li > a .badge:not(.badge-drop) {
  transform: translateY(-2px);
}
@media only screen and (min-width: 991px) {
  .navbar-nav.nav > li > a .badge-drop {
    position: absolute;
    top: 9px;
  }
  .navbar-nav.nav > li > a .drop-start {
    left: 15px;
  }
  .navbar-nav.nav > li > a .drop-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-nav.nav > li > a .drop-end {
    right: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-nav.nav > li > a .badge {
    transform: translateY(-2px);
  }
}

.header-nav.xmenu .nav > li.menu-left {
  position: relative;
}
.header-nav.xmenu .nav > li.menu-left > .sub-menu {
  left: 0 !important;
}
.header-nav.xmenu .nav > li.menu-right {
  position: relative;
}
.header-nav.xmenu .nav > li.menu-right > .sub-menu {
  right: 0;
  left: auto !important;
}
.header-nav.xmenu .nav > li.menu-right > .sub-menu .sub-menu {
  left: -220px;
}
.header-nav.xmenu .nav > li.menu-center {
  position: relative;
}
.header-nav.xmenu .nav > li.menu-center > .sub-menu {
  left: 50% !important;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1191px) {
  .header-nav.xmenu .nav > li.has-mega-menu.full-width .mega-menu {
    width: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    padding-left: 80px;
    padding-right: 80px;
    left: 50% !important;
    transform: translate(-50%);
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 1300px) {
  .container .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: calc((100vw - 1320px) / 2 + 15px);
    padding-right: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media only screen and (max-width: 1280px) {
  .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-style-7 .header-nav.xmenu ul li a{
    padding: 34px 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-style-7 .header-nav.xmenu ul li a {

    font-size: 16px;  
  }
  .header-style-7 .extra-nav .header-right .item-btn2 a {
    width: 100px;
    height: 45px;
    font-size: 15px;
  }
  .header-style-7 .extra-nav .header-right .item-btn1 a{
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .header-style-7 .header-nav.xmenu ul li a{
    padding: 10px 20px;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu.auto-width .mega-menu {
  width: fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.auto-width .mega-menu {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1191px) {
  .header-nav.xmenu .nav > li.has-mega-menu.auto-width .mega-menu > ul > li {
    width: 250px;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-left {
  position: relative;
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-left .mega-menu {
  left: 0 !important;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .post-menu {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1190px) {
  .header-nav.xmenu .nav > li.has-mega-menu.menu-left.auto-width .mega-menu > ul > li, .header-nav.xmenu .nav > li.has-mega-menu.menu-center.auto-width .mega-menu > ul > li, .header-nav.xmenu .nav > li.has-mega-menu.menu-right.auto-width .mega-menu > ul > li {
    width: 180px;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-left .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-center .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-right .mega-menu {
  width: max-content;
  max-width: max-content;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.menu-left .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-center .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-right .mega-menu {
    width: 100%;
    max-width: 100%;
  }
  .xmenu .mega-menu > ul > li {
    display: inline;
  } 
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-right {
  position: relative;
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-right .mega-menu {
  right: 0;
  left: auto !important;
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-center {
  position: relative;
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.menu-center .mega-menu {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.header-nav.xmenu .nav > li.has-mega-menu .menu-title {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-title {
    font-size: 14px;
    color: #566593;
    padding: 0 !important;
    font-weight: 400;
    text-align: left !important;
    display: none;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu .demo-menu a img {
  width: 100%;
  transition: all 0.4s;
}
.header-nav.xmenu .nav > li.has-mega-menu .demo-menu a span {
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .demo-menu a img {
    display: none;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu .demo-menu a:hover img {
  transform: translateY(-5px);
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left > ul {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left {
    width: 80%;
    flex: 0 0 80%;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
    width: 20%;
    text-align: center;
    padding: 0 10px;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li img {
    margin-bottom: 5px;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li span {
    margin-bottom: 5px;
    display: block;
  }
}
@media only screen and (min-width: 991px) and (max-width: 768px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 575px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul .month-deal {
    width: 100%;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-right {
    width: 20%;
    flex: 0 0 20%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-right {
    padding-left: 15px;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right > ul {
    flex-wrap: wrap;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left {
    width: 66%;
    flex: 0 0 66%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 768px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul > li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 575px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul > li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul .month-deal {
    width: 100%;
    flex: 0 0 100%;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-right {
    width: 34%;
    flex: 0 0 34%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 768px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-right {
    display: none;
  }

}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.widget_post ul li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.widget_post ul li:last-child {
  padding-bottom: 0;
}
.widget_post ul .dz-media {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 0;
  margin-right: 15px;
}
.widget_post ul .dz-media img {
  border-radius: 10px;
}
.widget_post ul .dz-content .name {
  margin-bottom: 0;
  font-weight: 600;
}
.widget_post ul .dz-content .time {
  font-size: 13px;
  font-weight: 400;
}

.header-nav.xmenu > .nav > li.menu-item-has-children > a i.badge-icon,
.header-nav.xmenu > .nav > li.sub-menu-down > a i.badge-icon {
  display: inline-block !important;
}

.show-focus-outline li:focus-within > .mega-menu,
.show-focus-outline li:focus-within > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0 !important;
}

.show-focus-outline .sub-menu-down a:focus {
  outline: 2px solid #000 !important;
}

.show-focus-outline .sub-menu-down a:after:focus {
  outline: 2px solid #000 !important;
}
.safari-experience-section {
  position: relative;
  padding: 40px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* Video Background */
.safari-experience-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.safari-experience-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safari-experience-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 80, 0, 0.7) 0%, rgba(0, 60, 0, 0.8) 100%);
  z-index: 2;
}

/* Container & Content */
.safari-experience-section .container {
  position: relative;
  z-index: 3;
}

.safari-experience-section .content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/* Content Grid */
.safari-experience-section .content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
}

@media (max-width: 992px) {
  .safari-experience-section .content-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* Text Content */
.safari-experience-section .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.safari-experience-section .content-block {
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-left: 3px solid #2E8B57;
  transition: transform 0.3s ease;
}

.safari-experience-section .content-block:hover {
  transform: translateY(-3px);
}

.safari-experience-section .content-title {
  font-size: 18px;
  color: #1a531b;
  font-weight: 600;
  margin-bottom: 10px;
}

.safari-experience-section .content-text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.safari-experience-section .final-message {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid #2E8B57;
  margin-top: 10px;
}

.safari-experience-section .final-message p {
  font-size: 14px;
  color: #1a531b;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

/* Features Sidebar */
.safari-experience-section .features-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.safari-experience-section .feature-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(46, 139, 87, 0.3);
}

.safari-experience-section .feature-card:hover {
  transform: translateX(5px);
  border-color: #2E8B57;
  box-shadow: 0 6px 20px rgba(46, 139, 87, 0.2);
}

.safari-experience-section .feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2E8B57, #3CB371);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.safari-experience-section .feature-icon i {
  font-size: 16px;
  color: #FFFFFF;
}

.safari-experience-section .feature-content h4 {
  font-size: 14px;
  color: #1a531b;
  font-weight: 600;
  margin-bottom: 4px;
}

.safari-experience-section .feature-content p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
  .safari-experience-section {
    padding: 30px 0;
    min-height: 500px;
  }

  .safari-experience-section .section-title {
    font-size: 26px;
  }

  .safari-experience-section .content-block {
    padding: 15px;
  }

  .safari-experience-section .feature-card {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .safari-experience-section .section-title {
    font-size: 22px;
  }

  .safari-experience-section .content-grid {
    gap: 20px;
  }

  .safari-experience-section .feature-card {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

/* --- Tour Packages Section Styling --- */
.tour-packages-section {
  padding: 60px 0;
  background-color: #f4f7f9; /* Light background for contrast */
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #1a237e; /* Deep blue title */
}

/* --- Tour Card Styling (style-2) --- */
.tour-package-card.style-2 {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Soft, modern shadow */
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden; /* Important for image border-radius */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-package-card.style-2:hover {
  transform: translateY(-5px); /* Subtle lift on hover */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.tour-image-container {
  position: relative;
  height: 220px; /* Fixed height for consistency */
  overflow: hidden;
}

.tour-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.tour-package-card.style-2:hover .tour-image-container img {
  transform: scale(1.05); /* Zoom effect on hover */
}

/* Badge for special status */
.tour-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ff6f00; /* Orange badge */
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
}

.tour-badge.new-package {
  background-color: #00bcd4; /* Cyan for 'New' */
}

/* Content Details */
.tour-content-details {
  padding: 12px 14px;
  flex-grow: 1; /* Allows content to take up available space */
}

.tour-title {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.tour-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.tour-title a:hover {
  color: #ff6f00; /* Hover color */
}

/* Duration and Price */
.tour-duration-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.tour-duration {
  font-size: 12px;
  color: #555;
  font-weight: 500;
}

.tour-duration i {
  color: var(--primary);
  margin-right: 5px;
}

.tour-price {
  font-size: 16px;
  color: #333;
}

.price-value {
  font-size: 20px;
  color: #e65100; /* Darker orange for price */
  font-weight: 800;
}

.tour-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

/* Features List */
.tour-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 2px 4px;
  font-size: 14px;
  color: #333;
}

.tour-features-list li {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.tour-features-list li i {
  color: var(--primary); /* Icon color */
  margin-right: 8px;
  font-size: 12px;
}

/* Footer Actions */
.tour-actions-footer {
  padding: 8px 10px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-view-details {
  background-color: var(--primary);
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.3s;
  font-size: 15px;
}

.btn-view-details:hover {
  background-color: var(--secondary);
  color: #fff;
}

.btn-view-details i {
  margin-left: 5px;
}

.action-buttons-group {
  display: flex;
  gap: 10px;
}
.btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  height: 40px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 16px;
  min-width: 40px;
  width: 40px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.btn-action span {
  letter-spacing: -20px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding-left: 0;
  width: 0;
  transform: translateX(-10px);
}

.btn-action:hover {
  width: auto;
  padding: 8px 16px;
  justify-content: center;
  min-width: 140px;
}

.btn-action:hover span {
  opacity: 1;
  letter-spacing: normal;
  padding-left: 8px;
  width: auto;
  transform: translateX(0);
}

.btn-action i {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  font-size: 16px;
}

.btn-action:hover i {
  color: #fff;
}

.btn-action.btn-enquiry-now {
  background-color: #ff6f00;
  border: 2px solid #ff6f00;
}

.btn-action.btn-whatsapp-link {
  background-color: #25d366;
  border: 2px solid #25d366;
}

.btn-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Optional: Add focus states for accessibility */
.btn-action:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.3);
}

.btn-action.btn-whatsapp-link:focus {
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.3);
}

.faq-section .faq-area .section-title-and-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .faq-section .faq-area .section-title-and-filter {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.faq-section .faq-area .accordion{
  background-color: transparent;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item:first-child {
  border-radius: 10px 10px 0 0;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  padding: 18px 25px 18px 16px;
  background-color: transparent;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button span {
  margin-right: 11px;
}
@media (max-width: 1199px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button span {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 25px;
    padding: 30px 34px 28px;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 45px 15px 15px;
  }
}
@media (max-width: 350px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
  }
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: 'Font Awesome 5 Pro' !important;
  position: absolute;
  right: 3px;
  content: "  \f107";
  transition: unset;
  font-size: 18px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: rgb(17, 17, 17);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 10px;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: rgba(17, 17, 17, 0.9);
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: 'Font Awesome 5 Pro' !important;
  content: "  \f106";
  transform: none;
  color: rgb(77, 166, 39);
}
@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
  }
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: transparent;
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0 20px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0%;
  color: rgba(102, 102, 102, 1);
  max-width: 1040px;
  width: 100%;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 15px 15px;
    font-size: 16px;
  }
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time {
  padding-top: 20px;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: rgba(102, 102, 102, 1);
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 15px;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  color: rgba(102, 102, 102, 1);
  text-transform: uppercase;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul li span svg {
  fill: rgba(102, 102, 102, 1);
}
.faq-section .faq-area .faq-wrap button {
  white-space: wrap;
}
@media(max-width: 768px){
 .faq-image{
  margin-bottom: 20px;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button{
  padding: 10px 25px 10px 10px;
  line-height: 1;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button span{
  margin-right: 4px;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button{
  font-size: 16px;
}
.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after{
  right: 3px;
}
}

.corbett-service-section {
  width: 100%;
  padding: 20px 0;
}

.corbett-service-section .corbett-service-wrapper {
  width: 100%;
}

/* corbett Slider */
.corbett-service-section .corbett-slider-section {
  margin-bottom: 20px;
}

.corbett-slider-section .swiper {
  overflow: visible !important;
}

.corbett-slider .swiper-slide {
  transition: transform 0.6s ease;
  opacity: 0.6;
}

.corbett-slider .swiper-slide-active {
  opacity: 1;
}

.corbett-service-section .corbett-slide-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.corbett-service-section .corbett-slide-image img {
  border-radius: 12px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* corbett Info Card */
.corbett-service-section .corbett-info-card {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border: 1px solid #E5E5E5;
}
.corbett-service-section .corbett-info-card img{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.corbett-service-section .corbett-info-card .row{
  margin-bottom: 12px;
}
.corbett-service-section .corbett-main-title {
  font-size: 24px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}

.corbett-service-section .corbett-description {
  margin-bottom: 24px;
}

.corbett-service-section .description-paragraph {
  font-size: 16px;
  color: var(--secondary);
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: justify;
}

.corbett-service-section .description-paragraph a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.corbett-service-section .description-paragraph a:hover {
  text-decoration: underline;
}

.corbett-service-section .corbett-subtitle {
  font-size: 21px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 6px;
  width: max-content;
}

/* Service Types */
.corbett-service-section .service-types {
  border: 2px solid #E5E5E5;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.corbett-service-section .service-item {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  background: #fafafa;
}

.corbett-service-section .service-item:last-child {
  border-bottom: none;
}

.corbett-service-section .service-header {
  min-width: 180px;
  width: 180px;
  padding: 12px 16px;
  background: #fff;
  border-right: 1px solid #E5E5E5;
}

.corbett-service-section .service-title {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.corbett-service-section .service-content {
  flex: 1;
  padding: 12px 16px;
}

.corbett-service-section .service-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--secondary);
}

/* Feature List */
.corbett-service-section .feature-list {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.corbett-service-section .feature-item {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.4;
}

.corbett-service-section .feature-icon {
  position: absolute;
  font-size: 16px;
  color: var(--primary);
  left: 0;
  top: 1px;
}

.corbett-service-section .feature-highlight {
  font-weight: 600;
  color: #000;
}

.corbett-service-section .feature-item a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.corbett-service-section .feature-item a:hover {
  text-decoration: underline;
}

/* Coverage Section */
.corbett-service-section .coverage-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .corbett-service-section .coverage-section {
    grid-template-columns: 1fr 1fr;
  }
}

.corbett-service-section .coverage-category {
  border-radius: 8px;
  background: #f8f9fa;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}

.corbett-service-section .category-header {
  padding: 12px 16px;
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
}

.corbett-service-section .category-header h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.corbett-service-section .coverage-item {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
}

.corbett-service-section .coverage-item:last-child {
  border-bottom: none;
}

.corbett-service-section .coverage-name {
  min-width: 120px;
  width: 120px;
  padding: 10px 12px;
  background: #f8f9fa;
  border-right: 1px solid #E5E5E5;
}

.corbett-service-section .coverage-name span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.corbett-service-section .coverage-description {
  flex: 1;
  padding: 10px 12px;
}

.corbett-service-section .coverage-description p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--secondary);
}

.corbett-service-section .coverage-description a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.corbett-service-section .coverage-description a:hover {
  text-decoration: underline;
}

/* Contact Info */
.corbett-service-section .contact-info {
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
  margin-top: 20px;
}

.corbett-service-section .contact-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.corbett-service-section .contact-text strong {
  font-weight: 600;
}

/* Swiper Pagination */
.corbett-service-section .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 12px;
}

.corbett-service-section .swiper-pagination-bullet {
  background: var(--primary);
  opacity: 0.5;
  width: 8px;
  height: 8px;
}

.corbett-service-section .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .corbett-service-section .service-item {
    flex-direction: column;
  }

  .corbett-service-section .service-header {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }

  .corbett-service-section .coverage-item {
    flex-direction: column;
  }

  .corbett-service-section .coverage-name {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }

  .corbett-service-section .corbett-slide-image img {
    height: 250px;
  }
}

.footer-section-four {
  background-color: rgb(26, 26, 26);
  -webkit-mask-image: url("../images/bg/footer-four-bg-shape.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  padding-top: 0;
}
.footer-section-four .footer-top-content {
  margin-bottom: 40px;
}
.footer-section-four .footer-top-content .information-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 32px 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-section-four .footer-top-content .information-wrapper {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer-section-four .footer-top-content .information-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .footer-section-four .footer-top-content .information-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.footer-section-four .footer-top-content .information-wrapper .single-information {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  word-break: break-all;
  width: 25%;
  padding-right: 30px;
}
@media(max-width: 1000px){
  .footer-section-four .footer-top-content .information-wrapper .single-information {
    width: 50%;
  }
}
@media(max-width: 600px){
  .footer-section-four .footer-top-content .information-wrapper .single-information {
    width: 100%;
    padding-right: 0;
  }
}
.footer-section-four .footer-top-content .information-wrapper .single-information::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 48px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .footer-section-four .footer-top-content .information-wrapper .single-information::before {
    left: -15px;
  }
}
@media (max-width: 991px) {
  .footer-section-four .footer-top-content .information-wrapper .single-information::before {
    display: none;
  }
}
.footer-section-four .footer-top-content .information-wrapper .single-information:first-child::before {
  display: none;
}
.footer-section-four .footer-top-content .information-wrapper .single-information .icon {
  height: 45px;
  width: 45px;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(77, 166, 39, 1);
  min-width: 45px;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer-section-four .footer-top-content .information-wrapper .single-information .icon {
    height: 50px;
    width: 50px;
  }
  .footer-section-four .footer-top-content .information-wrapper .single-information .icon svg {
    height: 20px;
    width: 20px;
  }
}
.footer-section-four .footer-top-content .information-wrapper .single-information .icon.two {
  background-color: rgb(77, 166, 39);
}
.footer-section-four .footer-top-content .information-wrapper .single-information .icon.three {
  background-color: rgb(15, 197, 173);
}
.footer-section-four .footer-top-content .information-wrapper .single-information .icon.four {
  background-color: rgb(58, 166, 235);
}
.footer-section-four .footer-top-content .information-wrapper .single-information .content {
  display: grid;
  align-items: center;
  width: 100%;
}
.footer-section-four .footer-top-content .information-wrapper .single-information .content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer-section-four .footer-top-content .information-wrapper .single-information .content a {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .footer-section-four .footer-top-content .information-wrapper .single-information .content a {
    font-size: 14px;
    line-height: 1.4;
  }
}
.footer-section-four .footer-top-content .information-wrapper .single-information .content a:hover {
  color: var(--primary);
}
.footer-section-four .footer-top-content .information-wrapper .single-information:hover .icon svg {
  animation: zoomIn 0.5s linear;
}
.footer-section-four .footer-widget .footer-logo p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(171, 171, 171);
  max-width: 352px;
  width: 100%;
  margin: 20px 0 28px;
}
.footer-section-four .footer-widget .footer-logo .social-item-four {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 216px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.footer-section-four .footer-widget .footer-logo .social-item-four .single-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 18px;
}
.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a {
  color: #fff;
  transition: 0.3s;
}
.footer-section-four .footer-widget .footer-logo .social-item-four .single-item:last-child {
  border-right: none;
}
.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a svg path {
  fill: rgb(255, 255, 255);
}
.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a:hover{
  color: var(--primary);
}
.footer-section-four .footer-widget .widget-title h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.01em;
  margin-bottom: 0px;
}
.footer-section-four .footer-widget .widget-title.two {
  margin-bottom: 22px;
}
.footer-section-four .footer-widget .gallery-img {
  position: relative;
  border-radius: 6px;
}
.footer-section-four .footer-widget .gallery-img img {
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
  filter: brightness(1.3);
  aspect-ratio: 1;
}
.footer-section-four .footer-widget .gallery-img .icon-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 166, 39, 0.5);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.3s;
}
.footer-section-four .footer-widget .gallery-img .icon-area i {
  color: #fff;
  font-size: 24px;
}
.footer-section-four .footer-widget .gallery-img:hover .icon-area {
  transform: scale(1);
  opacity: 1;
}
.footer-section-four .footer-widget .widget-list {
  padding: 0;
  margin: 0;
}
.footer-section-four .footer-widget .widget-list li {
  margin-bottom: 15px;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  transform: translateX(0);
}
@media (max-width: 1199px) {
  .footer-section-four .footer-widget .widget-list li {
    margin-bottom: 15px;
  }
}
.footer-section-four .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
.footer-section-four .footer-widget .widget-list li a {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: 0.3s;
  word-break: break-word;
}
.footer-section-four .footer-widget .widget-list li:hover a {
  text-decoration: underline;
}
.footer-section-four .footer-widget .widget-list.contact_list li{
  padding-left: 24px;
}
.footer-section-four .footer-widget .widget-list.contact_list li a i{
  position: absolute;
  left: 1px;
  top: 2px;
}
.footer-section-four .footer-widget .widget-list.contact_list li:hover{
  transform: none;
  &::after{
    display: none;
  }
}
.footer-section-four .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  margin-top: 22px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .footer-section-four .footer-bottom {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-section-four .footer-bottom {
    gap: 10px;
  }
}
.footer-section-four .footer-bottom .copy-write-area p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.footer-section-four .footer-bottom .copy-write-area p a {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  margin: 0;
  transition: 0.3s;
}
.footer-section-four .footer-bottom .copy-write-area p a:hover {
  color: var(--primary);
}
.footer-section-four .footer-bottom .footer-widget-two {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 576px) {
  .footer-section-four .footer-bottom .footer-widget-two {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
.footer-section-four .footer-bottom .footer-widget-two .widget-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
.footer-section-four .footer-bottom .footer-widget-two .payment-partners {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer-section-four .footer-bottom .footer-widget-two .payment-partners {
    gap: 10px;
  }
}

.footer-section-four li{
  display: block;
}
.footer-logo img{
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
}

.form_tiger{
  position: absolute;
  width: 350px;
  right: 25px;
  top: 10px;
  filter: brightness(0);
  opacity: 0.23;
}
@media(max-width: 992px){

  .form_tiger{
    display: none;
  }
}
.about_page .about-work .work-inner{
  padding-top: 0;
}
.about_page .services-list .bg-img{
  bottom: auto;
  top: -1px;
  transform: rotate(180deg);
}
/* ===== Sub Banner Section ===== */
.sub-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5)),url(../images/tiger.jpg) !important;
}



/* ===== Breadcrumb Container ===== */
.breadcrumb-area {
  position: relative;
  z-index: 2;
}

.breadcrumb-areas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ===== Title ===== */
.breadcrumb-areas .h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* ===== Breadcrumbs ===== */
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumbs li {
  color: #ddd;
  position: relative;
}

.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs li a:hover {
  color: #fff;
}

.breadcrumbs li.active {
  color: #fff;
  pointer-events: none;
}

.breadcrumbs li::after {
  content: "/";
  margin: 0 5px;
  color: rgba(255,255,255,0.5);
}

.breadcrumbs li:last-child::after {
  content: "";
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .sub-banner {
    padding: 80px 0;
  }

  .breadcrumb-areas .h1 {
    font-size: 32px;
  }

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

@media (max-width: 480px) {
  .breadcrumb-areas .h1 {
    font-size: 26px;
  }
}

.contact__box{

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  .icon-xl i{
    font-size: 50px;
  }
}
/* ================================
   PAGE FORM & HOTEL SECTION STYLING
   ================================ */
   .page__form-a {
    padding: 0 0 0;
    font-family: 'Poppins', sans-serif;
    margin-top: -40px;
    position: relative;
  }

/* ==== Booking Form Widget ==== */
.page__form-a .widget_book {
  background: #f4f4f4;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #767676;
  box-shadow: 0 10px 30px rgba(35, 108, 68, 0.3);
  margin-bottom: 0;
}

.page__form-a .widget-tour-book {
  padding: 20px 30px;
}
@media(max-width: 768px){
  .page__form-a .widget-tour-book{
    padding: 15px ;
  }
}
.page__form-a .widget-tour-book .top {
  text-align: center;
  margin-bottom: 30px;
}

.page__form-a .widget-tour-book .top .title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.page__form-a .form-group {
  position: relative;
  margin-bottom: 8px;
}

.page__form-a .form-control {
  width: 100%;
  padding: 14px 15px 14px 18px;
  border: 1px solid rgb(121 121 121);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #444;
  font-size: 1rem;
  height: 50px;
  transition: all 0.3s 
  ease;
  backdrop-filter: blur(12px);
}

.page__form-a .form-control:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
  outline: none;
}

.page__form-a .form-control::placeholder {
  color: #777;
}

.page__form-a .form-group i {
  position: absolute;
  right: 1px;
  top: 3px;
  color: #2e8b57;
  font-size: 1rem;
  pointer-events: none;
  height: calc(100% - 9px);
  display: flex;
  align-items: center;
  width: 22px;
  background-color: #fff;
  border-radius: 15px;
  padding-left: 3px;
}

/* ==== Textarea ==== */
.page__form-a .form-group textarea.form-control {
  min-height: 50px;
  height: 50px;
  resize: vertical;
  padding-right: 16px;
}

/* ==== Submit Button ==== */
.page__form-a .btn-bs {
  display: inline-block;
  width: 180px;
  padding: 15px 0;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.page__form-a .btn-bs:hover {
  background: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
}

/* ======================
   HOTEL & RESORT CARDS
   ====================== */
   .page__form-a .page_sections {
    background: #fff;
    padding: 80px 0;
  }

  .page__form-a .main-title .h1 {
    color: #2b2b2b;
    font-weight: 800;
    font-size: 2.6rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
  }

  .page__form-a .main-title .h1::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: #2e8b57;
    border-radius: 2px;
  }

/* ==== Safari Cards ==== */
.page__form-a .safari_card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page__form-a .safari_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.page__form-a .card_img {
  position: relative;
  overflow: hidden;
  height: 260px;
}

.page__form-a .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.page__form-a .safari_card:hover .card_img img {
  transform: scale(1.07);
}

.page__form-a .safari_card_body {
  padding: 26px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.page__form-a .safari_card_body .title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page__form-a .safari_card_body .content {
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
  font-size: 0.96rem;
}

/* ==== Read More Button ==== */
.page__form-a .carb_btn .btn-bs.btn-primary {
  background: #2e8b57;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.page__form-a .carb_btn .btn-bs.btn-primary:hover {
  background: #256c44;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(46, 139, 87, 0.4);
}

/* ======================
   RESPONSIVE DESIGN
   ====================== */
   @media (max-width: 991px) {

    .page__form-a .main-title .h1 {
      font-size: 2.2rem;
    }
  }

  @media (max-width: 767px) {
    .page__form-a .card_img {
      height: 220px;
    }
    .page__form-a .safari_card_body .title {
      font-size: 1.2rem;
    }
    .page__form-a .main-title .h1 {
      font-size: 1.8rem;
    }
    .page__form-a .widget_book {
      border-radius: 12px;
    }
  }

  @media (max-width: 575px) {
    .page__form-a .safari_card {
      margin-bottom: 25px;
    }
    .page__form-a .page_sections {
      padding: 60px 0;
    }
  }

/* ==========================
   HOTEL & RESORTS SECTION
   ========================== */
   .page_sections {
    background: #f7f8fa;
  }

  .page_sections .main-title {
    text-align: center;
    margin-bottom: 35px;
  }

  .page_sections .main-title .h1 {
    font-size: 34px;
    font-weight: 800;
    color: #1d1d1d;
    position: relative;
    display: inline-block;
  }

  .page_sections .main-title .h1::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #2e8b57;
    border-radius: 2px;
  }

/* ==========================
   CARD STYLING
   ========================== */
   .safari_card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
  }

  .safari_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }

/* ==========================
   IMAGE STYLING
   ========================== */
   .card_img {
    position: relative;
    overflow: hidden;
    height: 210px;
  }

  .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .safari_card:hover .card_img img {
    transform: scale(1.05);
  }

/* ==========================
   CARD CONTENT
   ========================== */
   .safari_card_body {
    padding: 18px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .safari_card_body .title {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 8px;
  }

  .safari_card_body .content {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
  }

/* ==========================
   BUTTON
   ========================== */
   .carb_btn {
    margin-top: auto;
  }

  .btn-bs {
    display: inline-block;
    padding: 10px 22px;
    background: #2e8b57;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
  }

  .btn-bs:hover {
    background: #256c44;
    box-shadow: 0 4px 10px rgba(46, 139, 87, 0.3);
    transform: translateY(-2px);
  }

/* ==========================
   RESPONSIVE DESIGN
   ========================== */
   @media (max-width: 991px) {
    .card_img {
      height: 200px;
    }
    .safari_card_body {
      padding: 16px 14px 18px 14px;
    }
    .safari_card_body .title {
      font-size: 17px;
    }
  }

  @media (max-width: 767px) {
    .page_sections .main-title .h1 {
      font-size: 28px;
    }
    .card_img {
      height: 180px;
    }
    .safari_card_body .title {
      font-size: 16px;
    }
    .safari_card_body .content {
      font-size: 13px;
    }
  }

/* ==========================
   HOTEL DETAILS SECTION
   ========================== */
   .hotel-page {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hotel-page .h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1e1e1e;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
  }

  .hotel-page .h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background-color: #2e8b57;
    border-radius: 2px;
  }

/* ==========================
   IMAGE STYLING
   ========================== */
   .hotel-page img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .hotel-page img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
  }

/* ==========================
   PARAGRAPH STYLING
   ========================== */
   .hotel-page p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
    max-width: 900px;
  }

/* ==========================
   RESPONSIVE DESIGN
   ========================== */
   @media (max-width: 991px) {
    .hotel-page {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .hotel-page .h2 {
      font-size: 28px;
    }
    .hotel-page img {
      height: 350px;
    }
    .hotel-page p {
      font-size: 14px;
      line-height: 1.6;
    }
  }

  @media (max-width: 767px) {
    .hotel-page {
      padding: 30px 15px;
    }
    .hotel-page .h2 {
      font-size: 24px;
    }
    .hotel-page img {
      height: 280px;
    }
    .hotel-page p {
      font-size: 13px;
      line-height: 1.5;
    }
  }


  .form{
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 25px;
  }
  .form h3.title{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .form .form-label{
    margin-bottom: 0;
    font-weight: 600;
  }
  .form .row{
    --bs-gutter-y: 12px;
  }
/*sidebar*/

.service-page {
  background-color: #fff;
}

.service-page .inner-page,
.service-page .col-lg-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-page .inner-page img {
  width: 100%;
  border-radius: 20px;
  height: auto;
  width: 100%;
  max-width: 700px;
  object-fit: cover;
  margin-bottom: 15px;
}

.service-page .col-lg-4 {
  background-color: #f6f7f8;
}

.sidebar-right {
  background-color: #fff;
  padding: 40px 30px 40px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

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

.sidebar-right .widget-title {
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}

.sidebar-right .widget-title:before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 4px;
  left: -30px;
  top: 0;
  background-color: var(--second-color);
  transition: all 0.5s ease 0s;
}

.sidebar-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-right ul>li {
  padding: 0 0 15px 0;
}

.sidebar-right ul li a {
  padding: 13px 15px 13px 15px;
  padding-left: 44px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  background-color: #f6f7f8;
  color: #000;
}

.sidebar-right ul li a:hover {
  background-color: var(--second-color);
  color: #fff;
}

.sidebar-right ul li a:after {
  content: '\f061';
  position: absolute;
  font: var(--fa-font-solid);
  left: 20px;
  font-weight: 600;
  top: 18px;
  color: inherit;
  font-size: 12px;
}

.sidebar-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/t3.jpg);
  background-position: left center;
  padding: 40px 20px;
  border-radius: 10px;
}

.sidebar-contact .d-flex {
  align-items: center;
  gap: 20px;
}

.sidebar-contact .d-flex i {
  background-color: var(--theme-color);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.sidebar-contact .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

.sidebar-contact .title span {
  color: var(--second-color);
  display: block;
}

.sidebar-contact .h4 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.sidebar-contact .h4 a {
  color: var(--second-color);
}
@media(max-width: 768px){
  .service-page .inner-page img {
    width: 100%;
    height: auto;
  }
  .corbett-service-section .corbett-subtitle{
    width: 100%;
  }
  .corbett-slider-section .swiper{
    overflow: hidden !important;
  }
  .logo-header{
    width: 135px;
  }
  header .site-button{
    padding: 9px 14px;
    margin-top: 13px;
  }
  .main-slider.style-three .banner-pagination img{
    height: 400px;
  }
  .main-slider.style-three .banner-inner .banner-content .banner-content-inner{
    padding: 18px;
  }
  .main-slider.style-three .banner-inner .banner-content .banner-content-inner{
    background-color: rgba(255, 255, 255, 0.3);
  }
  .main-slider.style-three .banner-inner .banner-content .top-content h1{
    font-size: 24px;
    color: #fff;
  }
  .main-slider.style-three .banner-inner .banner-content .top-content p{
    max-width: 100%;
    display: none;
  }
  .main-slider.style-three .banner-inner{
    top: 50%;
  }
  .main-slider.style-three .dz-enquirey-box{
    max-width: 94%;
    margin-inline: auto;
    margin-top: -20px;
    position: relative;
    z-index: 3;
    top: auto;
    bottom: auto;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .logo-header, .is-fixed.header-curve .logo-header, .header-style-3 .header-curve .logo-header, .header-style-3 .is-fixed.header-curve .logo-header, .is-fixed .logo-header{
    width: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .mo-left.show {
    left: -1px !important;
  }
  .logo-header img, .logo-footer img{
    width: 61px;
  }

}
.corbett-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.corbett-popup.corbett-popup--active {
  display: flex;
}

.corbett-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.corbett-popup__container {
  position: relative;
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 400px;
  width: 100%;
  border: 2px solid var(--secondary);
}

.corbett-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #e5e7eb;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
}

.corbett-popup__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.corbett-popup__input,
.corbett-popup__textarea {
    width: 100%;
    padding: 3px 10px;
    border: 1px solid #222;
    border-radius: 4px;
    font-size: 0.875rem;
    height: 45px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.corbett-popup__textarea {
  height: 100px;
}
.corbett-popup__submit {
  background: var(--secondary);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  cursor: pointer;
  font-weight: 600;
}

body.corbett-popup-open {
  overflow: hidden;
}
.corbett-popup__title{
  font-size: 25px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.02em;
}

.response-section .card {
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

.response-section .card .card-icon {
  border-radius: 200px;
  height: 100px;
  width: 100px;
  background: var(--primary);
  margin: 0 auto;
  line-height: 100px;
  font-size: 50px;
  color: #fff;
}

.response-section .card p {
  font-size: 20px;
}
.footer__moodle{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-inline: -15px;
}
.footer__moodle .footer-logo img{
  width: 80px;
}
.footer__socio{
  line-height: 1;
}
.footer__socio ul{
  display: flex;
  align-items: center;
  gap: 17px;
}
.footer__socio ul li{
  display: block;
}
.footer__socio ul li a{
  font-size: 30px;
  color: #fff;
}
.footer__socio ul li a:hover{
  color: var(--primary);
}
.marquee-section {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: var(--primary);
  padding: 20px 0 60px;
  position: relative;
  margin-bottom: -40px;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marqueeScroll 50s linear infinite;
  font-size: 15px;
  color: #fff;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.coyright_links{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}
.coyright_links a{
  color: #fff;
  font-size: 13px;
}
.middle___socio{
  height: 32px;
}
@media(max-width: 768px){
  .footer-logo{
    margin-bottom: 13px;
  }
  .coyright_links{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
}
/* Main form container styling */
.mainn____form {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
}

/* Form styling */
.mainn____form .form {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
}

/* Form title */
.mainn____form .title {
  text-align: center;
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
}

.mainn____form .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #3498db, #2ecc71);
  border-radius: 2px;
}

/* Form group styling */
.mainn____form .form-group {
  margin-bottom: 20px;
}

/* Form label styling */
.mainn____form .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #34495e;
  font-size: 15px;
}

/* Form control styling */
.mainn____form .form-control {
  width: 100%;
  padding: 0 9px;
  border: 1.5px solid #dfe6e9;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: #fff;
  box-sizing: border-box;
}

.mainn____form .form-control:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

@media (min-width: 992px) {
    .corbett-service-section .corbett-description .col-lg-8.mx-auto {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}
/* Select element styling */
.mainn____form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
    background-position: right 3px center;
    padding-right: 23px;
    padding-block: 0;
    padding-left: 9px;
}

/* Textarea styling */
.mainn____form textarea.form-control {
  resize: vertical;
  min-height: 100px;
  padding-block: 12px;
}

/* Row and column layout */
.mainn____form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.mainn____form .col-md-3,
.mainn____form .col-md-12 {
  padding: 0 10px;
  box-sizing: border-box;
}

.mainn____form .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.mainn____form .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Required field indicator */
.mainn____form .form-label:after {
  content: " *";
  color: #e74c3c;
}

/* Responsive design */
@media (max-width: 768px) {
  .mainn____form .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .mainn____form .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mainn____form .form {
    padding: 20px;
  }

  .mainn____form .title {
    font-size: 24px;
  }
}

/* Animation for form elements */
.mainn____form .form-control {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.why_img{
  position: absolute;
  bottom: 0;
  left: 15%;
}
.why_img img{

    width: 343px;
}
.contact_section{
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e7fce8;
}
.contact_img{
  position: absolute;
  bottom: 20px;
  right: 15%;
}
.contact_img img{

    width: 350px;
}
.contact_bottom{
  margin-top: -70px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.contact_ma_inner{
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.contact_box{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    word-break: break-word;
}
.contact_box:last-child{
  margin-bottom: 0;
}
.contact_box .icon{
  width: 45px;
  min-width: 45px;
  height: 45px;
  background-color: var(--primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-right: 15px;
}
.contact_box .content .heading{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 5px;
}
.contact_box .content a{
  display: block;
  font-size: 17px;
  color: #000;
  transition: 0.3s;
  line-height: 1.2;
}
.contact_box .content a:hover{
  text-decoration: underline;
}
.contact_ma_inner .left_side{
  border-right: 1px solid #c1c1c1;
  padding-right: 30px;
}
.contact_ma_inner .right_side{
  padding-left: 20px;
}
.main__heading{
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1;
}
.contact_ma_inner .right_side p{
  color: #222;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact_btn{
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.4s;
}
.contact_btn:hover{
  background-color: #000;
  color: #fff;
}
.contact_btn i{
  font-size: 26px;
}
.contact_box .mini-content{
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    margin-top: -6px;
}
@media(max-width: 768px){
  .footer__moodle{
    margin-inline: 0;
  }
  .contact_ma_inner .left_side{
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .contact_ma_inner .right_side{
    padding: 0;
  }
  .contact_section{
    padding-bottom: 80px;
  }
}