@charset "UTF-8";
/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
/************ TABLE OF CONTENTS ***************
  01. VARIBALES DECLARARION
**********************************************/
/*----------------------------------------*/
/*  01. VARIBALES DECLARARION
/*  02. HEADER AREA
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&amp;display=swap");
:root {
  --primary: #ffce4d;
  --secondary: #1B1A1A;
  --secondary-1: #0F2239;
  --white: #fff;
  --black: #000;
  --black-1: #222222;
  --black-2: #333333;
  --black-3: #fa9830;
  --black-4: #030C1A;
  --gray: #EFF4F9;
  --gray-1: #EEEEEE;
  --gray-2: #788284;
  --gray-3: #C5C5C5;
}

/*----------------------------------------*/
/*  01. GOOGLE FONTS
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. RESPONSIVE VARIABLES
/*----------------------------------------*/
.pt-100 {
  padding-top: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-125 {
  padding-top: 125px;
}
@media (max-width: 1199px) {
  .pt-125 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-125 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-125 {
    padding-top: 50px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-130 {
    padding-top: 50px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-140 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 50px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .pt-150 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-110 {
    padding-bottom: 50px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 50px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 50px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 50px;
  }
}

.mt-130 {
  margin-top: 130px;
}
@media (max-width: 1199px) {
  .mt-130 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-130 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mt-130 {
    margin-top: 50px;
  }
}

.plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .plr-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .plr-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .plr-100 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .plr-100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .plr-100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.carox-btn-primary {
  padding: 13px 13px 13px 17px;
  background: #ffce4d;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  gap: 15px;
  align-items: center;
  transition: all 0.3s;
}
.carox-btn-primary i,
.carox-btn-primary svg {
  width: 31px;
  height: 31px;
  background-color: var(--black-4);
  color: #ffce4d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.carox-btn-primary:hover {
  color: #ffce4d;
  background-color: var(--black-4);
}
.whatsapp {
  color: #fff;
  background-color: var(--black-4);
}
.carox-btn-primary:hover i,
.carox-btn-primary:hover svg {
  color: var(--black-4);
  background-color: #ffce4d;
}
.carox-btn-border {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 15px;
  transition: all 0.3s;
  color: #333333;
  font-weight: 500;
}
.carox-btn-border:hover {
  color: #333333;
  border-color: #ffce4d;
  background-color: #ffce4d;
}

.carox__modal {
  width: 70px;
  height: 70px;
  background: #ffce4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 30px;
  color: #fff;
  outline: 10px solid rgba(255, 171, 5, 0.1803921569);
}
.carox__modal:hover {
  color: var(--black-4);
}

/*----------------------------------------*/
/*  10. MENU CSS START
/*----------------------------------------*/
.main-menu ul li {
  display: inline-block;
  padding: 0 8px;
}
.main-menu ul li:hover > .sub-menu {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li a {
  display: block;
  padding: 25px 3px;
  color: #1B1A1A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  transition: all 0.5s;
  position: relative;
  text-transform: capitalize;
}
.main-menu ul li a:hover {
  color: #ffce4d;
}
.main-menu .sub-menu {
  position: absolute;
  width: 260px;
  top: 100px;
  background-color: #fff;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 99;
}
.main-menu .sub-menu li {
  padding: 0 25px;
  display: block;
  text-align: start;
  position: relative;
}
.main-menu .sub-menu li:hover .sub-menu {
  top: 0;
  inset-inline-start: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .sub-menu li a {
  padding: 5px 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
}
.main-menu .sub-menu li a:hover {
  letter-spacing: 1px;
}
.main-menu .sub-menu li a::after {
  display: none;
}
.main-menu .sub-menu .sub-menu {
  position: absolute;
  width: 260px;
  inset-inline-start: 90%;
  top: 0;
  background-color: #fff;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.main-menu .sub-menu .sub-menu li {
  padding: 0 30px;
  display: block;
  text-align: start;
  position: relative;
}
.main-menu .sub-menu .sub-menu li a {
  padding: 5px 0;
}
.main-menu .has-submenu {
  position: relative;
}
.main-menu .has-submenu::after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 26px;
  inset-inline-end: 5px;
  color: #ddd;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transition: all 0.2s;
}
.main-menu .has-submenu:hover::after {
  color: #ffce4d;
}
.main-menu .sub-menu .has-submenu {
  position: relative;
}
.main-menu .sub-menu .has-submenu:hover::after {
  color: #ffce4d;
}
.main-menu .sub-menu .has-submenu::after {
  top: 8px;
  inset-inline-end: 20px;
}

.close__menu {
  position: absolute;
  inset-inline-end: 15px;
  top: 10px;
  font-size: 24px;
  color: #ffce4d;
  padding: 1px 11px;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  background-color: transparent;
}

.open__menu {
  background: transparent;
  border: none;
  outline: none;
  display: none;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .open__menu {
    display: unset;
  }
}

.mobile__menu {
  display: none;
}
@media (max-width: 1199px) {
  .mobile__menu {
    display: block;
  }
}

.mean-container {
  top: 30px;
  right: 0;
  width: 350px;
  height: 100%;
  position: absolute;
  background-color: #1B1A1A;
  transition: all 0.7s;
  z-index: 999;
  padding: 60px 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 374px) {
  .mean-container {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .mean-container {
    width: 100%;
  }
}
.mean-container .mean-nav > ul {
  display: block !important;
}
.mean-container .mean-bar {
  padding: 0;
  background: none;
}
.mean-container .mean-nav {
  margin: 0;
  background-color: transparent;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 1px solid rgba(226, 226, 226, 0.1411764706);
}
.mean-container .mean-nav ul li a {
  color: var(--white);
  background-color: #1B1A1A;
  text-transform: capitalize;
  border-color: rgba(226, 226, 226, 0.1411764706);
}
.mean-container .mean-nav ul li li a {
  opacity: 1;
  border-color: rgba(226, 226, 226, 0.1411764706);
}
.mean-container .mean-nav ul li a.mean-expand {
  background: transparent;
  border-color: rgba(226, 226, 226, 0.1411764706) !important;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 33px;
  border-bottom: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}

/*----------------------------------------*/
/*  02. MIXIN DECLARATION
/*----------------------------------------*/
/*----------------------------------------*/
/* 03. TYPOGRAPHY CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-2);
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

ul,
ol,
p {
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.7;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

/*----------------------------------------*/
/* 04. THEME CSS START
/*----------------------------------------*/
.social__media {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social__media li a {
  width: 40px;
  height: 40px;
  color: #666666;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social__media li a:hover {
  background-color: #222222;
}

.swiper .navigation {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .swiper .navigation {
    margin-top: 40px;
  }
}
.swiper .navigation .next-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  color: #ffce4d;
  transition: all 0.3s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.swiper .navigation .next-prev:hover {
  background: #ffce4d;
  color: #333333;
}

.scroll_top {
  position: fixed;
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #1B1A1A;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.scroll_top.showed {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}
.scroll_top:hover {
  color: #1B1A1A;
  background-color: #ffce4d;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}

.carox-preloader {
  width: 80px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffce4d;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: preloader 1s infinite linear;
}

@keyframes preloader {
  to {
    transform: rotate(1turn);
  }
}
.error__content {
  text-align: center;
}
.error__content .carox-btn-primary {
  padding: 13px 30px 10px;
}
.error__content img {
  max-width: 500px;
  margin-bottom: 40px;
}
.error__content .title {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.error__content p {
  padding-bottom: 20px;
}

.before__after img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .before__after img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .before__after img {
    height: auto;
  }
}

.sec-title {
  font-size: 27px;
  font-weight: 600;
  color: #1B1A1A;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 1199px) {
  .sec-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sec-title {
    font-size: 28px;
  }
}

.sec-sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffce4d;
}

.sec-title-wrap {
  gap: 20px;
  display: grid;
}

.sec-text span {
  display: inline-block;
  background: #ffce4d;
  padding: 0px 4px;
  margin-right: 5px;
  color: #333333;
}

.header {
  position: relative;
  z-index: 99;
  /* Header social Area */
  /* Header Navmenu Area */
}
.header__area-3 {
  z-index: 1;
  position: relative;
}
.header__top-2 {
  background: #fa9830;
  padding: 10px 100px;
  gap: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto auto;
}
@media (max-width: 1199px) {
  .header__top-2 {
    padding: 10px 15px;
  }
}
.header__top-3 {
  background: #000000;
  padding: 10px 250px;
  gap: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto 1fr;
}
@media (max-width: 1919px) {
  .header__top-3 {
    padding: 10px 30px;
  }
}
@media (max-width: 1199px) {
  .header__top-3 {
    padding: 10px 15px;
  }
}
.header__top-4 {
  background: #000000;
  text-align: center;
}
.header__top-4 p {
   width: 550px;
   font-size: 17px;
   color: #ffffff;
   display: inline-block;
   padding: 8px 15px;
   background-image: url(../img/shape/shape-2.png);
   background-repeat: no-repeat;
}
.header__top-4 p i{
  margin-right: 9px;
}
@media (max-width: 767px) {
  .header__top-4 p {
    width: 100%;
        background-size: 0;
        font-size: 28px;
        line-height: 30px;
        color: #fff;
  }
}
.header__info-2 {
  gap: 20px;
  display: flex;
  align-items: center;
}
.header__info-2 .info {
  display: flex;
  gap: 15px;
  text-transform: capitalize;
}
.header__info-2 .info a {
  color: #C5C5C5;
  font-size: 14px;
}
.header__info-2 .info a:hover {
  color: #ffce4d;
}
.header__info-2 .lang {
  border: none;
  outline: none;
  color: #C5C5C5;
  font-size: 14px;
  background: transparent;
  background-color: #fa9830;
  cursor: pointer;
}
.header__info-3 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__info-3 .info {
  display: flex;
  gap: 15px;
  text-transform: capitalize;
}
.header__info-3 .info a {
  color: #C5C5C5;
  font-size: 14px;
}
.header__info-3 .info a:hover {
  color: #ffce4d;
}
.header__info-3 .lang {
  border: none;
  outline: none;
  color: #C5C5C5;
  font-size: 14px;
  background: transparent;
  background-color: #fa9830;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__social-2 {
    display: none;
  }
}
.header__social-2 ul li a {
  width: 32px;
  height: 32px;
  color: #ffce4d;
  background-color: rgba(203, 203, 203, 0.1294117647);
}
.header__social-2 ul li a:hover {
  color: #fff;
  background-color: #ffce4d;
}
@media (max-width: 991px) {
  .header__contact-2 {
    display: none;
  }
}
.header__contact-2 p {
  color: #ffce4d;
  font-size: 18px;
  font-weight: 400;
}
.header__contact-2 p a {
  color: #C5C5C5;
}
.header__btm-2 {
  gap: 50px;
  display: grid;
  align-items: center;
  padding-left: 50px;
  grid-template-columns: 1fr auto auto;
}
@media (max-width: 1199px) {
  .header__btm-2 {
    gap: 30px;
    padding-left: 15px;
    padding-right: 30px;
    grid-template-columns: 1fr auto auto auto;
  }
}
@media (max-width: 767px) {
  .header__btm-2 {
    gap: 15px;
    padding-right: 0;
  }
}
.header__btm-2.home-3 {
  margin-right: 250px;
  background-color: #fff;
  padding-left: 250px;
}
@media (max-width: 1919px) {
  .header__btm-2.home-3 {
    margin-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header__btm-2.home-3 {
    margin-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .header__btm-2.home-3 {
    margin-right: 0;
  }
}
.header__btm-4 {
  gap: 30px;
  display: flex;
  padding: 10px 30px;
  align-items: center;
  justify-content: space-between;
}
.header__btm-4 .header__logo-4 img{
  /*width: 250px;*/
}
@media (max-width: 1919px) {
  .header__btm-4 {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .header__btm-4 {
    padding: 7px 15px;
  }
}
.header__logo-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__btn-2 {
  height: 100%;
}
@media (max-width: 767px) {
  .header__btn-2 {
    display: none;
  }
  .header__btm-4 .header__logo-4 img{
	width: 200px;
  }
}
.header__btn-2 a {
  height: 100%;
  padding: 13px 33px 13px 50px;
}
@media (max-width: 1199px) {
  .header__btn-2 a {
    padding: 13px 20px 13px 20px;
  }
}
.header__topbar {
  background-color: var(--black-1);
  position: relative;
}
.header__topbar-wrap {
  max-width: 1450px;
  height: 38px;
  margin: 0 auto;
  padding: 0px 15px;
}
.header__topbar-left-bg {
  background-color: #ffce4d;
  clip-path: polygon(0 0%, 78% 0%, 76% 100%, 0% 100%);
  width: 52%;
  padding: 12px 0px;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .header__topbar-left-bg {
    background-color: transparent;
  }
}
.header__topbar-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .header__topbar-content {
    justify-content: center;
  }
}
.header__topbar-content i {
  margin-right: 8px;
} 
.header__topbar-content p {
  font-weight: 500;
  color: var(--black-3);
}
@media (max-width: 767px) {
  .header__topbar-content p {
    /*display: none;*/
	color: #fff;
  }
  .header__user-info{
    margin-left: 12px;
  }
  .header__user-info{
	color: #fff;
  }
  .header__user-info a{
    padding-right: 0!important;
	color: #fff!important;
  }
  .header__user-info a::before{
	position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #F8F9FA;
    top: 0;
    right: 0;
    opacity: 0;
  }
}
.header__right-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__user-info {
  display: flex;
  align-items: center;
}
.header__user-info a {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-left: 0px;
  color: var(--gray-3);
  transition: all 0.3s;
}
.header__user-info a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #F8F9FA;
  top: 0;
  right: 0;
  opacity: 0.29;
}
.header__user-info a:hover {
  color: #ffce4d;
}
.header__language-translate {
  display: flex;
  align-items: center;
}
.header__select-language {
  color: var(--gray-3);
  padding: 10px 0px 10px 10px;
  background: var(--black-1);
  border: none;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
}
.header__select-language option {
  border: none;
}
.header__select-language option img {
  width: 26px;
  height: 26px;
  object-fit: cover;
}
.header__select-language:focus {
  outline: none;
}
.header__area {
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0;
}
.header__contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header__contact-wrap {
    display: none;
  }
}
.header__contact {
  display: flex;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header__contact:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__contact:nth-child(5) {
    display: none;
  }
}
.header__contact-4 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__contact-4 .icon i{
	font-size: 34px;
}
@media (max-width: 767px) {
  .header__contact-4 {
    display: none;
  }
}
.header__contact-4 .info p {
  color: #ffce4d;
  font-size: 14px;
}
.header__contact-4 .info a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.header__contact-icon {
  width: 56px;
  height: 56px;
  background-color: var(--black-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .header__contact-icon {
    width: 45px;
    height: 45px;
  }
}
.header__contact-icon i {
  max-width: 25px;
  font-size: 25px;
  color: #fff;
}
@media (max-width: 1199px) {
  .header__contact-icon i {
    font-size: 18px;
  }
}
.header__contact-title .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--black-1);
}
.header__contact-title p {
  color: #636363;
}
.header__logo {
  max-width: 275px;
  width: 100%;
  background-color: var(--white);
  padding: 10px 0px;
}
.header__menu-wrap {
  padding: 0px 0px 0px 20px;
  background-color: var(--white);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__menu-wrap {
    padding: 0 30px;
  }
}
.header__navmenu-wrap {
  flex-basis: 60%;
}
@media (max-width: 1199px) {
  .header__navmenu-wrap {
    flex-basis: unset;
    display: none;
  }
}
.header__navmenu {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1199px) {
  .header__navmenu {
    gap: 20px;
  }
}
.header__navmenu li a {
  font-size: 17px;
  color: var(--black-1);
  font-weight: 500;
  transition: all 0.3s;
}
.header__navmenu li a:hover {
  color: #ffce4d;
}
.header__meta-wrap {
  flex-basis: 20%;
}
@media (max-width: 1199px) {
  .header__meta-wrap {
    flex-basis: 0;
    width: 100%;
  }
}
.header__meta {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
}
.header__search i {
  font-size: 28px;
  color: #ffce4d;
}
@media (max-width: 767px) {
  .header__search-3 {
    display: none;
  }
}
.header__search-3 form {
  position: relative;
}
.header__search-3 form input {
  width: 250px;
  height: 36px;
  padding: 5px 10px;
  border: 1px solid #858585;
  outline: none;
  border-radius: 30px;
  background: transparent;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
}
.header__search-3 form .submit {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #ffce4d;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.header__verticle-line {
  width: 2px;
  height: 90px;
  background-color: var(--gray-1);
  margin: 0px 50px 0px 47px;
}
.header__social-media a {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--gray-1);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #ffce4d;
  font-size: 19px;
  transition: all 0.4s;
}
.header__social-media a:hover {
  background-color: #ffce4d;
  color: var(--white);
}
.header__social-media {
  flex-shrink: 0;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .header__social-media {
    display: none;
  }
}
.header__appointment-btn {
  float: inline-end;
}
@media (max-width: 767px) {
  .header__appointment-btn {
    display: none;
  }
}
.header__appointment-btn a {
  padding: 26px 20px 27px 20px;
}
@media (max-width: 1399px) {
  .header__appointment-btn a {
    gap: 15px;
    padding: 30px 20px;
  }
  .header__meta-wrap{
	/*display: none;*/
  }
  .main-menu ul li{
	padding: 0 6px;
  }
  .main-menu ul li a{
	padding: 25px 3px;
  }
  .home__area{
    padding-top: 220px!important;
    padding-bottom: 350px!important;
    margin-top: 76px!important;
  }
  .header__navmenu-wrap{
	flex-basis: 80%;
  }
}
@media (max-width: 1199px) {
  .header__appointment-btn a {
    padding: 20px;
  }
}

.inner__header .header__menu-wrap {
  max-width: 1660px;
  width: 100%;
  position: absolute;
}
@media (max-width: 1919px) {
  .inner__header .header__menu-wrap {
    width: 98%;
    left: 1%;
  }
}
@media (max-width: 1399px) {
  .inner__header .header__menu-wrap {
    width: 100%;
    left: 2%;
  }
}
@media (max-width: 767px) {
  .inner__header .header__menu-wrap {
    width: 90%;
    left: 0;
  }
  .home__area{
	padding-top: 80px !important;
	padding-bottom: 120px !important;
	margin-top: 84px !important;
  }
}
.inner__header .header__area {
  position: unset;
}

.hero__area {
  background-image: url("../img/hero/hero-dot-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  padding-top: 190px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero__area {
    padding-top: 90px;
  }
}
.hero__area-2 {
  padding-top: 170px;
  padding-bottom: 180px;
  background-image: url("../img/hero/hero-bg-2.jpg");
  background-repeat: no-repeat;
}
@media (max-width: 1919px) {
  .hero__area-2 {
    background-position: center;
  }
}
@media (max-width: 1399px) {
  .hero__area-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .hero__area-2 {
    background-position: right top;
  }
}
@media (max-width: 767px) {
  .hero__area-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.hero__area-3 {
  background-image: url("../img/hero/hero-bg-3.jpg");
  background-repeat: no-repeat;
  margin-top: -97px;
}
@media (max-width: 991px) {
  .hero__area-3 {
    padding: 0 15px 80px;
    overflow: hidden;
  }
  .hero__area-3 .contact__left-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero__area-3 {
    padding: 0 0 60px;
    background-size: cover;
    background-position: top;
  }
}
.hero__area-4 {
  background-image: url(../image/slide.jpg);
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 180px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center 100%;
}
@media (max-width: 1199px) {
  .hero__area-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .hero__area-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hero__area-4 .hero__modal-wrap {
  margin-top: 22px;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero__area-4 .hero__modal-wrap {
    gap: 25px;
  }
}
.hero__area-4 .image {
  position: absolute;
  bottom: 0;
  right: 80px;
}
@media (max-width: 1199px) {
  .hero__area-4 .image {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .hero__area-4 .image {
    display: none;
  }
}
.hero__wrapper-3 {
  display: grid;
  grid-template-columns: 250px auto 250px;
}
@media (max-width: 1919px) {
  .hero__wrapper-3 {
    grid-template-columns: 160px auto 160px;
  }
}
@media (max-width: 1199px) {
  .hero__wrapper-3 {
    grid-template-columns: 100px auto 100px;
  }
}
@media (max-width: 991px) {
  .hero__wrapper-3 {
    grid-template-columns: 1fr;
  }
}
.hero__wrapper-3 .contact__wrapper-2 {
  background: no-repeat;
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .hero__wrapper-3 .contact__wrapper-2 {
    gap: 20px;
    padding-left: 0;
    grid-template-columns: 180px auto auto;
  }
}
@media (max-width: 991px) {
  .hero__wrapper-3 .contact__wrapper-2 {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 767px) {
  .hero__wrapper-3 .contact__wrapper-2 {
    padding: 50px 15px;
    grid-template-columns: 1fr;
  }
}
.hero__area-wrapper {
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}
.hero__content-wrap {
  display: flex;
}
.hero__content {
  padding: 102px 0px;
  width: 45%;
}
@media (max-width: 1399px) {
  .hero__content {
    padding: 55px 0;
  }
}
@media (max-width: 991px) {
  .hero__content {
    width: 100%;
  }
}
.hero__content-2 {
  padding-left: 51%;
}
@media (max-width: 1199px) {
  .hero__content-2 {
    padding-left: 40%;
  }
}
@media (max-width: 991px) {
  .hero__content-2 {
    padding-left: 15px;
  }
}
.hero__content-2 .top {
  gap: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .hero__content-2 .top {
    gap: 20px;
  }
}
.hero__content-2 .top img {
  padding-right: 40px;
  border-right: 2px solid #ffce4d;
}
@media (max-width: 1399px) {
  .hero__content-2 .top img {
    padding-right: 20px;
  }
}
.hero__content-2 .top p {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.hero__content-2 .top p span {
  font-size: 32px;
}
.hero__content-2 .title {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  max-width: 65%;
}
@media (max-width: 1399px) {
  .hero__content-2 .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .hero__content-2 .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hero__content-2 .title {
    max-width: 100%;
  }
}
.hero__content-2 > p {
  max-width: 500px;
  font-size: 18px;
  color: #C5C5C5;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero__content-2 > p {
    margin-top: 15px;
  }
}
.hero__content-2 .btn-wrap {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero__content-2 .btn-wrap .second {
  background: #fff;
}
.hero__content-2 .btn-wrap .second i {
  color: var(--black-4);
  background-color: #ffce4d;
}
.hero__content-4 {
  position: relative;
  z-index: 1;
}
.hero__content-4 .title {
   font-size: 35px;
   color: #fff;
   font-weight: 700;
   line-height: 1.1;
   padding-bottom: 15px;
   /* max-width: 910px; */
   margin: 0 auto;
}
@media (max-width: 991px) {
  .hero__content-4 .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero__content-4 .title {
	font-size: 26px;
    padding: 0;
    margin-bottom: 10px;
  }
  .hero__content-4 .text{
	display: none;
  }
}
.hero__content-4 .title span {
  color: #ffce4d;
}
.hero__content-4 .text {
  color: #fff;
  /*max-width: 470px;*/
  margin: 0 auto;
}
.hero__top-3 {
  padding-top: 180px;
  text-align: center;
}
@media (max-width: 1919px) {
  .hero__top-3 {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .hero__top-3 {
    order: 2;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .hero__top-3 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .hero__top-3 .social {
    gap: 30px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .hero__top-3 .social {
    gap: 15px;
    flex-direction: column-reverse;
  }
}
.hero__top-3 .social p {
  font-size: 40px;
  color: #fff;
  transform: rotate(-90deg) translate(-125px, -8px);
  font-weight: 500;
  width: 260px;
  height: 60px;
}
@media (max-width: 1919px) {
  .hero__top-3 .social p {
    transform: rotate(-90deg) translate(-125px, -58px);
  }
}
@media (max-width: 1199px) {
  .hero__top-3 .social p {
    transform: rotate(-90deg) translate(-125px, -88px);
  }
}
@media (max-width: 991px) {
  .hero__top-3 .social p {
    transform: unset;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero__top-3 .social p {
    text-align: left;
    font-size: 24px;
  }
}
.hero__top-3 ul {
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .hero__top-3 ul {
    flex-direction: row;
  }
}
.hero__top-3 ul li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(203, 203, 203, 0.137254902);
  border-radius: 100%;
  transition: all 0.3s;
  font-size: 20px;
}
@media (max-width: 767px) {
  .hero__top-3 ul li a {
    color: #fff;
    background: #191E24;
  }
}
.hero__top-3 ul li a:hover {
  color: #fff;
  background-color: #ffce4d;
}
@media (max-width: 991px) {
  .hero__mid-3 {
    order: 1;
  }
}
.hero__mid-3 .content {
  background-image: url(../img/hero/hero.jpg);
  background-repeat: no-repeat;
  padding: 160px 0 170px 120px;
  margin-top: 97px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero__mid-3 .content {
    padding: 100px 0 80px 60px;
  }
}
@media (max-width: 767px) {
  .hero__mid-3 .content {
    padding: 50px 15px;
  }
}
.hero__mid-3 .sub-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .hero__mid-3 .sub-title {
    font-size: 30px;
  }
}
.hero__mid-3 .content .title {
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color: #ffce4d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffce4d;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .hero__mid-3 .content .title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .hero__mid-3 .content .title {
    font-size: 60px;
  }
}
.hero__mid-3 .content p {
  max-width: 410px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #fff;
}
.hero__mid-3 .btn-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
.hero__mid-3 .carox__modal {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  color: #ffce4d;
  outline: 7px solid rgba(255, 171, 5, 0.2);
}
.hero__mid-3 .offer {
  width: 170px;
  height: 170px;
  background: #ffce4d;
  border: 5px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #2A2A28;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 20px;
  line-height: 1;
  text-align: center;
  font-family: "Barlow", sans-serif;
  position: absolute;
  left: 50%;
  top: 12%;
}
@media (max-width: 1199px) {
  .hero__mid-3 .offer {
    width: 150px;
    height: 150px;
    font-size: 40px;
    left: 60%;
    top: 3%;
  }
}
@media (max-width: 767px) {
  .hero__mid-3 .offer {
    width: 80px;
    height: 80px;
    font-size: 18px;
    top: 15px;
    left: unset;
    right: 15px;
  }
}
.hero__btm-3 {
  position: absolute;
  width: 800px;
  display: flex;
  right: -280px;
  top: 370px;
  gap: 50px;
  transform: rotate(-90deg);
}
@media (max-width: 1919px) {
  .hero__btm-3 {
    right: -310px;
    top: 450px;
  }
}
@media (max-width: 1199px) {
  .hero__btm-3 {
    right: -345px;
  }
}
@media (max-width: 991px) {
  .hero__btm-3 {
    order: 3;
    position: static;
    transform: unset;
    margin-top: 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .hero__btm-3 {
    padding: 0 15px;
    flex-direction: column;
  }
}
.hero__btm-3 .contact-type {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero__btm-3 .contact-type p {
  color: #fff;
  font-family: "Barlow", sans-serif;
}
.hero__btm-3 .icon {
  width: 55px;
  height: 55px;
  background: #ffce4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #2A2A28;
  font-size: 20px;
}
.hero__btm-3 .title {
  font-size: 20px;
  color: #fff;
}
.hero__submenu-area {
  display: inline-block;
}
.hero__submenu-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 17px;
  color: #333333;
  padding: 10px 20px;
  background: #fff;
  border-left: 4px solid #ffce4d;
}
.hero__submenu-single {
  font-size: 14px;
}
.hero__verticle-line {
  width: 28px;
  height: 2px;
  background-color: #ffce4d;
}
@media (max-width: 767px) {
  .hero__verticle-line {
    width: 15px;
  }
}
.hero__main-title-text {
  font-family: "Barlow", sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: var(--secondary-1);
  margin: 15px 0;
}
@media (max-width: 1399px) {
  .hero__main-title-text {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero__main-title-text {
    font-size: 32px;
  }
}
.hero__main-title-text span {
  -webkit-text-stroke-color: #ffce4d;
  -webkit-text-stroke-width: 3px;
  color: transparent;
}
.hero__description {
  font-size: 18px;
  padding-right: 110px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .hero__description {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.hero__button-wrap {
  display: inline-block;
}
.hero__button-wrap a {
  padding: 9px 13px 9px 20px;
}
.hero__modal-wrap {
  gap: 50px;
  display: flex;
  align-items: center;
}
.hero__modal-wrap .carox__modal {
  width: 52px;
  height: 52px;
  background: #191E24;
  font-size: 24px;
  outline: 7px solid #ddd;
}
.hero__modal-wrap .carox__modal:hover {
  color: #ffce4d;
}
.hero__bottom-content {
  background-color: var(--black-4);
  padding: 21px 0px;
  position: relative;
  z-index: 1;
}
.hero__customer-content {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .hero__customer-content {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.hero__customer-area {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero__customer-area img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: -20px;
}
.hero__customer-area a {
  color: var(--gray-3);
  transition: all 0.3s;
}
.hero__customer-area a:hover {
  color: #ffce4d;
}
.hero__customer-description {
  color: var(--gray-3);
}
.hero__customer-description a {
  color: #ffce4d;
}
.hero__image-wrap {
  width: 55%;
}
.hero__image-wrap img {
  position: absolute;
  right: 0;
  top: 155px;
  width: 57%;
}
@media (max-width: 991px) {
  .hero__image-wrap img {
    width: 45%;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero__image-wrap img {
    display: none;
  }
}

.breadcrumb__area {
  background-image: url(../image/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-position: center 50%;
}
.home__area {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 472px;
  margin-top: 76px;
}

@media (max-width: 991px) {
  .breadcrumb__area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.breadcrumb__content .title {
  font-size: 25px;
  color: #fff;
  line-height: 1.1;
  font-weight: 600;
  padding-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .breadcrumb__content .title {
    font-size: 22px;
  }
  .service__inp-list{
  grid-template-columns: repeat(1, 1fr)!important;
  }
  .contact_list-2{
  grid-template-columns:repeat(1, 1fr)!important;
  }
  .blog-detail__content .thumb img{
  width: 100%!important;
  }
  .blog-detail__content .thumb{
  float: none!important;
  margin-left: 0!important;
  }
}
.breadcrumb__content p {
  font-size: 16px;
  color: #C5C5C5;
}
.breadcrumb__content p a {
  color: #ffce4d;
}

.about__area {
  background-repeat: no-repeat;
  background-position: 180px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .about__area {
    background-position: bottom left;
  }
}
@media (max-width: 767px) {
  .about__area {
    background-size: 0;
  }
}
.about__area::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url(../img/about/about-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
.about__area-3 {
  background-color: #fa9830;
}
.about__area-3 .thumb {
  height: 100%;
}
.about__area-3 .thumb img {
  height: 100%;
  object-fit: cover;
}
.about__area-3 .about__tabs .nav-tabs .nav-link {
  color: #6a6a6a;
}
.about__area-3 .about__tabs .nav-tabs .nav-link.active {
  background: transparent;
  color: #fff;
}
.about__area-3 .offer__wrapper {
  transform: translateY(45%) !important;
}
@media (max-width: 991px) {
  .about__area-3 .offer__wrapper {
    transform: translateY(30px) !important;
  }
}
.about__area-3 .offer__left {
  background-image: url(../img/feature/bg-3.jpg);
}
.about__area-3 .offer__right {
  background-image: url(../img/feature/bg-4.jpg);
}
.about__area-3 .about__left .expression {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}
.about__area-3 .about__left .carox__modal {
  position: absolute;
  top: unset;
  left: unset;
  right: 60px;
  bottom: 40px;
}
.about__area-3 .sec-title {
  color: #fff;
}
.about__area-3 .about__wrapper .sec-title-wrap {
  padding-bottom: 30px;
}
.about__area-3 .about__right p {
  color: #C5C5C5;
  border-color: rgba(221, 221, 221, 0.2);
}
.about__area-3 .feature--list li {
  color: #C5C5C5;
}
.about__area-4 {
  background-color: #EFF4F9;
}
.about__wrapper {
  gap: 30px;
  /*display: grid;*/
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .about__wrapper {
    grid-template-columns: 1fr;
  }
}
.about__wrapper .sec-title-wrap {
    padding-bottom: 10px;
    text-align: center;
}
.about__wrapper-2 {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 0.44fr 1fr;
  margin-right: -365px;
}
@media (max-width: 1919px) {
  .about__wrapper-2 {
    margin-right: -130px;
  }
}
@media (max-width: 1399px) {
  .about__wrapper-2 {
    margin-right: -93px;
  }
}
@media (max-width: 1199px) {
  .about__wrapper-2 {
    margin-right: 0;
  }
}
.about__wrapper-4 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .about__wrapper-4 {
    grid-template-columns: 1fr;
  }
}
.about__wrapper-4 .sec-title-wrap {
  padding-bottom: 20px;
}
.about__left {
  position: relative;
}
.about__left .expression {
  gap: 15px;
  display: inline-flex;
  align-items: center;
  padding: 10px 50px;
  background: #ffce4d;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .about__left .expression {
    padding: 10px 30px;
  }
}
.about__left .expression p {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .about__left .expression p {
    font-size: 18px;
  }
}
.about__left .num {
  color: #222222;
  font-size: 34px;
  font-weight: 700;
}
.about__left .carox__modal {
  position: absolute;
  top: 48%;
  left: 77px;
}
.about__left .carox__modal:hover {
  color: #1B1A1A;
}
@media (max-width: 991px) {
  .about__left-2 {
    grid-column: 1/-1;
    margin-bottom: 40px;
  }
}
.about__left-2 .sec-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .about__left-2 .sec-text {
    font-size: 16px;
  }
}
.about__left-2 .list {
  gap: 10px;
  display: grid;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about__left-2 .list {
    margin-bottom: 30px;
  }
}
.about__left-2 .list li {
  gap: 5px;
  display: flex;
  align-items: center;
  color: #788284;
  font-size: 18px;
}
@media (max-width: 767px) {
  .about__left-2 .list li {
    font-size: 16px;
  }
}
.about__left-2 .list li i,
.about__left-2 .list li svg {
  font-size: 12px;
  color: #ffce4d;
  fill: #ffce4d;
}
.about__left-4 .thumb {
  margin-left: -220px;
}
@media (max-width: 1199px) {
  .about__left-4 .thumb {
    margin-left: 0;
  }
}
.about__mid-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about__mid-2 {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about__mid-2 {
    grid-column: 1/-1;
  }
}
.about__mid-2 img {
  width: 100%;
}
.about__mid-2 .exp {
  width: 80%;
}
.about__mid-2 .carox__modal {
  width: 50px;
  height: 50px;
}
.about__mid-2 .modal-wrap {
  background: #fa9830;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0 30px 30px;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 1199px) {
  .about__mid-2 .modal-wrap {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about__mid-2 .modal-wrap p {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .about__mid-2 .modal-wrap p {
    font-size: 20px;
  }
}
.about__right p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-align: center;
}
.about__right p span {
  display: inline-block;
  background: #ffce4d;
  padding: 0px 4px;
  margin-right: 5px;
  color: #333333;
}
@media (max-width: 991px) {
  .about__right-2 {
    grid-column: 2/-1;
  }
}
@media (max-width: 767px) {
  .about__right-2 {
    grid-column: 1/-1;
  }
}
@media (max-width: 1399px) {
  .about__right-2 img {
    height: 100%;
    object-fit: cover;
  }
}
.about__right-4 .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about__right-4 .btn-wrap {
    gap: 20px;
  }
}
.about__right-4 .author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about__right-4 .info h3 {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
}
.about__right-4 .info p {
  font-size: 17px;
  color: #788284;
}
.about__tabs {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about__tabs {
    margin-bottom: 30px;
  }
}
.about__tabs .nav-tabs {
  gap: 30px;
  border: none;
  margin-bottom: 30px;
}
.about__tabs .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1B1A1A;
  font-size: 22px;
  font-weight: 700;
  border: none;
  padding: 0;
}
.about__tabs .nav-tabs .nav-link img {
  opacity: 0.5;
}
.about__tabs .nav-tabs .nav-link.active img {
  opacity: 1;
}
.about__tabs-4 {
  gap: 30px;
  display: grid;
  grid-template-columns: 170px auto;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .about__tabs-4 {
    margin-bottom: 25px;
    padding-bottom: 20px;
    grid-template-columns: 1fr;
  }
}
.about__tabs-4 .nav-tabs {
  gap: 20px;
}
.about__tabs-4 .nav-tabs .nav-item {
  width: 100%;
}
.about__tabs-4 .nav-tabs .nav-link {
  background: #fff;
  padding: 12px 15px;
  color: #333;
  font-size: 18px;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
.about__tabs-4 .nav-tabs .nav-link.active {
  background: #ffce4d;
}

.feature--list li {
  gap: 5px;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

.choose__area-3 {
  background-color: #fa9830;
}
.choose__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .choose__wrapper {
    grid-template-columns: 1fr;
  }
}
.choose__wrapper-3 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding-left: 250px;
}
@media (max-width: 1919px) {
  .choose__wrapper-3 {
    padding-left: 30px;
  }
}
@media (max-width: 1399px) {
  .choose__wrapper-3 {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 1199px) {
  .choose__wrapper-3 {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 991px) {
  .choose__wrapper-3 {
    padding-left: 0;
    grid-template-columns: 1fr;
  }
}
.choose__wrapper-3 .sec-title {
  color: #fff;
}
.choose__wrapper-3 .sec-text {
  color: #C5C5C5;
  padding-bottom: 25px;
}
.choose__wrapper-3 .btn-wrap {
  margin-top: 50px;
}
.choose__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.choose__item:last-child {
  border-bottom: 1px solid #ddd;
}
.choose__item:nth-child(2) .left {
  order: 2;
  flex-direction: row-reverse;
  border-right: 0;
}
.choose__item:nth-child(2) .left .icon {
  border-radius: 5px 0 0 5px;
}
.choose__item:nth-child(2) .right {
  border-right: 1px solid #ddd;
}
.choose__item:nth-child(2) .info {
  text-align: right;
}
.choose__item .left {
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .choose__item .left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .choose__item .left {
    flex-wrap: wrap;
  }
}
.choose__item .left:hover {
  background-size: cover;
}
.choose__item .left:hover .title {
  color: #fff;
}
.choose__item .left:hover p {
  color: #C5C5C5;
}
.choose__item .left .icon {
  width: 60px;
  height: 60px;
  background: #ffce4d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #333;
  border-radius: 0 5px 5px 0;
}
.choose__item .left p {
  color: #788284;
  transition: all 0.3s;
}
.choose__item .title {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  padding-bottom: 8px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .choose__item .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .choose__item .title {
    padding-bottom: 2px;
  }
}
.choose__item .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose__item-3 {
  background-color: #fa9830;
  text-align: center;
  border: 1px solid #A1A1A1;
  padding: 0 20px 30px;
}
.choose__item-3:nth-child(2) {
  background-color: #ffce4d;
  border-color: #ffce4d;
}
.choose__item-3:nth-child(2) .icon {
  background: #fa9830;
  color: #ffce4d;
}
.choose__item-3:nth-child(2) .icon::after {
  border-top: 10px solid #fa9830;
}
.choose__item-3:nth-child(2) .title {
  color: #fa9830;
}
.choose__item-3:nth-child(2) p {
  color: #fa9830;
}
.choose__item-3 .icon {
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffce4d;
  color: #fa9830;
  border-radius: 0 0 3px 3px;
  position: relative;
  transform: translateY(-1px);
  transition: all 0.3s;
  margin: 0 auto;
  margin-bottom: 30px;
}
.choose__item-3 .icon::after {
  position: absolute;
  content: "";
  bottom: -10px;
  border-top: 10px solid #ffce4d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.3s;
}
.choose__item-3 .title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}
.choose__item-3 p {
  color: #C5C5C5;
}
.choose__left {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .choose__left {
    padding-right: 0;
  }
}
.choose__left .sec-title-wrap {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .choose__left .sec-title-wrap {
    padding-top: 60px;
  }
}
.choose__left .sec-text {
  padding-top: 5px;
  padding-bottom: 30px;
}
.choose__left-3 {
  padding: 80px 50px;
  background-image: url(../img/choose/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1199px) {
  .choose__left-3 {
    padding: 50px 30px;
  }
}
.choose__right {
  margin-right: -366px;
  position: relative;
  margin-top: -95px;
  z-index: 0;
}
@media (max-width: 1919px) {
  .choose__right {
    margin-right: -130px;
  }
}
@media (max-width: 1399px) {
  .choose__right {
    margin-right: -93px;
  }
}
@media (max-width: 1199px) {
  .choose__right {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .choose__right {
    margin-top: 70px;
  }
}
.choose__right .contact {
  position: absolute;
  left: -148px;
  bottom: 148px;
  background: #fff;
  padding: 20px;
  transform: rotate(-90deg);
  direction: inherit;
  border-left: 3px solid #ffce4d;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .choose__right .contact {
    padding: 15px;
    left: -114px;
    bottom: 114px;
  }
}
.choose__right .contact .icon img {
  width: 60px;
}
@media (max-width: 767px) {
  .choose__right .number {
    font-size: 18px;
  }
}
.choose__right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.choose__right .modal-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .choose__right .modal-wrap {
    right: 15px;
    bottom: 15px;
  }
}
.choose__right-3 {
  margin-left: -200px;
}
.choose__right-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose__list-3 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1919px) {
  .choose__list-3 {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .choose__list-3 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .choose__list-3 {
    grid-template-columns: 1fr;
  }
}

.team__area {
  width: 100%;
  overflow: hidden;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .team__area {
    padding-bottom: 120px;
  }
}
.team__area-2 .sec-title-wrap {
  text-align: center;
  padding-bottom: 30px;
}
.team__area-4 {
  width: 100%;
  overflow: hidden;
}
.team__left {
  width: 30%;
  float: left;
}
@media (max-width: 991px) {
  .team__left {
    width: 100%;
  }
}
.team__left .sec-title-wrap {
  text-align: left;
  padding-bottom: 30px;
}
.team__left .navigation {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .team__left .navigation {
    padding-bottom: 20px;
  }
}
.team__left .navigation .next-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  color: #ffce4d;
  transition: all 0.3s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.team__left .navigation .next-prev:hover {
  background: #ffce4d;
  color: #333333;
}
.team__right {
  width: 95%;
  float: right;
  margin-right: -350px;
}
@media (max-width: 991px) {
  .team__right {
    width: 100%;
    margin-right: 0;
  }
}
.team__inp-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.team__details-wrapper {
  max-width: 1040px;
  margin: 0 auto;
}
.team__details-top {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .team__details-top {
    grid-template-columns: 1fr;
  }
}
.team__details-top .title {
  color: #232323;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .team__details-top .title {
    font-size: 24px;
  }
}
.team__details-top .meta p {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .team__details-top .meta p {
    padding-bottom: 8px;
  }
}
.team__details-top .meta strong {
  color: #232323;
  margin-right: 5px;
}
.team__details-top .meta a {
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s;
}
.team__details-top .meta a:hover {
  color: #ffce4d;
}
.team__skills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .team__skills {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.carox__team.style-1 .item:hover .btn-service {
	color: #333;
	background-color: #ffce4d;
}
.carox__team.style-1 .item {
  background: #EFF4F9;
  transition: all 0.3s;
  margin-bottom: 25px;
}
.carox__team.style-1 .item:hover .social {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.carox__team.style-1 .item:hover .icon {
  transform: rotate(0deg);
  color: #ffce4d;
}
.carox__team.style-1 .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
}
.carox__team.style-1 .content {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  padding: 3px 10px 11px;
  text-align: center;
}
.carox__team.style-1 .content span{
  background: #fff;
  padding: 7px 12px;
  transition: all 0.3s;
}
.carox__team.style-1 .thumb {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.carox__team.style-1 .thumb img {
  width: 100%;
}
.carox__team.style-1 .social {
  position: absolute;
  right: 15px;
  top: 100%;
  display: grid;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  transform: translateY(-50%);
}
.carox__team.style-1 .social li a {
  width: 32px;
  height: 32px;
  color: #ffce4d;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s;
}
.carox__team.style-1 .social li a:hover {
  color: #333333;
  background-color: #ffce4d;
}
.carox__team.style-1 .icon {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.counter__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .counter__list {
    gap: 60px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .counter__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.carox__counter.style-1 {
  text-align: center;
  background-color: #EFF4F9;
  padding: 50px 30px 20px;
  position: relative;
  background-image: url(../images/counter-1.png);
  background-size: 0;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .carox__counter.style-1 {
    padding: 50px 30px 20px;
  }
}
.carox__counter.style-1:hover {
  background-size: cover;
  background-color: #ffce4d;
}
.carox__counter.style-1:hover .icon {
  color: #fff;
  background-color: #fa9830;
}
.carox__counter.style-1 .number {
  font-size: 26px;
  color: #1B1A1A;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
.carox__counter.style-1 .icon {
  width: 60px;
  height: 60px;
  background: #ffce4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  color: #333333;
  transform: translate(-50%, -50%);
  outline: 3px solid #fff;
  font-size: 29px;
  transition: all 0.3s;
}
.carox__counter.style-1 .title {
  font-size: 17px;
  color: #333333;
  font-weight: 500;
}
.project__area .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .project__area .sec-title-wrap {
    padding-bottom: 30px;
  }
}
.project__area-3 {
  background-color: #fa9830;
}
.project__area-3 .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .project__area-3 .sec-title-wrap {
    padding-bottom: 30px;
  }
}
.project__area-3 .sec-title {
  color: #fff;
}
.project__area-3 .project__cats button {
  color: #fff;
}
.project__area-4 .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .project__area-4 .sec-title-wrap {
    padding-bottom: 30px;
  }
}
.project__cats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .project__cats {
    gap: 5px;
    overflow-x: auto;
    margin-bottom: 30px;
  }
}
.project__cats button {
  background: transparent;
  border: 1px solid #ddd;
  border-right: 0;
  padding: 5px 15px;
  color: #333;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .project__cats button {
    border-right: 1px solid #ddd;
  }
}
.project__cats button:last-child {
  border-right: 1px solid #ddd;
}
.project__cats .mixitup-control-active {
  border-color: #ffce4d;
  background-color: #ffce4d;
}
.project__gallery.style-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .project__gallery.style-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .project__gallery.style-1 {
    grid-template-columns: 1fr;
  }
}
.project__gallery.style-1 .item {
  height: 510px;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1919px) {
  .project__gallery.style-1 .item {
    height: 360px;
  }
}
.project__gallery.style-1 .item:hover .content {
  background: rgba(31, 33, 45, 0.6196078431);
}
.project__gallery.style-1 .item:hover .plus,
.project__gallery.style-1 .item:hover .info {
  opacity: 1;
  transform: translateY(0);
}
.project__gallery.style-1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project__gallery.style-1 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .project__gallery.style-1 .content {
    padding: 30px 10px;
  }
}
.project__gallery.style-1 .info {
  background: #fff;
  border-radius: 100px;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
@media (max-width: 1919px) {
  .project__gallery.style-1 .info {
    width: 95%;
  }
}
@media (max-width: 1199px) {
  .project__gallery.style-1 .info {
    width: 100%;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .project__gallery.style-1 .info {
    padding: 15px 20px;
  }
}
.project__gallery.style-1 .icon {
  width: 50px;
  height: 50px;
  background: #ffce4d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23242C;
}
.project__gallery.style-1 .icon:hover {
  color: #ffce4d;
  background-color: #232323;
}
.project__gallery.style-1 .plus {
  width: 60px;
  height: 60px;
  color: #ffce4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 24px;
  margin-left: auto;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-20px);
}
.project__gallery.style-1 .title {
  color: #232323;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .project__gallery.style-1 .title {
    font-size: 20px;
  }
}
.project__details-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.project__details-wrapper .title {
  color: #232323;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .project__details-wrapper .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.project__details-wrapper .thumb {
  margin-bottom: 60px;
}
.project__details-wrapper .thumb img {
  width: 100%;
}
.project__details-top {
  position: relative;
}
.project__details-top .meta {
  position: absolute;
  width: 470px;
  background: #ffce4d;
  right: 0;
  bottom: 30px;
  padding: 30px 40px;
}
.project__details-top .meta ul {
  gap: 15px;
  display: grid;
}
.project__details-top .meta ul li {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #1B1A1A;
  font-weight: 500;
}

.carox__project.style-1 .item {
  background: #EFF4F9;
  transition: all 0.3s;
}
.carox__project.style-1 .item:hover .social {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.carox__project.style-1 .item:hover .icon {
  transform: rotate(0deg);
  color: #ffce4d;
}
.carox__project.style-1 .title {
  font-size: 22px;
  color: #333333;
  margin-bottom: 5px;
}
.carox__project.style-1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 20px;
}
.carox__project.style-1 .thumb {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.carox__project.style-1 .thumb img {
  width: 100%;
}
.carox__project.style-1 .social {
  position: absolute;
  right: 15px;
  top: 100%;
  display: grid;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  transform: translateY(-50%);
}
.carox__project.style-1 .social li a {
  width: 32px;
  height: 32px;
  color: #ffce4d;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s;
}
.carox__project.style-1 .social li a:hover {
  color: #333333;
  background-color: #ffce4d;
}
.carox__project.style-1 .icon {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.testimonial__area .sec-title-wrap {
  text-align: center;
  padding-bottom: 25px;
}
.testimonial__area-2 {
  background-color: #fa9830;
  background-image: url(../img/testimonial/bg.png);
  position: relative;
}
.testimonial__area-2 .sec-title-wrap {
  text-align: center;
  padding-bottom: 25px;
}
.testimonial__area-2 .sec-title-wrap .sec-title {
  color: #fff;
}
.testimonial__area-4 {
  background-color: #fff;
  background-image: url(../img/testimonial/bg-2.jpg);
  background-repeat: no-repeat;
  position: relative;
}
.testimonial__area-4 .sec-title-wrap {
  text-align: center;
  padding-bottom: 25px;
}
.testimonial__area-4 .sec-title-wrap .sec-title {
  color: #fff;
}
.testimonial__wrapper-4 {
  overflow: hidden;
  background-color: #EFF4F9;
}
.testimonial__left-4 {
  width: 60%;
  float: left;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .testimonial__left-4 {
    width: 100%;
    padding: 40px 15px;
  }
}
.testimonial__right-4 {
  float: left;
  width: 40%;
}
@media (max-width: 767px) {
  .testimonial__right-4 {
    width: 100%;
  }
}
.testimonial__img .one {
  position: absolute;
  left: 250px;
  top: 15%;
}
@media (max-width: 1199px) {
  .testimonial__img .one {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .testimonial__img .one {
    left: 30px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial__img .one {
    display: none;
  }
}
.testimonial__img .two {
  position: absolute;
  left: 100px;
  top: 60%;
}
@media (max-width: 1199px) {
  .testimonial__img .two {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .testimonial__img .two {
    display: none;
  }
}
.testimonial__img .three {
  position: absolute;
  left: 460px;
  top: 70%;
}
@media (max-width: 1199px) {
  .testimonial__img .three {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial__img .three {
    display: none;
  }
}
.testimonial__img .four {
  position: absolute;
  right: 220px;
  top: 20%;
}
@media (max-width: 1199px) {
  .testimonial__img .four {
    right: 50px;
  }
}
@media (max-width: 991px) {
  .testimonial__img .four {
    top: 20px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .testimonial__img .four {
    display: none;
  }
}
.testimonial__img .five {
  position: absolute;
  right: 100px;
  top: 60%;
}
@media (max-width: 767px) {
  .testimonial__img .five {
    display: none;
  }
}
.testimonial__img .six {
  position: absolute;
  right: 420px;
  top: 70%;
}
@media (max-width: 1199px) {
  .testimonial__img .six {
    right: 120px;
    top: 90%;
  }
}
@media (max-width: 991px) {
  .testimonial__img .six {
    right: 30px;
    top: 80%;
  }
}
@media (max-width: 767px) {
  .testimonial__img .six {
    display: none;
  }
}

.carox__testimonial__area .sec-title-wrap {
  padding-bottom: 50px;
}
.carox__testimonial.style-1 .item {
  border-radius: 4px;
  box-shadow: 1px 0px 10px 1px #ddd;
  position: relative;
}
.carox__testimonial.style-1 .item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border-left: 60px solid transparent;
  border-top: 60px solid #EDF2F7;
  transition: all 0.5s;
  z-index: -1;
}
.carox__testimonial.style-1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 20px 20px;
}
.carox__testimonial.style-1 .yellow {
  display: none;
}
.carox__testimonial.style-1 .text {
  padding: 0 15px 10px;
}
.carox__testimonial.style-1 .text p {
  font-size: 16px;
  color: #626262;
  font-style: italic;
}
.carox__testimonial.style-1 .info {
  /* gap: 20px; */
  /* display: flex; */
  align-items: center;
  background-color: #EDF2F7;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}
.carox__testimonial.style-1 .info::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  background: #fa9830;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.5s;
}
.carox__testimonial.style-1 .info p {
  color: #6C6C6E;
  font-size: 16px;
  font-weight: 400;
}
.carox__testimonial.style-1 .bio,
.carox__testimonial.style-1 .img {
  position: relative;
  z-index: 2;
}
.carox__testimonial.style-1 .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
}
.carox__testimonial.style-1 .name {
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
}
.carox__testimonial.style-1 .swiper-slide-active .item::after {
  border-top-color: #fa9830;
}
.carox__testimonial.style-1 .swiper-slide-active .info::after {
  width: 100%;
}
.carox__testimonial.style-1 .swiper-slide-active .info p {
  color: #515151;
}
.carox__testimonial.style-1 .swiper-slide-active .yellow {
  display: block;
}
.carox__testimonial.style-1 .swiper-slide-active .dark {
  display: none;
}
.carox__testimonial.style-2 .item {
  text-align: center;
}
.carox__testimonial.style-2 .item p {
  font-size: 18px;
  color: #C5C5C5;
  margin-bottom: 20px;
}
.carox__testimonial.style-2 .img {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.carox__testimonial.style-2 .name {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.carox__testimonial.style-2 .text {
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.carox__testimonial.style-2 .text p {
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .carox__testimonial.style-2 .text p {
    font-size: 18px;
  }
}
.carox__testimonial.style-3 .text p {
  font-size: 26px;
  color: #788284;
  font-style: italic;
  line-height: 1.3;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .carox__testimonial.style-3 .text p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .carox__testimonial.style-3 .text p {
    font-size: 20px;
  }
}
.carox__testimonial.style-3 .name {
  font-size: 22px;
  color: #fa9830;
  font-weight: 700;
  margin-bottom: 5px;
}
.carox__testimonial.style-3 .img {
  margin-bottom: 20px;
}
.carox__testimonial.style-3 .swiper .navigation {
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .carox__testimonial.style-3 .swiper .navigation {
    padding-bottom: 0;
  }
}
.carox__testimonial.style-3 .swiper .navigation i {
  transform: rotate(-90deg);
}

.solution__area {
  background-color: #EFF4F9;
}
@media (max-width: 991px) {
  .solution__area {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .solution__area {
    padding-bottom: 60px;
  }
}
.solution__area-2 {
  /*background-image: url(../solution/bg-2.png);*/
  background-repeat: no-repeat;
  background-position: right;
}
.solution__wrapper {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
@media (max-width: 991px) {
  .solution__wrapper {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.solution__left img {
  transform: translateY(-120px);
}
@media (max-width: 991px) {
  .solution__left img {
    transform: translateY(0);
    margin-top: -60px;
    max-width: 360px;
  }
}
.solution__left-2 {
  /*margin-left: -120px;*/
}
@media (max-width: 1199px) {
  .solution__left-2 img {
    height: 100%;
    object-fit: cover;
  }
}
.solution__right {
  /*padding-top: 40px;*/
  padding-left: 0;
}
.solution__right p{
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .solution__right {
    padding-top: 35px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .solution__right {
    padding-top: 30px;
    padding-left: 0;
  }
}
.solution__right .sec-title-wrap {
  padding-bottom: 19px;
}
.solution__right .sec-text {
  padding-bottom: 25px;
}
.solution__right .list {
  margin-bottom: 20px;
}
.solution__right .list li {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
  margin-bottom: 11px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .solution__right .list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .solution__right .list li {
    font-size: 18px;
  }
}
.solution__right .list li i {
  color: #ffce4d;
}

.feature__list-2 {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.contact_list-2 {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .feature__list-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .feature__list-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .carox__feature.style-2 .title {font-size: 18px;}
}

.carox__feature.style-2 {
  padding-top: 30px;
}
.carox__feature.style-2:hover .read-more {
  opacity: 1;
  visibility: visible;
}
.carox__feature.style-2:hover .content {
  border-color: transparent;
}
.carox__feature.style-2:hover .read-more {
  transform: translateY(0);
}
.carox__feature.style-2:hover .icon {
  color: #ffce4d;
  background-color: #fa9830;
}
.carox__feature.style-2:hover .icon::after {
  border-top-color: #fa9830;
}
.carox__feature.style-2 .content {
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom: 3px solid #ffce4d;
  padding: 0 20px 30px;
  transition: all 0.3s;
}
.carox__feature.style-2 .icon {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffce4d;
  color: #fa9830;
  border-radius: 0 0 3px 3px;
  position: relative;
  transform: translateY(-30px);
  transition: all 0.3s;
}
.carox__feature.style-2 .icon::after {
  position: absolute;
  content: "";
  bottom: -10px;
  border-top: 10px solid #ffce4d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.3s;
}
.carox__feature.style-2 .title {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
}
.carox__feature.style-2 p {
  color: #788284;
  font-size: 15px;
  line-height: 1.5;
}
.carox__feature.style-2 .read-more {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  background: #1b1a1a;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 5px;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .carox__feature.style-2 .read-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.offer__wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .offer__wrapper {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.offer__wrapper .content a {
  display: inline-block;
  color: #222;
  background-color: #ffce4d;
  padding: 5px 15px;
  border-radius: 30px;
  transition: all 0.3s;
  margin-top: 20px;
}
.offer__wrapper .content a:hover {
  background-color: #e9bc61;
}
.offer__left {
  background-image: url(../img/feature/feature-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
@media (max-width: 767px) {
  .offer__left {
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px;
  }
}
.offer__left .offer {
  font-size: 22px;
  color: #222;
  padding-bottom: 15px;
  font-style: italic;
}
.offer__left .title {
  font-size: 22px;
  color: #333;
  padding-bottom: 10px;
  font-weight: 700;
}
.offer__left p {
  color: #636363;
  max-width: 200px;
}
.offer__right {
  background-image: url(../img/feature/feature-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
@media (max-width: 767px) {
  .offer__right {
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px;
  }
}
.offer__right .offer {
  font-size: 22px;
  color: #fff;
  padding-bottom: 15px;
  font-style: italic;
}
.offer__right .title {
  font-size: 22px;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 700;
}
.offer__right p {
  color: #C5C5C5;
  max-width: 200px;
}

.product__area .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
.product__inp-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .product__inp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .product__inp-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product__details-top .card-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.product__details-top img {
  width: 100%;
  display: block;
}
.product__details-top .img-display {
  overflow: hidden;
}
.product__details-top .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.product__details-top .img-showcase img {
  min-width: 100%;
}
.product__details-top .img-select {
  gap: 15px;
  display: flex;
  justify-content: center;
}
.product__details-top .img-item {
  margin-top: 15px;
}
.product__details-top .img-item:nth-child(1),
.product__details-top .img-item:nth-child(2),
.product__details-top .img-item:nth-child(3) {
  margin-right: 0;
}
.product__details-top .img-item:hover {
  opacity: 0.8;
}
.product__details-top .product-content {
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  .product__details-top .product-content {
    padding: 2rem 0;
  }
}
.product__details-top .product-title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #222222;
  margin-bottom: 20px;
}
.product__details-top .product-rating {
  color: #ffc107;
  margin: 15px 0;
}
.product__details-top .product-rating span {
  font-weight: 600;
  color: #252525;
}
.product__details-top .product-price p {
  font-size: 30px;
  font-weight: 700;
  color: #ffce4d;
  font-family: "Barlow", sans-serif;
}
.product__details-top .product-price del {
  color: #333;
}
.product__details-top .product-price span {
  font-weight: 400;
}
.product__details-top .product-detail h2 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.product__details-top .purchase-info {
  margin: 30px 0;
}
.product__details-top .purchase-info a {
  padding: 12px 25px 10px;
  border-radius: 5px;
}
.product__details-top .social-links {
  gap: 10px;
  display: flex;
  align-items: center;
}
.product__details-top .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.5s ease;
}
.product__details-top .social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .product__details-top .card-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  .product__details-top .card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product__details-top .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product__details-top .product-content {
    padding-top: 0;
  }
}
.product__details-top .quantity-field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-top: 30px;
}
.product__details-top .quantity-field .value-button {
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 100%;
  padding: 0;
  outline: none;
  cursor: pointer;
  font-size: 22px;
}
.product__details-top .quantity-field .decrease-button {
  margin-right: -4px;
}
.product__details-top .quantity-field .increase-button {
  margin-left: -4px;
}
.product__details-top .quantity-field .number {
  display: inline-block;
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 100%;
  line-height: 40px;
  box-sizing: border-box;
  background: #fff;
}
.product__details-top .quantity-field .number::selection {
  background: none;
}
.product__details-tabs .nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.product__details-tabs .nav-tabs .nav-link {
  color: #4A4C59;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 0;
}
.product__details-tabs .nav-tabs .nav-link.active {
  border: none;
  border-radius: 0;
  color: #060606;
  background-color: #ffce4d;
}
.product__details-tabs .nav-item {
  color: #4A4C59;
  background: #EFF2F9;
}
.product__details-tabs .tab-pane p {
  padding-bottom: 20px;
}

.review_form .rating {
  font-size: 20px;
  margin-bottom: 15px;
}
.review_form form {
  max-width: 600px;
}
.review_form input,
.review_form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
}
.review_form textarea {
  height: 120px;
}
.review_form .btn-list button {
  text-transform: capitalize;
  padding: 10px 24px;
  outline: none;
  border: none;
}

.carox__product.style-1 .thumb img {
  width: 100%;
}
.carox__product.style-1 .content {
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.carox__product.style-1 .category {
  color: #626262;
  font-style: italic;
}
.carox__product.style-1 .title {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  padding-top: 3px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .carox__product.style-1 .title {
    font-size: 20px;
  }
}
.carox__product.style-1 .rating {
  margin-top: 3px;
  margin-bottom: 20px;
}
.carox__product.style-1 .btn-cart {
  display: inline-block;
  background-color: #EFF4F9;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  padding: 8px 24px 7px;
}
.carox__product.style-1 .btn-cart:hover {
  background-color: #F8BD43;
}

.brand__area .title-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.brand__area .title-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 12px;
  background: #ddd;
}
.brand__area .sec-sub-title {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.brand__area .sec-sub-title::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  background: #fff;
  left: -5%;
  z-index: -1;
}
.brand__area.home-3 {
  background-color: #fa9830;
}
.brand__area.home-3 .title-wrap::after {
  background: rgba(221, 221, 221, 0.2);
}
.brand__area.home-3 .sec-sub-title::before {
  background: #fa9830;
}
.brand__area.home-3 .brand__slider {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  padding-bottom: 65px;
}

.app__inner {
  background-image: url(../img/others/app-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 60px 100px;
}
@media (max-width: 1199px) {
  .app__inner {
    padding: 120px 40px 100px;
  }
}
@media (max-width: 991px) {
  .app__inner {
    padding: 80px 30px 60px;
  }
}
@media (max-width: 767px) {
  .app__inner {
    padding: 60px 15px 260px;
  }
}
.app__inner .image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .app__inner .image {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .app__inner .image {
    max-width: 250px;
  }
}
.app__inner .shape {
  position: absolute;
  left: 40%;
  top: 50%;
}
@media (max-width: 991px) {
  .app__inner .shape {
    left: 55%;
    top: 70%;
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .app__inner .shape {
    left: 15px;
  }
}
.app__inner .sec-title {
  color: #fff;
  max-width: 500px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.app__inner .sec-title span {
  color: #ffce4d;
}
.app__inner .sec-text {
  color: #ECECEC;
  padding-bottom: 35px;
}
.app__list ul {
  gap: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .app__list ul {
    gap: 10px;
  }
}
.app__list ul li a {
  border: 1px solid #fff;
  width: 160px;
  padding: 12px;
  border-radius: 3px;
  transition: all 0.3s;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 767px) {
  .app__list ul li a {
    width: 145px;
  }
}
.app__list ul li a:hover {
  color: #fa9830;
  border-color: #ffce4d;
  background-color: #ffce4d;
}

.service__area {
  background-image: url("../img/service/service-bg.jpg");
  background-position-x: 260px;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1919px) {
  .service__area {
    background-position-x: 60px;
  }
}
@media (max-width: 1199px) {
  .service__area {
    background-position-x: 0px;
  }
}
.service__area::after {
  position: absolute;
  content: "";
  background-image: url("../img/service/service-bg-2.png");
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -130px;
  z-index: -1;
}
.service__area-2 {
  /*background-image: url("../img/service/service-bg-2.jpg");*/
  background: #fa9830;
}

.service__area-3 {
  background-color: #fa9830;
  background-image: url("../img/service/service-bg-2.jpg");
  background-repeat: no-repeat;
  padding-top: 50px;
}
.service__area-3 .item{
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .service__area-3 {
    padding-top: 100px;
  }
}
.service__area-3 .text {
  color: #fff !important;
}
@media (max-width: 767px) {
  .service__area-3 .carox__service.style-1 .slider-btm {
    gap: 30px;
  }
}
.service__area-5 .service__top .sec-title {
  color: #1B1A1A;
  text-align: center;
}
.service__area-5 .service__text p {
  color: #333;
}
.service__top {
  /*display: grid;*/
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .service__top {
    padding-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
.service__top .sec-title-wrap {
  text-align: left;
  padding-bottom: 0;
}
.service__top .sec-title {
  color: #fff;
  text-align: center;
}
.service__top-4 {
  padding-bottom: 70px;
}
.service__top-4 .sec-title-wrap {
  text-align: center;
}
.service__btm-4 {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .service__btm-4 {
    gap: 30px 15px;
  }
}
@media (max-width: 991px) {
  .service__btm-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .service__btm-4 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .service__text {
    padding-top: 20px;
  }
}
.service__text p {
  color: #C5C5C5;
  max-width: 500px;
  line-height: 1.7;
  font-weight: 400;
}
.service__text p span {
  display: inline-block;
  background: #ffce4d;
  padding: 0px 6px;
  color: #333;
}
.service__inp-list {
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service__other {
  background: #EFF4F9;
  border-radius: 15px;
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .service__other {
    padding: 30px 15px;
  }
}
.service__other ul {
  gap: 20px;
  display: grid;
}
.service__other ul li a {
  width: 100%;
  border-radius: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  transition: all 0.3s;
  color: #23252A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .service__other ul li a {
    gap: 7px;
    font-size: 16px;
  }
}
.service__other ul li a i {
  font-size: 32px;
}
@media (max-width: 991px) {
  .service__other ul li a i {
    font-size: 24px;
  }
}
.service__other ul li a:hover {
  background: #ffce4d;
}

.carox__service.style-1 .swiper-slide-active .content,
.carox__service.style-1 .item:hover .content {
  background-color: #ffce4d;
}

.carox__service.style-1 .item:hover .content h3{
  color: #fff;
}

.carox__service.style-1 .swiper-slide-active .content p,
.carox__service.style-1 .item:hover .content p {
  color: #424242;
}
.carox__service.style-1 .swiper-slide-active .number,
.carox__service.style-1 .item:hover .number {
  border-color: #fff;
  background-color: #ffce4d;
}
.carox__service.style-1 .swiper-slide-active .btn-service,
.carox__service.style-1 .item:hover .btn-service {
  color: #2b2b2b;
  background-color: #fff;
}
.carox__service.style-1 .thumb {
  position: relative;
}
.carox__service.style-1 .thumb img {
  width: 100%;
}
.carox__service.style-1 .number {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #EFF4F9;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 5px solid #ffce4d;
  border-left: 5px solid #ffce4d;
  transition: all 0.3s;
}
.carox__service.style-1 .number span {
  width: 30px;
  height: 30px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
}
.carox__service.style-1 .content {
  background: #EFF4F9;
  padding: 8px 15px;
  transition: all 0.3s;
}
.carox__service.style-1 .content p {
  color: #788284;
  line-height: 1.5;
  padding-bottom: 20px;
}
.carox__service.style-1 .title {
  color: #333333;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}
.carox__service.style-1 .title:hover {
  color: #333333;
}
.carox__service.style-1 .btn-service {
  position: relative;
  background: #ffce4d;
  padding: 8px 15px;
  right: 0;
  bottom: -18px;
  color: #fff;
  transition: all 0.3s;
}
.carox__service.style-1 .swiper .navigation {
  margin-top: 0;
}
.carox__service.style-1 .slider-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .carox__service.style-1 .slider-btm {
    flex-direction: column-reverse;
  }
}
.carox__service.style-1 .slider-btm .wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .carox__service.style-1 .slider-btm .wrap {
    gap: 20px;
  }
}
.carox__service.style-1 .slider-btm .text {
  font-size: 22px;
  color: #fa9830;
  max-width: 380px;
  font-weight: 700;
  padding-left: 15px;
  border-left: 3px solid #ffce4d;
}
@media (max-width: 767px) {
  .carox__service.style-1 .slider-btm .text {
    font-size: 18px;
  }
}
.carox__service.style-2 .item {
  background: #EFF4F9;
  position: relative;
  margin-bottom: 25px;
}
.carox__service.style-2 .item:hover .btn-service {
  color: #fff;
  background-color: #ffce4d;
}
.carox__service.style-2 .item:hover .number {
  -webkit-text-stroke-color: #ffce4d;
}
.carox__service.style-2 .thumb img {
  width: 100%;
}
.carox__service.style-2 .content {
  padding: 12px 15px 15px;
  text-align: center;
}
.carox__service.style-2 .content p {
  padding-bottom: 20px;
}
.carox__service.style-2 .number {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 70px;
  font-weight: 500;
  transition: all 0.3s;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fa9830;
}
.carox__service.style-2 .title {
   color: #333;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 15px;
}
.carox__service.style-2 .btn-service {
  background: #fff;
  padding: 7px 12px;
  transition: all 0.3s;
}
.carox__service.style-2 .slider-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .carox__service.style-2 .slider-btm {
    flex-direction: column-reverse;
  }
}
.carox__service.style-2 .slider-btm .wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .carox__service.style-2 .slider-btm .wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .carox__service.style-2 .slider-btm img {
    max-width: 80px;
  }
}
.carox__service.style-2 .slider-btm .text {
  font-size: 22px;
  color: #fa9830;
  max-width: 380px;
  font-weight: 700;
  padding-left: 15px;
  border-left: 3px solid #ffce4d;
}
@media (max-width: 767px) {
  .carox__service.style-2 .slider-btm .text {
    font-size: 18px;
  }
}
.carox__service.style-2 .swiper .navigation {
  margin-top: 0;
}
.carox__service.style-3 {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0 0 150px 150px;
  padding-bottom: 50px;
  transition: all 0.5s;
  background-image: url(../img/service/service-3.png);
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: 0;
}
.carox__service.style-3:hover {
  background-size: auto;
}
.carox__service.style-3:hover::after {
  opacity: 1;
}
.carox__service.style-3:hover::before {
  opacity: 1;
  transform: rotate(135deg) translateX(0px);
}
.carox__service.style-3:hover .title {
  color: #fff;
}
.carox__service.style-3::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 60px;
  background-color: rgb(255, 171, 5);
  left: 0;
  bottom: 0;
  transform: rotate(135deg) translateX(80px);
  z-index: 0;
  transition: all 0.5s;
  opacity: 0;
}
.carox__service.style-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(3, 12, 26, 0.4431372549);
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.carox__service.style-3 .title {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  transition: all 0.3s;
  padding-bottom: 20px;
}
.carox__service.style-3 .title:hover {
  color: #ffce4d;
}
.carox__service.style-3 .number {
  width: 60px;
  height: 60px;
  background: #ffce4d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  border-radius: 0 0 5px 5px;
  font-size: 28px;
  color: #333;
  font-weight: 600;
}
.carox__service.style-3 .number::after {
  position: absolute;
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ffce4d;
  bottom: -10px;
}
.carox__service.style-3 .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #EFF4F9;
  outline: 7px solid #fff;
  border: 1px dotted #ffce4d;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffce4d;
  position: relative;
}

.pricing__area {
  background-color: #fa9830;
}
.pricing__wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .pricing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pricing__wrapper {
    grid-template-columns: 1fr;
  }
}

.carox__pricing.style-1 {
  background: #363842;
  border-radius: 50px 0 100px 0;
  padding: 50px 40px;
  position: relative;
}
.carox__pricing.style-1 .price-img {
  position: absolute;
  right: 0;
  top: 40px;
  max-width: 150px;
}
@media (max-width: 1199px) {
  .carox__pricing.style-1 .price-img {
    max-width: 100px;
  }
}
.carox__pricing.style-1 .title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 25px;
}
.carox__pricing.style-1 .list {
  padding-bottom: 30px;
}
.carox__pricing.style-1 .list li {
  color: #C5C5C5;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 400;
}
.carox__pricing.style-1 .main-price {
  text-decoration: line-through;
  color: #ddd;
  font-size: 24px;
}
.carox__pricing.style-1 .sale-price {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}
.carox__pricing.style-1 .period {
  font-size: 20px;
}
.carox__pricing.style-1.highlight {
  border-radius: 0;
  background-color: #ffce4d;
}
.carox__pricing.style-1.highlight .list li,
.carox__pricing.style-1.highlight .main-price,
.carox__pricing.style-1.highlight .sale-price,
.carox__pricing.style-1.highlight .period,
.carox__pricing.style-1.highlight .title {
  color: #fa9830;
}
.carox__pricing.style-1.highlight a {
  background-color: #fff;
}

.faq__area-2 {
  background-image: url(../img/faq/faq-2.png);
  background-repeat: no-repeat;
  background-position: 15% 33%;
}
.faq__wrapper-2 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .faq__wrapper-2 {
    grid-template-columns: 1fr;
  }
}
.faq__right-2 .sec-title-wrap {
  margin-bottom: 50px;
}
.faq__right-2 .accordion {
  gap: 20px;
  display: grid;
}
.faq__right-2 .accordion-body {
  font-size: 17px;
  color: #636363;
}
.faq__right-2 .accordion-button {
  font-size: 18px;
  color: #222222;
  background-color: #ffce4d;
}
.faq__right-2 .accordion-button.collapsed {
  color: #fff;
  background: #fa9830;
}
.faq__right-2 .accordion-button:focus {
  border-color: #ddd;
  box-shadow: none;
}

.video__area {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.video__area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fa9830;
  opacity: 0.8;
}
.video__content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .video__content {
    padding: 60px 15px;
  }
}
.video__content::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 200px;
  top: -60px;
  left: 130px;
  border-radius: 50px;
  background-color: #ffce4d;
  transform: rotate(-30deg);
}
@media (max-width: 767px) {
  .video__content::before {
    left: 0;
    height: 150px;
  }
}
.video__content::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 200px;
  bottom: -60px;
  right: 130px;
  border-radius: 50px;
  background-color: #ffce4d;
  transform: rotate(-30deg);
}
@media (max-width: 767px) {
  .video__content::after {
    right: 0;
    height: 120px;
  }
}
.video__content .modal-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.video__content .title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .video__content .title {
    font-size: 30px;
  }
}
.video__content p {
	max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 25px;
    color: #C5C5C5;
    font-size: 16px;
}

.process__area .sec-title-wrap {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .process__area .sec-title-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .process__area-4 .carox__process.style-2:nth-child(2) .direction {
    display: none;
  }
}
.process__area-4 .sec-title-wrap {
  text-align: center;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .process__area-4 .sec-title-wrap {
    padding-bottom: 25px;
  }
}
.process__list {
  gap: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .process__list {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .process__list {
    gap: 20px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .process__list{grid-template-columns: repeat(2, 1fr);}
  
}

.carox__process.style-1 {
  text-align: center;
  background-color: #EFF4F9;
  padding: 40px 30px;
  position: relative;
  border-radius: 0 0 200px 200px;
}
@media (max-width: 991px) {
  .carox__process.style-1:nth-child(2) .direction {
    display: none;
  }
}
.carox__process.style-1 .thumb {
  margin-bottom: 25px;
}
.carox__process.style-1 .title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
}
.carox__process.style-1 .content p {
  font-size: 16px;
  color: #788284;
}
.carox__process.style-1 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background: #ffce4d;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
}
.carox__process.style-1 .direction {
  position: absolute;
  bottom: -45px;
  right: -100px;
}
.carox__process.style-2 {
  text-align: center;
  background-color: #EFF4F9;
  padding: 15px 15px 13px;
  position: relative;
  border-radius: 20px 20px 0 0;
    /* display: flex;*/
  flex-direction: column-reverse;
}
.carox__process.style-2 .thumb {
  margin-bottom: 10px;
}
.carox__process.style-2 .thumb img{
  border-radius: 30px 30px 0 0;
}
.carox__process.style-2 .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-bottom: 8px;
}
.carox__process.style-2 .content p {
  font-size: 16px;
  color: #788284;
}
.carox__process.style-2 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background: #ffce4d;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
}
.carox__process.style-2 .direction {
  position: absolute;
  bottom: -30px;
  right: -50px;
}
@media (max-width: 767px) {
  .carox__process.style-2 .direction {
    display: none;
  }
}

.skill__area {
  background-image: url(../img/skill/skill-bg.jpg);
  background-repeat: no-repeat;
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .skill__area {
    background-size: cover;
  }
}
.skill__area .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
.skill__area .sec-title {
  color: #fff;
}
.skill__area-2 {
  background-color: #fa9830;
  background-image: url(../img/skill/bg-2.png);
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .skill__area-2 {
    background-size: 0;
    background-color: #fff;
  }
}
.skill__area-2::after {
  position: absolute;
  content: "";
  width: 650px;
  height: 650px;
  border-radius: 100%;
  background-color: #fff;
  top: 50%;
  left: 13%;
  z-index: 0;
  transform: translateY(-50%);
}
@media (max-width: 1919px) {
  .skill__area-2::after {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .skill__area-2::after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .skill__area-2::after {
    display: none;
  }
}
.skill__area-2 .sec-text {
  padding-bottom: 25px;
}
.skill__wrapper-2 {
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  padding-right: 100px;
  margin-right: -160px;
}
@media (max-width: 1919px) {
  .skill__wrapper-2 {
    margin-right: -100px;
  }
}
@media (max-width: 1399px) {
  .skill__wrapper-2 {
    margin-right: -60px;
  }
}
@media (max-width: 1199px) {
  .skill__wrapper-2 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .skill__wrapper-2 {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .skill__wrapper-2 {
    grid-template-columns: 1fr;
  }
}
.skill__wrapper-2 .btn-wrap {
  padding-top: 30px;
}
.skill__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .skill__list {
    gap: 50px 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .skill__list {
    grid-template-columns: 1fr;
  }
}
.skill__left-2 {
  position: relative;
  z-index: 1;
}
.skill__right-2 {
  z-index: 1;
}

.carox__progressbar.style-1 {
  text-align: center;
}
.carox__progressbar.style-1 .pie {
  margin: 0 auto;
}
.carox__progressbar.style-1 text {
  font-size: 15px;
  fill: #fff;
  font-weight: 500;
}
.carox__progressbar.style-1 .title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}
.carox__progressbar.style-2 .title {
  color: #fa9830;
  font-weight: 500;
  font-size: 16px;
}
.carox__progressbar.style-2 .progress-percent {
  font-size: 16px;
  color: #fa9830;
  font-weight: 500;
}
.carox__progressbar.style-2 .btn-wrap {
  padding-top: 40px;
}

.register__inner {
  background: #EFF4F9;
  padding: 40px 50px 50px;
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .register__inner {
    padding: 40px 30px 40px;
  }
}
.register__inner .title {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .register__inner .title {
    margin-bottom: 20px;
  }
}
.register__inner .single {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .register__inner .single {
    margin-bottom: 15px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .register__inner .single {
    flex-direction: column;
  }
}
.register__inner .single input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  color: #788284;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
}
.register__inner .single-checkbox {
  margin-bottom: 30px;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.register__inner .single-checkbox label {
  cursor: pointer;
}
.register__inner .single-checkbox a {
  color: #ffce4d;
}
.register__inner .single-checkbox a:hover {
  color: var(--secondary);
}
.register__inner .single-submit input {
  font-size: 16px;
  color: #333333;
  padding: 12px 20px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  background-color: #ffce4d;
  transition: all 0.3s;
}
.register__inner .single-submit input:hover {
  background-color: #fa9830;
  color: #ffce4d;
}

.blog__area {
  padding-top: 50px;
  padding-bottom: 40px;
  /*background-image: url(../img/bg/bg-blog.png);*/
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .blog__area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog__area .sec-title-wrap {
  text-align: center;
  padding-bottom: 30px;
}
.blog__area-2 {
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .blog__area-2 {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .blog__area-2 {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}
.blog__area-2 .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
.blog__area-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fa9830;
}
.blog__area-3 .sec-title-wrap {
  text-align: center;
  padding-bottom: 25px;
}
.blog__area-3 .sec-title {
  color: #fff;
}
.blog__area-4 .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
.blog-detail__wrapper {
  gap: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 991px) {
  .blog-detail__wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog-detail__wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.blog-detail__content .thumb {
  margin-bottom: 10px;
  float: right;
  margin-left: 10px;
}
.blog-detail__content .thumb img{
  width: 200px;
  border-radius: 5px;
}
.blog-detail__content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  border-bottom: 1px solid #0000001f;
  padding: 0 0 5px;
}
.blog-detail__content .meta p{
  font-size: 15px;
}
.blog-detail__content .title {
  color: #232323;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .blog-detail__content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog__details h4 {
  padding-bottom: 8px;
  color: #2c2b2a;
  font-weight: 600;
}
.blog__details h3 {
  font-size: 24px;
  margin-bottom: 4px;
  color: #ffce4d;
  font-weight: 600;
}
.blog__details p {
  padding-bottom: 10px;
}
.blog__details ul {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog__details ul {
    grid-template-columns: 1fr;
  }
}
.blog__details ul li {
  position: relative;
  padding-left: 15px;
}
.blog__details ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FEAA06;
  left: 0;
  top: 8px;
}
.blog__search {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .blog__search {
    padding-bottom: 30px;
  }
}
.blog__search form {
  position: relative;
}
.blog__search input {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 30px;
}
.blog__search .search-icon {
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  border: 0;
  outline: none;
  background: #ffce4d;
  color: #fa9830;
  right: 3px;
  top: 3px;
}
.blog__ad {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .blog__ad {
    padding-bottom: 30px;
  }
}
.blog__category {
  margin-bottom: 20px;
  background-color: #EFF4F9;
  padding: 22px 29px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .blog__category {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.blog__category ul li {
    padding: 9px 15px;
    background: #fff;
    margin-bottom: 10px;
	transition: all 0.3s;
}
.blog__category ul li:hover {
    background: #ffce4d;
	color: #000;
}
.blog__category ul li:hover a{
	color: #fff;
}
.blog__category ul li a {
  font-size: 15px;
  color: #7A8385;
  transition: all 0.3s;
}
.blog__tags {
  margin-bottom: 50px;
  background-color: #EFF4F9;
  padding: 40px 30px;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .blog__tags {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
.blog__tags ul {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.blog__tags ul li {
  padding-bottom: 7px;
}
.blog__tags ul li a {
  font-size: 16px;
  color: #7A8385;
  transition: all 0.3s;
  background: #fff;
  padding: 5px 10px;
}
.blog__tags ul li a:hover {
  color: #fa9830;
  background: #FEAA06;
}
.blog__recent {
  background-color: #EFF4F9;
  padding: 40px 30px;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .blog__recent {
    padding: 30px 20px;
  }
}
.blog__recent .item {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog__recent .item {
    gap: 5px;
  }
}
.blog__recent .item:last-child {
  margin-bottom: 0;
}
.blog__recent .item p {
  font-size: 14px;
  color: #4A4C59;
}
.blog__recent .title {
  color: #232323;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .blog__recent .title {
    margin-top: 0;
    font-size: 14px;
  }
}
.blog__recent .title:hover {
  color: #FEAA06;
}

.carox__blog .thumb {
  position: relative;
  border-radius: 5px;
}
.carox__blog .title {
  font-size: 19px;
  color: #333333;
  font-weight: 600;
  transition: all 0.3s;
}
.carox__blog .title:hover a {
  color: #FEAA06;
}
.carox__blog.style-1 {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .carox__blog.style-1 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .carox__blog.style-1 {
    grid-template-columns: 1fr;
  }
}
.carox__blog.style-1 .blog-item {
  transition: all 0.3s;
  background: #EFF4F9;
}
.carox__blog.style-1 .blog-item:hover .date {
  background-color: #FEAA06;
}
.carox__blog.style-1 .blog-item:hover .date::after {
  background: #333333;
}
.carox__blog.style-1 .blog-item:hover .date .icon,
.carox__blog.style-1 .blog-item:hover .date p {
  color: #333333;
}
.carox__blog.style-1 .thumb {
  margin-bottom: 10px;
}
.carox__blog.style-1 .thumb img{
  width: 100%;
}
.carox__blog.style-1 .date {
	display: inline-flex;
    align-items: center;
    gap: 20px;
    background: #050505;
    border-radius: 30px;
    border: 3px solid #fff;
    padding: 6px 15px;
    position: absolute;
    bottom: -19px;
    right: 10px;
    transition: all 0.3s;
}
.carox__blog.style-1 .date::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 33px;
  background: #C5C5C5;
  left: 35px;
  top: 0;
}
.carox__blog.style-1 .date .icon {
  font-size: 12px;
  color: #ffce4d;
}
.carox__blog.style-1 .date p {
  color: #C5C5C5;
  font-size: 12px;
}
.carox__blog.style-1 .content {
  padding: 10px 14px;
}
@media (max-width: 991px) {
  .carox__blog.style-1 .content {
    padding: 10px 14px;
  }
}
.carox__blog.style-1 .content p {
  line-height: 1.6;
  padding-bottom: 15px;
}
.carox__blog.style-1 .title {
  padding-top: 5px;
  padding-bottom: 10px;
}
.carox__blog.style-1 .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carox__blog.style-1 .link span {
  background: #fff;
  padding: 7px 12px;
  transition: all 0.3s;
}
.carox__blog.style-1 .blog-item:hover .link span{
  color: #333;
  background-color: #ffce4d;
}
.carox__blog.style-1 .link a {
  color: #333333;
  font-weight: 500;
}
.carox__blog.style-1 .link a:hover {
  color: #FEAA06;
}
.carox__blog.style-1 .link a i {
  padding-left: 3px;
  color: #FEAA06;
}
.carox__blog.style-1 .link p {
  color: #636363;
  padding-bottom: 0;
}
.carox__blog.style-2 {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .carox__blog.style-2 {
    grid-template-columns: 1fr;
  }
}
.carox__blog.style-2 .blog-item {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #EFF4F9;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .carox__blog.style-2 .blog-item {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.carox__blog.style-2 .blog-item:hover::before {
  bottom: -40px;
  opacity: 1;
}
.carox__blog.style-2 .blog-item:hover::after {
  right: -50px;
  opacity: 1;
}
.carox__blog.style-2 .blog-item:hover .date {
  color: #333333;
  background-color: #FEAA06;
}
.carox__blog.style-2 .blog-item::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #FEAA06;
  right: -25px;
  bottom: -80px;
  transition: all 0.5s;
  opacity: 0;
}
.carox__blog.style-2 .blog-item::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #fa9830;
  right: -80px;
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
}
.carox__blog.style-2 .date {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #050505;
  border-radius: 30px 0 0 30px;
  border: 3px solid #fff;
  padding: 6px 11px 6px 15px;
  position: absolute;
  top: 50px;
  left: -45px;
  transition: all 0.5s;
  transform: rotate(-90deg);
  font-size: 14px;
  color: #ffce4d;
}
.carox__blog.style-2 .date::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 33px;
  background: #C5C5C5;
  left: 35px;
  top: 0;
}
.carox__blog.style-2 .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carox__blog.style-2 .title {
  margin-bottom: 10px;
}
.carox__blog.style-2 .content {
  padding: 30px 30px 30px 0;
}
@media (max-width: 767px) {
  .carox__blog.style-2 .content {
    padding: 0 15px 30px;
  }
}
.carox__blog.style-2 .content ul {
  gap: 10px;
  display: flex;
  margin-bottom: 15px;
}
.carox__blog.style-2 .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.carox__blog.style-2 .link a {
  color: #333333;
  font-weight: 500;
}
.carox__blog.style-2 .link a:hover {
  color: #FEAA06;
}
.carox__blog.style-2 .link a i {
  padding-left: 3px;
  color: #FEAA06;
}
.carox__blog.style-3 {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .carox__blog.style-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .carox__blog.style-3 {
    grid-template-columns: 1fr;
  }
}
.carox__blog.style-3 .blog-item {
  background-color: #050505;
  padding: 20px 20px;
  border-radius: 5px;
}
.carox__blog.style-3 .author {
  color: #C5C5C5;
  padding-bottom: 10px;
}
.carox__blog.style-3 .thumb {
  margin-bottom: 0;
}
.carox__blog.style-3 .date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #363842;
  border-radius: 30px;
  border: 3px solid #fff;
  padding: 6px 16px;
  transition: all 0.3s;
  margin-bottom: 13px;
}
.carox__blog.style-3 .date::after {
  /*position: absolute;
  content: "";
  width: 1px;
  height: 33px;
  background: #C5C5C5;
  left: 43px;
  top: 0;*/
}
.carox__blog.style-3 .date:first-child{
	/*display: none;*/
}

.carox__blog.style-3 .date .icon {
  font-size: 14px;
  color: #ffce4d;
}
.carox__blog.style-3 .date p {
  color: #C5C5C5;
  font-size: 12px;
}
.carox__blog.style-3 .content p {
  color: #C5C5C5;
  line-height: 1.6;
  padding-bottom: 15px;
}
.carox__blog.style-3 .title {
  padding-top: 0;
  padding-bottom: 15px;
  color: #fff;
}
.carox__blog.style-3 .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carox__blog.style-3 .link a {
  color: #fff;
  font-weight: 500;
}
.carox__blog.style-3 .link a:hover {
  color: #FEAA06;
}
.carox__blog.style-3 .link a i {
  padding-left: 3px;
  color: #FEAA06;
}
.carox__blog.style-3 .link p {
  color: #C5C5C5;
  padding-bottom: 0;
}

.comment__item {
  gap: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .comment__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.comment__item.reply {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .comment__item.reply {
    padding-left: 30px;
  }
}
.comment__item .name {
  font-size: 22px;
  color: #232323;
  font-weight: 700;
  padding-bottom: 5px;
}
.comment__item .date {
  gap: 60px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.comment__item .date a {
  font-weight: 500;
  color: #FEAA06;
}
.comment__form{
  box-shadow: rgb(17 12 46 / 6%) 0px 0 10px 0px;
  padding: 25px 25px;
}
.comment__form textarea,
.comment__form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.comment__form textarea {
  height: 120px;
}
.comment__form .submit {
  outline: none;
  border: none;
  float: right;
}
.widget__title {
  font-size: 22px;
  color: #232323;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
.widget__title::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  left: 0;
  bottom: -5px;
  background: #ffce4d;
}

.contact__area {
  margin-top: -116px;
}
@media (max-width: 991px) {
  .contact__area {
    margin-top: 0;
    padding-top: 60px;
  }
}
.contact__area-2 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .contact__area-2 {
    background-color: #333333;
  }
}
.contact__area-3 {
  background-image: url(../img/contact/map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__area-4 {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .contact__area-4 {
    background-position: right;
  }
}
.contact__area-5 .contact__wrapper {
  padding: 0;
  grid-template-columns: 1.6fr 1fr;
  align-items: flex-start;
  transform: translateY(141px);
  /*max-width: 1280px;*/
  margin: 0 auto;
}
.contact__area-5 .contact__left {
  border-color: #ffce4d;
}
.contact__area-5 .contact__right .content {
  left: unset;
  right: 30px;
}
.contact__wrapper {
  /*display: grid;*/
  grid-template-columns: 1fr 1.9fr;
  align-items: flex-end;
  /*padding-left: 350px;*/
}
@media (max-width: 1919px) {
  .contact__wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .contact__wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .contact__wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.contact__wrapper-2 {
  gap: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 260px auto auto;
  background-image: url(../img/others/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .contact__wrapper-2 {
    gap: 30px;
    padding: 30px 0;
    grid-template-columns: 200px auto auto;
  }
}
@media (max-width: 767px) {
  .contact__wrapper-2 {
    background-size: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.contact__wrapper-4 {
  gap: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 260px auto auto;
}
@media (max-width: 991px) {
  .contact__wrapper-4 {
    gap: 20px;
    grid-template-columns: 200px auto auto;
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper-4 {
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
}
.contact__left {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*border: 30px solid #fff;*/
  border-bottom: 0;
  padding: 45px 48px 35px;
}
@media (max-width: 1199px) {
  .contact__left {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .contact__left {
    border: 0;
  }
}
.contact__left .form-title {
  text-align: center;
  margin-bottom: 30px;
}
.contact__left .sec-title {
  color: #fff;
  padding-top: 10px;
}
.contact__form select,
.contact__form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  outline: none;
  border: none;
  color: #636363;
  text-transform: capitalize;
}
.contact__form .submit {
    color: #333333;
    font-weight: 500;
    background-color: #ffce4d;
    padding: 8px 20px;}
.contact__form textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  padding: 15px;
}
.contact-area-5{
	padding-bottom: 50px;
}

.contact__form-3 {
  max-width: 960px;
  background-image: url(../img/contact/contact-bg-2.jpg);
  padding: 0 60px 40px;
  margin-left: auto;
  transform: translateY(-80px);
  border-top: 10px solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  .contact__form-3 {
    padding: 40px 20px;
    transform: translateY(0);
  }
}
.contact__form-3::after, .contact__form-3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 80px;
  top: -10px;
  left: -10px;
  background-color: #fff;
}
.contact__form-3::after {
  left: unset;
  right: -10px;
}
.contact__form-3 .sec-title {
  color: #fff;
}
.contact__form-3 .sec-title-wrap {
  gap: 10px;
  transform: translateY(63px);
}
@media (max-width: 991px) {
  .contact__form-3 .sec-title-wrap {
    transform: translateY(59px);
  }
}
@media (max-width: 767px) {
  .contact__form-3 .sec-title-wrap {
    padding-bottom: 20px;
    transform: translateY(0);
  }
}
.contact__form-3 textarea,
.contact__form-3 select,
.contact__form-3 input {
  width: 100%;
  font-size: 16px;
  color: #636363;
  padding: 15px;
  border: none;
  outline: none;
}
.contact__form-3 textarea {
  height: 120px;
}
.contact__form-3 form {
  gap: 30px;
  display: grid;
}
@media (max-width: 991px) {
  .contact__form-3 form {
    gap: 20px;
  }
}
.contact__form-3 .name-field {
  width: 60%;
  margin-left: 40%;
}
@media (max-width: 767px) {
  .contact__form-3 .name-field {
    margin-left: 0;
    width: 100%;
  }
}
.contact__form-3 .email-field {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.8fr 1fr;
}
@media (max-width: 767px) {
  .contact__form-3 .email-field {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.contact__form-3 .model-field {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1.2fr;
}
@media (max-width: 767px) {
  .contact__form-3 .model-field {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.contact__form-3 .submit {
  width: auto;
  padding: 15px 60px;
  background: #ffce4d;
  color: #333333;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .contact__form-3 .submit {
    margin-top: 0;
  }
}
.contact__right {
  position: relative;
}
.contact__right .content {
  border: 1px solid #ffce4d;
  background: rgba(2, 2, 2, 0.58);
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.contact__right .content .call {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 15px;
}
.contact__right .content .number {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 991px) {
  .contact__right-2 a {
    padding: 10px;
  }
}
.contact__mid-2 .title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}
.contact__mid-2 p {
  color: #C5C5C5;
  padding-bottom: 5px;
}
.contact__mid-2 .call {
  color: #fff;
}

.footer__area-2 {
  position: relative;
}
@media (max-width: 991px) {
  .footer__area-2 .footer__img {
    width: 0;
  }
}
.footer__area-3 {
  position: relative;
  background-color: #fa9830;
}
@media (max-width: 767px) {
  .footer__area-3 .footer__top-right form input {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .footer__area-3 .footer__img {
    width: 0;
  }
}
@media (max-width: 767px) {
  .footer__area-3 .footer__top-left {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__area-3 .footer__top-left .title {
  color: #fff;
}
.footer__area-3 .footer__top-2 {
  padding: 50px 60px;
  border: 1px solid #383838;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__area-3 .footer__top-2 {
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .footer__area-4 .footer__top {
    padding-left: 60px;
    padding-bottom: 100px;
  }
}
.footer__img {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
@media (max-width: 1919px) {
  .footer__img {
    left: 0;
  }
}
.footer__top {
  padding-top: 50px;
  padding-bottom: 120px;
  background-image: url(../img/bg/footer-top-bg.png);
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 1399px) {
  .footer__top {
    background-position: unset;
  }
}
.footer__top-wrap {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__top-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.footer__top-left {
  gap: 30px;
  display: flex;
  align-items: center;
}
.footer__top-left .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--black-1);
  max-width: 440px;
}
@media (max-width: 767px) {
  .footer__top-left .title {
    font-size: 20px;
  }
}
.footer__top-right {
  text-align: right;
}
.footer__top-right form {
  position: relative;
}
.footer__top-right form input {
  width: 500px;
  border: 1px solid #D7D7D7;
  padding: 14px 20px 14px;
  border-radius: 30px;
  outline: none;
  color: #7D7F85;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer__top-right form input {
    width: 320px;
  }
}
.footer__top-right form .submit {
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: 8px;
  background-color: #ffce4d;
  top: 8px;
  height: 40px;
}
.footer__top-2 {
  padding: 50px 100px;
  border: 1px solid #D7D7D7;
  border-bottom: 0;
  border-radius: 100px 100px 0 0;
}
.footer__top-2-wrap {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__top-2-left {
  gap: 30px;
  display: flex;
  align-items: center;
}
.footer__top-2-left .title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  max-width: 440px;
}
.footer__top-2-right {
  text-align: right;
}
.footer__top-2-right form {
  position: relative;
}
.footer__top-2-right form input {
  width: 500px;
  border: 1px solid #D7D7D7;
  padding: 14px 20px 14px;
  border-radius: 30px;
  outline: none;
  color: #7D7F85;
  font-size: 17px;
  font-weight: 400;
}
.footer__top-2-right form .submit {
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: 8px;
  background-color: #ffce4d;
  top: 8px;
  height: 40px;
}
.footer__btm {
  background-color: #000000;
  /*margin-top: -73px;*/
}
.footer__btm-3 {
  background-image: url(../img/others/footer-bg-3.jpg);
}
.footer__widget-wrap {
    gap: 50px;
    display: grid;
    /* grid-template-columns: 1.5fr 1fr 1fr 1.5fr; */
    margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer__widget-wrap {
    padding-bottom: 30px 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__widget-wrap {
    grid-template-columns: 1fr;
  }
}
.footer__widget-wrap ul li {
  color: #C5C5C5;
  font-size: 16px;
  padding-bottom: 10px;
}
.footer__widget-wrap ul li:last-child {
  padding-bottom: 0;
}
.footer__widget-wrap ul li a {
  font-size: 15px;
  line-height: 1.7;
}
.footer__widget-wrap ul li a:hover {
  color: #fa9830;
}
.footer__widget-wrap .social__media li {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .footer__widget-2 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer__widget-2 {
    padding-top: 0;
  }
}
.footer__widget-title {
	padding-top: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 25px;
    font-family: "Barlow", sans-serif;
}
@media (max-width: 991px) {
  .footer__widget-title {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__widget-title {
    padding-bottom: 20px;
  }
}
.footer__widget-1 {
  background-color: #fa9830;
  padding: 25px 25px 25px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__widget-1 {
    padding: 20px 20px 30px;
  }
}
.footer__widget-1 .logo {
  margin-bottom: 10px;
}
.footer__widget-1 .logo img{
  width: 220px;
}
.footer__widget-1 .logo img{
  background: #fff;
  padding: 8px;
  border-radius: 5px;
}
.footer__widget-1 p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
}
.footer__widget-4 ul li {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
}
.footer__widget-4 ul li i{
	margin-right: 6px;
}
.footer__copyright-wrap {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
@media (max-width: 991px) {
  .footer__copyright-wrap {
    gap: 15px;
    flex-direction: column-reverse;
  }
}
.footer__copyright-wrap p {
  font-size: 16px;
  color: #C5C5C5;
  z-index: 1;
}
.footer__copyright-wrap ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.footer__copyright-wrap ul li a {
  color: #C5C5C5;
  font-size: 16px;
}
.footer__copyright-wrap ul li a:hover {
  color: #fa9830;
}/*# sourceMappingURL=style.css.map */