@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}


body {
  font-size: 18px;
  line-height: 1.714;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
}

:root {
  --heding-font: "Montserrat", sans-serif;
  --primary-color: #124222;
  --secondary-color: #db850f;

}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

/* ====================================================================
Main Header
====================================================================
 */

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.single-advantages-box .icon-holder img {
  width: 72px!important;
  margin: 0 auto;
}

.why-choose-slider .owl-prev{
  position:absolute;
  top: 40%;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: var(--secondary-color)!important;
  color: #fff!important;
}
.why-choose-slider .owl-next{
  position:absolute;
  top: 40%;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: var(--secondary-color)!important;
  color: #fff!important;
}
.why-choose-slider .owl-dots{
  display: none;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
}

.logo img {
  width: 280px;
  padding: 7px 0;
}

.main-header {
  width: 100%;
  z-index: 999;
  background: #002f1d;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.main-header.sticky {
  position: fixed;
  width: 100%;
}


.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  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;
  width: 100%;
}




.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}


.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  left: 0;
  width: 100%;
}


.main-menu .navigation>li>a {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
  color: var(--secondary-color);
}

.btn1 i {
  margin-right: 6px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}


.main-menu .navigation>li.dropdown>a {
  padding-right: 16px;
  margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Free";
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;

}

.main-menu .navigation>li>ul::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 6px solid transparent;
  bottom: 0;
  left: calc(20% - 5px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 999;
  border-bottom: 10px solid #edf2f6 !important;
  top: -15px;
}

.main-menu .navigation>li>ul {
  position: relative;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 240px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #fff;
  margin-top: 30px;
  opacity: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 8px 0px;
  line-height: 29px;
  font-size: 16px;
  color: #4f4f4f;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--secondary-color);
}

.main-menu .navigation>li>ul>li.dropdown>a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul {
  list-style-type: none;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: 0px;
  width: 250px;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

/* .main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--theme-color2);
} */

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid rgb(32, 75, 161);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: rgb(32, 75, 161);
  cursor: pointer;
  z-index: 5;
  display: none;
}



.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.ul-left {
  display: flex;
  margin-bottom: 0;
  gap: 20px;
  align-items: center;
  padding-left: 0;
}

.ul-left li {
  display: flex;
}

.nav.main-menu {
  align-items: center;
  justify-content: space-around;
  width: 100%;
}


.btn1 {
  display: inline-block;
  border: 2px solid #c69c40;
  padding: 0px 38px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #c69c40;
  border-radius: 30px;
}

.btn1:hover,
.aptbtn:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}


/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  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;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color2);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 40px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  background-color: #fff;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: rgb(32, 75, 161);
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #c69c40;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 2px solid #c69c40;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}



.main-box .btn1 {
  width: 280px;
  text-align: center;
}







/*** 

====================================================================
	hero Slider Section
====================================================================

***/

.author-slider-section {
  position: relative;
}

.author-slider-block {
  position: relative;
  padding: 250px 0px 0px;
  background-size: cover;
  height: 750px;
}

.author-slider-block .inner-box {
  position: relative;
  text-align: center;
}

.author-slider-block .inner-box h1 {
  line-height: 1em;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
}

.author-slider-block .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.author-slider-section .client-thumb-outer {
  position: relative;
  max-width: 330px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -48px;
}

.author-slider-section .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
  z-index: 999;
}

.author-slider-section .client-thumb-outer .owl-item.active .thumb-item .author-info {
  opacity: 1;
}

.author-slider-section .client-thumb-outer .client-thumbs-carousel {
  position: relative;
  max-width: 90px;
  margin: 0 auto;
  text-align: center;
}

.author-slider-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.author-slider-section .client-thumb-outer .thumb-item .thumb-box {
  width: 90px;
  height: 90px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* .author-slider-section .client-thumb-outer .thumb-item .thumb-box:before {
  position: absolute;
  content: '';
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0.67;
  z-index: 1;
  border-radius: 50px;
  background-color: #040412;
} */

.author-slider-section .client-thumb-outer .owl-item {
  z-index: 0;
}

.author-slider-section .client-thumb-outer .owl-item.active .thumb-box {
  border-color: #c69c40;
}

.author-slider-section .client-thumb-outer .owl-item.active .thumb-box:before {
  opacity: 0;
}

.author-slider-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0%;
}

.author-slider-section .owl-nav,
.author-slider-section .owl-dots {
  display: none;
}

.author-slider-block::before {
  position: absolute;
  background: rgba(0, 0, 0, .4);
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}


/*** 
=============================================
    Working Process area Style      
=============================================
***/
.working-process-area {
  position: relative;
  display: block;
  background: #ddd;
  padding: 50px 0 50px;
  z-index: 2;
}

.single-working-process {
  position: relative;
  display: block;
  padding-top: 40px;
  background: transparent;
  transition: all 500ms ease;
  margin-bottom: 60px;
}

.single-working-process:hover {
  transform: translateY(-10px);
}

.icon-holder.three {
  width: 180px !important;
}

.icon-holder.three img {
  height: 107px;
}

.single-working-process .top-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  display: block;
  border: 3px solid #c69c40;
  padding: 27px 0;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
}

.single-working-process .top-box::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  background: #c69c40;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
  opacity: 0;
  z-index: -1;
}

.single-working-process:hover .top-box::before {
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.single-working-process .top-box span {
  color: #27282c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 700ms ease 100ms;
}

.single-working-process:hover .top-box span {
  color: #ffffff;
  transition: all 700ms ease 500ms;
}

.step-block:nth-child(2) {
  transform: translateY(-36px);
}

.step-block:nth-child(3) {
  transform: translateY(-100px);
}

.working-process-area .sec-title {
  position: relative;
  margin-bottom: 70px;
}

.title {
  font-size: 40px;
  line-height: 1.2em;
  margin-top: 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary-color);
}

.working-process-area .title {
  text-align: left;
}

.pattern-layer {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 188px;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.single-working-process .inner {
  position: relative;
  display: block;
  padding: 55px 40px 40px 40px;
  background: #ffffff;
  border-top: 3px solid #c69c40;
  -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8;
  box-shadow: 0px 6px 10px 3px #e8e8e8;
  transition: all 300ms ease;
}

.single-working-process:hover .inner {
  box-shadow: none;
}

.single-working-process .inner h3 {
  color: #27282c;
  font-weight: 600;
  margin: 0 0 18px;
}

.single-working-process .inner p {
  margin: 0;
}

.single-working-process .inner .icon-holder {
  position: relative;
  display: block;
  padding-top: 20px;
  width: 140px;
  margin: 0 auto;
}

.icon-holder img {
  width: 100%;
}

.single-working-process .inner .icon-holder span:before {
  color: #bababa;
  font-size: 80px;
  line-height: 80px;
  transition: all 700ms ease 500ms;
}

.single-working-process:hover .inner .icon-holder span:before {
  color: #c69c40;
  transition: all 700ms ease 500ms;
}



/*** 
=============================================
    About Area style      
=============================================
***/
.about-area {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 110px;
}

.about-image-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  background: #c69c40;
  padding-top: 60px;
  padding-left: 60px;
}

.about-image-box:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: #ffffff;
  content: "";
  z-index: 1;
}

.about-image-box .inner-box {
  position: relative;
  display: block;
  z-index: 2;
}

.about-image-box .inner-box img {
  width: 100%;
}

.about-image-box .inner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-image-box .inner-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.about-image-box .inner-box .overlay .box .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.about-image-box .inner-box .overlay .box .icon img {
  width: 120px;
}

.about-img {
  height: 460px;
  object-fit: cover;
  border-radius: 10px;
}

.about-image-box .text-box {
  position: relative;
  display: block;
  padding-top: 33px;
  padding-bottom: 52px;
  padding-right: 20px;
  margin-right: 60px;
  z-index: 1;
}

.about-image-box .text-box:before {
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-family: 'icomoon';
  content: "\e939";
  color: #ebebeb;
  font-size: 70px;
  line-height: 70px;
  transform: perspective(1200px) rotateX(180deg) translateZ(0px);
  z-index: -1;
}

.about-image-box .text-box p {
  color: #f1702d;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 17px;
}

.about-image-box .text-box h3 {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 600;
}



.about-text {
  position: relative;
  display: block;
}

.about-text .sec-title {
  padding-bottom: 44px;
}

.about-text .inner-content {
  position: relative;
  display: block;
}

.about-text .inner-content .text {
  display: block;
  padding-bottom: 26px;
}





/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.services-style1-area {
  position: relative;
  display: block;
  padding: 110px 0 120px;
}

.single-service-style1 {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.single-service-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.single-service-style1 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.single-service-style1:hover .img-holder img {
  transform: scale(1.2);
}

.single-service-style1:hover .overlay-style-two {
  opacity: 1;
}

.single-service-style1 .img-holder .overlay-style-two:before {
  background-color: rgba(40, 41, 46, 0.90);
}

.single-service-style1:hover .img-holder .overlay-style-two:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}



.single-service-style1:hover .img-holder .overlay-style-two:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.single-service-style1 .overlay-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}



.single-service-style1 .overlay-content-box .title {
  position: relative;
  display: block;
  opacity: 0;
  transform: translate3d(0px, 50%, 0px);
  transition: all 300ms ease 100ms;
}

.single-service-style1:hover .overlay-content-box .title {
  opacity: 1;
  transform: translate3d(0px, 0%, 0px);
  transition: all 700ms ease 900ms;
}

.single-service-style1 .overlay-content-box .title h3 {
  color: #ffffff;
  font-weight: 600;
}

.single-service-style1 .text-holder {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  padding: 35px 30px 28px;
}

.single-service-style1 .text-holder .inner-content {
  position: relative;
  display: block;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 700ms ease 800ms;
}

.single-service-style1:hover .text-holder .inner-content {
  opacity: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  transition: all 700ms ease 500ms;
}

.single-service-style1 .text-holder .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.single-service-style1 .text-holder .top .icon span:before {
  color: #b3b3b3;
  font-size: 60px;
  line-height: 60px;
}

.single-service-style1 .text-holder .top .count h1 {
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
  background: -moz-linear-gradient(4deg, rgb(219, 133, 15) 0%, rgb(72, 102, 83) -75px, rgb(219, 133, 15) 100%);
  background: -webkit-linear-gradient(4deg, rgb(219, 133, 15) 0%, rgb(72, 102, 83) -75px, rgb(219, 133, 15) 100%);
  background: -o-linear-gradient(4deg, rgb(219, 133, 15) 0%, rgb(72, 102, 83) -75px, rgb(219, 133, 15) 100%);
  background: -ms-linear-gradient(4deg, rgb(219, 133, 15) 0%, rgb(72, 102, 83) -75px, rgb(219, 133, 15) 100%);
  background: linear-gradient(4deg, rgb(219, 133, 15) 0%, rgb(72, 102, 83) -75px, rgb(219, 133, 15) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Rubik', sans-serif;
  background-clip: text;
}

.bottom .read-more a {
  color: var(--primary-color);
  font-size: 26px;
}

.single-service-style1 .text-holder .bottom {
  padding-top: 7px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.single-service-style1 .text-holder .bottom .title h3 {
  color: var(--primary-color);
  font-weight: 600;
}

.overlay-content .read-more a {
  font-size: 20px !important;
  border: 2px solid #c69c40;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  background: #c69c40;
  border-radius: 20px;
  right: 60px;
  bottom: -20px;
}

.sec-title {
  margin-bottom: 40px;
}

.single-service-style1 .text-holder .bottom .read-more a span:before {
  color: #b3b3b3;
  font-size: 25px;
  line-height: 36px;
}

.single-service-style1 .text-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: block;
  padding: 28px 30px 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 700ms ease 100ms;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}

.single-service-style1 .img-holder .overlay-style-two::after {
  background-color: rgba(219, 133, 15, 0.7);
}

.single-blog-post .img-holder .overlay .box .link-icon a {
  color: #fff;
  font-size: 24px;
}

.overlay-style-two::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transition: all 0.5s;
  background-color: rgba(219, 133, 15, 0.7);
}


.single-service-style1 .img-holder .overlay-style-two::before {
  background-color: rgba(219, 133, 15, 0.7);
}

.overlay-style-two::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(219, 133, 15, 0.7);
}

.services-style1-service-page {
  position: relative;
  padding: 60px 0 60px;
}

.single-service-style1:hover .text-holder .overlay-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 700ms ease 500ms;
}

.single-service-style1 .text-holder .overlay-content .text {
  position: relative;
  display: block;
}

.single-service-style1 .text-holder .overlay-content .text p {
  margin: 0;
}


/*** 
=============================================
    Recently Project Style2 Area style
=============================================
***/
.recently-project-style2-area {
  position: relative;
  display: block;
  padding: 60px 0;
}

.single-project-style2 {
  position: relative;
  display: block;
}

.top .icon img {
  width: 80px;
}

.single-project-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-project-style2 .img-holder:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  content: "";
  transition: all 300ms ease 100ms;
  z-index: 2;
  background: linear-gradient(0deg, rgb(14, 62, 31) 0%, rgba(96, 96, 96, 0) 100%);

}

.single-project-style2:hover .img-holder:before {
  opacity: 0;
}

.single-project-style2 .img-holder:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 300ms ease 100ms;
  z-index: 2;
  background: linear-gradient(0deg, #c69c40, rgba(32, 50, 96, 0) 100%);
}

.single-project-style2:hover .img-holder:after {
  opacity: 1;
}

.project-carousel-v2 .owl-nav {
  display: none;
}

.single-project-style2 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.single-project-style2:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}

.single-project-style2 .read-more {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
}

.single-project-style2 .read-more a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  color: #858585;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  transition: all 700ms ease 400ms;
}

.single-project-style2:hover .read-more a {
  color: #ffffff;
  background: #c69c40;
  transform: perspective(400px) rotate(360deg);
}

.single-project-style2 .title-box {
  position: absolute;
  left: 40px;
  bottom: 34px;
  z-index: 3;
}

.single-project-style2 .title-box span {
  color: #f46d2d;
}

.single-project-style2 .title-box h3 {
  color: #ffffff;
  font-weight: 600;
  margin: 3px 0 0;
}

.project-carousel-v2 .owl-dots {
  position: relative;
  display: block !important;
  margin-top: 43px !important;
  line-height: 14px;
}

.project-carousel-v2 .owl-dots .owl-dot {
  background-image: none;
  width: 20px;
  height: 5px;
  margin: 0px 10px;
  background: #e1e1e1;
  border: 2px solid #e1e1e1;
  padding: 0px;
  border-radius: 0%;
  transition: all 500ms ease;
  display: inline-block;
}

.project-carousel-v2 .owl-dots .owl-dot span {
  display: none !important;
}

.project-carousel-v2 .owl-dots .owl-dot.active {
  background: #c69c40;
  border-color: #c69c40;
}


/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
  position: relative;
  display: block;
  padding-top: 110px;
  padding-bottom: 60px;
}

.flexheadign {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.flexheadign .sec-title {
  margin-bottom: 0;
}

.single-team-member {
  position: relative;
  display: block;
  margin-bottom: 50px;
  transition: all 500ms ease;
}

.single-team-member .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-team-member .img-holder img {
  width: 100%;
  transform: scale(1.0);
  transition: all 700ms ease;
}

.single-team-member:hover .img-holder img {
  transform: scale(1.05) rotate(0deg);
}

.single-team-member .sociallinks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 4px solid #c69c40;
  text-align: center;
  transition: all 900ms ease 100ms;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
  opacity: 0;
}

.single-team-member:hover .sociallinks {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}

.single-team-member .sociallinks li {
  position: relative;
  display: inline-block;
  width: 19%;
  line-height: 60px;
  border-right: 1px solid #ededed;

}

.single-team-member .sociallinks li:last-child {
  border-right: none;
}

.single-team-member .sociallinks li a i {
  position: relative;
  display: block;
  background: #ffffff;
  color: #7c7e84;
  font-size: 14px;
  line-height: 60px;
  transition: all 500ms ease;
}

.single-team-member .sociallinks li a:hover i {
  color: #ffffff;
  background: #c69c40;
}

.single-team-member .overlay {
  position: absolute;
  top: 64px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
 background: rgba(219, 133, 15, .8);
  transition: all 900ms ease 100ms;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
}

.single-team-member:hover .overlay {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}

.single-team-member .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-team-member .overlay .box .link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-team-member .overlay .box .link a {
  color: #ffffff;
}

.single-team-member .name {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 24px 0 24px;
  transition: all 700ms ease 600ms;
  -webkit-box-shadow: 0px 3px 7px 1px #f3f3f3;
  box-shadow: 0px 3px 7px 1px #f3f3f3;
}

.single-team-member:hover .name {
  -webkit-box-shadow: 0px 3px 15px 1px #F3F3F3;
  box-shadow: 0px 3px 15px 1px #F3F3F3;
}

.single-team-member .name p {
  position: relative;
  display: inline-block;
  background: #ffffff;
  margin: 0;
  line-height: 20px;
  padding: 0 30px;
  z-index: 1;
}

.single-team-member .name p:before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ededed;
  content: "";
  z-index: -1;
}

.single-team-member .name p span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  color: #f1702d;
  line-height: 20px;
  margin: 0;
  z-index: 2;
}

.single-team-member .name h3 {
  color: var(--primary-color);
  font-weight: 600;
  margin: 8px 0 0;
}

.view-all-member a {
  color: #c69c40;
  display: flex;
  align-items: center;
  gap: 10px;
}


/*** 
=============================================
    Testimonial area style
=============================================
***/
.testimonial-style3-area {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 110px 0 60px;
}

.single-testimonial-style3 {
  position: relative;
  display: block;
  padding-left: 20px;
  z-index: 1;
}

.single-testimonial-style3:before {
  position: absolute;
  top: 20px;
  left: 0;
  bottom: -20px;
  right: 20px;
  border: 1px solid #dadada;
  content: "";
  z-index: -1;
}

.single-testimonial-style3 .inner-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 50px 40px 48px;
  z-index: 1;
}

.single-testimonial-style3 .inner-content::before {
  position: absolute;
  bottom: 38px;
  right: 40px;
  content: "\f10e";
  font-size: 120px;
  line-height: 90px;
  z-index: -1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #c69c40;
}

.single-testimonial-style3 .client-info {
  position: relative;
  display: block;
}

.single-testimonial-style3 .client-info .image {
  width: 50px;
}

.single-testimonial-style3 .client-info .image img {
  border-radius: 50%;
}

.single-testimonial-style3 .client-info .image,
.single-testimonial-style3 .client-info .title {
  display: table-cell;
  vertical-align: middle;
}

.single-testimonial-style3 .client-info .title {
  padding-left: 20px;
}

.single-testimonial-style3 .client-info .title h3 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 2px;
}

.single-testimonial-style3 .client-info .title span {
  color: #ec722d;
  font-weight: normal;
  font-size: 16px;
}

.single-testimonial-style3 .text-box {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 21px;
}

.review-box ul li i {
  color: #f77637;
}

.single-testimonial-style3 .text-box p {
  line-height: 28px;
  margin: 0;
}

.testimonial-carousel-2.owl-carousel .owl-stage-outer {
  padding: 0px 0px 63px;
}

.testimonial-carousel-2 .owl-dots {
  position: relative;
  display: block !important;
  margin-top: 0px !important;
  line-height: 14px;
}

.testimonial-carousel-2 .owl-dots .owl-dot {
  background-image: none;
  width: 20px;
  height: 5px;
  margin: 0px 10px;
  background: #e1e1e1;
  border: 2px solid #e1e1e1;
  padding: 0px;
  border-radius: 0%;
  transition: all 500ms ease;
  display: inline-block;
}

.testimonial-carousel-2 .owl-dots .owl-dot span {
  display: none !important;
}

.testimonial-carousel-2 .owl-dots .owl-dot.active {
  background: #c69c40;
  border-color: #c69c40;
}

.testimonial-style3-area .owl-nav {
  display: none;
}


.client-info .title {
  font-size: 18px;
}

.review-box ul li {
  display: inline-block;
  margin-right: 4px;

}

.single-testimonial-style3 .client-info .title h3 {
  color: #27282c;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
}



/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 110px;
  padding-bottom: 50px;
}

.single-blog-post {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.single-blog-post .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post:hover .overlay-style-two {
  opacity: 1;
}

.single-blog-post:hover .img-holder .overlay-style-two:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.single-blog-post:hover .img-holder .overlay-style-two:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.single-blog-post .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
  height: 300px;
  object-fit: cover;
}

.single-blog-post:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}

.single-blog-post .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate3d(0px, -100%, 0px);
  transition: all 700ms ease 300ms;
}

.single-blog-post:hover .img-holder .overlay {
  transition: all 700ms ease 500ms;
  transform: translate3d(0px, 0px, 0px);
}

.single-blog-post .img-holder .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-holder .overlay .box .link-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-blog-post .img-holder .overlay .box .link-icon a span:before {
  display: inline-block;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  transition: all 500ms ease;
}

.single-blog-post .img-holder .overlay .box .link-icon a:hover span:before {
  color: #c69c40;
}

.single-blog-post .text-holder {
  position: relative;
  display: block;
  padding-top: 20px;
}

.single-blog-post .text-holder .post-date {
  position: relative;
  display: inline-block;
  height: 45px;
  border-bottom: 3px solid #dadada;
  transition: all 700ms ease 500ms;
}

.single-blog-post .text-holder .post-date h3 {
  position: relative;
  display: block;
  color: #f5d264;
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-footer-widget .text {
  color: #fff;
  margin-bottom: 10px;
}

.single-blog-post .text-holder .post-date h3 span {
  color: #27282c;
  font-size: 14px;
}

.single-blog-post .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 30px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.single-blog-post .meta-box .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post .meta-box .meta-info li {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-right: 16px;
  margin-right: 14px;
  font-weight: 500;
}

.single-blog-post .meta-box .meta-info li:before {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 1px;
  height: 12px;
  background: #d3d9e0;
  content: "";
}

.single-blog-post .meta-box .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-blog-post .meta-box .meta-info li:last-child:before {
  display: none;
}

.single-blog-post .meta-box .meta-info li a {
  color: #c69c40;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.single-blog-post .meta-box .meta-info li a:hover {
  color: #f1702d;
}

.single-blog-post .text-holder .blog-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.btn-two {
  color: var(--primary-color);
  font-weight: 600;
}

.btn-two:hover {
  color: #c69c40;
}

.single-blog-post .text-holder .blog-title a {
  color: #27282c;
  transition: all 500ms ease;
}

.single-blog-post .text-holder .blog-title a:hover {
  color: #c69c40;
}

.single-blog-post .text-holder .text {
  display: block;
  margin-top: 12px;
}

.single-blog-post .text-holder .text p {
  margin: 0 0 26px;
}


.sociallinks {
  background: #fff;
}


/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
  position: relative;
  display: block;
  background: #002f1d;
  padding-top: 110px;
  padding-bottom: 110px;
  z-index: 1;
  overflow: hidden;
}

.footer-shape-bg {
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top right;
  height: 695px;
  width: 695px;
  background-image: url(../images/footer-shape.png);
  z-index: -1;

}


.single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  padding-bottom: 27px;
  margin-top: -1px;
  margin-bottom: 40px;
  z-index: 1;
}

.single-footer-widget .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  z-index: -1;
}

.single-footer-widget .title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #c69c40;
  content: "";
  z-index: 1;
}

.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-footer-widget .contact-info-box {
  position: relative;
  display: block;
}

.single-footer-widget .contact-info-box .footer-logo {
  position: relative;
  display: block;
  padding-bottom: 33px;
}

.single-footer-widget .contact-info-box .footer-logo a {
  display: inline-block;
}

.single-footer-widget .contact-info-box ul {
  position: relative;
  display: block;
}

.single-footer-widget .contact-info-box ul li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.single-footer-widget .contact-info-box ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .contact-info-box ul li h6 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}

.single-footer-widget .contact-info-box ul li p {
  color: #fff;
  margin: 13px 0 0;
}

.footer-logo img {
  width: 100px;
}



.single-footer-widget .services-links {
  position: relative;
  display: block;
}

.single-footer-widget .services-links ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -19px;
}

.single-footer-widget .services-links ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
  line-height: 50px;
}

.single-footer-widget .services-links ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  transition: all 500ms ease;
}

.single-footer-widget .services-links ul li a:hover {
  color: #ffffff;
}

.single-footer-widget .services-links ul li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 500ms ease;
  font-weight: 600;
  line-height: 20px;
  margin: 14px 0 16px;
  content: "\2b";
  font-size: 14px;
  z-index: -1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
}

.single-footer-widget .services-links ul li a:hover:before {
  content: "\f068";
  color: #ffffff;
  transition: all 500ms ease;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}


.single-footer-widget .recent-news {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-footer-widget .recent-news li {
  position: relative;
  display: block;
  padding-left: 75px;
  min-height: 75px;
  margin-bottom: 30px;
}

.single-footer-widget .recent-news li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .recent-news li .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  display: block;
  overflow: hidden;
}

.single-footer-widget .recent-news li .img-holder img {
  transition: all 0.5s ease-in-out 0.6s;
  width: 100%;
  transform: scale(1.0, 1.0);
}

.single-footer-widget .recent-news li:hover .img-holder img {
  transform: scale(1.2, 1.2);
}

.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one {
  opacity: 1;
}

.single-footer-widget .recent-news li .img-holder .overlay-style-one .content a span:before {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: perspective(1200px) rotateY(-90deg) scale(5);
  transition: all 0.5s ease-in-out 0.3s;
}

.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one .content a span:before {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: perspective(1200px) rotateY(0deg) scale(1.0);
  transition-delay: 0.1s;
}

.single-footer-widget .recent-news li .title-holder {
  position: relative;
  display: block;
  padding-left: 20px;
}

.single-footer-widget .recent-news li .title-holder p {
  color: #fff;
  line-height: 16px;
  margin: 0 0 9px;
}

.single-footer-widget .recent-news li .title-holder h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.single-footer-widget .recent-news li .title-holder h5 a {
  color: #ffffff;
}


/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
  position: relative;
  display: block;
  padding: 20px 0;
  background: #ffffff;
  z-index: 10;
}

.footer-bottom-area .copyright-text {
  margin: 0;
}

.footer-bottom-area .copyright-text p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.footer-bottom-area .copyright-text p a {
  color: #c69c40;
  font-weight: 500;
  transition: all 500ms ease;
}

.footer-bottom-area .copyright-text p a:hover {
  color: #f1cf61;
}

.footer-social-links {
  position: relative;
  display: flex;
}

.footer-social-links span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #27282c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.footer-social-links .sociallinks-style-one {
  position: relative;
  display: inline-block;
  line-height: 30px;
}

.footer-social-links .sociallinks-style-one li a:hover {
  color: #fff;
  border-color: #c69c40;
  background-color: #c69c40;
}

.flex-box-two {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.sociallinks-style-one li {
  display: inline-block;
  margin: 6px;
}

.main-footer .newsletter-widget .text {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.footer-bottom-content.flex-box-two {
  width: 100%;
  justify-content: center !important;
}

.sociallinks-style-one li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fafbfb;
  text-align: center;
  border-radius: 30px;
  line-height: 37px;
  color: #fff !important;
  font-size: 16px;
}

.email-box {
  position: relative;
  margin-bottom: 22px;
}

.email-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.email-box .form-group input[type="email"] {
  position: relative;
  line-height: 43px;
  padding: 10px 55px 10px 25px;
  background-color: transparent;
  display: block;
  font-size: 15px;
  height: 50px;
  width: 100%;
  color: #ffffff;
  box-shadow: inherit;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 1px solid #fff;
}

.email-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 64px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #c69c40;
}

.recently-project-style2-area .btndiv {
  margin-top: 20px;
}

.breadcrumb-area.style2.about {
  background-size: cover;
  background-position: center;
}

.breadcrumb-area.style2.g {
  background-size: cover;
}

.breadcrumb-area.style2.blog {
  background-size: cover;
  background-position: bottom;
}

/* scroll go to top css */
.go-top {
  position: fixed;
  bottom: 32%;
  right: 3%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.go-top::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f062";
  background-color: #c69c40;
  padding: 5px 9px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}


.go-top:hover::after {
  background-color: #f6cf66 !important;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}


/* consultent maoda css */

.appointment-box {
  padding: 20px;
  background: #ffffff;
}

.appointment-box .title-box {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.appointment-box .title-box h2 {
  color: #27282c;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 10px;
}


.appointment {
  position: relative;
  display: block;
}

.appointment-form .single-box {
  position: relative;
  display: block;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
  position: relative;
  display: block;
  padding: 0 20px;
  border: 1px solid #ededed;
  background: #ffffff;
  color: #7c7e84;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.appointment-form input[type="text"]:focus {
  border-color: #c69c40;
}

.appointment-form .form-select {
  position: relative;
  display: block;
  padding: 0 20px;
  border: 1px solid #ededed;
  color: #7c7e84;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.appointment-form .form-select:focus {
  box-shadow: none;
  border-color: #c69c40;
}

.appointment-form input[type="email"]:focus {
  border-color: #c69c40;
}

.appointment-form .single-box button {
  display: block;
  width: 100%;
  background: #c69c40;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 0;
}

.appointment-form input::-webkit-input-placeholder {
  color: #7c7e84;
}

#exampleModal .modal-header {
  border-bottom: none;
  padding: 0;
}

#exampleModal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.appointment-form input:-moz-placeholder {
  color: #7c7e84;
}

.appointment-form input::-moz-placeholder {
  color: #7c7e84;
}

.appointment-form input:-ms-input-placeholder {
  color: #7c7e84;
}




/*** 
=============================================
    Breadcrumb Area style2 Style      
=============================================
***/

.breadcrumb-area .inner-content-box .title-s2 {
  padding: 100px 0;
}

.breadcrumb-area .inner-content-box .title-s2 span {
  color: #c69c40;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb-area .inner-content-box .title-s2 h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  margin: 14px 0 0;
  text-transform: capitalize;
}

.breadcrumb-area.contact-page .inner-content-box .title-s2 {
  padding: 113px 0 220px;
}

/*** 
=============================================
    Contact address Area style
=============================================
***/
.contact-address-area {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding-bottom: 102px;
  z-index: 100;
}

.single-contact-address-box span i {
  font-size: 70px;
  color: #c69c40;
}

.single-contact-address-box {
  position: relative;
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 40px 30px 32px;
  -webkit-box-shadow: 0px 4px 6px 2px #ededed;
  box-shadow: 0px 4px 6px 2px #ededed;
  margin-top: -115px;
  margin-bottom: 30px;
  transition: all 900ms ease 600ms;
}

.single-contact-address-box:hover {
  -webkit-box-shadow: 0px 5px 12px 2px #ededed;
  box-shadow: 0px 5px 12px 2px #ededed;
}

.single-contact-address-box span:before {
  color: #b3b3b3;
  font-size: 50px;
  line-height: 50px;
  transition: all 500ms ease;
}

.single-contact-address-box:hover span i {
  color: #002f1d;
}

.single-contact-address-box h3 {
  color: #27282c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 20px 0 12px;
}

.single-contact-address-box p {
  margin: 0;
}

.contact-address-area .bottom-text {
  position: relative;
  display: block;
  padding-top: 24px;
}

.contact-address-area .bottom-text p {
  margin: 0;
}

.contact-address-area .bottom-text p a {
  color: #c69c40
}



/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0 110px;
}

.contact-form {
  position: relative;
  display: block;
  z-index: 3;
}

.contact-form .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 49px;
}

.contact-form form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
}

.contact-form form .input-box .icon {
  position: absolute;
  top: 19px;
  left: 20px;
}

.contact-form form .input-box .icon i {
  color: #b6b6b6;
  font-size: 16px;
}

.contact-form form .input-box .icon.envelop {
  position: absolute;
  top: 16px;
  left: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  width: 100%;
  height: 60px;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.contact-form form textarea {
  height: 110px;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
  border-color: #1d1d1d;
  color: #222222;
}

.contact-form form input[type="email"]:focus {
  border-color: #1d1d1d;
  color: #222222;
}

.contact-form form textarea:focus {
  border-color: #1d1d1d;
  color: #222222;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}

.contact-form form input[type="text"]:-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="text"]::-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]:-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]::-moz-placeholder {
  color: #ddd;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #ddd;
}

.contact-form form button {
  position: relative;
  display: block;
  width: 100%;
}

.contact-form .input-box .form-select {
  position: relative;
  color: #ddd;
  display: block;
  border: 1px solid #ededed;
  width: 100%;
  height: 60px;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}




/*** 
=============================================
    Single Service Area style
=============================================
***/
.single-service-area {
  position: relative;
  display: block;
  padding: 110px 0 110px;
}

.single-service-top {
  position: relative;
  display: block;
}

.single-service-image-box {
  position: relative;
  display: block;
}

.single-service-image-box img {
  width: 100%;
}

.single-service-top .text {
  position: relative;
  display: block;
  padding-top: 41px;
  padding-bottom: 26px;
}

.single-service-top .text h2 {
  color: #27282c;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-service-top .text .inner {
  position: relative;
  display: block;
  padding-top: 14px;
}


.advantages-content {
  position: relative;
  display: block;
}

.single-advantages-box {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  text-align: center;
  transition: all 700ms ease 500ms;
}

.single-advantages-box:hover {
  -webkit-box-shadow: 0px 4px 13px 0px #D4D4D4;
  box-shadow: 0px 4px 13px 0px #D4D4D4;
}

.single-advantages-box .inner {
  position: relative;
  display: block;
  padding: 29px 0 23px;
  overflow: hidden;
}

.single-advantages-box .static-content {
  position: relative;
  display: block;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 700ms ease 200ms;
}

.single-advantages-box:hover .static-content {
  opacity: 0;
  transform: translateY(-40%);
  transition: all 700ms ease 200ms;
}

.single-advantages-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.single-advantages-box .icon-holder span:before {
  color: #c69c40;
  ;
  font-size: 65px;
  line-height: 65px;
}

.single-advantages-box .title {
  position: relative;
  display: block;
}

.single-advantages-box .title h3 {
  color: #27282c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.single-advantages-box .overlay-text {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #c69c40;
  ;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 700ms ease 200ms;
}

.single-advantages-box:hover .overlay-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 700ms ease 200ms;
}

.single-advantages-box .overlay-text .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-advantages-box .overlay-text .box .inner-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}

.single-advantages-box .overlay-text .box .inner-text p {
  color: #ffffff;
  margin: 0;
}

.how-work-box {
  position: relative;
  display: block;
  padding-top: 80px;
}

.how-work-box .image-box {
  position: relative;
  display: block;
}

.how-work-box .image-box img {
  width: 100%;
}

.how-work-box .how-works-content {
  position: relative;
  display: block;
}

.how-work-box .how-works-content h2 {
  color: #27282c;
  font-size: 24px;
  font-weight: 700;
  margin-top: -5px;
  text-transform: uppercase;
}

.how-work-box .how-works-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 28px;
}

.how-work-box .how-works-content ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 26px;
}

.how-work-box .how-works-content ul li:last-child {
  margin-bottom: 0;
}

.how-work-box .how-works-content ul li .icon {
  position: absolute;
  top: 6px;
  left: 1px;
}

.how-work-box .how-works-content ul li .icon span:before {
  color: #c69c40;
  ;
  font-size: 20px;
}

.how-work-box .how-works-content ul li .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.how-work-box .how-works-content ul li .text span {
  color: #c69c40;
  ;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.how-work-box .how-works-content ul li .text h3 {
  color: #27282c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 2px 0 12px;
}

.how-work-box .how-works-content ul li .text p {
  margin: 0;
}

.advantages-content.container {
  padding: 50px 0 20px 0;
}


.single-service-sidebar {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  z-index: 1;
}

.single-service-sidebar::before {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 1px;
  background: #ededed;
  content: "";
  z-index: -1;
}

.how-work-box .how-works-content ul li .icon span {
  color: #c69c40;
  font-size: 20px;
}

.single-service-sidebar .single-sidebar {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.single-service-sidebar .service-pages {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  border-bottom: none;
}

.single-service-sidebar .service-pages li {
  position: relative;
  display: block;
  height: 64px;
  border-bottom: 1px solid #ededed;
  transition: all 500ms ease;
  z-index: 5;
}

.single-service-sidebar .service-pages li.active,
.single-service-sidebar .service-pages li:hover {
  -webkit-box-shadow: 0px 4px 7px 0px #ededed;
  box-shadow: 0px 4px 7px 0px #ededed;
}

.single-service-sidebar .service-pages li:before {
  position: absolute;
  top: 20px;
  left: -1px;
  bottom: 20px;
  width: 3px;
  background: #c69c40;
  ;
  content: "";
  z-index: 3;
  opacity: 0;
  transition: all 700ms ease 300ms;
  transform: translateX(0%) translateY(0%) scaleY(0.1);
}

.single-advantages-box .icon-holder img {
  width: 66px;
}

.single-service-sidebar .service-pages li.active:before,
.single-service-sidebar .service-pages li:hover:before {
  opacity: 1;
  transform: translateX(0%) translateY(0%) scaleY(1.0);
  transition: all 700ms ease 100ms;
}

.single-service-sidebar .service-pages li a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #27282c;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: 'Poppins', sans-serif;
}

.single-service-sidebar .service-pages li a .title {
  position: relative;
  display: block;
  z-index: 1;
}

.single-service-sidebar .service-pages li a .title .overlay-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.single-service-sidebar .service-pages li a .title .overlay-title h3 {
  color: #c69c40;
  ;
  font-size: 20px;
  line-height: 63px;
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms ease 100ms;
}

.single-service-sidebar .service-pages li a .title h3.static {
  font-size: 15px;
  transform: scale(1.0);
  line-height: 63px;
  transition: all 300ms ease 100ms;
}

.single-service-sidebar .service-pages li.active a .title .overlay-title h3,
.single-service-sidebar .service-pages li:hover a .title .overlay-title h3 {
  opacity: 1;
  transform: scale(1.0);
}

.single-service-sidebar .service-pages li.active a .title h3.static,
.single-service-sidebar .service-pages li:hover a .title h3.static {
  opacity: 0;
}

.sidebar-contact-box {
  position: relative;
  display: block;
  padding-bottom: 50px;
}

.sidebar-contact-box .inner-content {
  position: relative;
  display: block;
  padding: 48px 40px 50px;
  background: #555d28;
  z-index: 1;
}

.btndiv {
  text-align: center;
}

.sidebar-contact-box .inner-content .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-box .inner-content .icon-holder span {
  color: #c69c40;
  font-size: 65px;
  line-height: 65px;
}

.sidebar-contact-box .inner-content h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 22px;
}

.sidebar-contact-box .inner-content .bottom-box {
  position: relative;
  display: block;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.sidebar-contact-box .inner-content .bottom-box h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 3px;
  font-family: 'Rubik', sans-serif;
}

.sidebar-contact-box .inner-content .bottom-box span {
  color: #ffffff;
}

.sidebar-contact-box .inner-content .button {
  position: relative;
  display: block;
  padding-top: 32px;
}

.sidebar-contact-box .inner-content .button a {
  display: block;
}


/*** 
=============================================
    Project Description Area style
=============================================
***/
.project-description-area {
  position: relative;
  display: block;
  margin-top: 110px;
  padding: 110px 0 50px;
}

.project-description-area .pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.project-description-image-box {
  position: relative;
  display: block;
  z-index: 3;
}

.project-description-image-box img {
  max-width: none;
  float: right;
}

.project-description-content {
  position: relative;
  display: block;
  z-index: 3;
  padding-top: 45px;
  padding-left: 100px;
}

.project-description-content .sec-title {
  padding-bottom: 32px;
}

.project-description-content .sec-title p {
  margin: 0 0 5px;
}

.project-description-content .sec-title .title {
  font-size: 30px;
}

.project-description-content .inner-content {
  position: relative;
  display: block;
}

.project-description-content .inner-content .bottpm-text {
  position: relative;
  display: block;
  padding-top: 10px;
}

.project-description-content .inner-content ul {
  position: relative;
  display: block;
  padding-top: 2px;
}

.project-description-content .inner-content ul li {
  position: relative;
  display: block;
  line-height: 41px;
  padding-left: 40px;
}

.project-description-content .inner-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "\f061";
  color: #a7a7a7;
  font-size: 25px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}



/*** 
=============================================
    Project Info Area style
=============================================
***/
.project-info-area {
  position: relative;
  display: block;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}

.project-info-area .pattern-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.project-info-content .title span {
  font-size: 15px;
  font-weight: 400;
  color: #f1702d;
}

.project-info-content .title {
  line-height: 15px !important;
}

.project-info-content {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: -6px auto 0;
  z-index: 3;
}

.project-info-content .project-info-title {
  position: relative;
  display: block;
  padding-left: 70px;
  padding-bottom: 33px;
}

.project-info-content .project-info-title:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #c69c40;
  ;
  content: "";
}

.project-info-content .project-info-title h3 {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #27282c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-info-content .inner-content {
  position: relative;
  display: block;
  padding: 38px 50px 32px;
  box-shadow: 0px 0px 9px 3px #f6f6f6;
}

.project-info-content .inner-content ul {
  position: relative;
  display: block;
}

.project-info-content .inner-content ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
  margin-bottom: 17px;
}

.project-info-content .inner-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-info-content .inner-content ul li .icon {
  font-size: 40px;
  color: #ddd;
}

.project-info-content .inner-content ul li .icon,
.project-info-content .inner-content ul li .title {
  display: table-cell;
  vertical-align: middle;
}

.project-info-content .inner-content ul li .title {
  padding-left: 20px;
}

.project-info-content .inner-content ul li .title h4 {
  color: #27282c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 4px;
}



.project-info-image-box {
  position: relative;
  display: block;
  z-index: 3;
}

.project-info-image-box img {
  max-width: none;
  float: left;
}

/*=============================== blog detail css======================== */


.single-post-info-area {
  position: relative;
  display: block;
  padding: 104px 0 96px;
}

.single-post-info-content {
  position: relative;
  display: block;
}

.single-post-info-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-post-info-content .meta-box .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.single-post-info-content .meta-box .meta-info li {
  position: relative;
  display: inline-block;
  float: none;
  color: #c69c40;
  ;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 16px;
  margin-right: 11px;
}

.single-post-info-content .meta-box .meta-info li:before {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 1px;
  height: 12px;
  background: #d3d9e0;
  content: "";
}

.single-post-info-content .meta-box .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-post-info-content .meta-box .meta-info li:last-child:before {
  display: none;
}

.single-post-info-content .meta-box .meta-info li a {
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.single-post-info-content .meta-box .meta-info li a:hover {
  color: #c69c40;
  ;
}

.single-post-info-content .blog-title {
  color: #26272b;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  margin: 22px 0 0;
}


/*** 
=============================================
    Blog Single Area style
=============================================
***/
#blog-area.blog-single-area {
  position: relative;
  display: block;
  padding: 0 0 110px;
}

.blog-single-area .blog-post {
  position: relative;
  display: block;
  margin-right: 35px;
}

.blog-single-area .single-blog-post {
  position: relative;
  display: block;
}

.blog-single-area .main-image-box {
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.blog-single-area .main-image-box img {
  width: 100%;
}

.single-blog-post .top-text-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post .top-text-box h3 {
  color: #27282c;
  font-size: 20px;
  font-weight: 600;
  margin: 27px 0 28px;
}

.author-quote-box {
  position: relative;
  display: block;
  padding: 33px 40px 33px;
  background: #575d29;
  margin-top: 36px;
  margin-bottom: 54px;
}

.author-quote-box:before {
  position: absolute;
  bottom: -35px;
  right: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #c69c40;
  ;
  content: "\f10e";
  color: #ffffff;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.author-quote-box .text {
  position: relative;
  display: block;
}

.author-quote-box .text p {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 27px;
}

.author-quote-box .text .name {
  position: relative;
  display: block;
}

.author-quote-box .text .name h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.author-quote-box .text .name h3 span {
  color: #c69c40;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.quote-bottom-text {
  position: relative;
  display: block;
}

.blog-single-image-with-text-box {
  position: relative;
  display: block;
  margin-top: 52px;
}

.blog-single-image-with-text-box .image-box {
  position: relative;
  display: block;
}

.blog-single-image-with-text-box .image-box li {
  position: relative;
  display: inline-block;

  margin-right: 35px;
}

.blog-single-image-with-text-box .image-box li:last-child {
  margin-right: 0;
}

.blog-single-image-with-text-box .image-box li img {
  width: 100%;
}

.blog-single-image-with-text-box .text-box {
  position: relative;
  display: block;
  margin-top: 54px;
}

.blog-single-bottom-content-box {
  position: relative;
  display: block;
  margin-top: 45px;
}

.blog-single-bottom-content-box h2 {
  color: #27282c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.blog-single-bottom-content-box p {
  margin: 0 0 20px;
}

.blog-single-bottom-content-box ul {
  position: relative;
  display: block;
}

.blog-single-bottom-content-box ul li {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 36px;
}

.blog-single-bottom-content-box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f061";
  color: #c69c40;
  font-size: 25px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.single-sidebar .popular-tag {
  position: relative;
  display: block;
  margin-left: -2.5px;
  margin-right: -2.5px;
  padding: 19px 0 35px;
}

.single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  margin: 0 2.5px 5px;
}

.single-sidebar .popular-tag li a {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 9px 10px 7px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.single-sidebar .popular-tag li a:hover {
  background-color: #c69c40;
  color: #fff;
}

.tag-with-social-links-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid #ededed;
  margin-top: 47px;
  padding-top: 21px;
}

.tag-with-social-links-box .inner-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.tag-with-social-links-box .tag-box {
  position: relative;
  display: block;
}

.tag-with-social-links-box .tag-box p {
  position: relative;
  display: inline-block;
  color: #27282c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.tag-with-social-links-box .tag-box ul {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.tag-with-social-links-box .tag-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  line-height: 30px;
}

.tag-with-social-links-box .tag-box ul li:last-child {
  margin-right: 0;
}

.tag-with-social-links-box .tag-box ul li a {
  position: relative;
  display: block;
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 300ms ease 100ms;
}

.tag-with-social-links-box .tag-box ul li a:hover {
  color: #c69c40;
  ;
}

.tag-with-social-links-box .social-links-box {
  position: relative;
  display: block;
}

.tag-with-social-links-box .social-links-box p {
  position: relative;
  display: inline-block;
  color: #27282c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.tag-with-social-links-box .social-links-box p i {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  color: #c69c40;
  ;
}

.tag-with-social-links-box .social-links-box .sociallinks {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.tag-with-social-links-box .social-links-box .sociallinks li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin-right: 20px;
}

.tag-with-social-links-box .social-links-box .sociallinks li:last-child {
  margin-right: 0;
}

.tag-with-social-links-box .social-links-box .sociallinks li a i {
  position: relative;
  display: block;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
}

.tag-with-social-links-box .social-links-box .sociallinks li a:hover i {
  color: #c69c40;
  ;
}


.blog-prev-next-option {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 75px;
}

.blog-prev-next-option .single {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
}

.blog-prev-next-option .single.prev {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
}

.blog-prev-next-option .single .image-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-prev-next-option .single .image-thumb img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.blog-prev-next-option .single:hover .image-thumb img {
  transform: scale(1, 1);
}

.blog-prev-next-option .single .image-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 41, 46, 0.95);
  transition: all 700ms ease 100ms;
  opacity: 0;
}

.blog-prev-next-option .single:hover .image-thumb .overlay {
  filter: alpha(opacity=100);
  opacity: 1;
  transition-delay: 0s;
}

.blog-prev-next-option .single .image-thumb .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
}

.blog-prev-next-option .single:hover .image-thumb .overlay .box .link a {
  filter: alpha(opacity=100);
  transform: scale(1);
  transition-delay: 0.1s;
  opacity: 1;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link a:hover {
  color: #c69c40;
  ;
}

.blog-prev-next-option .single .image-thumb .overlay .box .link a i {
  display: inline-block;
  padding-left: 5px;
}

.blog-prev-next-option .single .title {
  position: relative;
  display: block;
  padding: 14px 20px 0;
  text-align: center;
}

.blog-prev-next-option .single .title h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.blog-prev-next-option .single .title a {
  color: #27282c;
  transition: all 500ms ease;
}

.blog-prev-next-option .single .title a:hover {
  color: #c69c40;
  ;
}

.blog-prev-next-option .single.next {
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
}



.author-box-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 45px 40px 40px;
  margin: 73px 0 80px;
  box-shadow: 0px 4px 10px 3px #e0e4e6;
}

.author-box-holder .inner-box {
  position: relative;
  display: block;
}

.author-box-holder .inner-box .img-box {
  width: 100px;
}

.author-box-holder .inner-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.author-box-holder .inner-box .img-box,
.author-box-holder .inner-box .text {
  display: table-cell;
  vertical-align: middle;
}

.author-box-holder .inner-box .text {
  padding-left: 40px;
}

.author-box-holder .inner-box .text h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.author-box-holder .inner-box .text h3 span {
  color: #c69c40;
  ;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.author-box-holder .inner-box .text p {
  line-height: 25px;
  margin: 16px 0 23px;
}

.author-box-holder .inner-box .text .author-social-links {
  position: relative;
  display: block;
  overflow: hidden;
}

.author-box-holder .inner-box .text .author-social-links p {
  position: relative;
  display: inline-block;

  padding-right: 10px;
  color: #27282c;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.author-box-holder .inner-box .text .author-social-links ul {
  position: relative;
  display: inline-block;
}

.author-box-holder .inner-box .text .author-social-links ul li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  padding-right: 11px;
  margin-right: 10px;
}

.author-box-holder .inner-box .text .author-social-links ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  background: #e3e3e3;
  content: "";
  transform: rotate(15deg);
  line-height: 30px;
  margin: 8px 0;
}

.author-box-holder .inner-box .text .author-social-links ul li:last-child:before {
  display: none;
}

.author-box-holder .inner-box .text .author-social-links ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.author-box-holder .inner-box .text .author-social-links ul li a {
  color: #7c7e84;
}

.author-box-holder .inner-box .text .author-social-links ul li a:hover {
  color: #c69c40;
  ;
}



.single-blog-title-box {
  position: relative;
  display: block;
  padding-bottom: 32px;
  margin-top: -7px;
}

.single-blog-title-box h2 {
  color: #27282c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-single-area .inner-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-single-area .inner-comment-box .single-comment-outer-box {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  background: #ffffff;
  padding: 35px 40px 32px;
  margin-bottom: 40px;
}

.blog-single-area .inner-comment-box .single-comment-outer-box.mar-left {
  margin-left: 80px;
}

.blog-single-area .inner-comment-box .single-comment-box {
  position: relative;
  display: block;
  padding-left: 80px;
}

.blog-single-area .inner-comment-box .single-comment-box .img-box {
  position: absolute;
  top: 4px;
  left: 0;
  width: 80px;
  height: 80px;
}

.blog-single-area .inner-comment-box .single-comment-box .img-box img {
  border-radius: 50%;
  width: 100%;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name {
  position: relative;
  display: block;
  float: left;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name h3 {
  color: #27282c;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 3px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name span {
  color: #c69c40;
  ;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button {
  position: relative;
  display: block;
  float: right;
  top: -3px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a:hover {
  color: #c69c40;
  ;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 14px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-box .text p {
  margin: 0;
}



.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 40px;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  padding: 0 30px;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.add-comment-box #add-comment-form textarea {
  height: 170px;
  padding: 13px 30px;
  margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #c69c40;
  ;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #c69c40;
  ;
}

.add-comment-box #add-comment-form textarea:focus {
  border-color: #c69c40;
  ;
}


#blog-area .sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 300px;
  margin-left: -30px;
}

.sidebar-title {
  position: relative;
  display: block;
  margin-top: -4px;
  padding-bottom: 6px;
}

.sidebar-title:before {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 10px;
  height: 5px;
  background: #c69c40;
  ;
  content: "";
}

.sidebar-title .title {
  color: #27282c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  padding: 40px 30px 0;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
  margin-bottom: 50px;
}

.sidebar-search-box .search-form {
  position: relative;
  display: block;
  max-width: 300px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
}

.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #f6f6f6;
  color: #f1702d;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 65px;
  border-radius: 0px;
  transition: all 500ms ease 0s;
}

.sidebar-wrapper .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #c69c40;
  ;
  color: #ffffff;
  font-size: 14px;
  height: 60px;
  width: 60px;
  border: 0px solid #c69c40;
  ;
  line-height: 60px;
  text-align: center;
  border-radius: 0px;
  transition: all 500ms ease 0s;
  margin: 0;
}

.sidebar-wrapper .search-form button i {
  font-size: 14px
}

.sidebar-wrapper .search-form input[type="text"]:focus {
  border: 1px solid #c69c40;
  ;
  background: #fff;
  color: #000000;
}

.sidebar-wrapper .search-form input[type="text"]:focus+button,
.sidebar-wrapper .search-form button:hover {
  border-color: #c69c40;
  ;
  color: #ffffff;
}


.single-sidebar .categories {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.single-sidebar .categories li {
  position: relative;
  display: block;
}

.single-sidebar .categories li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #222;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  font-family: 'Rubik', sans-serif;
  transition: all 700ms ease;
  z-index: 1;
}

.single-sidebar .categories li a sup {
  font-size: 12px;
  display: inline-block;
  padding-left: 5px;
  transform: scaleX(0);
  transition: all 300ms ease 100ms;
}

.single-sidebar .categories li:hover a sup {
  transform: scaleX(1.0);
  transition: all 300ms ease 100ms;
}

.single-sidebar .categories li:last-child a {
  border: none;
}

.single-sidebar .categories li:hover a {
  color: #c69c40;
  ;
  transition: all 700ms ease;
}

.single-sidebar .categories li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 500ms ease;
  font-weight: 600;
  line-height: 20px;
  margin: 14px 0 16px;
  content: "\2b";
  font-size: 14px;
  z-index: -1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #7c7e84;
}

.single-sidebar .categories li:hover a:before {
  color: #c69c40;
  ;
  content: "\f068";
  transition: all 900ms ease;
}



.single-sidebar .recent-post {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 19px 0 35px;
}

.single-sidebar .recent-post li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  min-height: 65px;
  padding-left: 60px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.single-sidebar .recent-post li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-sidebar .recent-post li .img-holder {
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
}

.single-sidebar .recent-post li .img-holder img {
  width: 100%;
  height: 60px;
  position: relative;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a {
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  z-index: 5;
}

.single-sidebar .recent-post li:hover .img-holder img {
  transition-delay: 0s;
  transform: scale(1.2, 1.2);
}

.single-sidebar .recent-post li .img-holder .overlay-style-one {
  background: rgba(233, 33, 48, 0.90);
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a {
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  z-index: 5;
}

.single-sidebar .recent-post li:hover .img-holder .overlay-style-one .box .content a {
  filter: alpha(opacity=100);
  transform: scale(1);
  transition-delay: 0.1s;
  opacity: 1;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a span:before {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a:hover span:before {
  color: #000000;
}

.single-sidebar .recent-post li:hover .img-holder .overlay-style-one {
  opacity: 1;
}

.single-sidebar .recent-post li .title-holder {
  padding-left: 20px;
}

.single-sidebar .recent-post li .title-holder span {
  display: block;
  line-height: 4px;
  font-size: 14px;
}

.single-sidebar .recent-post li .title-holder .post-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 7px 0 0;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .title-holder .post-title a {
  color: #27282c;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .title-holder .post-title a:hover {
  color: #c69c40;

}

/* gallery section css */


.gcol {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  height: 300px;
  margin-bottom: 25px;
}

.gimg {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  transition: all .3s ease-in-out;
  backface-visibility: hidden;
}

.gimg img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gcol:hover .gimg {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.gcol:hover .g-text {
  opacity: 1;
}

.g-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(219, 133, 16, .7);
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 30px;
}

.g-text h3 {
  font-family: var(--heading-fonts);
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.g-text p {
  position: relative;
  display: block;
  margin: 5px 0 0;
}

.gallery-anchor {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pd {
  padding-left: 0;
  padding-right: 0;
}

.galery-section {
  padding: 50px 0;
  background-image: url(../images/abstract-pattren.jpg);
}


.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}