/*------------------------------------------------------------------

[ TABLE OF CONTENTS]

  01. GLOBAL STYLES
  02. COMMON STYLES 
  
-------------------------------------------------------------------*/

/* 01. GLOBAL STYLES */

:root {
  --text-dark: black;
  --paragraph-gray: #5e6774;
  --primary: #8b5918;
  --gray: #d3dfef;
  --primary-light: #a7cfe0;
  --color-white: white;
  --transparent: rgba(0, 0, 0, 0);
  --dark-gray: #afafaf;
  --image-radius: 6px;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --light-gray: #f9f9fa;
  --radius-large: 56px;
  --button-radius: 46px;
  --dark-grey: #47505d;
  --color-blue: #045ca5;
  --color-orange: #f37800;
  --color-black: #000;
  --tg-primary-color: #013d77;
  --tg-primary-color2: #ea7c00;
  --tg-secondary-color: #00194c;
  --tg-body-font-color: #687799;
  --tg-heading-font-color: #00194c;
  --tg-paragraph-color: #687799;
  --tg-section-background: #f8faff;
  --tg-body-font-size: 16px;
  --tg-body-font-weight: 500;
  --tg-heading-font-weight: 700;
  --tg-body-line-height: 1.7;
  --tg-heading-line-height: 1.2;
  --tg-blue: #095198;
  --tg-metallic-blue: #324b7d;
  --tg-cornflower-blue: #b3ccff;
  --tg-steel-blue: #b6c1db;
  --tg-lavender: #e6eeff;
  --tg-indigo: #6610f2;
  --tg-purple: #6f42c1;
  --tg-pink: #ff005c;
  --tg-red: #ff3c3c;
  --tg-orange: #fd7e14;
  --tg-yellow: #ffb930;
  --tg-green: #219653;
  --tg-teal: #20c997;
  --tg-cyan: #0dcaf0;
  --tg-white: #ffffff;
  --tg-black: #000;
  --tg-gray: #f1f4fc;
  --tg-gray-two: #f1f5ff;
  --tg-gray-three: #96a1b8;
  --tg-gray-four: #667594;
  --tg-border-color: #e1e5ee;
  --facebook: #3b5998;
  --twitter: #00acee;
  --linkedin: #1976d2;
  --pinterest: #3b5998;
  --youtube: #c4302b;
  --skype: #00aff0;
  --dark: #1d2027;
  --color-secondary: #0b57e3;
  --color-primary: #00adef;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

body,
html {
  /* prevent horizontal scrolling */
}

html {
  /* scroll-behavior: smooth;*/
}

li,
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  color: #282828;
}

p {
  font-size: 16px;
  color: #282828;
  letter-spacing: -0.5px;
}
button,
button:hover,
a,
a:hover {
  transition: 0.4s;
}

a {
  color: #282828;
}

a:hover {
  color: #000;
}
a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
textarea {
  outline: 0;
  text-decoration: none;
}

/* 02. COMMON STYLES */

.relative {
  position: relative !important;
}
.fixedpadding20 {
  padding: 20px 0;
}
.fixedpadding30 {
  padding: 30px 0;
}
.fixedpadding40 {
  padding: 40px 0;
}
.fixedpadding50 {
  padding: 50px 0;
}
.fixedpadding60 {
  padding: 60px 0;
}
.fixedpadding70 {
  padding: 70px 0;
}
.fixedpadding80 {
  padding: 80px 0;
}
.fixedpadding90 {
  padding: 90px 0;
}
.fixedpadding100 {
  padding: 100px 0;
}
.space10 {
  margin-bottom: 10px;
}
.space20 {
  margin-bottom: 20px;
}
.space25 {
  margin-bottom: 25px;
}
.space30 {
  margin-bottom: 30px;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.space60 {
  margin-bottom: 60px;
}
.space70 {
  margin-bottom: 70px;
}
.space80 {
  margin-bottom: 80px;
}
.space90 {
  margin-bottom: 90px;
}
.space100 {
  margin-bottom: 100px;
}

.less-margin {
  margin: 0 !important;
}
.less_left {
  padding-left: 0 !important;
}
.less_right {
  padding-right: 0;
}

.less-right-0px {
  padding-right: 0px !important;
}
.less-left-0px {
  padding-left: 0px !important;
}

.less-right-5px {
  padding-right: 5px !important;
}
.less-left-5px {
  padding-left: 5px !important;
}

.less-right-10px {
  padding-right: 10px !important;
}
.less-left-10px {
  padding-left: 10px !important;
}

.space-left-2px {
  margin-left: 5px;
}
.space-left-5px {
  margin-left: 5px;
}
.space-left-10px {
  margin-left: 10px;
}
.space-right-2px {
  margin-right: 5px;
}
.space-right-5px {
  margin-right: 5px;
}
.space-right-10px {
  margin-right: 10px;
}

/* line height */
.line-height-10 {
  line-height: 10px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-35 {
  line-height: 35px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.line-height-45 {
  line-height: 45px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-55 {
  line-height: 55px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-65 {
  line-height: 65px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-75 {
  line-height: 75px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-85 {
  line-height: 85px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-95 {
  line-height: 95px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}

.font-size-11px {
  font-size: 11px !important;
}
.font-size-12px {
  font-size: 12px !important;
}
.font-size-13px {
  font-size: 13px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-15px {
  font-size: 15px !important;
}
.font-size-16px {
  font-size: 16px !important;
}
.font-size-17px {
  font-size: 17px !important;
}
.font-size-18px {
  font-size: 18px !important;
}
.font-size-19px {
  font-size: 19px !important;
}
.font-size-20px {
  font-size: 20px !important;
}
.font-size-21px {
  font-size: 21px !important;
}
.font-size-22px {
  font-size: 22px !important;
}
.font-size-23px {
  font-size: 23px !important;
}
.font-size-24px {
  font-size: 24px !important;
}
.font-size-25px {
  font-size: 25px !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}

.pt-00 {
  padding-top: 00px !important;
}
.pt-05 {
  padding-top: 05px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}

.pb-00 {
  padding-bottom: 00px !important;
}
.pb-05 {
  padding-bottom: 05px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}

.mb-05 {
  margin-bottom: 05px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  padding-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}

.bordernone {
  border: 0 !important;
}
.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.h-auto {
  min-height: auto !important;
  resize: none;
}
.h-100vh {
  min-height: 100vh;
}

.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mainBtn {
  transition: 0.4s !important;
  background: var(--primary);
  border: solid 0px #fff;
  font-size: 18px !important;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 25px;
  margin: 0 2px;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  min-width: 200px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
}
.mainBtn:hover {
  color: #fff;
  background-color: var(--color-black);
}
.mainBtn:focus {
  color: #fff;
}

.mainBtn2 {
  transition: 0.4s !important;
  background: var(--primary);
  border: solid 0px #fff;
  font-size: 18px !important;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 25px;
  margin: 0 2px;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  min-width: 120px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.mainBtn2:hover {
  color: #fff;
  background-color: var(--color-black);
}
.mainBtn2:focus {
  color: #fff;
}



.mainBtn3 {
  transition: 0.4s !important;
  background: var(--primary);
  border: solid 0px #fff;
  font-size: 17px !important;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 8px;
  margin: 0 2px;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  min-width: 120px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.mainBtn3:hover {
  color: #fff;
  background-color: var(--color-black);
}
.mainBtn3:focus {
  color: #fff;
}



/* Hover Effect */

a.hover {
  position: relative;
  padding-bottom: 5px;
}
a.hover::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color:#8b5918;
  top: 100%;
  left: 0;
  pointer-events: none;
  right: 0px;
}
a.hover::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
a.hover:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

a.hover2 {
  position: relative;
  padding-bottom: 5px;
}
a.hover2::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-orange);
  top: 100%;
  left: 0;
  pointer-events: none;
  right: 7px;
}
a.hover2::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
a.hover2:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

/* */

.grediant-title {
  background-image: linear-gradient(160deg, #b0cb1f, #00a0e3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.wrapper {
  position: relative;
}
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.4s;
  background-color: #fff;
}

.menubar {
  position: relative;
}

.menubar .topbar{
  background-color: #8b5918;
  padding: 10px 15px;
  border-bottom: solid 1px #8b5918;
}

.menubar .topbar span{
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.menubar .topbar a{
  color: var(--color-dark)
}

.menubar .topbar a:hover{
  color:#000)
}


.menubar .social{
  margin:0 ;
  padding: 0;
  list-style: none;
}

.menubar .social ul{
  margin: 0;
  padding: 0;
}

.menubar .social li{
  display: inline-block;
  margin-left: 25px;
  color: #fff
}

.menubar .inner {
  padding: 0 15px;  
  border-radius: 0;
  background-color: #fff
}

.menubar .bg-transparent {
  background-color: transparent !important;
}
.menubar .navbar-brand img {
  max-width: 380px;
}

.menubar .navbar-brand span{
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  margin-left: 15px;
  letter-spacing: -0.5px;
}
.menubar li.nav-item {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding-left: 5px;
}
.menubar a.nav-link {
  color: #000 !important;
}
.menubar a:focus, 
.menubar a:hover {
  color: #8b5918 !important;
}
.menubar .dropdown-menu {
  width: 230px;
  top: 95%;
  border-radius: 0;
  padding: 0;
}
.menubar .dropdown-menu .dropdown-item {
  padding: 7px 15px;
  font-size: 15px;
}
.menubar .dropdown-menu .dropdown-item:hover {
  background-color: #8b5918;
  color: #fff !important;
}
.dropdown-toggle::after {
  display: none !important;
}


.dropdown-menu li {
  position: relative;
} 

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}


.navbar-toggler {
  background-color: #fff;
}

.menubar .contact{
  border-left: solid 1px #8b5918;
  margin: 0px 0 5px 15px; 
  padding-left: 20px;
}

.menubar .contact i{
  font-size: 35px; 
  float: left;
  color: var(--primary);
  margin-top: 0px;
}
.menubar .contact h4{
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px; 
  font-size: 15px;
  padding-left: 40px; 
  color: #000;
  font-weight: 600;
}

.menubar .contact h4 span{
  font-size: 16px;
  color: #000;
  font-weight: 600;
}


.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}




.fixed-left-social{position: fixed; top: 50%; right: 0; z-index: 999; background-color: #fff;padding: 8px;text-align: center; margin-top: -30px;}
.fixed-left-social a{display: block; color: #000;padding:3px 0;}
.fixed-left-social a.facebook:hover{color: #0866ff}
.fixed-left-social a.twitter:hover{color: #1d9bf0}
.fixed-left-social a.linkedin:hover{color: #0a66c2}
.fixed-left-social a.insta:hover{color: #e900e5}
.fixed-left-social a.youtube:hover{color: #ff0000}



.headerlsider .owl-nav{position: absolute; bottom: 100px; right: 70px}
.headerlsider .owl-prev, .headerlsider .owl-next{height: 40px; width: 40px; background-color: transparent; color: #fff !important; border: solid 1px #fff !important; border-radius: 50% !important;}
.headerlsider .owl-prev:hover, .headerlsider .owl-next:hover{background-color: #000 !important; }

@keyframes ribbonRotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-50px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}



.inner-page-hero{
  min-height: 300px; 
  background-color: #8b5918;
  position: relative;
  align-items: center;
  display: flex;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.inner-page-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background:#8b5918;
  mix-blend-mode: multiply;
  z-index: 1;
}
.inner-page-hero::after {
  background:#a37b48;
}

.inner-page-hero .inner-content{
  position: relative;
  z-index: 2;
  color: var(--color-white);
  width: 100%;
  text-align: center;
}

.inner-page-hero h1{
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 35px;
}

.get-enquiry {
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #222;
  padding: 8px;
  margin-top: -70px;
  z-index: 999 !important;
  padding: 7px 20px;
  transform: rotate(-90deg);
}
.get-enquiry a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}


.feature-1 {
  position: relative;
  padding: 100px 15px;
  z-index: 2;
  background-image: url(../img/section-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.feature-1 .item-1 {
  background-color: #f4f1eb;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  min-height: 200px;
  align-items: center;
  text-align: center;
  width: 100%;
}

.feature-1 .item-1 img{
  max-width: 140px;
  margin: auto;
}
.feature-1 .item-2 {
  background-color: #0b1375;
  box-shadow: 0px 40px 60px 0px rgba(11, 19, 117, 0.3);
  border-radius: 0;
  padding: 30px;
}
.feature-1 .item-3 {
  background-color: #00a0e3;
  box-shadow: 0px 40px 60px 0px rgba(0, 160, 223, 0.3);
  border-radius: 0px 15px 15px 0px;
  padding: 30px;
}
.feature-1 .icon-left {
  max-width: 60px;
  float: left;
}
.feature-1 .icon-left img {
  width: 100%;
}
.feature-1 .content-right {
  padding-left: 80px;
}
.feature-1 h3 {
  color: var(--primary);
  letter-spacing: -0.5px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}

.feature-1 h4 {
  color: var(--primary);
  letter-spacing: -0.5px;
  font-weight: 700;
  font-size: 26px;
  margin-top: 25px;
  font-family: "Playwrite MX", cursive;
}

.feature-1 .more-arrow {
  height: 38px;
  width: 38px;
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  margin-top: 5px;
}

.about-area {
  position: relative;
  padding: 80px 15px 80px 15px;
  background-color: #fff7ea;
  background-image: url(../img/section-bg2.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.about-area .fixedimg {
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.about-area .main-img {
  max-width: 100%;
  border-radius: 25px;
}
.about-area h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
  position: relative;
  color: var(--primary);
}
.about-area h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.about-area h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  line-height: 1em;
}
.about-area p {
  font-size: 17px;
}

.about-area h5{
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  margin-top: 25px;
}

.about-area h5 span{
  font-size: 15px;
  letter-spacing: -0.5px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 0px;
}

.about-card {
  display: inline-block;
  padding: 50px;
  background: #1d2027;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.about-card ul {
  margin: 0;
  padding: 0;
}
.about-card .icon {
  width: 50px;
  float: left;
  margin-top: 10px;
}
.about-card .icon img {
  width: 100%;
}
.about-card .fun-fact {
  padding-left: 20px;
}
.about-card .fun-fact span {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0;
  line-height: normal;
  display: inline-block;
  line-height: normal;
}
.about-card li {
  margin-top: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  display: flex;
}

.about-card li i {
  display: inline-block;
  font-size: 60px;
  min-width: 85px;
  position: relative;
  top: 30px;
  color: var(--color-white);
}
.about-card .fun-fact .counter {
  color: var(--color-white);
  line-height: 1;
  font-size: 50px;
}
.about-card .fun-fact .medium {
  color: var(--color-white);
  font-weight: 600;
  opacity: 0.8;
  font-size: 17px;
}
.about-card li:first-child {
  margin: 0;
}
.about-shape-wrap-three img {
  position: absolute;
  z-index: -1;
}
.about-shape-wrap-three img:nth-child(1) {
  right: 10%;
  top: 15%;
  animation: alltuchtopdown 8s infinite linear;
}



.quality-area{
  padding: 30px 15px;
  background:#fff; 
  background-image: url(../img/section-bg3.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.quality-area h3{
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
}


.quality-area h3:before {
  content: "";
  height: 3px;
  width: 40px;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 25px;
}



.quality-area .img1{
  border-radius: 25px;
}


.product-area{
  padding: 80px 15px;
  background-color: #fff7ea;
   background-image: url(../img/section-bg4.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
}


.product-area h2 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -1px;
  margin-bottom: 50px;
  position: relative;
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  width: 100%
}

.product-area h2:before {
  content: "";
  height: 3px;
  width: 70px;
  background-color: #000;
  bottom: 0;
  position: absolute;
  border-radius: 50px;
  margin: auto;
  left: 0;
  right: 0;
}

.product-area h4{
  font-weight: 700;
  font-size: 16px;
  position: relative;
  color: var(--color-black);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}

.product-area h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  position: relative;
  color: var(--color-black);
  position: relative;
}

.pro-item {
  padding: 10px;
  background-color: #fff;
  border:solid 1px #ebddc5;
  border-radius: 10px;
  text-align: center;
}

.pro-item  .img-wrapper{
  border-radius: 10px;
  background-size: cover;
  margin-bottom: 15px;
  padding-bottom: 90%;
  width: 100%
}
.pro-item  h5{
  font-weight: 700;
  font-size: 22px;
  position: relative;
  color: var(--primary);
  position: relative;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}


.reasons-area{
  padding: 80px 15px;
  position: relative;
  background-image: url(../img/grass.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.reasons-area h2{
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
}
.reasons-area h2:before {
  content: "";
  height: 3px;
  width: 40px;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 25px;
}


.reasons-area h4{
  font-weight: 700;
  font-size: 16px;
  position: relative;
  color: var(--color-black);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}

.reasons-area .feature-item{
  position: relative;
  margin-bottom: 25px;
}

.reasons-area .feature-item .icon{
  float: left;
  width: 50px;
}

.reasons-area .feature-item .content{
  padding-left: 65px;
}

.reasons-area .feature-item h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 5px;
  position: relative;
  color: var(--color-black);
  position: relative;
}

.reasons-area .feature-item .icon img{
  width: 100%;
}




.rfq-area{
  padding: 80px 15px;
  position: relative;
  background-color: #f9f4f0;
}


.rfq-area h2{
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
.rfq-area h2:before {
  content: "";
  height: 3px;
  width: 70px;
  background-color: #000;
  bottom: 0;
  position: absolute;
  border-radius: 50px;
  margin: auto;
  left: 0;
  right: 0;
}

.rfq-area label{margin-bottom: 5px; font-size: 15px; font-weight: 400; letter-spacing: -0.5px;}
.rfq-area label span{color: red}

.rfq-area .form-control{
  padding: 15px;
  box-shadow: none;
  background-color: #fff;
  border: 0;
  letter-spacing: -0.8px;
  font-weight: 500
}




.global-area{
  padding: 80px 15px;
  position: relative;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.global-area h2{
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
}
.global-area h2:before {
  content: "";
  height: 3px;
  width: 60px;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border-radius: 25px;
}


.global-area h4{
  font-weight: 700;
  font-size: 16px;
  position: relative;
  color: var(--color-black);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}


.inner-page-area{
  padding: 80px 15px;
  position: relative;
}

.inner-page-area h2{
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
}
.inner-page-area h2:before {
  content: "";
  height: 3px;
  width: 60px;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 25px;
}

.inner-page-area h3{
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -1px;
  margin-bottom: 25px;
  color: var(--black);
  position: relative;
  padding-bottom: 15px;
}
.inner-page-area h3:before {
  content: "";
  height: 3px;
  width: 60px;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 25px;
}


.inner-page-area h5{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.7px;
  margin-bottom: 15px;
  color: #8b5918;
  position: relative;
  padding-bottom: 0;
}



.inner-page-area .main-img{
  border-radius: 25px;
}

.inner-page-area table{letter-spacing: -0.7px;}


ul.list-2 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  z-index: 2;
  position: relative;
}
ul.list-2 li {
  color: var(--color-black);
  font-weight: 4500;
  margin: 4px 0;
  padding-left: 35px;
  position: relative;
  letter-spacing: -0.5px;
}
ul.list-2 li:before {
  content: "\f00c";
  left: 8px;
  position: absolute;
  font-family: "FontAwesome";
  color: var(--color-orange);
}

ul.list-3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  z-index: 2;
  position: relative;
}
ul.list-3 li {
  color: var(--color-black);
  font-weight: 4500;
  margin: 0 0;
  padding-left: 50px;
  position: relative;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
ul.list-3 li:before {
  content: "\f058";
  left: 8px;
  position: absolute;
  font-family: "FontAwesome";
  color: var(--color-orange);
  font-size: 24px;
  top: -4px;
}
ul.list-3 h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
ul.list-3 p {
  font-size: 17px;
  font-weight: 400;
}

ul.list-4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  z-index: 2;
  position: relative;
}
ul.list-4 li {
  color: var(--color-black);
  font-weight: 4500;
  margin: 0 0;
  padding-left: 40px;
  position: relative;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
ul.list-4 li:before {
  content: "\f058";
  left: 0;
  position: absolute;
  font-family: "FontAwesome";
  color: #00a0e3;
  font-size: 24px;
  top: -6px;
}

.sidebar{
  position: relative;
  background-color: #f6ede2;
  padding:25px 25px;
  border-radius: 15px;
  position: sticky;
  top: 180px;
}

.sidebar h4{
  font-size: 20px;
  letter-spacing: -0.7px;
  font-weight: 600
}

.sidebar ul{

}





.gallery-item {
  display: block;
}

.gallery-item .item{
  min-height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}




.subscribe{background-color: #f9f4f0; padding: 50px 15px;}
.subscribe h4{
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 15px;
}

.subscribe .form-control{
  box-shadow: none;
  border-radius: 25px 0 0 25px;
  padding-left: 20px;
  letter-spacing: -0.5px;
}

.subscribe p{
  font-size: 16px;
  margin-bottom: 25px;
}


.certication{padding:20px 15px;text-align: center;}
.certication img{max-width: 95px;filter: grayscale(100%);}
.certication img:hover{filter: grayscale(0%);}


.blog-item{
  position: relative;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.blog-item h5{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.blog-single{
  position: relative;
}

.blog-single .main-img{
  border-radius: 10px;
}

.blog-single h4{
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #8b5918;
  margin-bottom: 20px;
}

.blog-single p{
  line-height: 1.9em
}

.latest_post{
  position: relative;
}

.latest_post .imgwrapper{
  height: 70px;
  width: 80px;
  background-size: cover;
  background-color: #ccc;
  border-radius: 4px;
  float: left;
}

.latest_post .content-right{
  padding-left: 95px;
}

.latest_post h6{
  font-size: 17px;
}




.contact-details{position: relative;}
.contact-details .icon{float: left; width: 25px; margin-right: 15px;}
.contact-details h4{font-size: 20px; color: #333; font-weight: 700; line-height: 26px}
.contact-details ul{margin-left: 10px; font-size: 16px;letter-spacing: -0.8px;}
.contact-details li{margin: 0;padding: 2px 0;}
.contact-details .push-left{padding-left: 30px;}
.contact-details p{margin-left: 10px;}
hr.seprator{opacity: 0.1; margin-left: 40px;}

.feature.map {
  height: 100%;
}


.contactform{padding: 50px;box-shadow: 0px 10px 59px -28px rgba(0,0,0,0.1); border:solid 1px #f2f2f2;}
.contactform label{display: block; margin-bottom: 8px;}
.contactform label span{color: red}
.contactform .form-control{box-shadow: none; border-radius: 0; letter-spacing: -0.5px;}







/* footer */

.footer {
  position: relative;
  background-color: #8b5918;
  margin-bottom: 0;
  padding: 45px 35px 25px 35px;
}

.footer .logo {
  max-width: 120px;
}
.footer p {
  color: var(--color-white);
  font-size: 16px;
}
.footer h4 {
  color: #fff;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer ul.links {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.footer ul.links li {
  margin: 8px 0;
}

.footer ul.social{margin: 0;padding: 0}
.footer ul.social li{display: inline-block;}
.footer ul.social a{height: 40px; width: 40px; background-color: #fff; border-radius: 50%; display: block;color: #000; font-size: 18px; text-align: center; line-height: 40px;}

.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.6;
}
.footer hr {
  border: 0;
  height: 1px;
  background-color: #fff;
  margin: 20px 0;
}


.float{
   position:fixed;
   width:55px;
   height:55px;
   bottom:25px;
   right:25px;
   background-color:#25d366;
   color:#FFF;
   border-radius:50px;
   text-align:center;
  font-size:25px;  
  z-index:100;
}

.my-float{
   margin-top:15px;
}