:root {
  --font-title: "Playfair", serif;
  --font-body: 'Futura LT Book';
  --theme-color1: #7e745b;
  --theme-color2: #222222;
  --theme-color3: #000000;
  --theme-color4: #b9b39a;
  --theme-color5: #bba78b;
  --theme-color6: #111111;
  --text-color1: #ffffff;
  --text-color3: #9f9e9e;
  --main-bg: #ffffff; 
  --sub-bg: #f6f6f6;
  --heading-color: #222222;
  --paragraph: #75727b;
  --span: #75727b;
  --border: #ebebeb;
  --white: #ffffff;
  --theme-color-light: #ffffff;
  --black: #3e3e3e;
  --radius: 10px;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 30px 0px #0000000d;
}


html, body {
  height: auto !important;
  overflow: auto !important;
}
html {
  font-size: 16px;
}

.layout-pt-lg {
  padding-top: 8.75rem;
}
.layout-pb-lg {
  padding-bottom: 8.75rem;
}
.layout-mt-lg {
  margin-top: 8.75rem;
}
.layout-mb-lg {
  margin-bottom: 8.75rem;
}
.gap-20{
  gap:20px
}
p{
  font-size: 16px;
}
.mb-10{
  margin-bottom: 10px;
}
/******************************************************about-us**************************************************/
.fancy-grid {
  position: relative;
}

.fancy-grid__button {
  position: absolute;
  bottom: 0;
  left: 1rem;
}

@media (max-width: 991px) {
  .layout-pt-lg {
    padding-top: 6.25rem;
  }
  .layout-pb-lg {
  padding-bottom: 6.25rem;
}
.layout-mt-lg {
  margin-top: 6.25rem;
}
.layout-mb-lg {
  margin-bottom: 6.25rem;
}
  .fancy-grid__button {
    position: unset;
    bottom: unset;
    left: unset;
    text-align: center;
    margin-top: 6.25rem;
  }
}

@media (max-width: 767px) {
  .layout-pt-lg {
    padding-top: 3.75rem;
  }
  .layout-pb-lg {
  padding-bottom: 3.75rem;
}
.layout-mt-lg {
  margin-top: 3.75rem;
}
.layout-mb-lg {
  margin-bottom: 3.75rem;
}
  .fancy-grid__button {
    margin-top: 4.5rem;
  }
}

.fancy-grid {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .fancy-grid {
    justify-content: space-between;
  }
  .fancy-grid .grid__wrap .ml-64{
  margin-left: 0rem!important;
  margin-right: 4rem!important;
}
}

.fancy-grid .grid__wrap {
  position: relative;
}

.fancy-grid .grid__wrap::before {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -1.875rem;
    left: -1.875rem;
    width: 100%;
    height: 100%;
    border: 1px solid var(--theme-color5);
}

.background-border.-right::before {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -1.875rem;
    left: 1.875rem;
    width: 100%;
    height: 100%;
    border: 1px solid #D7926B;
}

@media (max-width: 1199px) {
  .fancy-grid .grid__wrap {
    max-width: 72%;
  }
}

@media (max-width: 991px) {
  .fancy-grid .grid__wrap {
    max-width: 100%;
  }
}

.fancy-grid .grid__item:nth-child(1) {
  margin-top: 0 !important;
}

.fancy-grid .grid__item:nth-child(odd) {
  margin-top: 6.25rem;
}

.fancy-grid .grid__item:nth-child(odd) .grid__category {
  left: calc(100% + 16px);
}

.fancy-grid .grid__item:nth-child(odd) .grid__content {
  min-width: 100%;
}

.fancy-grid .grid__item:nth-child(even) {
  margin-top: -6.25rem;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .fancy-grid .grid__item:nth-child(even) {
    margin-top: 0;
  }
}

.fancy-grid .grid__item:nth-child(even) .grid__category {
  top: unset;
  bottom: 0;
  right: calc(100% + 16px);
}

.fancy-grid .grid__item:nth-child(even) .grid__content {
  justify-content: flex-end;
  top: unset;
  bottom: 0;
  left: unset;
  right: calc(100% + 76px);
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  width:100%
}

.fancy-grid .grid__item {
  width: 100%;
  padding: 0 1rem;
}

@media (max-width: 1349px) {
  .fancy-grid .grid__item {
    margin-top: 7.5rem !important;
  }
}

@media (max-width: 991px) {
  .fancy-grid .grid__item {
    display: block !important;
    margin-top: 0 !important;
    width: 46%;
  }
  .fancy-grid .grid__item:nth-child(1n + 3) {
    margin-top: 6.25rem !important;
  }
  .fancy-grid .grid__item .grid__content {
    position: relative !important;
    justify-content: flex-start !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    display: block;
    flex-direction: row;
    text-align: left !important;
    min-width: unset !important;
  }
  .fancy-grid .grid__item .grid__category {
    top: 0 !important;
    bottom: unset !important;
    right: unset !important;
    left: calc(100% + 16px) !important;
  }
  .fancy-grid .grid__item .grid__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fancy-grid .grid__item .grid__image::before {
    display: block;
    width: 100%;
    content: "";
    /* padding-bottom: 120%; */
    padding-bottom: 80%;
  }
}

@media (max-width: 767px) {
  .fancy-grid .grid__item {
    width: 100%;
    padding-right: 2rem;
  }
  .fancy-grid .grid__item:nth-child(1n + 2) {
    margin-top: 5rem !important;
  }
  .fancy-grid .grid__item .grid__category {
    left: calc(100% + 8px) !important;
  }
}
@media (max-width: 575px) {
.fancy-grid .grid__item .grid__content{
	padding-top:120px
}
	.guiding-priniciple .row:last-of-type>div[class*='col-']{
		width:100%
	}
	.working-process .working-process__item{flex:1 0 100%}
}
@media (max-width: 375px) {
.fancy-grid .grid__item .grid__content{
	padding-top:180px
}
}

.fancy-grid .grid__item {
  display: flex;
}

.fancy-grid .grid__category {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #B88768;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.fancy-grid .grid__content {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
}

@media (max-width: 991px) {
  .fancy-grid .grid__content {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
}

.fancy-grid .grid__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .fancy-grid .grid__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}


/*************************************working-process**********************************************************/
.working-process__background {
  background-color: var(--sub-bg);
  padding-top: 303px;
  padding-bottom: 80px;
  margin-top: -318px;
}
.working-process__wrapper {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media md, only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .working-process__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.working-process__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
 flex: 1 0 calc(25% - 20px);
  margin-bottom: 30px;
}
.working-process__item:last-child::before {
  display: none;
}
.working-process__item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(80%, 25%);
          transform: translate(80%, 25%);
  background-repeat: no-repeat;
  background-image: url(../images/about-us/shape.svg);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .working-process__item::before {
    display: none;
  }
}
.working-process__icon {
  width: 150px;
  height: 150px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  border: 1px dashed rgba(8, 10, 11, 0.3);
  -webkit-filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));
          filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process__icon {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .working-process__icon {
    margin-bottom: 20px;
  }
}
.working-process__icon .number {
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  font-family: var(--rr-ff-heading);
  background: #F4F1EE;
  border: 1px dashed rgba(8, 10, 11, 0.3);
}
.working-process__icon:hover {
  background-color: var(--rr-common-white);
}
.working-process__icon:hover svg [fill="#080A0B"] {
  fill: var(--rr-theme-primary);
}
.working-process__icon:hover .number {
  background: var(--main-bg);
  color: var(--theme-color3);
}
.working-process__text {
  max-width: 300px;
}
.working-process__text p{
  min-height: 85px;
  font-size: 16px;
}
.working-process__text h6 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .working-process__text {
    max-width: 100%;
  }
}
/**********************************************services-content**********************************************/
.guiding-priniciple .row:last-of-type>div[class*='col-']{
    width:calc(25% - 20px)
}
.our-approach.guiding-priniciple .row:last-of-type>div[class*='col-']{
    width:calc(20% - 20px)
}
.our-approach.guiding-priniciple .service__content.-border{
  min-height: 120px;
}
.our-approach.guiding-priniciple .service__content {
    position: relative;
    padding: 32px 40px 40px 40px;
}
.counter {
    position: relative;
}
.counter__back {
    font-size: 100px;
    line-height: 141px;
    padding-right: 80px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}
.counter__content {
    position: absolute;
    left:20%;
    top:50%;
    transform: translateY(-50%);
}
.service__content {
  position: relative;
  padding: 32px 40px 40px 40px;
}

.service__content.-border {
  border: 1px dashed rgba(8, 10, 11, 0.3);
}

@media (max-width: 1199px) {
  .service__content {
    padding: 36px 30px;
  }
}

.service__icon {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(215, 146, 107, 0.1);
}

.service__icon .icon {
  font-size: 24px;
}

.service__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.service__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.service__button {
  margin-top: 24px;
}

.service__button .button::before {
  width: 20px;
}
.service__content.-border{
  min-height: 215px;
}

.service.-card .service__content::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--theme-color5);
}

.service.-card.-hover .service__content {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__icon .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__title {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__text {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__button {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover:hover .service__content {
  background-color: #18130C !important;
}

.service.-card.-hover:hover .service__icon {
  background-color: #D7926B !important;
}

.service.-card.-hover:hover .service__icon .icon {
  color: white !important;
}

.service.-card.-hover:hover .service__title {
  color: white !important;
}

.service.-card.-hover:hover .service__text {
  color: white !important;
}

.service.-card.-hover:hover .service__button a {
  color: white !important;
}

.service.-image.-hover .service__image {
  overflow: hidden;
}

.service.-image.-hover .service__image div {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-image.-hover .service__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #D7926B;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-image.-hover:hover .service__image div {
  transform: scale(1.1);
}

.service.-image.-hover:hover .service__content::after {
  opacity: 1;
}

.service.-icon-hover .service__icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-icon-hover .service__icon .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-icon-hover:hover .service__icon {
  background-color: #D7926B !important;
}

.service.-icon-hover:hover .service__icon .icon {
  color: white !important;
}
.our-values{
  background-color: var(--theme-color5);
}
.our-values h2 span{
  color: var(--white);
}
/*********************************************top-banner-frame***************************************************/
.page-masthead {
  position: relative;
  padding-top: 27.1875rem;
  padding-bottom: 10rem;
}

@media (max-width: 1199px) {
  .page-masthead {
    padding-top: 23.75rem;
    padding-bottom: 9.375rem;
  }
}

@media (max-width: 991px) {
  .page-masthead {
    padding-top: 15rem;
    padding-bottom: 8.75rem;
  }
}

@media (max-width: 767px) {
  .page-masthead {
    padding-top: 12.5rem;
    padding-bottom: 7.5rem;
  }
}

.page-masthead__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-masthead__content {
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .page-masthead__content {
    text-align: center;
  }
}

.page-masthead__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--accent-color);
  padding-left: 0.25rem;
  margin-bottom: 0.375rem;
}

.page-masthead__back_title {
  white-space: nowrap;
  position: absolute;
  bottom: -2.5rem;
  left: -3rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.15;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .page-masthead__back_title {
    font-size: 6.25rem;
  }
}

@media (max-width: 991px) {
  .page-masthead__back_title {
    font-size: 5rem;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media (max-width: 767px) {
  .page-masthead__back_title {
    display: none;
  }
}

.page-masthead__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .page-masthead__title {
    font-size: 3.625rem;
    text-align: left;
  }
}

.page-masthead-bread {
  font-size: 0.875rem;
  line-height: 1rem;
}

.page-masthead-bread__item {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
/****************************************what-we-do-wrapper******************************************/
.relative {
    position: relative;
}
.bg-beige-dark{
  background-color: var(--theme-color5);
  padding: 50px;
  position: relative;
}
.section-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.section-r-bg-image{
   position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.what-we-do__wrapper .what-we-do__bg{
  background-color: var(--sub-bg);
  margin-left: 0px;
  margin-right: 0px;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.what-we-do__bg{
  background: url(../images/shape.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.what-we-do__item-desc{
  color: var(--theme-color5);
  margin-top: 20px;
  text-align: center;
}
.sectionHeading__button .btn-two{
  background-color: var(--theme-color3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-we-do__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/****************************************experience******************************************/
.experience {
  position: relative;
  padding: 59px 0;
  background-position: center top!important;
}
.sustainable-bg .experience{
  background-position: center center!important;
}
.experience::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 86%;
  top: 0;
}
.experience__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  width:1000px;
  margin:0 auto;
}
@media (max-width:450px) {
  .experience__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.experience__item-content {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 9;
  position: relative;
}
.experience__item-content-text{
  color: var(--theme-color-light);
}
.experience__item-content-text h2 {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  letter-spacing: 4px;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
}
.experience__item-content-text h2::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  background-color: rgba(255, 255, 255, 0.3);
}
.experience__item-content-text h2 .odometer {
  font-family: var(--rr-ff-heading);
}
.experience__item-content-text h6 {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
  color: var(--rr-common-white);
  text-transform: capitalize;
}
.experience__item-content-text h6 span{
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
/************************************why-choose-us****************************************************/
.why-choose-us__content {
  max-width: 412px;
}
.why-choose-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 575px) {
  .why-choose-us__item {
    gap: 15px;
  }
}
.why-choose-us__item:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .why-choose-us__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.why-choose-us__icon {
  margin-top: 8px;
}
.why-choose-us__text h6 {
  color: var(--rr-common-black);
  font-weight: var(--rr-fw-sbold);
}
.why-choose-us__media {
  overflow: hidden;
}
.why-choose-us__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-us__media.img1 {
  border-radius: 120px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__media.img1 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .why-choose-us__media.img1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.why-choose-us__media.img2 {
  border-radius: 70px 0px 0;
}
@media (max-width: 575px) {
  .why-choose-us__media.img2 {
    margin-bottom: 30px;
  }
}
.why-choose-us__media.img3 {
  border-radius: 0px 70px 0px 0px;
}
/************************************our-team****************************************************/
.our-team__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.our-team__item-media {
  position: relative;
  overflow: hidden;
}
.our-team .swiper-container{
  z-index:0
}
.our-team__item-media::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 11, 0.1)), to(#080A0B));
  background: linear-gradient(180deg, rgba(8, 10, 11, 0.1) 0%, #080A0B 100%);
}
/*.our-team__item-media::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0.8;
  position: absolute;
  background: #080A0B;
  opacity: 0;
} */
.our-team__item-media img {
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: var(--transition);
  max-width: 100%;
  width: 100%;
}
.our-team__item__text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 10;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.our-team__item__text h4 a{
  color: var(--white);
  font-weight: 600;
}
.our-team__item__text span {
  color: var(--white);
  font-size: 16px;
}
.our-team__item__socail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.our-team__item__socail a {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--rr-common-white);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.our-team__item__socail a:hover {
  background-color: #B98E76;
  border-color: transparent;
}
.our-team__item:hover .our-team__item-media::before {
  opacity: 1;
  visibility: visible;
}
.our-team__item:hover .our-team__item-media::after {
  opacity: 0.8;
  height: 100%;
}
.our-team__item:hover .our-team__item-media img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: grayscale(0);
}

.our-team__item:hover .our-team__item__socail {
  opacity: 1;
  visibility: visible;
  z-index: 11;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.our-team .container {
  position: relative;
}
.our-team__slider {
  position: relative;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-team__slider__arrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.our-team__slider__arrow-prev {
  left: -60px;
}
.our-team__slider__arrow-next {
  right: -60px;
}
.our-team__slider__arrow-prev, .our-team__slider__arrow-next {
  z-index: 9;
  position: absolute;
  top: calc(50% + 65px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-team__slider__arrow-prev, .our-team__slider__arrow-next {
    top: inherit;
    margin-top: 30px;
    position: inherit;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/************************************our-work-process****************************************************/
.our-work-precess-2__nav-tabs {
  row-gap: 10px;
  margin-bottom: 0px;
  position: relative;
}
.our-work-precess-2__nav-tabs:after {
  top: 50%;
  background-color: rgba(8, 10, 11, 0.1);
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  z-index: -1;
}
.our-work-precess-2__nav-tabs .nav {
  gap: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-work-precess-2__nav-tabs .nav {
    gap: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-work-precess-2__nav-tabs .nav {
    gap: 25px;
  }
}
.our-work-precess-2__nav-tabs .nav-link {
  border-radius: 25px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 28px;
  text-transform: uppercase;
  padding: 10px 24px;
  font-weight: 600;
  color: var(--theme-color5);
  border: 1px solid rgba(8, 10, 11, 0.1);
  position: relative;
  background-color: var(--white);
  z-index: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .our-work-precess-2__nav-tabs .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .our-work-precess-2__nav-tabs .nav-link {
    font-size: 16px;
  }
}
.our-work-precess-2__nav-tabs .nav-link.active {
  color: var(--white);
  background-color: var(--theme-color5);
  border-color: transparent;
}
.our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__item {
  background-color:  var(--theme-color5);
}
.our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__icon {
  background-color: var(--white);
}
.our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__text h6, .our-work-precess-2__nav-tabs .nav-link.active .our-work-precess-2__text p {
  color: var(--white);
}
.our-work-precess-2__content {
  margin-top: 50px;
}
.our-work-precess-2 .fade:not(.show) {
  opacity: 1;
}
.our-work-precess-2 .tab-pane:active .our-work-precess-2__item, .our-work-precess-2 .tab-pane.active .our-work-precess-2__item {
  background-color: var(--theme-color5) !important;
}
.our-work-precess-2 .tab-pane:active .our-work-precess-2__icon, .our-work-precess-2 .tab-pane.active .our-work-precess-2__icon {
  background-color: var(--white) !important;
}
.our-work-precess-2 .tab-pane:active .our-work-precess-2__text h4, .our-work-precess-2 .tab-pane:active .our-work-precess-2__text p, .our-work-precess-2 .tab-pane.active .our-work-precess-2__text h4, .our-work-precess-2 .tab-pane.active .our-work-precess-2__text p {
  color: var(--white) !important;
}
.our-work-precess-2 .tab-pane .our-work-precess-2__text p{
  min-height: 140px;
}
.our-work-precess-2__item {
  padding: 50px 13px;
  border: 1px solid rgba(8, 10, 11, 0.1);
  margin-bottom: 30px;
}
.our-work-precess-2__icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 500px;
  border: 1px solid rgba(8, 10, 11, 0.1);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.our-work-precess-2__text {
  text-align: center;
}
/*********************************tabs*************************************************/
.js-tabs{
  background-color: var(--sub-bg);
  padding: 20px;
  border:1px solid rgba(0, 0, 0, 0.05);
}
.tabs__pane {
  display: none;
}

.tabs__pane.is-active {
  display: block;
}

.tabs.-buttons .tabs__button {
  padding: 0.5rem 1.5rem;
  border-radius: 200px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-buttons .tabs__button.is-active {
  color: white;
  background-color: var(--accent-color);
}

.tabs.-buttons .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-buttons .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.tabs.-lines .tabs__controls {
  border-bottom: 1px solid #E6E9EC;
}

.tabs.-lines .tabs__button {
  margin-bottom: -1px;
  padding: 0.625rem 0.75rem;
  font-weight: 600;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-lines .tabs__button.is-active {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

.tabs.-lines .tabs__button + .tabs__button {
  margin-left: 0.5rem;
}

.tabs.-lines .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-lines .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.tabs.-section .tabs__button {
  padding: 1.25rem;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #E4E4E4;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1875rem;
  text-align: left;
  display: flex;
  align-items: center;
}

.tabs.-section .tabs__button.is-active {
  background-color: #18130C;
  border: 1px solid #18130C;
  color: white !important;
}

.tabs.-section .tabs__button.is-active .icon {
  color: white !important;
}

.tabs.-section .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-section .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.cta__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
}

@media (max-width: 991px) {
  .cta__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
  }
}

.cta__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .cta__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
/******************************slider*******************************************/
.mainSlider.-type-4 {
  display: flex;
  align-items: center;
  background-color: #131313;
  height: 100vh;
  width: 100%;
}

.mainSlider.-type-4 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-4 .container,
.mainSlider.-type-4 .row {
  height: 100%;
  width: 100%;
}

.mainSlider.-type-4 .swiper-slide {
  overflow: hidden;
}

.mainSlider.-type-4 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.mainSlider.-type-4 .navigation.-slider {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  background-color: white;
  width:400px
}

.mainSlider.-type-4 .navigation__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  padding: 2.1875rem 1rem;
  color: black;
  transition: all 0.15s ease;
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .navigation__item {
    padding: 1rem 0.75rem;
  }
}

.mainSlider.-type-4 .navigation__item:nth-child(3) {
  padding-right: 3.75rem;
}

.mainSlider.-type-4 .navigation__item:hover {
  color: var(--accent-color);
}

.mainSlider.-type-4 .navigation__content {
  position: relative;
  padding: 2.1875rem 2rem;
  flex: 1;
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .navigation__content {
    padding: 1.25rem 1.875rem;
  }
}

.mainSlider.-type-4 .navigation__content_item {
  position: absolute;
  top: 2.1875rem;
  left: 3.75rem;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.mainSlider.-type-4 .navigation__content_item.is-active {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.mainSlider.-type-4 .navigation__content span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
}

.mainSlider.-type-4 .navigation__content div {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  color: black;
}

.mainSlider.-type-4 .mainSlider__lines::before {
  z-index: 5;
  content: '';
  position: absolute;
  top: 0;
  left: 11.25rem;
  left: 10%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__lines::before {
    display: none;
  }
}

.mainSlider.-type-4 .mainSlider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainSlider.-type-4 .mainSlider__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.mainSlider.-type-4 .mainSlider__content {
  padding-left: 7.5rem;
  height: 100%;
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__content {
    padding-left: 0;
  }
}

.mainSlider.-type-4 .mainSlider__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  #header{
    z-index: 2;
  }
  .mainSlider.-type-4 .mainSlider__title {
    font-size: 2.125rem;
  }
}

@media (max-width: 767px) {
  .mainSlider.-type-4 .mainSlider__title {
    font-size: 1.875rem;
  }
}

.mainSlider.-type-4 .mainSlider__text p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mainSlider.-type-4 .mainSlider__button {
  display: flex;
  align-items: center;
}

.mainSlider.-type-4 .mainSlider__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.4375rem;
  height: 3.4375rem;
}

.mainSlider.-type-4 .mainSlider__info {
  z-index: 5;
  position: absolute;
  bottom: 40px;
  left: 60px;
  display: flex;
}

.mainSlider.-type-4 .mainSlider__info .mainSlider__info__item + .mainSlider__info__item {
  margin-left: 1.875rem;
}

.mainSlider.-type-4 .mainSlider__socials {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: flex;
}

.mainSlider.-type-4 .mainSlider__socials a + a {
  margin-top: 30px;
}
.navigation__item i{
  transition: var(--transition);
}
.navigation__item.js-nav-prev:hover i {
    transform: rotate(-45deg);
}
.navigation__item.js-nav-next:hover i {
    transform: rotate(45deg);
}
/***************************brand-scroll****************************************/
.brand-section h3 span{text-transform: uppercase;}
.brand-scroll{padding:0;}
.brand-scroll h4{font-size: 1.938em;
    font-weight: 500;
    line-height: 3.188em;
    letter-spacing: 0.01em;
    text-align: center;
    }
.brand-scroll li{padding: 0 50px!important;color: var(--theme-color5);font-family: var(--font-body);font-size: 50px;}
/***************************word-play****************************************/
.word-rotate{
  position: relative;
}
.word-rotate .row{
  display: flex;
  align-items: center;
}
.word-rotate .section__img{
  display: flex;
  justify-content: center;
}

.rw-words span {
  position: absolute;
  opacity: 0;
  color: var(--theme-color5);
  top: 56%;
  transform: translateY(-44%);
  animation: rotateWords 15s linear infinite 0s;
}

.rw-words span:nth-child(2) {
  animation-delay: 3s;
  color: var(--theme-color5);
}

.rw-words span:nth-child(3) {
  animation-delay: 6s;
  color: var(--theme-color5);
}

.rw-words span:nth-child(4) {
  animation-delay: 9s;
  color: var(--theme-color5);
}

.rw-words span:nth-child(5) {
  animation-delay: 12s;
  color: var(--theme-color5);
}
.section__img img{
  filter: brightness(0) invert(0);
  width: 250px;
}
@keyframes rotateWords {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  5% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}
/***************************blog****************************************/
.blog-section .row > *{
  margin-top: 4rem;
}
.blog-area {
  overflow:hidden
}
.blog__wrp {
  max-width:1210px;
  margin:0 auto
}
.blog__item .blog__image {
  -webkit-clip-path:inset(0);
  clip-path:inset(0);
  display:block;
  transition:var(--transition)
}
.blog__item .blog__image img {
  width:100%;
  transition:var(--transition)
}
.blog__item .blog__content {
  padding:20px 40px
}
.blog__item .blog__content ul {
  display:flex;
  align-items:center;
  gap:20px
}
.blog__item .blog__content ul li {
  font-size:16px
}
.blog__item .blog__content ul li strong {
  color:var(--theme-color3);
  position:relative;
  text-transform:uppercase
}
.blog__item .blog__content ul li strong::after {
  position:absolute;
  top:8px;
  left:-40px;
  background-color:var(--theme-color3);
  width:32px;
  height:2px;
  content:""
}
.blog__item .blog__content ul li span {
  position:relative
}
.blog__item .blog__content ul li span::after {
  position:absolute;
  top:12px;
  left:-10px;
  background-color:var(--span);
  width:4px;
  height:4px;
  border-radius:50%;
  content:""
}
.blog__item .blog__content h4 {
  margin-top:10px
}
.blog__item .blog__content h4 a:hover {
  color:var(--theme-color1)
}
.blog__item:hover .blog__image {
  -webkit-clip-path:inset(5px 10px);
  clip-path:inset(5px 10px)
}
.blog__item:hover .blog__image img {
  transform:scale(1.05) rotate(-2deg)
}
/******************************blog-details*************************************/
.blog-details {
  position:relative;
  display:block
}
.blog-details__left {
  position:relative;
  display:block
}
.blog-details__img {
  position:relative;
  display:block;
  border-radius:10px;
  overflow:hidden
}
.blog-details__img img {
  width:100%;
  border-radius:10px
}
.blog-details__date {
  position:absolute;
  top:0;
  right:0;
  background-color:var(--theme-color1);
  text-align:center;
  padding:21px 24px 20px;
  align-items:center;
  display:flex;
  flex-direction:column
}
.blog-details__date .day {
  font-size:16px;
  color:#fff;
  font-weight:var(--body-font-weight-bold);
  line-height:16px
}
.blog-details__date .month {
  position:relative;
  display:block;
  font-size:10px;
  font-weight:var(--body-font-weight-bold);
  color:#fff;
  line-height:12px;
  text-transform:uppercase
}
.blog-details__content {
  position:relative;
  display:block;
  margin-top:22px
}
.blog-details__meta {
  position:relative;
  display:flex;
  align-items:center
}
.blog-details__meta li+li {
  margin-left:18px
}
.blog-details__meta li a {
  font-size:15px;
  color:#777;
  font-weight:500;
  -webkit-transition:all 500ms ease;
  transition:all 500ms ease
}
.blog-details__meta li a:hover {
  color:var(--theme-color1)
}
.blog-details__meta li a i {
  color:var(--theme-color1);
  margin-right:6px
}
.blog-details__title {
  font-size:30px;
  line-height:40px;
  margin-top:12px;
  margin-bottom:21px
}
.blog-details__bottom {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:30px 0 30px;
  margin-top:49px;
  border-top:1px solid #ece9e0
}
@media only screen and (max-width:767px) {
  .blog-details__bottom {
  gap:30px
}
}.blog-details__bottom p {
  margin:0
}
.blog-details__tags span {
  color:#0e2207;
  font-size:20px;
  margin-right:16px;
  font-weight:var(--body-font-weight-bold)
}
.blog-details__tags a {
  position:relative;
  font-size:12px;
  background-color:var(--theme-color1);
  color:var(--white);
  display:inline-block;
  padding:8px 30px;
  font-weight:var(--body-font-weight-bold);
  -webkit-transition:all 500ms ease;
  transition:all 500ms ease;
  border-radius:35px
}
.blog-details__tags a:hover {
  background-color:var(--theme-color2);
  color:var(--white);
  text-decoration:none
}
.blog-details__tags a+a {
  margin-left:6px
}
.blog-details__social-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.blog-details__social-list a {
  position:relative;
  height:43px;
  width:43px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  text-align:center;
  background-color:var(--sub-bg);
  color:var(--theme-light-background-text-color);
  font-size:15px;
  border-radius:50%;
  overflow:hidden;
  -webkit-transition:all 500ms ease;
  transition:all 500ms ease;
  z-index:1
}
.blog-details__social-list a:hover {
  color:var(--white)
}
.blog-details__social-list a:hover:after {
  opacity:1;
  -webkit-transform:scaleY(1);
  transform:scaleY(1)
}
.blog-details__social-list a:after {
  position:absolute;
  content:"";
  top:0;
  left:0;
  right:0;
  height:100%;
  background-color:var(--theme-color2);
  -webkit-transition-delay:.1s;
  transition-delay:.1s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function:ease-in-out;
  -webkit-transition-duration:.4s;
  transition-duration:.4s;
  -webkit-transition-property:all;
  transition-property:all;
  opacity:1;
  -webkit-transform-origin:top;
  transform-origin:top;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  z-index:-1
}
.blog-details__social-list a+a {
  margin-left:10px
}
.blog-details__pagenation-box {
  position:relative;
  display:block;
  overflow:hidden;
  margin-bottom:53px
}
.blog-details__pagenation {
  position:relative;
  display:block
}
.blog-details__pagenation li {
  position:relative;
  float:left;
  font-size:20px;
  color:#0e2207;
  font-weight:var(--body-font-weight-bold);
  color:var(--theme-light-background-text-color);
  background-color:var(--theme-light-background);
  line-height:30px;
  -webkit-transition:all 500ms ease;
  transition:all 500ms ease;
  max-width:370px;
  width:100%;
  padding-left:60px;
  padding-right:60px;
  padding-top:52px;
  padding-bottom:52px;
  border-radius:10px
}
.blog-details__pagenation li:hover {
  background-color:var(--theme-color2);
  color:var(--text-color-bg-theme-color2)
}
.blog-details__pagenation li+li {
  margin-left:30px
}
/*******************************sidebar***************************************/
.sidebar__search-form input[type="search"]::placeholder {
  color: var(--white); 
  opacity: 1; 
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}
.sidebar__search {
  position: relative;
  display: block;
}
.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder,
.sidebar__search-form input[type="search"]:-ms-input-placeholder,
.sidebar__search-form input[type="search"]::-ms-input-placeholder,
.sidebar__search-form input[type="search"]::placeholder {
  color: var(--white);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type="search"] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type="submit"] {
    width: 42px;
  }
}
.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--sub-bg);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #fff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 16px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 13px;
  padding-right: 5px;
}
.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--sub-bg);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}
.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--sub-bg);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}
.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 16px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: var(--white);
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}
.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--sub-bg);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}
.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}
.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}
/*******************************contact***************************************/
.contact-area {
  position: relative;
  z-index: 1;
}
.contact__wrp {
  max-width: 810px;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .contact__wrp {
    right: 10%;
  }
}
@media (max-width: 1399px) {
  .contact__wrp {
    right: 2%;
  }
}
@media (max-width: 1199px) {
  .experience__item-wrapper{
    width:100%
  }
  .contact__wrp {
    position: unset;
    width: 100%;
    transform: unset;
    max-width: 100%;
  }
}
.contact__shape {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .contact__shape {
    display: none;
  }
}
.contact__image img {
  width: 100%;
}
@media (max-width: 1199px) {
  .contact__image {
    display: none;
  }
}
.contact__form {
  padding: 50px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
.contact__form .form-control {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: .9rem;
    height: calc(2.25rem + 27px);
    outline: 0;
    padding: 16px 30px;
    width: 100%;
}
.contact__form form input,
.contact__form form textarea {
  width: 100%;
  padding: 16px 20px;
  border: none;
  background-color: #f2f2f2;
}
.contact__form form textarea {
  height: 105px;
  resize: none;
}
.contact__form form button {
  width: 100%;
  padding: 16px 20px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--text-color2);
  transition: var(--transition);
}
.contact__form form button:hover {
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .contact__form {
    padding: 30px;
    margin: 0 15px;
  }
}
.contact__form.dark-area form input,
.contact__form.dark-area form textarea {
  background-color: rgba(242, 242, 242, 0.0509803922);
  color: var(--paragraph);
}
.contact__form.dark-area form button {
  background-color: var(--theme-color1);
}
.contact__item {
  position: absolute;
  top: 50%;
  left: -400px;
  transform: translateY(-50%);
  max-width: 400px;
  width: 100%;
  background-color: var(--theme-color2);
  padding: 15px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .contact__item {
    position: unset;
    width: 95%;
    transform: unset;
    max-width: 95%;
    margin: 0 auto;
  }
}

.contact__item .inner-box {
  border: 0.5px solid var(--white);
  padding: 40px;
}
.contact__item .icon img {
  animation: ring-animation 1.5s ease-in-out infinite;
}
.contact__item .icon-two {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: -1;
}
.contact__item .info h6 {
  font-weight: 400;
  color: var(--text-color2);
}
.contact__item .info h3 {
  font-weight: 700;
  color: var(--text-color2);
}
.contact__item:hover .icon img {
  animation: unset;
}
.contact__item:hover .icon-two {
  animation: ring-animation 1.5s ease-in-out infinite;
}
.contact__map {
  overflow: hidden;
}
.contact__map iframe {
  width: 100%;
  height: 850px;
  margin-bottom: -10px;
}
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 25px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  padding: 31px;
}
.contact-details__info li .icon svg{
  color: var(--white);
  font-size: 25px;
}
.contact-details__info li .icon span {
  color: var(--white);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text h6 {
  margin-bottom: 5px;
  margin-top: 0;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
}
.contact-details__info li:hover .icon span {
  color: var(--white);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 16px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 30px;
}


@media (max-width: 575px) {

	.guiding-priniciple .row:last-of-type>div[class*='col-']{
		width:100%
	}
	.contact-details__info li .text {
	margin-top: 15px;
    margin-left: 0px;
    }
    
    .blog__item .tp-service-link{
        padding:0px 40px;
    }
}

