/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR WAZORS           ||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url(../css/animate.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/icomoon.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.mCustomScrollbar.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/timePicker.css);
@import url(../css/slick.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/jquery-ui.css);
@import url(../css/tinyscrollbar.css);
@import url(../css/twentytwenty.css);
@import url(../css/date-picker.css);

@import url(../css/module-css/about-section.css);
@import url(../css/module-css/banner-section.css);
@import url(../css/module-css/featured-section.css);
@import url(../css/module-css/service-section.css);
@import url(../css/module-css/project-section.css);
@import url(../css/module-css/breadcrumb-section.css);
@import url(../css/module-css/blog-section.css);
@import url(../css/module-css/testimonial-section.css);
@import url(../css/module-css/fact-counter-section.css);
@import url(../css/module-css/partner-section.css);
@import url(../css/module-css/welcome-section.css);
@import url(../css/module-css/choose-section.css);
@import url(../css/module-css/team-section.css);
@import url(../css/module-css/faq-section.css);

/*==============================================
   Base Css
===============================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
body {
  color: #84827c;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
button:focus {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333029;
  /* color: #0a3981; */
  font-weight: 700 !important;
  font-family: "Work Sans", sans-serif;
  margin: 0;
}
h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
img.lazy-image {
  background: url(../images/icon/image-bg.svg) center center no-repeat;
}
img.lazy-image.loaded {
  background-image: none;
}
.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

/* Tiny Scrollbar */
#scrollbar1 {
  width: 500px;
  margin: 0;
}
#scrollbar1 .viewport {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 870px;
}
#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: -30px;
  background: #02c18d;
  width: 10px;
}
#scrollbar1 .track {
  background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  background-image: none;
  height: 20px;
  width: 10px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
}
#scrollbar1 .thumb .end {
  background: #353742 no-repeat 50% 0;
  overflow: hidden;
  height: 120px;
  width: 10px;
}
#scrollbar1 .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.fix {
  position: relative;
  display: block;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 5px 10px 5px;
}
.map-data a {
  color: #0b59d9;
  display: block;
}
.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

.gradient-bgclr {
  background: rgba(217, 169, 91, 0);
  background: -moz-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(217, 169, 91, 0)),
    color-stop(22%, rgba(217, 169, 91, 0)),
    color-stop(51%, rgba(217, 169, 91, 0.37)),
    color-stop(100%, rgba(217, 169, 91, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(217, 169, 91, 0) 0%,
    rgba(217, 169, 91, 0) 22%,
    rgba(217, 169, 91, 0.37) 51%,
    rgba(217, 169, 91, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db853b', endColorstr='#db853b', GradientType=0 );
}

i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}
.clr1 {
  color: #f36727;
}
.bgclr1 {
  background: #f36727;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.btn-one {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  background: #333029;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Work Sans", sans-serif;
}
.btn-one:after {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  border-radius: 30px;
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-one:hover:after {
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.btn-one .txt {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
}

.btn-one.style2 {
  color: #ffffff;
}
.btn-one.style2:after {
  background: #23211b;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -10px;
  padding-bottom: 40px;
}
.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
.sec-title .sub-title h3 {
  position: relative;
  display: inline-block;
  color: #84827d;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}
.sec-title .sub-title h3:before {
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  height: 2px;
  content: "";
}
.sec-title h2 {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 800;
}

.sec-title.style2 .sub-title h3 {
  color: #a4a097;
}
.sec-title.style2 h2 {
  color: #ffffff;
}

.parallax-bg-one {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.parallax-bg-one::before {
  background: rgba(18, 32, 0, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
  display: block;
}

.owl-nav-style-one {
}
.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
  position: relative;
  display: block;
}
.owl-nav-style-one .owl-controls {
}
.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 10;
  display: block;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  margin: 0 0 0 0px;
  padding: 0;
  transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(90deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 20px;
  transform: rotate(-90deg);
}

.owl-nav-style-two {
}
.owl-nav-style-two .owl-controls {
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border-radius: 0%;
  color: #3740b0;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 20px !important;
  display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 0px solid transparent;
  background: #c1c0be;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  display: none;
}

.blog-style2-area.element-page .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 0px !important;
}
.blog-style2-area.element-page .owl-carousel.owl-dot-style1 .owl-stage-outer {
  padding-bottom: 50px;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(238, 238, 238, 0.3);
  }
}

@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 231, 1, 0.1),
      0 0 0 20px rgba(255, 231, 1, 0.3);
  }
}

.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.rating-box ul {
  overflow: hidden;
}
.rating-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.rating-box ul li:last-child {
  margin-right: 0;
}
.rating-box ul li a {
  color: #fcbc38;
  font-size: 20px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  background: #ffffff none repeat scroll 0 0;
  width: 100%;
  min-width: 320px;
}

/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.body_switcher {
  position: fixed;
  top: 150px;
  z-index: 9999999;
  left: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.body_switcher .body_switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}
.body_switcher .body_switch_btn button {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 500ms ease;
}

.body_switcher .boxed_switch_menu {
  position: relative;
  background: #fff;
  width: 200px;
  padding: 25px 15px 20px;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5 {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.body_switcher.switcher-show {
  left: 0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box > div {
  width: 80px;
  height: 50px;
  background: #fff;
  border: 2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box > div > span {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
  position: relative;
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 7px 0 0;
}
.main_page.active_boxlayout {
  max-width: 1550px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background: url(../images/pattern/body-pattern.png) #f8f8f8;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
  overflow-x: hidden;
}

/*=============== Color-Layout =============*/
.switcher {
  position: fixed;
  top: 220px;
  z-index: 99;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.9);
}
.switcher .switch_menu {
  position: absolute;
  width: 190px;
  height: 30px;
  background: transparent;
  display: none;
  top: 0px;
  left: 60px;
  bottom: 0;
  margin: 10px 0;
}
.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.switcher #styleOptions li:last-child {
  margin-right: 0;
}
.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
}
.switcher #styleOptions li a.blue-color {
  background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
  background: #ff6ec7;
}
.switcher #styleOptions li a.violet-color {
  background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
  background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
  background: #ffa500;
}

/*________________Preloader_______________ */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/e-loading.gif);
}
.preloader.style-two {
  background-image: url(../images/e-loading.gif);
}

/*** Scroll To Top style ***/
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}
.scroll-top span {
}
.scroll-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  color: #f8f8f8;
}

.scroll-top.style2 {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0098ff;
  border: none;
  text-align: center;
  animation: auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}
#contact-form input[type="email"].error {
  border-color: red;
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error {
  border-color: red;
}

/* Post pagination styles */
.post-pagination {
  position: relative;
  display: block;
}
.post-pagination.martop20 {
  margin-top: 20px;
}
.post-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
.post-pagination li a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  color: #131313;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  transition: all 500ms ease 0s;
  font-family: "Poppins", sans-serif;
}
.post-pagination li a i {
  color: #c1c1c1;
  font-size: 22px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.post-pagination li.active a,
.post-pagination li:hover a {
  background: #fec727;
  border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i {
  color: #131313;
}

.post-pagination.style2 li a {
  border-radius: 0;
}

.secpd100-0 {
  padding: 100px 0;
}

/* Overlay styles */
.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
}

.overlay-style-one.bg3 {
  background-color: rgba(0, 83, 153, 0.9);
}
.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay-style-one .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.overlay-style-one .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}
.overlay-style-two:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}
.overlay-style-two:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}

.overlay-style1 {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}
.overlay-style1.bg1 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-style2 {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 16px;
}
.review-box ul {
  display: block;
  overflow: hidden;
}
.review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 3px;
}
.review-box ul li:last-child {
  margin-right: 0px;
}
.review-box ul li i {
  color: #f6d000;
  font-size: 18px;
}

.social-links-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.social-links-style1 li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.social-links-style1 li:last-child {
  margin-right: 0px;
}
.social-links-style1 li a i {
  position: relative;
  display: block;
  background: #f4f5f7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #353742;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
  color: #ffffff;
  background: #02c18d;
}

.sociallinks-style-two {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 7px 0 8px;
}
.sociallinks-style-two li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.sociallinks-style-two li:last-child {
  margin-right: 0px;
}
.sociallinks-style-two li a i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i {
  color: #e4b33d;
}

/* Update header Style */
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -74px;
  }
  100% {
    margin-top: 0;
  }
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 13, 40, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*==============================================
    Main Header Css        
===============================================*/
.main-header {
  position: fixed;
  left: 0px;
  background-color: #fff;
  top: 0px;
  width: 100%;
  /* border-bottom: 1px solid red; */
  margin: 0px;
  z-index: 999999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 0px;
  background: rgba(51, 48, 41, 0.97);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 0;
}
.fixed-header .sticky-header {
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 999999;
}
.sticky-header .logo {
  position: relative;
  display: block;
  padding: 21px 0 21px;
}
.sticky-header .logo a {
  position: relative;
  display: inline-block;
}
.sticky-header .main-menu .navigation > li {
}
.sticky-header .main-menu .navigation > li > a {
  color: #ffffff;
  padding: 25px 0;
}

.header-style-one {
  position: relative;
}
.header-top {
  position: relative;
  display: block;
  background: #333029;
  padding: 32px 0 33px;
}
.header-top .outer-box {
  position: relative;
  display: block;
}
.header-top-left {
  position: relative;
  display: block;
}
.header-top-left .logo {
  position: relative;
  display: block;
  float: left;
  padding: 3px 0 4px;
}
.header-top-left .logo a {
  position: relative;
  display: inline-block;
}

.header-top-right {
  position: relative;
  display: block;
}
.header-contact-info {
  position: relative;
  display: block;
}
.header-contact-info ul {
  position: relative;
}
.header-contact-info ul li {
  position: relative;
  display: block;
  float: left;
  padding-left: 45px;
  padding-right: 41px;
  margin-right: 40px;
  min-height: 45px;
}
.header-contact-info ul li:before {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -3px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
.header-contact-info ul li:last-child:before {
  display: none;
}
.header-contact-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-contact-info ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.header-contact-info ul li .icon span:before {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: #23211b;
  border-radius: 50%;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.header-contact-info ul li:hover .icon span:before {
  color: #ffffff;
}

.header-contact-info ul li .text {
  position: relative;
  padding-left: 20px;
  margin: 2px 0 3px;
}
.header-contact-info ul li .text p {
  color: #a4a097;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.header-contact-info ul li .text h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.header-contact-info ul li .text h4 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header {
  position: relative;
  display: block;
  background: #ffffff;
}
.header .outer-box {
  position: relative;
  display: block;
}
.header-left {
  position: relative;
  display: block;
}
.header-left .nav-outer {
  position: relative;
  display: block;
  float: left;
}
.main-menu.style1 {
}
.main-menu {
  position: relative;
  display: block;
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  position: inherit;
  display: block;
}
.main-menu .navigation > li {
  position: inherit;
  display: inline-block;
  float: left;
  margin-right: 50px;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #84827c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 500ms ease;
  opacity: 1;
  font-family: "Work Sans", sans-serif;
}
.main-menu .navigation > li > a:before {
  position: absolute;
  left: 0;
  bottom: 19px;
  right: 0;
  height: 2px;
  content: "";
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
  transform: scaleX(1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  top: 100%;
  left: inherit;
  width: 270px;
  padding: 0px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}
.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover .megamenu {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > .megamenu li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #333029;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child a {
  border: none;
}
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
  padding-left: 15px;
}

.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > .megamenu li > a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  content: "";
  margin: 15px 0;
  width: 0px;
  opacity: 0;
  transition: all 500ms ease;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:hover > a:before,
.main-menu .navigation > li > .megamenu li:hover a:before {
  width: 5px;
  opacity: 1;
}
.main-menu .navigation > li > ul > li:hover > a:before {
  opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  text-align: right;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 250px;
  padding: 0;
  display: none;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}
.main-menu .navigation li > ul > li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #333029;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border: none;
}
.main-menu .navigation > li > ul > li:hover > a {
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  content: "";
  margin: 15px 0;
  width: 0px;
  transition: all 500ms ease;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
  width: 5px;
}

/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 0px 0px;
  left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

.header-right {
  position: relative;
  display: block;
}

.header-right .outer-search-box-style1 {
  position: relative;
  display: block;
  float: right;
  padding: 10px 0;
  margin-right: 15px;
}
.outer-search-box-style1 {
  position: relative;
  display: inline-block;
  float: left;
}
.outer-search-box-style1 .seach-toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: #242424;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  transition: all 500ms ease;
  border: 1px dashed transparent;
  border-radius: 50%;
}
.outer-search-box-style1 .search-box {
  position: absolute;
  top: 120%;
  right: 0%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  padding: 20px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0;
}
.outer-search-box-style1 .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.outer-search-box-style1 .search-box .form-group {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #1f1f23;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
  border-color: #f5f5f5;
}
.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button {
  color: #222222;
  background: #f5f5f5;
}

.header-right .header-social-link {
  float: left;
  padding: 17px 0 18px;
  margin-right: 20px;
}
.header-social-link {
  position: relative;
  display: block;
}
.header-social-link ul {
  position: relative;
}
.header-social-link ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.header-social-link ul li:last-child {
  margin-right: 0;
}
.header-social-link ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #f6f2eb;
  border-radius: 50%;
  color: #84827d;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}
.header-social-link ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.header-social-link ul li a:hover:before {
  transform: scaleX(1);
}
.header-social-link ul li a:hover {
  color: #ffffff;
}

.header-right .button {
  position: relative;
  display: block;
  float: right;
  padding: 10px 0;
}
.header-right .button a {
}

/*** 
=====================================================
	Header style Two Css
=====================================================
***/
.header-style-two {
}
.header-style2 {
  position: relative;
  display: block;
}
.header-style2:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: 10;
}
.header-style2 .auto-container-box {
  position: relative;
  display: block;
}

.header-style2 .outer-box {
  position: relative;
  display: block;
}

.header-left-style2 {
  position: relative;
  display: block;
  width: 40%;
}
.header-left-style2 .logo {
  position: relative;
  display: block;
  float: left;
  /* background: #d1d1d1; */
  width: 365px;
  text-align: center;
  padding: 21px 0 30px;
}
.header-left-style2 .logo a {
  position: relative;
  display: inline-block;
}

.phone-number-box {
  position: relative;
  display: block;
  float: left;
  padding: 30px 0;
  margin-left: -35px;
}
.phone-number-box .icon {
  width: 65px;
}
.phone-number-box .icon span:before {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border: 5px solid #23211b;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
}
.phone-number-box .icon,
.phone-number-box .title {
  display: table-cell;
  vertical-align: middle;
}
.phone-number-box .title {
  padding-left: 10px;
}
.phone-number-box .title p {
  position: relative;
  top: 6px;
  color: #a4a097;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.phone-number-box .title a {
  position: relative;
  top: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-middle-style2 {
  position: relative;
  display: block;
  width: 60%;
}
.header-middle-style2 .nav-outer {
  position: relative;
  display: block;
  float: left;
}
.main-menu.style2 .navigation > li > a {
  padding: 35px 0 30px;
  color: #000;
  text-transform: uppercase;
}
.main-menu.style2 .navigation > li > a:before {
  bottom: 30px;
}
.main-menu.style2 .navigation > li:hover > a,
.main-menu.style2 .navigation > li.current > a,
.sticky-header .main-menu.style2 .navigation > li.current > a {
  color: #000;
}

.header-right-style2 {
  position: relative;
  display: block;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 44px 0;
}
.header-right-style2 .header-social-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.header-right-style2 .header-social-link ul {
  overflow: hidden;
}
.header-right-style2 .header-social-link ul li {
  position: relative;
  display: inline-block;
  float: none;
  margin-right: 0;
  margin: 0 2px;
}
.header-right-style2 .header-social-link ul li a {
  background: #23211b;
}

/*** 
=============================================
    Interior Design Area Css
=============================================
***/
.interior-design-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
.interior-design-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #23211b;
  opacity: 0.9;
  z-index: -1;
}
.interior-design-content-box {
  position: relative;
  display: block;
  padding-right: 100px;
}
.interior-design-content-box .sec-title {
  padding-bottom: 48px;
}
.interior-design-content-box .sec-title .sub-title h3 {
  color: #a4a097;
}
.interior-design-content-box .sec-title h2 {
  color: #ffffff;
}

.interior-design-tab {
  position: relative;
  display: block;
}
.interior-design-tab .tab-button-column {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.interior-design-tab .tab-button-column .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.interior-design-tab .tab-button-column .tab-buttons li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background: #ffffff;
  color: #333029;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  padding: 0 30px;
  cursor: pointer;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.interior-design-tab .tab-button-column .tab-buttons li:last-child {
  margin-right: 0px;
}
.interior-design-tab .tab-button-column .tab-buttons li.tab-btn:hover,
.interior-design-tab .tab-button-column .tab-buttons li.tab-btn.active-btn {
  color: #ffffff;
}

.interior-design-tab .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.interior-design-tab .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.material-tab-content {
  position: relative;
  display: block;
}
.material-tab-content .img-box {
  position: relative;
  display: block;
  width: 170px;
}
.material-tab-content .img-box img {
  width: 100%;
  border-radius: 50%;
}
.material-tab-content .text-box {
  position: relative;
  display: block;
}
.material-tab-content .text-box p {
  color: #a4a097;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

.team-tab-content {
  position: relative;
  display: block;
}
.team-tab-content .single-team-member {
  margin: 0;
}

.work-tab-content {
  position: relative;
  display: block;
}

.interior-design-right-content {
  position: relative;
  display: block;
}
.interior-design-right-content ul {
  display: block;
  overflow: hidden;
}
.interior-design-right-content ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 49px;
  margin-bottom: 54px;
}
.interior-design-right-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.design-single-block {
  position: relative;
  display: block;
  padding-left: 100px;
}
.design-single-block .icon {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 65px;
  line-height: 65px;
}
.design-single-block .text {
  position: relative;
  display: block;
}
.design-single-block .text h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  margin: 0 0 12px;
}
.design-single-block .text p {
  color: #a4a097;
  margin: 0;
}

/*** 
=============================================
   Booking Area Css
=============================================
***/
.booking-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  border-top: 1px solid #ebe5db;
}
.booking-number-box {
  position: relative;
  display: block;
}
.booking-number-box .icon {
  font-size: 60px;
  width: 90px;
}
.booking-number-box .icon,
.booking-number-box .title {
  display: table-cell;
  vertical-align: middle;
}
.booking-number-box .title p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 9px;
}
.booking-number-box .title h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 800;
}
.booking-number-box .title h2 a {
  color: #333029;
}

.booking-content-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 0 8px;
}
.booking-content-box .text {
  position: relative;
  display: block;
  width: 350px;
}
.booking-content-box .text p {
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
.booking-content-box .buttom-box {
  position: relative;
  display: block;
}
.booking-content-box .buttom-box a {
  line-height: 70px;
  border-radius: 50px;
  padding: 0 60px;
}
.booking-content-box .buttom-box a:after {
  border-radius: 50px;
}
/*** 
=============================================
   Booking Style2 Area Css
=============================================
***/
.booking-number-box.style2 .icon {
  color: #ffffff;
}
.booking-number-box.style2 .title p {
  color: #ffffff;
}
.booking-number-box.style2 .title h2 a {
  color: #ffffff;
}
.booking-content-box.style2 .text p {
  color: #ffffff;
}
/*** 
=============================================
   Booking Area Box Layout Page Css
=============================================
***/
.booking-area.box-layout-page {
  padding-top: 220px;
}

/*** 
=============================================
    Discover area Css
=============================================
***/
.discover-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.discover-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
.discover-content-box {
  position: relative;
  display: block;
  padding: 112px 0 120px;
}
.discover-content-box h2 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 800;
}
.discover-content-box .buttom-box {
  position: relative;
  display: block;
  padding-top: 48px;
}
.discover-content-box .buttom-box a {
  line-height: 70px;
  padding: 0 60px;
  border-radius: 50px;
}
.discover-content-box .buttom-box a:after {
  border-radius: 50px;
}

.discover-image-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
}
.discover-image-box .image1 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  border-radius: 7px;
  z-index: 2;
}
.discover-image-box .image1 img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.discover-image-box .image1:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.discover-image-box .image2 {
  position: absolute;
  top: -80px;
  right: 0;
  width: 300px;
}
.discover-image-box .image2 img {
  width: 100%;
  border-radius: 7px;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
  position: relative;
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  /* background-color: #333029; */
  z-index: -1;
}
.footer-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  z-index: -1;
}
.footer-area .layer-outer .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 577px;
  height: 582px;
  opacity: 0.02;
}
.footer-area .layer-outer .shape2 {
  position: absolute;
  top: 50px;
  right: 7%;
  opacity: 0.1;
}
.footer-area .layer-outer .shape3 {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 1;
}

.footer {
  position: relative;
  display: block;
  padding: 100px 0 90px;
}
.single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget.martop20 {
  margin-top: 20px;
}
.single-footer-widget.marleft40 {
  margin-left: 40px;
}
.single-footer-widget.marlef20 {
  margin-left: 20px;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 15px;
}
.single-footer-widget .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.single-footer-widget .title h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0px;
  height: 2px;
  content: "";
}

.single-footer-widget .our-company-info {
  position: relative;
  display: block;
}
.single-footer-widget .our-company-info .footer-logo {
  position: relative;
  display: block;
  padding-bottom: 39px;
}
.single-footer-widget .our-company-info .footer-logo a {
  display: inline-block;
}
.single-footer-widget .our-company-info .text {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.single-footer-widget .our-company-info .text p {
  color: #a4a097;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

.single-footer-widget .footer-contact-info {
  position: relative;
  display: block;
}
.single-footer-widget .footer-contact-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget .footer-contact-info ul li {
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 5px;
}
.single-footer-widget .footer-contact-info ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info ul li .icon {
  width: 30px;
}
.single-footer-widget .footer-contact-info ul li .icon span:before {
  font-size: 16px;
}
.single-footer-widget .footer-contact-info ul li .icon,
.single-footer-widget .footer-contact-info ul li .title {
  display: table-cell;
  vertical-align: middle;
}
.single-footer-widget .footer-contact-info ul li .title {
  padding-left: 10px;
}
.single-footer-widget .footer-contact-info ul li .title p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}
.single-footer-widget .footer-contact-info ul li .title p a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-links1 {
  position: relative;
  display: block;
}
.footer-widget-links1 li {
  position: relative;
  display: block;
  line-height: 40px;
}
.footer-widget-links1 li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-widget-links1 li a:hover {
  color: #ffffff;
}

.footer-widget-links2 {
  position: relative;
  display: block;
}
.footer-widget-links2 li {
  position: relative;
  display: block;
  line-height: 40px;
}
.footer-widget-links2 li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-widget-links2 li a:hover {
  color: #ffffff;
}

.subscribe-box {
  position: relative;
  display: block;
  padding-top: 5px;
  max-width: 370px;
  width: 100%;
}
.subscribe-box .text {
  position: relative;
  display: block;
  padding-bottom: 29px;
}
.subscribe-box .text p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 39px;
  padding-right: 80px;
  background: #23211b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #a4a097;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  border-radius: 40px;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #a4a097;
}
.subscribe-form input:-moz-placeholder {
  color: #a4a097;
}
.subscribe-form input::-moz-placeholder {
  color: #a4a097;
}
.subscribe-form input:-ms-input-placeholder {
  color: #a4a097;
}
.subscribe-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  color: #ffffff;
  font-size: 14px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  transition: all 300ms ease 100ms;
  font-family: "Work Sans", sans-serif;
}
.subscribe-form input[type="email"]:focus {
  color: #ffffff;
}
.subscribe-form input[type="email"]:focus + button,
.subscribe-form button:hover {
  color: #333029;
  background: #ffffff;
}

.subscribe-box .header-social-link {
  float: left;
}
.subscribe-box .header-social-link ul li a {
  background: #23211b;
}

.footer-bottom {
  position: relative;
  display: block;
  background: #23211b;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.footer-bottom .outer-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.copyright-text {
  position: relative;
  display: block;
}
.copyright-text p {
  color: #a4a097;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.copyright-text p a {
  color: #a4a097;
  font-weight: 600;
  transition: all 500ms ease;
}

/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 0px;
  z-index: 1;
}
.contact-form-style1-area.pdtop100 {
  padding-top: 100px;
}

.contact-form-outer-box {
  position: relative;
  display: block;
  padding: 60px;
  padding-bottom: 40px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: -120px;
  z-index: 10;
}
.contact-inner-box {
  position: relative;
  display: block;
  padding-left: 270px;
  min-height: 340px;
}
.contact-inner-box .contact-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
}

.contact-form {
  position: relative;
  display: block;
  padding-left: 60px;
}
.contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-form .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #f6f2eb;
  border: 1px solid #f6f2eb;
  width: 100%;
  height: 70px;
  color: #333029;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}
.contact-form form textarea {
  height: 250px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-form form input[type="text"]:focus {
  color: #333029;
  border-color: #ebe7e1;
}
.contact-form form input[type="email"]:focus {
  color: #333029;
  border-color: #ebe7e1;
}
.contact-form form textarea:focus {
  color: #333029;
  border-color: #ebe7e1;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #84827d;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: #84827d;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: #84827d;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #84827d;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #84827d;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #84827d;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #84827d;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #84827d;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #84827d;
}
.contact-form form textarea:-moz-placeholder {
  color: #84827d;
}
.contact-form form textarea::-moz-placeholder {
  color: #84827d;
}
.contact-form form textarea:-ms-input-placeholder {
  color: #84827d;
}

.contact-form form .button-box {
  position: relative;
  display: block;
}
.contact-form form .button-box button {
  font-size: 18px;
  line-height: 70px;
  padding: 0 60px;
  border-radius: 50px;
}
.contact-form form .button-box button:after {
  border-radius: 50px;
}

/*** 
=============================================
    Home Map Area Css
=============================================
***/
.home-map-area {
  position: relative;
  display: block;
}
.home-map-outer {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
.home-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 550px;
}

/*** 
=============================================
    Contact Info Area Css
=============================================
***/
.contact-info-area {
  position: relative;
  display: block;
  padding: 120px 0;
  border-bottom: 1px solid #f3f3f3;
}
.single-contact-info-box {
  position: relative;
  display: block;
  background: #f6f2eb;
  padding: 40px 40px 40px;
  min-height: 382px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-contact-info-box:hover {
  -webkit-box-shadow: inset 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
}

.single-contact-info-box .icon {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.single-contact-info-box .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 140px;
}
.single-contact-info-box .text {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 22px;
}
.single-contact-info-box .text h3 {
  color: #333029;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.single-contact-info-box .text p {
  color: #84827d;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.single-contact-info-box .text p a {
  color: #84827d;
}

/*** 
=============================================
    Service Page Css
=============================================
***/
.service-page {
  padding: 140px 0 70px;
}
.service-page .single-service-style1 {
  margin-bottom: 50px;
}

/*** 
=============================================
    Service Setails Area Css
=============================================
***/
.service-details-area {
  position: relative;
  display: block;
  padding: 120px 0 200px;
}
.service-details-sidebar {
  position: relative;
  display: block;
}

.sidebar-categories-box {
  position: relative;
  display: block;
}
.sidebar-categories-box li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.sidebar-categories-box li:last-child {
  margin-bottom: 0;
}
.sidebar-categories-box li a {
  position: relative;
  display: block;
  color: #84827c;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  background: #ffffff;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.sidebar-categories-box li a:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  font-family: "Flaticon";
  content: "\f108";
  font-size: 14px;
  font-weight: 100;
  transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.sidebar-categories-box li a:hover:before,
.sidebar-categories-box li.active a:before {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}
.sidebar-categories-box li:hover a,
.sidebar-categories-box li.active a {
  color: #333029;
}

.sidebar-contact-info-box {
  position: relative;
  display: block;
  padding: 50px 60px 50px;
  text-align: center;
  border-radius: 5px;
}
.sidebar-contact-info-box .icon {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.sidebar-contact-info-box .icon span {
  display: block;
  font-size: 60px;
  line-height: 138px;
}
.sidebar-contact-info-box .icon span:before {
  position: relative;
  top: 4px;
}
.sidebar-contact-info-box h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  margin: 20px 0px 25px;
}
.sidebar-contact-info-box h2 a {
  color: #ffffff;
}
.sidebar-contact-info-box p {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0px;
}
.sidebar-contact-info-box .buttom-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.service-details-content-box {
  position: relative;
  display: block;
}
.service-details-content-box .service-details-main-image {
  position: relative;
  display: block;
}
.service-details-content-box .service-details-main-image img {
  width: 100%;
}
.service-details-main-text {
  position: relative;
  display: block;
  padding-top: 33px;
}
.service-details-main-text h2 {
  color: #333029;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin: 0 0 28px;
}
.service-details-main-text p {
}

.service-details-quote-box {
  position: relative;
  display: block;
  background: #f6f2eb;
  padding: 40px 50px 40px;
  border-radius: 5px;
  margin: 39px 0 40px;
  z-index: 2;
}
.service-details-quote-box:before {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 60px;
  font-family: "Flaticon";
  content: "\f129";
  z-index: -1;
}
.service-details-quote-box h3 {
  color: #333029;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
}

.service-details-text-1 {
  position: relative;
  display: block;
  margin-bottom: 46px;
}
.service-details-text-1 p {
}

.service-details-text-2 {
  position: relative;
  display: block;
}
.service-details-text-2 .text-box {
  position: relative;
  display: block;
}
.service-details-text-2 .text-box h2 {
  color: #333029;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 35px;
}
.service-details-text-2 .text-box h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 35px;
}
.service-details-text-2 .text-box ul {
  overflow: hidden;
}
.service-details-text-2 .text-box ul li {
  margin-bottom: 5px;
}
.service-details-text-2 .text-box ul li:last-child {
  margin-bottom: 0;
}
.service-details-text-2 .text-box ul li span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

.service-details-text-2 .image-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.service-details-text-2 .image-box ul {
  position: relative;
  display: block;
}
.service-details-text-2 .image-box ul li {
  margin-bottom: 30px;
}
.service-details-text-2 .image-box ul li:last-child {
  margin-bottom: 0px;
}
.service-details-text-2 .image-box ul li .single-image {
  position: relative;
  display: block;
}
.service-details-text-2 .image-box ul li .single-image img {
  width: 100%;
}

.service-details-faq-box {
  position: relative;
  display: block;
  padding-top: 60px;
}

/*** 
=============================================
    Project Page Css
=============================================
***/
.project-style1-area.project-page1 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.project-page1 .single-project-style1 {
  margin-bottom: 30px;
}

.project-style1-area.pdbottom120 {
  padding-bottom: 120px;
}

/*** 
=============================================
    Project Details Area Css
=============================================
***/
.project-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 92px;
}

.project-details-content {
  position: relative;
  display: block;
}
.project-detail-main-image {
  position: relative;
  display: block;
}
.project-detail-main-image img {
  width: 100%;
}
.project-detail-main-image .project-info {
  position: absolute;
  left: 60px;
  bottom: -120px;
  right: 60px;
  background: #333029;
  padding: 52px 0 52px;
  border-radius: 7px;
}
.project-detail-main-image .project-info > ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.project-detail-main-image .project-info > ul > li {
  position: relative;
  display: block;
  float: left;
  max-width: 343px;
  width: 100%;
}
.project-detail-main-image .project-info > ul > li:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 120px;
  background: #ffffff;
  opacity: 0.1;
  content: "";
}
.project-detail-main-image .project-info > ul > li:last-child:before {
  display: none;
}

.project-detail-main-image .project-info ul li ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 60px;
}
.project-detail-main-image .project-info ul li ul li {
  color: #ffffff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
}
.project-detail-main-image .project-info ul li ul li span {
  position: relative;
  display: inline-block;
  width: 95px;
  color: #a4a097;
}

.project-detail-text-1 {
  position: relative;
  display: block;
  margin-top: 170px;
  margin-bottom: 57px;
}
.project-detail-text-1 h2 {
  color: #333029;
  font-size: 46px;
  line-height: 56px;
  font-weight: 800;
  margin-bottom: 33px;
}
.project-detail-text-1 p {
  color: #84827d;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.project-detail-text-2 {
  position: relative;
  display: block;
}
.project-detail-text-2 .text-box {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-right: -30px;
}
.project-detail-text-2 .text-box h2 {
  color: #333029;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 28px;
}
.project-detail-text-2 .text-box p {
  color: #84827d;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}
.project-detail-text-2 .text-box ul {
  overflow: hidden;
  margin-top: 29px;
}
.project-detail-text-2 .text-box ul li {
  color: #333029;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}
.project-detail-text-2 .text-box ul li:last-child {
  margin-bottom: 0;
}
.project-detail-text-2 .text-box ul li span {
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}

.video-holder-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  border-radius: 7px;
  margin-left: 40px;
  z-index: 1;
}
.video-holder-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  border-radius: 7px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}
.video-holder-box:hover:before {
  background: rgba(0, 0, 0, 0.5);
}

.video-holder-box .icon {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: 0px solid rgba(54, 124, 232, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  padding: 0px;
  z-index: 1;
}
.video-holder-box .icon:after {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.video-holder-box .icon:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  background: rgba(54, 124, 232, 0);
  z-index: -1;
}
.video-holder-box:hover .icon:before {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, 0.09);
  box-shadow: 0 0 0 0 rgba(54, 124, 232, 0.09);
  -webkit-animation: ripple 1s infinite;
  animation: ripple 3s infinite;
}
.video-holder-box .icon a span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 25px;
  line-height: 100px;
}

.project-detail-text-3 {
  position: relative;
  display: block;
  margin-top: 43px;
  margin-bottom: 30px;
}
.project-detail-text-3 h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}
.project-detail-text-3 p {
  color: #84827d;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.project-detail-text-4 {
  position: relative;
  display: block;
}
.project-detail-text-4 h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 35px;
}
.project-detail-text-4 p {
  color: #84827d;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

/*** 
=============================================
    blog Area Css
=============================================
***/
#blog-area {
  position: relative;
  display: block;
}
.blog-page1-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.single-blog-style1.blog-page1 .text-holder .blog-title {
  font-size: 34px;
  line-height: 44px;
}
.single-blog-style1.blog-page1 .text-holder .text {
  padding-top: 21px;
}

.sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
}
.single-sidebar {
  position: relative;
  display: block;
  background: #f6f2eb;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.single-sidebar .title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 22px;
}
.single-sidebar .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #333029;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.single-sidebar .title h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  content: "";
}

.sidebar-search-box {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.sidebar-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  border: 0px solid #d3d3d3;
  color: #84827c;
  font-size: 16px;
  font-weight: 500;
  padding-left: 29px;
  padding-right: 70px;
  transition: all 500ms ease 0s;
  font-family: "Work Sans", sans-serif;
}
.sidebar-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 70px;
  color: #333029;
  font-size: 16px;
  line-height: 70px;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1;
  transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
  font-size: 16px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
  color: #000;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: #84827c;
}
.sidebar-search-box .search-form input:-moz-placeholder {
  color: #84827c;
}
.sidebar-search-box .search-form input::-moz-placeholder {
  color: #84827c;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: #84827c;
}

.single-sidebar .recent-posts {
  position: relative;
  display: block;
}
.single-sidebar .recent-posts li {
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
.single-sidebar .recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-sidebar .recent-posts li .inner {
  position: relative;
  display: block;
  min-height: 80px;
  padding-left: 80px;
}
.single-sidebar .recent-posts li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
}
.single-sidebar .recent-posts li .img-box img {
  width: 100%;
}
.single-sidebar .recent-posts li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  opacity: 0;
  transform: perspective(400px) scale(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.single-sidebar .recent-posts li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) scale(1);
  transition: all 0.3s ease-in-out 0.3s;
}
.single-sidebar .recent-posts li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box {
  position: relative;
  display: block;
  padding-left: 25px;
}
.single-sidebar .recent-posts li .title-box h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px 0px 5px;
}
.single-sidebar .recent-posts li .title-box h4 a {
  color: #333029;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.single-sidebar .popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 8px;
}
.single-sidebar .popular-tag li a {
  position: relative;
  display: block;
  color: #84827c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.4s ease-in-out 0.1s;
  font-family: "Work Sans", sans-serif;
}

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.styled-pagination li:last-child {
  margin-right: 0;
}
.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f6f2eb;
  border: 0px solid #ffffff;
  color: #84827d;
  font-size: 18px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
  z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: #ffffff;
  background: #333029;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  position: relative;
  color: #ffffff;
  line-height: 70px;
}
.styled-pagination li.prev a i {
  position: relative;
  top: -1px;
  display: inline-block;
  transform: rotate(-90deg);
}
.styled-pagination li.next a i {
  position: relative;
  top: -1px;
  display: inline-block;
  transform: rotate(90deg);
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
  background: #333029;
}

/*** 
=============================================
    Blog Page2 Area style
=============================================
***/
.blog-page2-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.blog-page2-area .single-blog-style1 {
  margin-bottom: 40px;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
}
.blog-single-area .blog-posts {
  position: relative;
  display: block;
}

.tag-social-share-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ebe5db;
}
.tag-box {
  position: relative;
  display: block;
}
.tag-box .title {
  width: 60px;
}
.tag-box .title,
.tag-box .tag-list {
  display: table-cell;
  vertical-align: middle;
}
.tag-box .title h3 {
  color: #333029;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.tag-box .tag-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.tag-box .tag-list li:last-child {
  margin-right: 0;
}
.tag-box .tag-list li a {
  color: #84827c;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.tag-social-share-box .post-social-share {
  position: relative;
  display: block;
}

.blog-details-bottom-content {
  position: relative;
  display: block;
}
.blog-details-author {
  position: relative;
  display: block;
  background: #f6f2eb;
  padding: 60px 60px 60px;
  border-radius: 5px;
}
.blog-details-author .inner-box {
  position: relative;
  display: block;
}
.blog-details-author .inner-box .img-box {
  width: 160px;
}
.blog-details-author .inner-box .img-box img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-author .inner-box .img-box,
.blog-details-author .inner-box .text {
  display: table-cell;
  vertical-align: middle;
}
.blog-details-author .inner-box .text {
  position: relative;
  padding-left: 50px;
}
.blog-details-author .inner-box .text h3 {
  color: #333029;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 21px;
}
.blog-details-author .inner-box .text p {
  color: #84827c;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

.comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 54px;
}
.comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 35px;
}
.comment-box .title h3 {
  color: #333029;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}

.comment-box .outer-box {
  position: relative;
  display: block;
}
.comment-box .single-comment {
  position: relative;
  display: block;
  padding-bottom: 60px;
  border-bottom: 1px solid #ebe5db;
  margin-bottom: 60px;
}
.comment-box .single-comment-box {
  position: relative;
  display: block;
  padding-left: 165px;
  min-height: 165px;
}
.comment-box .single-comment-box .img-holder {
  position: absolute;
  left: 0;
  top: 0px;
  width: 165px;
  height: 165px;
}
.comment-box .single-comment-box .img-holder img {
  width: 100%;
  border-radius: 6px;
}
.comment-box .single-comment-box .text-holder {
  position: relative;
  display: block;
  padding-left: 40px;
  min-height: 165px;
}
.comment-box .single-comment-box .text-holder .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.comment-box .single-comment-box .text-holder .top .name {
  position: relative;
  display: block;
}
.comment-box .single-comment-box .text-holder .top .name h3 {
  color: #333029;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.comment-box .single-comment-box .text-holder .top .name h3 span {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
.comment-box .single-comment-box .text-holder .top .reply {
  position: relative;
  display: block;
}
.comment-box .single-comment-box .text-holder .top .reply a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 5px;
}
.comment-box .single-comment-box .text-holder .text {
  position: relative;
  display: block;
  padding-top: 16px;
}
.comment-box .single-comment-box .text-holder .text p {
  margin: 0;
}

.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.add-comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 35px;
}
.add-comment-box .title h3 {
  color: #333029;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}
.add-comment-box #add-comment-form {
  position: relative;
  display: block;
}
.add-comment-box #add-comment-form .input-box {
  position: relative;
  display: block;
}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #f6f2eb;
  border: 0px solid #eeeeee;
  width: 100%;
  height: 70px;
  color: #84827d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 7px;
  margin-bottom: 20px;
  transition: all 500ms ease;
  font-family: "Work Sans", sans-serif;
}

.add-comment-box #add-comment-form textarea {
  height: 250px;
  padding: 15px 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #22254a;
}
.add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #22254a;
}
.add-comment-box #add-comment-form textarea:focus {
  border-color: #22254a;
}

.add-comment-box #add-comment-form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
}
.add-comment-box #add-comment-form .button-box button {
  font-size: 18px;
  line-height: 70px;
  padding: 0 60px;
  border-radius: 50px;
}
.add-comment-box #add-comment-form .button-box button:after {
  border-radius: 50px;
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 135px 0 140px;
}
.error-content {
  position: relative;
  display: block;
  z-index: 3;
}
.error-content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.error-content .title {
  position: relative;
  display: block;
  font-size: 180px;
  line-height: 150px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 9px;
}
.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 32px;
}
.error-content .btns-box {
}
.error-content .btns-box a {
  line-height: 60px;
}

/*** 
=============================================
    Thm Formbox Style1 Area
=============================================
***/
.thm-formbox-style1-area {
  position: relative;
  display: block;
  margin-top: -100px;
}
.thm-formbox-style1-area.style2 {
  margin-top: -60px;
}

.thm-formbox-style1 {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(20, 33, 43, 0.04);
  padding: 30px;
  padding-bottom: 20px;
  z-index: 100;
}
.thm-formbox1 {
  position: relative;
  display: block;
}
.thm-formbox1 .input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.thm-formbox1 input[type="text"],
.thm-formbox1 input[type="email"] {
  position: relative;
  display: block;
  border-radius: 14px;
  background-color: rgb(244, 242, 239);
  border: 0px solid #e5e5e5;
  width: 100%;
  height: 60px;
  color: #393d72;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  padding-left: 55px;
  padding-right: 20px;
  transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
}
.thm-formbox1 .input-box .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 16px;
  z-index: 10;
}
.thm-formbox1 input[type="text"]::-webkit-input-placeholder {
  color: #393d72;
}
.thm-formbox1 input[type="text"]:-moz-placeholder {
  color: #393d72;
}
.thm-formbox1 input[type="text"]::-moz-placeholder {
  color: #393d72;
}
.thm-formbox1 input[type="text"]:-ms-input-placeholder {
  color: #393d72;
}

.thm-formbox1 .bootstrap-select {
  position: relative;
  display: block;
  width: 100% !important;
  height: 60px;
}
.thm-formbox1 .bootstrap-select > .dropdown-toggle {
  position: relative;
  display: block;
  outline: none !important;
  border-radius: 14px;
  border: 0px solid #cccccc;
  background-color: #f4f2ef !important;
  max-width: 100%;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  padding-left: 55px;
  padding-right: 20px;
  color: #393d73 !important;
  font-size: 14px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: capitalize;
  box-shadow: none !important;
  font-family: "Open Sans", sans-serif;
}
.thm-formbox1 .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.thm-formbox1 .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}
.thm-formbox1 .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: auto;
  height: auto;
  font-family: "icomoon" !important;
  content: "\e93c";
  color: #c9c5bf;
  font-size: 14px;
  margin: 0;
  border: none;
}

.thm-formbox1 .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 14px;
  border: 0px solid #ddd;
  background: #eae8e4;
  font-size: 16px;
  color: #000000;
}
.thm-formbox1 .bootstrap-select .dropdown-menu li {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.thm-formbox1 .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 20px 9px;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
}

.thm-formbox1 .button-box {
  position: relative;
  display: block;
}
.thm-formbox1 .button-box button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  line-height: 60px;
}

/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
  position: relative;
  display: block;
}
.contact-map-outer {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
.contact-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 600px;
}
.btn-color {
  background-color: #0a3981 !important;
}
.services-hover-color .icon:before {
  background-color: #0a3981 !important;
}
.services-inner {
  background-color: #ffffff2e;

  height: 200px;
  border-radius: 15px;
  padding: 2rem 1rem;
}
.services-inner p {
  color: #fff;
  line-height: 21px;
  padding-top: 1rem;
  font-size: 17px;
}
.service-style1-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #24231f;
  /* background: #333029; */
  opacity: 0.9;
  content: "";
}
.choose-style1-content-box .inner-content ul li {
  margin-bottom: 15px;
}
.market-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-service-style1 {
  position: relative;
  display: block;
  /* background: #db853b; */
  border: 1px solid #ebe5db;
  padding: 0 19px 0;
  border-radius: 8px;
  margin-bottom: 30px;
}
.single-service-style1 .text-holder h3 a {
  color: #000;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-weight: 600;
}
.single-service-style1 .text-holder h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 18px;
  text-transform: capitalize;
}

.single-featured-style2 {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 45px 30px 45px;
  max-width: 288px;
  width: 100%;
  /* height: 300px; */
  float: left;
  margin-bottom: 30px;
  border-right: 1px solid #ebe5db;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-slider .content .big-title h2 {
  font-size: 50px;
}
.single-featured-style2 p {
  color: #84827d;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.single-featured-style2 h3 {
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  margin: 16px 0 25px;
}

.choose-style1-content-box {
  position: relative;
  display: block;
  /* padding-left: 70px; */
  z-index: 1;
  padding: 3rem 2rem;
  background: white;
  /* box-shadow: 24px 7px 7px 0px #a1a1a1; */
  box-shadow: 0 5px 15px rgb(153 153 153);
}
.choose-style1-content-box .inner-content ul li h3 {
  color: #333029;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 11px;
}

.testimonial-style2-image-box .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 95px;
  background: #0a3981;
}
.sec-title h2 {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.choose-style1-image-box .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 230px;
  border-top-right-radius: 10px;
  padding: 30px 30px 30px;
  background: #0a3981;
}

.single-service-style1 .text-holder .readmore-button a {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background: #f6f2eb;
  border-radius: 50%;
  text-align: center;
  color: #333029;
  font-size: 20px;
  line-height: 140px;
  font-weight: 600;
  transform: rotate(180deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid #db853b;
}
.single-service-style1 .text-holder .readmore-button a {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background: #f6f2eb;
  border-radius: 50%;
  text-align: center;
  color: #db853b;
  font-size: 20px;
  line-height: 140px;
  font-weight: 600;
  transform: rotate(180deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid #db853b;
}
.products-lines p {
  color: #84827d;
  font-size: 18px !important;

  font-weight: 500 !important;
}

.project-style2-title-box .text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.featured-style2-area {
  z-index: 9;
}

.project-style2-title-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-right: 20px;
  z-index: 1;
}

.single-project-style1 .img-holder:before {
  background: rgba(217, 169, 91, 0) !important;
}

.main-slider .content h3 {
  position: relative;
  display: block;
  overflow: hidden;
  color: #333029;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(20deg) translateY(80px);
  -ms-transform: perspective(400px) rotateX(20deg) translateY(80px);
  transform: perspective(400px) rotateX(20deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  font-family: "Work Sans", sans-serif;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.header-style2 .auto-container-box {
  transition: 400ms linear;
  /* padding: 1rem ; */
}
.header-style2.header-style-two.fixed-header .auto-container-box {
  /* padding: 1rem 0rem; */
}

.testimonial-style1-area {
  position: relative;
  display: block;
  background: #fff;
  /* padding: 0px 0 0px; */
  z-index: 1;
}
.testimonial-style1-content .sec-title h2 {
  color: #000000;
}
.testimonial-style1-content .sec-title .sub-title h3 {
  color: #84827d;
}

.single-fact-counter .count-box h5 {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.single-fact-counter .count-box h2 {
  color: #db853b;
  font-size: 60px;
  line-height: 50px;
  font-weight: 800;
}
.counter-sec-one {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid #ebe5db;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 10px 50px 10px;
}
.counter-sec-one h2 {
  color: #db853b;
  font-size: 45px;
  margin-bottom: 1rem;
}
.counter-sec-one h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600 !important;
}
.counter-sec-one i {
  color: #db853b;
  font-size: 15px;
}

/* counter */
.feature-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s;
}

.feature-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #0056b3;
}

.feature-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.feature-box p {
  font-size: 14px;
  color: #555;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.fact-counter-area {
  padding-top: 100px;
}
.about-style1-area .shape2 {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1;
}
.about-style2-content-box .bottom-text .single-box {
  position: relative;
  display: block;
  padding-bottom: 0px !important;
}
.breadcrumb-area .title h2 {
  color: #ffffff;
  font-size: 70px;
  line-height: 1.05em;
  font-weight: 800;
  text-transform: capitalize;
}
.breadcrumb-area {
  position: relative;
  display: block;
  overflow: hidden;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 220px;
  z-index: 10;
  margin-top: 80px;
}

/* products page */
.contact-page-address {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* 
.section-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  } */
.product-category {
  background-color: #db853b;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.product-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
}
.product-content {
  padding: 15px;
  min-height: 220px;
}
.product-content ul {
  padding-left: 20px;
}
.subsection-title {
  font-weight: bold;
  margin-top: 10px;
}

/* contact us page */
.left-heading h2 {
  color: #fff;
}
.left-bg {
  background-color: #db853b;
  /* padding: 2rem; */
  color: #fff;
  transform: translateX(-150px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.left-address h5 {
  font-size: 20px;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 5px;
  text-decoration: underline;
}
.left-address ul li {
  list-style: none;
  margin-bottom: 0px;
}

.left-address ul li a {
  color: #fff;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 400;
}

.contact-left-info {
  padding: 3rem 2rem;
}

.contact-right-info {
  padding: 2rem;
}

.right-heading h2 {
  color: #db853b;
}
.shadow-contact {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15) !important;
  padding: 3rem;
  background: #f6f2eb;
}

.social-container {
  text-align: start;
}

.social-icons {
  padding: 0;
  list-style: none;
  margin: 1em;
}

.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}

.social-icons i {
  color: #db853b;
  position: absolute;
  top: 12px;
  left: 12px;
  transition: all 265ms ease-out;
}

.social-icons a {
  display: inline-block;
}

.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  transition: all 265ms ease-out;
}

.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #ffffff;
  background: -webkit-linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
  font-size: 15px;
}
.form-control-contact {
  background-color: #f6f2eb !important;
  border: 1px solid #cacaca !important;

  border-radius: 0px !important;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #515052;
}
.contact-us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.email-section {
  padding-bottom: 100px;
}
.email-inner-row {
  /* box-shadow: 25px 1px rgb(0 0 0 / 30%) !important; */
  padding: 3rem;
  background: #db853b;

  border-radius: 50px;
}
.email-inner-row h6 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 1rem;
}
.email-inner-row ul li a {
  color: #fff;
  font-weight: 200;
  font-size: 15px;
}
.email-inner-row ul li i {
  /* list-style-type:disc; */
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}
/* export map */

/* 
#map path,
#graticule path {
   stroke: #dee2e6;
   stroke-width: 0.5;
}
#graticule path {
   fill: none;
}

#stats {
   position: absolute;
   bottom: 10px;
   left: 10px;
   width: 200px;
}
#stats .card-body div p {
   margin-bottom: 4px;
   display: flex;
   justify-content: space-between;
}
#stats .card-body div figure {
   display: inline-block;
   width: 20px;
   height: 20px;
   margin-bottom: 0;
}

 */
.gallery-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* services-page */
.services-content {
  justify-content: center;
  display: flex;
  align-items: center;
}
/* end services page */

#india-map {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}
.map-color-bg {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

/* prodcuts */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-list-products li {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

/* Staggered animation delays for first 20 items (add more if needed) */
.custom-list-products li:nth-child(1) {
  animation-delay: 0.1s;
}
.custom-list-products li:nth-child(2) {
  animation-delay: 0.2s;
}
.custom-list-products li:nth-child(3) {
  animation-delay: 0.3s;
}
.custom-list-products li:nth-child(4) {
  animation-delay: 0.4s;
}
.custom-list-products li:nth-child(5) {
  animation-delay: 0.5s;
}
.custom-list-products li:nth-child(6) {
  animation-delay: 0.6s;
}
.custom-list-products li:nth-child(7) {
  animation-delay: 0.7s;
}
.custom-list-products li:nth-child(8) {
  animation-delay: 0.8s;
}
.custom-list-products li:nth-child(9) {
  animation-delay: 0.9s;
}
.custom-list-products li:nth-child(10) {
  animation-delay: 1s;
}
.custom-list-products li:nth-child(11) {
  animation-delay: 1.1s;
}
.custom-list-products li:nth-child(12) {
  animation-delay: 1.2s;
}
.custom-list-products li:nth-child(13) {
  animation-delay: 1.3s;
}
.custom-list-products li:nth-child(14) {
  animation-delay: 1.4s;
}
.custom-list-products li:nth-child(15) {
  animation-delay: 1.5s;
}
.custom-list-products li:nth-child(16) {
  animation-delay: 1.6s;
}
.custom-list-products li:nth-child(17) {
  animation-delay: 1.7s;
}
.custom-list-products li:nth-child(18) {
  animation-delay: 1.8s;
}
.custom-list-products li:nth-child(19) {
  animation-delay: 1.9s;
}
.custom-list-products li:nth-child(20) {
  animation-delay: 2s;
}

/* product section end */

.custom-list-products li {
  display: flex;
  align-items: flex-start; /* Top-align for multi-line */
  margin-bottom: 10px;
}

.custom-list-products li span {
  flex-shrink: 0;
  margin-right: 8px;
}

.custom-list-products li span img {
  width: 32px !important; /* same size for all */
  height: auto;
  margin-top: 3px;
}
.home-counter-icon i {
  font-size: 35px !important;
}

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #fff;
  border-radius: 0;
}

/* All tabs default (inactive) */
nav > div a.nav-item.nav-link {
  border: none;
  padding: 18px 30px;
  color: #0a3981;
  background: #ffffff;
  border: 1px solid #0a3981 !important;
  border-radius: 0;
  position: relative;
  margin-right: 5px;
}

/* Active tab styling */
nav > div a.nav-item.nav-link.active {
  background: #0a3981;
  color: #ffffff;
  border: 1px solid #0a3981;
}

/* Active tab arrow (downward triangle) */
nav > div a.nav-item.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  border: 10px solid transparent;
  border-top-color: #db853b;
}

/* Hover and focus for inactive tabs */
nav > div a.nav-item.nav-link:hover:not(.active),
nav > div a.nav-item.nav-link:focus:not(.active) {
  background: #fff;
  color: #0a3981;
  border: 1px solid #0a3981;
  transition: background 0.2s linear;
}

/* Tab content */
.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #db853b;
  padding: 30px 25px !important;
  margin-right: 5px;
}
.custom-list-products li {
  /* list-style: disc; */
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.custom-list-products img {
  width: 35px;
  margin-right: 10px;
}
/* Inner tabs style (optional tweak) */
#inner-tab .nav-link {
  background: #f5f5f5;
  border: 1px solid #0a3981;
  margin-right: 5px;
  color: #0a3981;
}
#inner-tab .nav-link.active {
  background: #0a3981;
  color: #fff;
  border: 1px solid #0a3981;
}
.map-points-cotton img {
  width: 40px;
}

.heading-map-side {
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 1rem;
}
.heading-map-side h6 {
  margin-left: 10px;
}
/* product section end */
/* svg {
    display: block;
    margin: 0 auto;
  }
  .land {

      fill-opacity: 1;
    stroke:white;
      stroke-opacity: 1;
      stroke-width:0.5;
  }
  .map-india-sec a:hover .land { 
    fill: red; 
  } */

.map-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.map-sec-2 {
  padding-bottom: 100px;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.legend-color {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.bg-india {
  background-color: #f58220;
}
.bg-china {
  background-color: #ed1c24;
}
.bg-indonesia {
  background-color: #999999;
}
.bg-turkey {
  background-color: #f9cf00;
}
.bg-uzbekistan {
  background-color: #00aeef;
}
.bg-vietnam {
  background-color: #00a651;
}

.chart-text {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #db853b;
}
.export h2 {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.exports-content-points {
  padding: 20px;
  /* background-color: #f9f9f9; */
  border-radius: 8px;
}

.exports-content-points h5 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.exports-content-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exports-content-points li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.map-icon-wrap {
  flex: 0 0 auto;
  margin-right: 10px;
}

.map-icons {
  width: 32px;
  height: auto;
  vertical-align: middle;
}

.country-detail {
  flex: 1;
  min-width: 0;
}

.country-name {
  font-weight: bold;
  margin-right: 4px;
  white-space: nowrap;
}

/* Responsive adjustments */

/* .exports-content-points h5{
    font-size: 22px;
    font-weight: 600;
  color: #db853b;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.exports-content-points li span{
        color: #333029;

    font-weight: 700 !important;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
}
.exports-content-points ul{
    padding-left: 0rem;
}
.exports-content-points ul li{
    list-style-type:disc !important;
    display: flex;
    color: #84827c;
font-size: 17px;
font-weight: 500;
} */
.bg-graph {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
  padding: 4rem 3rem 4rem;
  background: #f6f2eb;
  margin-top: 2rem;
}

/* new why choose us  */
.why-us-new {
  width: 80%;
  margin: auto;
}
.why-new-row {
  margin-bottom: 5rem;
}
.why-us-icon-new {
  border: 1px solid #db853b;
  font-size: 50px;
  border-radius: 13%;
  padding: 2rem 3rem;
  color: #db853b;
}
/* about page why us */
.why-us-card {
  background: #fff;
  border: 2px solid #f76c1d;
  padding: 20px;
  text-align: center;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 90%;
}
.why-us-card:hover {
  transform: translateY(-5px);
}
.why-us-icon {
  font-size: 30px;
  color: #f76c1d;
  margin-bottom: 10px;
}
.why-us-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* .why-us-sec {
  background-color: #f7f7f7;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
} */

.sec-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.why-us-card {
  background-color: #f9f9f9;
  border: 1px solid #ffa94d;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.why-us-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-us-icon {
  font-size: 30px;
  color: #ff6b00;
  margin-bottom: 15px;
  transition: 0.3s;
}

.why-us-card:hover .why-us-icon {
  animation: bounce 1s infinite;
}

.why-us-card p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* 

.phase-icon {
    width: 100px;
    height: 100px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transform: rotate(55deg);
    position: relative;
    top: 35px;
}
  .phase-icon img {
    width: 30px;
    transform: rotate(-45deg);
  }

  .phase-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    text-align: center;
    margin-bottom: 30px;
  }

  .phase-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }

  .phase-desc {
    font-size: 14px;
    color: #666;
  }

  .timeline {
    border-top: 4px solid #ccc;
    position: relative;
    margin-top: 40px;
  }

  .timeline:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ccc;
    z-index: -1;
  }

  .timeline-text {
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
  } */

/* team owl */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper {
  transition-timing-function: ease !important;
}

.swiper-pagination {
  position: relative !important;
  text-align: center;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 0.6;
  margin: 0 4px;
  margin-top: 15px;
}

.swiper-pagination-bullet-active {
  background: #007bff;
  opacity: 1;
}

/* end */

.why-us-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffff;
}

.about-style2-content-box .sec-title {
  padding-bottom: 30px !important;
}
/* .philos-image img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.philos-image img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
} */

.map-icons {
  margin-right: 1rem;
  margin-bottom: 10px;
}

/* gallery card s */

section.inspiration {
  overflow: hidden;
  margin: 0rem 0;
  padding-bottom: 100px;
}
.inspiration .swiper {
  width: 540px;
  height: 620px;
  max-width: 70%;
}

.inspiration .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
}

.inspiration .card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .content {
  padding: 20px;
  flex-grow: 1;
  position: absolute;
  bottom: 0;
  background: #ffffff96;
  width: 100%;
  backdrop-filter: blur(10px);
}

canvas {
  display: block;
  cursor: pointer;
}

/* gallery2  */
div#carousel {
  perspective: 1200px;
  /* background: #100000;  */
  /* padding-top: 10%;  */
  font-size: 0;
  margin-bottom: 3rem;
  overflow: hidden;
}
figure#spinner {
  transform-style: preserve-3d;
  height: 300px;
  transform-origin: 50% 50% -500px;
  transition: 1s;
}
figure#spinner img {
  width: 40%;
  max-width: 425px;
  position: absolute;
  left: 30%;
  transform-origin: 50% 50% -500px;
  outline: 1px solid transparent;
}
figure#spinner img:nth-child(1) {
  transform: rotateY(0deg);
}
figure#spinner img:nth-child(2) {
  transform: rotateY(-45deg);
}
figure#spinner img:nth-child(3) {
  transform: rotateY(-90deg);
}
figure#spinner img:nth-child(4) {
  transform: rotateY(-135deg);
}
figure#spinner img:nth-child(5) {
  transform: rotateY(-180deg);
}
figure#spinner img:nth-child(6) {
  transform: rotateY(-225deg);
}
figure#spinner img:nth-child(7) {
  transform: rotateY(-270deg);
}
figure#spinner img:nth-child(8) {
  transform: rotateY(-315deg);
}
div#carousel ~ span {
  color: #fff;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -6rem;
  border-bottom: none;
  line-height: 0;
}
div#carousel ~ span:hover {
  color: #888;
  cursor: pointer;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.products-details-img {
  width: 100%;
  /* height: 400px; */
  object-fit: cover;
}
/* productc new design */
.product-one {
  background-color: #f6f2eb;
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-two {
  /* background-color: #f6f2eb; */
  padding-top: 100px;
  padding-bottom: 50px;
}
.product-three {
  /* background-color: #f6f2eb; */
  padding-top: 100px;
  padding-bottom: 50px;
}
.product-four {
  background-color: #f6f2eb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-box {
  border: 1px solid #db853b;
  padding: 15px;
  display: inline-block;
  border-radius: 4px;
}
.icon-box img {
  width: 80px;
  height: 80px;
}
.section-title {
  font-weight: bold;
  font-size: 1.25rem;
}
.section-title span {
  color: #007bff;
}
.item-list {
  padding-left: 20px;
  margin-top: 10px;
}
.item-list li {
  list-style-type: circle;
}
.main-product-heading {
  font-size: 35px;
  text-transform: uppercase;
  color: #db853b;
}

.span-inner-bold {
  font-weight: 700;
}

.product-one .custom-tabs .nav-link {
  color: #444 !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  margin: 0 2px !important;
}

.product-one .custom-tabs .nav-link.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #007bff !important;
}
.product-one #inner-tab .nav-link.active {
  background: #db853b !important;
  color: #fff !important;
  border: 1px solid #db853b !important;
}

.product-one .inner-tabs .nav-link {
  color: #db853b !important;
  background-color: #ffffff !important;
  border: 1px solid #d0d0d0 !important;
  margin-right: 5px !important;
}

.product-one.inner-tabs .nav-link.active {
  background-color: #343a40 !important;
  color: #fff !important;
  border-color: #343a40 !important;
}

.product-one.custom-list-products {
  list-style: none !important;
  padding-left: 0 !important;
}

.product-one .custom-list-products li {
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  color: #333 !important;
  font-weight: 500 !important;
}

.product-one .custom-list-products li span {
  width: 30px !important;
  margin-right: 10px !important;
}

.product-one .custom-list-products li img {
  width: 100% !important;
  max-width: 24px !important;
}

/* .accordion-col {
    border-right: 1px solid #ddd;
    padding: 0;
  }
  
  .card {
    border: none;
    border-radius: 0;
  }
  
  .card-header {
    background-color: #f1f1f1;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  
  .card-header a {
    display: block;
    padding: 10px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
  }
  
  .card-header a:hover {
    color: #007bff;
  }
  
  .card-body {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    max-height: 300px;
    overflow-y: auto;
    border-top: 1px solid #ccc;
  }
  
  .item-list {
    padding-left: 20px;
    margin-bottom: 0;
  }
  
  .item-list li {
    list-style: disc;
    margin-bottom: 5px;
  }
  

  .scroll-box {
    max-height: 320px;
    overflow-y: auto;
  } */
/* 
#yarnAccordion .card {
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }
  
  #yarnAccordion .card-header {
    background-color: #f8f9fa;
    cursor: pointer;
    padding: 10px 15px;
    font-weight: bold;
  }
  
  #yarnAccordion .card-header a {
    color: #333;
    text-decoration: none;
  }
  
  #yarnAccordion .card-header a:hover {
    color: #007bff;
  }
  
  #yarnAccordion .card-body {
    background-color: #fff;
    padding: 15px;
  }
  
 
 */

/* yarn gif */
/* animation */
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dasharray: 2230px;
    stroke-dashoffset: 2230px;
  }

  1% {
    stroke-dashoffset: 2230px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2230px;
  }
}

.star1 {
  animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s
    infinite;
  fill: #ffffff;
  stroke: lightgray;
  stroke-width: 5;
  stroke-miterlimit: 10;
}

.star2 {
  animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s
    infinite;
  fill: #ffffff;
  stroke: #bbdabb;
  stroke-width: 5;
  stroke-miterlimit: 10;
}

.star3 {
  animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s
    infinite;
  fill: #f6f2eb;
  stroke: #db853b;
  stroke-width: 10;
  stroke-miterlimit: 10;
}

.star4 {
  animation: animate-svg-stroke-1 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4s
    infinite;
  fill: #f6f2eb;
  stroke: #db853b;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

.new-inter {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  top: 50%;
  opacity: 0.8;
}
.new-inter img {
  padding: 5px;
}

.new-inter-icons {
  width: 15px;
  height: 15px;
}

/* Container to hold all items */
.container-why-us {
  display: flex;
  gap: 10px;
}

/* Individual item box */
.container-why-us .item {
  flex: 1;
  height: 200px;
  background-color: #f9f9f9;
  position: relative;
  border: 1px solid #f1f1f1;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center; /* Center icon/text vertically */
  justify-content: center; /* Center icon/text horizontally */
  flex-direction: column;
}

/* Hovered item expands smoothly */
.container-why-us .item:hover {
  flex: 3;
  background-color: #db853b;
  align-items: center;
  justify-content: center;
}

/* Icon style */
.container-why-us .item .icon {
  color: #db853b;
  font-size: 50px;
  transition: all 0.5s ease;
  text-align: center;
  transform: translateY(0);
}

/* Icon color and slight lift on hover */
.container-why-us .item:hover .icon {
  color: white;
  transform: translateY(-10px); /* optional lift */
}

/* Label (text) hidden by default */
.container-why-us .item .label {
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  color: white;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

/* On hover, show label with fade and smooth expand */
.container-why-us .item:hover .label {
  opacity: 1;
  max-height: 100px;
}

.carousel-control-next-icon {
  background-image: "(../images/envision/left-arrow.png)" !important;
}
/* globe map new chart js  */
/* svg {
      width: 100%;
      height: 600px;
    }
    .country {
      fill: #e0e0e0;
      stroke: #999;
      stroke-width: 0.5px;
      cursor: pointer;
      transition: 0.2s;
    }
    .supplier {
      fill: #ffcc00;
    }
    .buyer {
      fill: #66ccff;
    }
    .country:hover {
      opacity: 0.8;
      stroke: #333;
      stroke-width: 1px;
    }
    .tooltip {
      position: absolute;
      padding: 10px 14px;
      border-radius: 6px;
      font-size: 14px;
      pointer-events: none;
      visibility: hidden;
      z-index: 10;
      max-width: 280px;
      line-height: 1.4em;
      text-align: left;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    }
    .tooltip.supplier {
      background: #ffcc00;
      color: #000;
    }
    .tooltip.buyer {
      background: #66ccff;
      color: #000;
    } */

/* Wrapper to center the globe */
.globe-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Globe container */
#chartdiv {
  width: 700px; /* set your desired width */
  height: 500px; /* equal height for perfect circle */
  margin: 0 auto; /* center horizontally */
}
#chartdiv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  z-index: 9999999;
}
/* Base marker */
.marker {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

/* Supplier marker */
.marker.supplier {
  /* background: red; */
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.6);
}

/* Buyer marker */
.marker.buyer {
  /* background: green; */
  box-shadow: 0 0 6px rgba(0, 255, 0, 0.6);
}

/* Base tooltip */
.tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
  /* visibility: hidden; */
}

/* Supplier tooltip */
.tooltip-supplier {
  background: #a30000;
  color: #fff;
  border: 1px solid #ff4d4d;
}

.tooltip-supplier::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #a30000 transparent transparent transparent;
}

/* Buyer tooltip */
.tooltip-buyer {
  background: #004d00;
  color: #fff;
  border: 1px solid #33cc33;
}

.tooltip-buyer::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #004d00 transparent transparent transparent;
}

/* Show tooltip on hover */
.marker:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* mobile map  */
.card-map-mobile {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* padding: 2rem; */
    margin: 2rem;
}
.card-header-map-mobile {
    font-size: 1.3rem;
    font-weight: bold;
    background: #db853b;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
}
.card-map-mobile ul li {
  padding: 6px 0;
  font-size: 1rem;
  border-bottom: 1px solid #eaeaea;
}
.card-map-mobile ul li:last-child {
  border-bottom: none;
}

.welcome-style1-image-box {
    position: relative;
    display: block;
    max-width: unset !important;
    width: 100%;
    z-index: 100;
}
.welcome-style1-image-box img {
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 2;
    height: 600px !important;
    object-fit: cover !important;
}

@media screen and (min-width: 1601px) {
  .desktop-map {
    display: block;
  }
  .mobile-map {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .desktop-map {
    display: block;
  }
  .mobile-map {
    display: none;
  }
  .left-bg {
    background-color: #db853b;
    padding: 2rem;
    color: #fff;
    transform: translateX(-20px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1600px) {
  .breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 150px;
    z-index: 10;
    margin-top: 80px;
  }
  .inspiration .swiper {
    height: 500px;
    max-width: 100%;
  }
  .desktop-map {
    display: block;
  }
  .mobile-map {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .desktop-map {
    display: block;
  }
  .mobile-map {
    display: none;
  }
  .welcome-style1-area {
    position: relative;
    display: block;
    background: #f7f4ef;
    padding-bottom: 30px;
  }
  .sec-title h2 {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .choose-style1-content-box {
    padding-top: 50px;
    padding-left: 30px !important;
  }
  .footer-area {
    position: relative;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
  .left-bg {
    background-color: #db853b;
    padding: 2rem;
    color: #fff;
    transform: translateX(-20px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }
  .inspiration .swiper {
    height: 450px;
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .desktop-map {
    display: block;
  }
  .mobile-map {
    display: none;
  }
  .choose-style1-content-box {
    padding-top: 50px;
    padding-left: 30px !important;
  }
  .footer-area {
    position: relative;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
  .chart-text {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #db853b;
  }
  .bg-graph {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
    padding: 4rem 1rem 4rem;
    background: #f6f2eb;
    margin-top: 2rem;
  }

  .shadow-contact {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 10px;
  }

  .contact-right-info {
    margin-top: 1rem;
  }

  .contact-right-info {
    padding: 5px;
  }

  .social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    transition: all 265ms ease-out;
  }

  .social-icons i {
    color: #db853b;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 265ms ease-out;
    font-size: 18px;
  }

  .contact-left-info {
    padding: 1rem 1rem;
  }

  .left-bg {
    background-color: #db853b;
    padding: 1rem;
    color: #fff;
    transform: translateX(0px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }
}
@media (max-width: 768px) {
  figure#spinner {
    height: 275px;
    transform-origin: 50% 50% -350px;
  }

  figure#spinner img {
    width: 50%; /* increase size for small screens */
    left: 20%; /* center better */
  }
  .desktop-map {
    display: none;
  }
  .mobile-map {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title h2 {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  /* envision css start */
  .header-middle-style2 .nav-outer .mobile-nav-toggler {
    padding: 25px 0 25px !important;
  }
  .welcome-style1-area {
    position: relative;
    display: block;
    background: #f7f4ef;
    padding-bottom: 40px;
  }

  .about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 50px;
  }
  .why-us-card {
    background: #fff;
    border: 2px solid #f76c1d;
    padding: 20px;
    text-align: center;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
  }

  .why-us-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-title {
    position: relative;
    display: block;
    margin-top: -10px;
    padding-bottom: 25px;
  }

  #inner-tab .nav-link {
    background: #f5f5f5;
    border: 1px solid #0a3981;
    margin-right: 5px;
    color: #0a3981;
    font-size: 17px;
  }
  .contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .email-section {
    padding-bottom: 50px;
  }
  .shadow-contact {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 50px 50px;
  }
  .email-inner-row {
    /* box-shadow: 25px 1px rgb(0 0 0 / 30%) !important; */
    padding: 40px 15px;
    background: #db853b;
    border-radius: 50px;
    margin: 0px 10px;
  }
  .inspiration .swiper {
    height: 450px;
    max-width: 95%;
  }
  .choose-style1-content-box {
    padding-top: 50px;
    padding-left: 30px !important;
  }
  /* envision css end */
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .sec-title h2 {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  figure#spinner img {
    width: 37%;
    max-width: 419px;
    position: absolute;
    left: 30%;
    transform-origin: 50% 50% -375px;
    outline: 1px solid transparent;
  }

  .choose-style1-content-box {
    padding-top: 50px;
    padding-left: 30px !important;
  }
  .welcome-style1-area {
    position: relative;
    display: block;
    background: #f7f4ef;
    padding-bottom: 0px;
  }
  .main-slider .content .btns-box a {
    font-size: 14px !important;
    line-height: 40px !important;
    padding: 0 30px !important;
  }
  .main-slider .content .big-title h2 {
    font-size: 35px !important;
  }
  .main-slider.style2 .slide {
    padding: 120px 0px 120px !important;
  }
  .breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    z-index: 10;
    margin-top: 80px;
  }
  .footer-area {
    position: relative;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
  /* envision css start */
  .map-sec {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .exports-content-points h5 {
    font-size: 20px;
    font-weight: 600;
    color: #db853b;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .export h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-transform: capitalize;
    margin-bottom: 2rem;
  }
  .custom-list-products li {
    /* list-style: disc; */
    margin-left: 0rem;
    margin-bottom: 1rem;
    font-size: 15px;
  }
  .why-us-card {
    background: #fff;
    border: 2px solid #f76c1d;
    padding: 20px;
    text-align: center;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
  }
  .sec-title {
    position: relative;
    display: block;
    margin-top: -10px;
    padding-bottom: 25px;
  }
  .why-us-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-style2-area {
    padding: 50px 0 50px !important;
  }
  .about-style1-area .shape2 img {
    width: 80%;
    display: none;
  }
  .sec-title h2 {
    font-size: 32px;
  }
  .about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-service-style1 {
    margin-bottom: 20px !important;
  }
  nav > div a.nav-item.nav-link:hover:not(.active),
  nav > div a.nav-item.nav-link:focus:not(.active) {
    background: #0a3981;
    color: #fff;
    border: 1px solid #0a3981;
    transition: background 0.2s linear;
  }
  .single-service-style1 .text-holder h3 {
    font-size: 24px !important;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 18px;
    text-transform: capitalize;
  }
  .service-style1-area {
    padding: 50px 0 50px !important;
  }
  .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #0a3981;
    padding: 30px 15px !important;
    margin-right: 5px;
  }
  nav > div a.nav-item.nav-link {
    border: none;
    padding: 15px 13px;
    color: #0a3981;
    background: #ffffff;
    border: 1px solid #0a3981;
    border-radius: 0;
    position: relative;
    margin-right: 5px;
    font-size: 15px;
    line-height: 1.1;
  }
  .custom-list-products li {
    list-style: none;
    margin-left: 1rem;
    margin-bottom: 1rem;
    font-size: 15px;
  }
  #inner-tab .nav-link {
    background: #f5f5f5;
    border: 1px solid #0a3981;
    margin: 5px;
    color: #0a3981;
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .email-section {
    padding-bottom: 50px;
  }
  .shadow-contact {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 50px 40px;
  }
  .email-inner-row {
    /* box-shadow: 25px 1px rgb(0 0 0 / 30%) !important; */
    padding: 40px 15px;
    background: #db853b;
    border-radius: 50px;
    margin: 0px 10px;
  }

  .inspiration .swiper {
    height: 380px;
    max-width: 95%;
  }
  .chart-text {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #db853b;
  }

  /* envision css end */
}
@media only screen and (max-width: 574px) {
  .welcome-style1-image-box .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
  }
  .sec-title h2 {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .welcome-style1-area {
    position: relative;
    display: block;
    background: #f7f4ef;
    padding-bottom: 40px;
  }
  .main-slider .content .btns-box a {
    font-size: 14px !important;
    line-height: 40px !important;
    padding: 0 30px !important;
  }
  .main-slider .content .big-title h2 {
    font-size: 30px !important;
  }
  .main-slider.style2 .slide {
    padding: 120px 0px 120px !important;
  }
  .breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    z-index: 10;
    margin-top: 80px;
  }
  .footer-area {
    position: relative;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
  .chart-text {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #db853b;
  }
  .map-sec {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .exports-content-points li {
    /* flex-direction: column;
        align-items: flex-start; */
  }

  .map-icon-wrap {
    margin-bottom: 5px;
  }

  .country-detail {
    font-size: 16px;
  }
  /* envision css start */
  .exports-content-points ul li {
    list-style-type: unset !important;
    display: flex;
    color: #84827c;
    font-size: 16px;
    font-weight: 500;
  }
  .exports-content-points h5 {
    font-size: 20px;
    font-weight: 600;
    color: #db853b;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .export h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-transform: capitalize;
    margin-bottom: 2rem;
  }
  .custom-list-products li {
    list-style: none;
    margin-left: 0rem;
    margin-bottom: 1rem;
    font-size: 15px;
  }
  .why-us-card {
    background: #fff;
    border: 2px solid #f76c1d;
    padding: 20px;
    text-align: center;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
  }
  .sec-title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 25px;
  }
  .why-us-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-style2-area {
    padding: 50px 0 50px !important;
  }
  .about-style1-area .shape2 img {
    width: 80%;
    display: none;
  }
  .sec-title h2 {
    font-size: 32px;
  }
  .about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* products tab  */
  #inner-tab .nav-link {
    background: #f5f5f5;
    border: 1px solid #0a3981;
    margin: 5px;
    color: #0a3981;
  }
  nav > div a.nav-item.nav-link.active {
    background: #0a3981;
    color: #ffffff;
    border: 1px solid #0a3981;
    width: 100%;
  }
  nav > div a.nav-item.nav-link {
    border: none;
    padding: 18px 25px;
    color: #0a3981;
    background: #ffffff;
    border: 1px solid #0a3981;
    border-radius: 0;
    position: relative;
    margin: 5px;
    width: 100%;
  }
  .custom-list-products li {
    list-style: disc;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #0a3981;
    padding: 30px 15px !important;
    margin-right: 5px;
  }
  /* end products */

  .service-style1-area {
    padding: 50px 0 50px !important;
  }
  .service-style1-area .sec-title {
    padding-bottom: 60px;
  }
  .single-service-style1 {
    margin-bottom: 25px !important;
  }

  .gallery-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .email-section {
    padding-bottom: 50px;
  }
  .shadow-contact {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 50px 10px;
  }
  .email-inner-row {
    /* box-shadow: 25px 1px rgb(0 0 0 / 30%) !important; */
    padding: 40px 15px;
    background: #db853b;
    border-radius: 50px;
    margin: 0px 10px;
  }
  .right-heading h2 {
    color: #db853b;
    font-size: 26px;
  }
  .email-inner-row h6 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 1rem;
  }
  .inspiration .swiper {
    height: 350px;
    max-width: 90%;
  }
  .choose-style1-content-box {
    padding-top: 50px;
    padding-left: 30px !important;
  }
  /* new gallery css  */

  figure#spinner img {
    width: 50%;
    max-width: 419px;
    position: absolute;
    left: 25%;
    transform-origin: 50% 50% -375px;
    outline: 1px solid transparent;
  }
.container-why-us .item .icon {
    color: #db853b;
    font-size: 30px;
    transition: all 0.5s ease;
    text-align: center;
    transform: translateY(0);
}
  /* envision css end */
}
@media only screen and (max-width: 375px) {
  .sec-title h2 {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  /* new gallery css  */
  figure#spinner img {
    width: 81%;
    left: 0%;
  }
  figure#spinner img {
    width: 80%;
    max-width: 419px;
    position: absolute;
    left: 8%;
    transform-origin: 50% 50% -375px;
    outline: 1px solid transparent;
  }
}
