@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
body {
  padding: 0;
  margin: 0;
  overflow-x:hidden; 
  font-size: 15px;
  font-family: 'Mulish', sans-serif;

}

img {
  max-width: 100%;
}

a {
  color: #b98747;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: 0 !important;
}

a:hover, a:focus {
  color: #f54325;
  text-decoration: none;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Zilla Slab";
}
p {
  color: #2b2b2b;
  line-height: 1.9;
}

p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #0e314c;
  font-weight: 500;
}

:focus {
  outline: 0 !important;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-f7fafd {
  background-color: #F8F9F6;
}

.bg-f9f6f6 {
 background-color: rgba(249,244,241,1.00);
}

.bg-f9fafb {
  background-color: rgba(243,233,226,1.00);
}

.bg-0f054b {
  background-color: #0f054b;
}

.bg-eef6fd {
  background-color: #eef6fd;
}

/*owl carousel btn*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  line-height: 0.01;
}

.owl-theme .owl-dots {
  margin-top: 20px;
  line-height: 0.01;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #D6D6D6;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #32a1d0;
}

/*form control*/
.form-group {
  margin-bottom: 18px;
}

label {
  color: #0e314c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control {
  height: 45px;
  padding: 10px;
  color: #6c757d;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  font-size: .85rem;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #0a8711!important;
}


/*================================================
Navbar CSS
=================================================*/
.startp-responsive-nav {
  display: none;
}

#header.headroom {
  position: relative;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 35px 0 rgba(24,24,24,.15);
  top: 0px;
  padding: .5rem 0;
  left: 0;
  border: 0 solid black;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

#header.headroom.is-sticky {
  background-color: #ffffff !important;
  top: 0;
  position: fixed;
}

#header.headroom.navbar-style-two {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#header.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.startp-nav {
  background: transparent;
}

.startp-nav nav {
  padding: 0;
}

.startp-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.startp-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 3px 3px;
  display: flex;
  align-items: center;
  border-radius: 0px;
}

.startp-nav nav .navbar-nav .nav-item a {
  font-size: 12px;
  font-family: 'Mulish', sans-serif;
  color: #000;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: 800;
  /*letter-spacing: .03rem;*/
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}
#header.is-sticky .startp-nav nav .navbar-nav .nav-item a
{
  color: #000;
}
nav .navbar-nav .nav-item.btn
{
  background-color: #0a8711;
  margin-left: .5rem;
  border-radius: 50px;
}
nav .navbar-nav .nav-item.btn i
{
  margin-right: .5rem;
}
nav .navbar-nav .nav-item.btn:hover
{
  background-color: #064d0a;
}
nav .navbar-nav .nav-item.btn a
{
  color: #fff;
}
.startp-nav nav .navbar-nav .nav-item a:hover, .startp-nav nav .navbar-nav .nav-item a:focus, .startp-nav nav .navbar-nav .nav-item a.active {
  color: #f54325;
}

.startp-nav nav .navbar-nav .nav-item a svg {
  width: 11px;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
  position: absolute;
  top: 80px;
  left: 0;
  right: auto;
  width: 250px;
  z-index: 99;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li {
  position: relative;
  padding: .2rem 0;
  border-bottom: 1px solid #f1f1f1;
}
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:last-child
{
  border-bottom: none;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
      font-size: 12px;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #4e4e4e;
    font-weight: 700;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
  color: #f54325;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
  position: absolute;
  left: 220px;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
  color: #000;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active {
  color: #e8751e;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu {
  opacity: 1 !important;
  visibility: visible !important;
  top:0px !important;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a {
  color: #f54325;
}

.startp-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.startp-nav nav .others-option {
  margin-left: 20px;
}

.startp-nav nav .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 20px;
}

.startp-nav nav .others-option .cart-wrapper-btn svg {
  width: 15px;
}

.startp-nav nav .others-option .cart-wrapper-btn span {
  display: inline-block;
  background-color: red;
  color: #ffffff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: 4px;
}

.others-option .btn.btn-light {
  background: #007bff;
  padding: 10px 20px;
  color: #fff;
  margin-right: 10px;
}
.others-option .btn.btn-light:focus {
  color: #fff !important;
}

.others-option .btn.btn-light:hover, .others-option .btn.btn-light:focus {
  color: #ffffff;
  border-color: #32A1D0;
}

.others-option .btn.btn-light::after, .others-option .btn.btn-light::before {
  background: #000;
}

.others-option .btn.btn-primary {
  background: #e10f24;
}

.others-option .btn.btn-primary::after, .others-option .btn.btn-primary::before {
  background: #053f7b;
}

.navbar-style-three .startp-nav {
  padding-left: 25px;
  padding-right: 25px;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -29px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0e314c;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #44ce6f;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px 15px 8px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.others-option-for-responsive .option-inner .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 15px;
}

.others-option-for-responsive .option-inner .others-option .cart-wrapper-btn svg {
  width: 15px;
}

.others-option-for-responsive .option-inner .others-option .cart-wrapper-btn span {
  display: inline-block;
  background-color: red;
  color: #ffffff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: 4px;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light {
  background: transparent;
  border: 2px dashed #cdf1d8;
  padding: 12px 23px;
  margin-right: 10px;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light:focus {
  color: #0e314c !important;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light:hover, .others-option-for-responsive .option-inner .others-option .btn.btn-light:focus {
  color: #ffffff;
  border-color: #44ce6f;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light::after, .others-option-for-responsive .option-inner .others-option .btn.btn-light::before {
  background: #44ce6f;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
          box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  padding: 13px 23px;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-primary::after, .others-option-for-responsive .option-inner .others-option .btn.btn-primary::before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
          box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.navbar-color-white .startp-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:hover, .navbar-color-white .startp-nav nav .navbar-nav .nav-item a:focus, .navbar-color-white .startp-nav nav .navbar-nav .nav-item a.active {
  color: #44ce6f;
}

.navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn {
  color: #ffffff;
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
          box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary::after, .navbar-color-white .startp-nav nav .others-option .btn.btn-primary::before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
          box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.navbar-color-white#header.headroom.is-sticky {
  background-color: #0e314c !important;
}

@media only screen and (max-width: 991px) {
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header.headroom {
    border-bottom: 1px solid #eeeeee;
  }
  #header.headroom.is-sticky {
    border-bottom: none;
  }
  .startp-responsive-nav {
    display: block;
  }
  .startp-responsive-nav .startp-responsive-menu {
    position: relative;
  }
  .startp-responsive-nav .startp-responsive-menu .navbar-nav {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li a {
    font-size: 14px;
  }
  .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #44ce6f;
  }
  .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li a svg {
    display: none;
  }
  .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .startp-responsive-nav .startp-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 280px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .startp-responsive-nav .startp-responsive-menu.mean-container .others-options {
    display: none;
  }
  .startp-responsive-nav .mean-container a.meanmenu-reveal {
    color: #0e314c;
  }
  .startp-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #0e314c;
  }
  .startp-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .startp-nav {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}
::-webkit-scrollbar-thumb {
    background-color: rgba(24,24,24,.3);
    border-radius: 6px;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    transition: background 200ms ease;
}
::-webkit-scrollbar {
    background-color: rgba(24,24,24,.07);
    width: 8px;
}
.navbar-brand img
{
  height: 50px;
}
/*================================================
Agency Portfolio Main Banner CSS
=================================================*/
.agency-portfolio-main-banner {
  height: 90vh;
  position: relative;
  z-index: 1;
  background-position: center center!important;
  background-size: cover!important;
  width: 100%;
  background-repeat: no-repeat!important;
}
.portfolio-main-banner {
  height: 75vh;
  position: relative;
  z-index: 1;
  background-position: center center!important;
  background-size: cover!important;
  width: 100%;
  background-repeat: no-repeat!important;
}
.agency-portfolio-main-banner:before
{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1;
}
.portfolio-banner-content {
  text-align: center;
  max-width: 900px;
  position: relative;
  z-index: 111;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: -50px;*/
}

.portfolio-banner-content .sub-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: #fff;
  margin-bottom: 10px;
}

.portfolio-banner-content h1 {
  line-height: 1;
  letter-spacing: .02em;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 800;
  position: relative;
}
.portfolio-banner-content h1.line-bottom
{
  font-size: 20px;
  margin-top: 2rem;
}
.portfolio-banner-content h4
{
  font-family: 'Teko', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

.portfolio-banner-content span.typing, .portfolio-banner-content .effect-h
{
  margin-bottom: 35px;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 2rem;
  letter-spacing: .02em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  font-size:55px;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.portfolio-banner-content .effect-h
{
  color: #fff;
}
.portfolio-banner-content .owl-item.active .effect-h {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.3s;
}
.portfolio-banner-content p {
  font-size: 16px;
    letter-spacing: 1px;
  max-width: 490px;
  color: #fff;
      line-height: 1.7;
      margin-top: 1.5rem;
  font-family: 'Mulish', sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-banner-content .btn {
  margin-top: 5px;
}

.agency-portfolio-home-slides.owl-theme .owl-nav, .agency-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*='owl-'], .agency-slides.owl-theme .owl-nav [class*='owl-'] {
  margin: 0;
  background-color: #b98747;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
  position: absolute;
  left: 40px;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*='owl-']:hover, .agency-slides.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #f54325;
  color: #ffffff;
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*='owl-'].owl-next, .agency-slides.owl-theme .owl-nav [class*='owl-'].owl-next {
  left: auto;
  right: 40px;
}

.agency-portfolio-home-slides.owl-theme:hover .owl-nav, .agency-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.projects-items .single-latest-projects
{
    height: 300px!important;
    margin-bottom: 0px!important;
}
.projects-items .grid-item
{
  margin-bottom: 30px;
}
.projects-items .border-type
{
    background: #f3f3f3;
    transition: .3s;
    border: 1px solid #0000001c;
    padding: 5px;
}
.site-color
{
  color: #f54325;
}
.portfolio-banner-content .btn-style-one
{
  margin-right: 1rem;
  margin-top: 1rem;
}
.portfolio-banner-content .btn-style-one:last-child
{
  margin-right: 0px;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    background: #b98747;
    color: #fff;
    border-radius: 3px;
    text-decoration: none!important;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #451b04;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 12px 25px 10px;
    z-index: 1;
}
.btn-style-one:hover {
    background: var(--thm-base);
    color: #ffffff;
}
.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}
.service-area .section-title h2, h2
{
  position: relative;
    display: block;
    font-size: 45px;
    color: #f54325;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
    margin-bottom: 1.5rem;
    font-family: 'Mulish', sans-serif;
}
.service-area .section-title .short-c {
    font-family: 'Teko', sans-serif!important;
    position: relative;
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.flow-text
{
  font-family: 'Mulish', sans-serif;
    position: relative;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
}
.sub-title
{
  font-family: 'Teko', sans-serif!important;
    position: relative;
    display: block;
    font-size: 29px;
    color: #fff;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #fff;
}
.service-area .section-title p
{
  font-size: 17px;
  color: #000;
  line-height: 2;
  letter-spacing: .7px;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 3rem;
}
.startp-nav nav .navbar-nav .nav-item.active
{
  background: #b98747;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.startp-nav nav .navbar-nav .nav-item.active a
{
  color: #fff;
}
.color-c
{
  background:#f54325;
}
.funfacts-area
{
  background-image: url(../../images/what_we_do.jpg);
  position: relative;
  /*background: #b98747;*/
  z-index: 1;
  background-position: center center!important;
  background-size: cover!important;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat!important;
}
.funfacts-area:before
{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  z-index: -1;
}
.container-fluid
{
  position: relative;
  z-index: 111;
}
.funfacts-area .container-fluid, .process .container-fluid {
    width: 95%;
}
.text-white h2
{
  color: #fff;
}
.funfacts-area .map-bg {
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.funfact h3
{
  color: #fff;
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
}
.section-title {
    margin-bottom: 30px;
}
.funfact {

    background: rgb(185, 135, 71, .7);       
    height: 100%;
    border: 1px solid #b98747;
    text-align: center;
    border-radius: 5px;
    padding: 1.2rem 1rem;
    border-style: dotted;
    display: flex;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    justify-content: center;
}
.funfact:hover
{
  background: rgb(245 67 37 );
   border-color: #f54325;
}
.number-type .col-lg-6 {
    padding: .5rem .3rem;
}
.section-title {
    margin-bottom: 60px;
}
.section-title .bar {
    height: 5px;
    width: 90px;
    background: #b98747;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.section-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #b98747;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.process .padding {
    padding: 0 10px;
}
.process .item {
    padding: 0 10px;
    border-radius: 10px;
    position: relative;
}
.process .item img {
    position: absolute;
    width: 50%;
    right: -30%;
    top: 30%;
    z-index: 4;
}
.process .item img.tobotm {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 15%;
}
.process .item .icon {
    font-size: 35px;
    color: #bc8d50;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.process .item .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: .05;
    z-index: -1;
}
.process .item:hover .icon {
    background: #b98747 !important;
    color: #fff;
}
.process span, .process a, .process a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.process .item h6 {
    letter-spacing: .5px;
    line-height: 1.5;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.process .item p {
    font-size: 16px;
    color: #eee;
    opacity: .9;
}
.process .item h6 span {
    font-size: 20px;
    color: #eee;
    margin-right: 8px;
}
.section-head {
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
}
.process .front
{
  position: relative;
  z-index: 111;
}

.bg-img {
    position: relative;
}
.section-padding {
    padding: 60px 0;
}
.bg-img:before {
    opacity: .8;
}
.bg-img:before {
    background: #000;
}
.bg-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.process .item .icon.color
{
    background: #b98747 !important;
    color: #fff;
    animation: heartBeat 1000ms infinite linear;
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.partner-section .p-section h4
{
  font-family: 'Mulish', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #b98747;
}
.partner-section .p-section 
{
  width: 70%;
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #b98747;
    margin: auto;
    padding: .7rem 0;
    border-style: dashed;
}
.our-latest-projects {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.swiper-container {
  width: 100%;
  height: 28vw;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.swiper-container.swiper-container-coverflow {
      padding: 0% 0 3%;
      margin-top: 2rem;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 66%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: .4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

@media (max-width: 1180px) {
  .swiper-container {
    height: 28vw;
  }

  .swiper-slide .content .title {
    font-size: 25px;
  }
  .swiper-slide .content .caption {
    font-size: 12px;  
  }
}
@media (max-width: 1023px) {
  .swiper-container {
    height: 40vw;
  }
  .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}
 .swiper-slide .content .title {
    background: #bc8d50;
    text-align: center;
    border-radius: 5px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}
.swiper-slide .content {
    width: 50%;
    margin: 0 auto;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    bottom: -25px;
}
.swiper-slide .content .title {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    margin-bottom: 0px;
    padding: .5rem 0;
    letter-spacing: .5px;
    font-weight: 700;
}
.swiper-slide .content {
    visibility: hidden;
}
.swiper-slide-active .content {
    visibility: visible;
}
.partner-section
{
  background-color: #f8f9fa;
  padding: 3rem 0;
}
.footer-top {
    padding: 60px 0;
    background: #353535;
    text-align: left;
    font-family: 'Mulish', sans-serif;
    color: #dcdbdb;
}
.footer-top  p
{
  font-size: 14px;
  line-height: 1.9;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1rem;
}
.footer-bottom {
    padding: 15px 0 15px 0;
    background: #444;
    text-align: left;
    color: #aaa;
}
.footer-about img.logo-footer {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 18px;
}
.footer-top h3 {
    padding-bottom: 10px;
    color: #fff;
   font-family: 'Mulish', sans-serif;
    font-weight: 800!important;
    font-size: 22px;
}
.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #bc8d50;
}
.footer-social {
    padding-top: 3px;
    text-align: right;
}
.footer-social a {
    margin-left: 8px;
    color: #777;
    border: 0;
}
.footer-social i {
    font-size: 18px;
    vertical-align: middle;
}
.scroll-link a
{
  color: #fff;
}
.footer-bottom .footer-social a
{
  display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}
.footer-bottom .footer-social a.facebook
{
      background: #3b5998;
}
.footer-bottom .footer-social a.twitter
{
          background: #00acee;
}
.footer-bottom .footer-social a.linkedin
{
          background: #0e76a8;
}
.footer-bottom .footer-social a.instagram {
    background: #3f729b;
}
.footer-bottom .footer-social a.whatsapp {
    background: #25d366;
}
.footer-copyright
{
  display: flex;
    align-items: center;
}
.footer-copyright p
{
      margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 300;
    font-family: 'Mulish', sans-serif;
    color: #fff;
}
.follow-text
{
  letter-spacing: .5px;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Mulish', sans-serif;
}
.images-animation 
{
   animation: rotation 3s infinite linear; 
}
  @keyframes rotation {
  100%{ transform:rotatey(360deg); }
}
.header-top-area {
    background: #000000;
    padding: 10px 0;
}
.header-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    font-weight: 400;
     font-family: 'Teko', sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-info {
    margin-right: 30px;
}
.contact-info:last-child
{
  margin-right: 20px;
}
.contact-info i {
    color: #80b04f;
    font-size: 17px;
    margin-right: 8px;
}
.contact-info a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .5px;
    color: #fff;
}
.header-top-right {
    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;
}
.header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-links a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 10px 0 #70707069;
    box-shadow: 0px 0px 3px 0 #70707069;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #fff;
}
.social-links a.f {
    background: #4267B2;
}
.social-links a:not(:last-child) {
    margin-right: 7px;
}
.social-links a.t {
    background: #1DA1F2;
}
.social-links a.i {
    background: #0e76a8;
}
.social-links a.inst {
    background: #3f729b;
}
.social-links a.w {
    background: #25d366;
}
.header-top-area
{
  position: relative;
  z-index: 999999;
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 0;
    color: #ffffff;
    background-color: #b98747;
    z-index: 1;
    display: none;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 0px 0 0 0px;
    line-height: 38px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top:hover {
    color: #ffffff;
    background: #f54325;
}
/*
Page Title Area Style
================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center center!important;
  background-size: cover!important;
  background-attachment: fixed!important;
  background-repeat: no-repeat!important;
  text-align: center;
}

.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #b98747;
  opacity: 0.6;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
}
.page-title-area .page-title-content p
{
   font-family: 'Mulish', sans-serif;
  color: #fff;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: .5px;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  color: #e6e6e6;
  position: relative;
   font-family: 'Mulish', sans-serif;
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 700;
}

.page-title-area .page-title-content ul li i {
  font-size: 12px;
  margin: 0 10px;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #000;
}

.page-title-area .page-title-content ul li a i {
  font-size: 12px;
  margin: 0 10px;
}
.contact-info-box {
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    height: 100%;
     font-family: 'Mulish', sans-serif;
    background: #f8f9f6;
    padding: 30px;
}
.contact-info-box .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 70px;
    background: #b98747;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.contact-info-box h3 {
    font-size: 18px;
    font-weight: 700;
     font-family: 'Mulish', sans-serif;
    margin: 25px 0 15px;
}
.contact-info-box p {
    margin-bottom: 0;
    font-size: 15px;
    color: #b98747;
}
.contact-info-box p a {
    color: #b98747;
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 600;
}
.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.contact-form {
    padding: 3rem 4rem;
    background-color: #f1f1f1;
}
.contact-form h3 {
    font-size: 50px;
    font-weight: 900;
     font-family: 'Mulish', sans-serif;
}
.contact-form form .form-control {
    margin-top: 1rem;
    padding: .9rem 1.7rem;
    height: auto;
    font-size: .9rem;
}
button
{
  outline: none;
  border: none;
}
.custom-file
{
  margin-top: 1rem;
}
.custom-file label.position-custom
{
      position: relative;
    z-index: 11;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding-left: 1.7rem;
    line-height: 2.5;
    font-size: .9rem;
}
.custom-file-label, .custom-file-input {
    height: 50px!important;
    border-radius: 0px;
}
.custom-file-label::after
{
  line-height: 2.4!important;
  height: auto;
}
.our-latest-projects .section-title h2
{
  font-size: 35px;
}
.shorting-menu {
  text-align: center;
}

.shorting-menu button {
  background-color: transparent;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
  padding: 0;
  outline: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.shorting-menu button:hover, .shorting-menu button.active {
  color: #fff;
  background: #b98747!important;
}

.shorting-menu button:last-child {
  margin-right: 0;
}
.our-latest-projects .shorting-menu
{
  margin-bottom: 30px;
  margin-top: 20px;
}
.our-latest-projects .shorting-menu  button
{
   font-family: 'Mulish', sans-serif;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 800;
  color: #fff;
  background: #f54325;
  text-transform: capitalize;
  padding: .6rem 1rem;
  letter-spacing: .5px;
}
.our-latest-projects .short-note
{
  width: 600px;
  margin: 0 auto;
}
.our-latest-projects .projects-items
{
  margin-top: 30px;
}
.projects-items .single-latest-projects
{
    height: 200px!important;
    margin-bottom: 0px!important;
}
.projects-items .grid-item
{
  margin-bottom: 30px;
}
.projects-items .border-type
{
    background: #f3f3f3;
    transition: .3s;
    border: 1px solid #0000001c;
    padding: 5px;
}
.projects-items .single-latest-projects {
    margin-bottom: 30px;
    position: relative;
    transition: 0.07s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: 0.07s;
}
.projects-items .single-latest-projects img {
    max-width: 100%;
    filter: grayscale(80%);
    height: auto;
    vertical-align: middle;
}
.projects-items .single-latest-projects .content {
    position: absolute;
    left: -5%;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #b98747;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 25px;
    margin-top: 20px;
}
.projects-items .single-latest-projects .content h3 {
    margin-bottom: 0;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
     font-family: 'Mulish', sans-serif;
    font-size: 15px;
}
.projects-items .single-latest-projects .link-btn {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.projects-items .single-latest-projects:hover img {
    filter: initial;
    transition: 0.07s;
}
.projects-items .single-latest-projects:hover .content {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.projects-items .border-type {
    background: #f3f3f3;
    transition: .3s;
    border: 1px solid #0000001c;
    padding: 3px;
}
.our-latest-projects .section-title
{
  margin-bottom: 20px;
}
.our-latest-projects .container-fluid.inner-page
{
  width: 90%;
}
.works-slides  .owl-item.active {
    transform: scale(.7);
}
.works-slides .owl-item.active {
    transform: scale(.7);
    opacity: .2;
}
.works-slides .owl-item, .works-slides .owl-item.active
{
      transition: all linear .5s;
}
.works-slides .owl-item.active {
    opacity: 9!important;
}
.works-slides .owl-item.active.center {
    transform: scale(1);
    opacity: 1;
    transition: all linear .5s;
}
.fl_xn_ser_col h3
{
   font-family: 'Mulish', sans-serif;
   font-weight: 800;
}
.fl_xn_ser_col
{
  text-align: center;
}
.works-slides.owl-theme .owl-nav {
    perspective: 100px;
    margin-top: 3rem;
}
.works-slides.owl-theme .owl-nav .owl-next, .works-slides.owl-theme .owl-nav .owl-prev {
    padding: 16px!important;
    outline: transparent solid 1px;
    line-height: 50px;
    color: #b98747;
    opacity: .5;
    background: #fff;
    vertical-align: middle;
}
.works-slides.owl-theme .owl-nav .owl-prev
{
      transition: all linear .3s;
}
.works-slides.owl-theme .owl-nav .owl-prev {
    font-size: 30px;
    transform: rotateY(34deg);
    transform-style: preserve-3d;
    border: 2px solid #b98747;
}
.works-slides.owl-theme .owl-nav .owl-next {
    font-size: 50px;
    transform: rotateY(-34deg);
    transform-style: preserve-3d;
    border: 6px solid #b98747;
}
.fl_xn_ser.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}
.works-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 1;
    color: #b98747;
    text-decoration: none;
}
.ser_img_c a img {
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.fl_xn_ser_col h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    text-shadow: 0 0 #000;
}
.fl_xn_ser_col h3 a {
    position: relative;
    padding: 10px 20px;
    color: #000;
    z-index: 1;
}
.fl_xn_ser_col h3 a:hover:before, .ser_img_c:hover+h3 a:before {
    bottom: 0;
    height: 100%;
}
.fl_xn_ser_col h3 a:hover:before, .ser_img_c:hover+h3 a:before {
    bottom: 0;
    height: 100%;
}
.fl_xn_ser_col h3 a:before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    left: 0;
    background: #b98747;
    bottom: -5px;
    transform: skew(-8deg);
}
.fl_xn_ser_col h3 a:before, .i_adv p:before, .n_wrk h2 span:before, .servi_hm_c:before, .xpl_hm_blg a:before {
    content: '';
}
.fl_xn_ser_col h3 a:hover, .ser_img_c:hover+h3 a {
    color: #fff;
}
.works-area figure img, :after, :before, .at-trip-content {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.works-areas figure img, :after, :before, .at-trip-content {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fl_xn_ser_col i {
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 70px;
    border-style: solid;
    border-width: 2px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.gold-page
{
  background-color: transparent!important;
}
.gold-page .bg-img:before
{
  content: none!important;
}
.process.gold-page  .item .icon:after
{
      background: #b98747;
}
.process.gold-page .item .icon 
{
      background: rgb(0 0 0 / 5%);
}
.process.gold-page .item h6
{
  color: #000;
}
.process.gold-page .flow-text
{
  color: #000;
}
.quarries .section-title h2
{
  font-size: 30px;
}
.page-section .box{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    font-family: 'Mulish', sans-serif;
        border: 2px solid #b98747;
    border-style: dotted;
}
.page-section .box a
{
  display: block;
}
.page-section .box img{
    width: 100%;
    height: auto;
     height:400px;
}
.page-section .box .img
{
    width: 100%;
    height: 100%;
    background-position-y: center;
    vertical-align: middle;
    background-size: cover;
}
.page-section .box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(185, 135, 71, .7);
    color: #fff;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    font-family: 'Mulish', sans-serif;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.page-section .box .box-content h6
{
    text-transform: capitalize;
    font-size: 15px;
    display: flex;
    font-family: 'Mulish', sans-serif;
    align-items: center;
}
.page-section .box:hover .box-content{
    transform: scale(1);
}
.page-section .box .title{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    line-height: 1.7;
    text-transform: capitalize;
}
.page-section .box .description{
    font-size: 14px;
    margin-bottom: 15px;
}
.page-section .box .heading{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(185, 135, 71, .7);
    color: #f9c928;
    text-align: center;
    padding: 15px 10px;
    transition: all 0.5s ease 0s;
}
.page-section .box:hover .heading{
    bottom: -35%;
}
.page-section .box .heading h3{
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    font-family: 'Mulish', sans-serif;
}
@media only screen and (max-width: 990px){
    .page-section .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 360px){
    .page-section .box .box-content{ padding: 10px; }
    .page-section .box:hover .heading{ bottom: -40%; }
}
.page-title-area.item-bg-2 h2
{
  font-size: 23px;
  text-transform: capitalize;
}
.description .inner-sec h5
{
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 0px;
}
.description .inner-sec
{
  padding: .5rem 0;
}
.main-banner
{
  position: relative;
}
.main-banner .portfolio-banner-content
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}
.section-envirornment h4
{
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 25px;
}
.section-envirornment
{
  padding: 1.5rem 0;
}
#header .container-fluid
{
  width: 95%;
}
.SecSec
{
  margin-top: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 767px)
{
  .item img, .service-banner
  {
    display: none;
  }
  .service-area .section-title h2, h2
  {
    font-size: 35px;
  }
  .agency-portfolio-main-banner 
  {
    height: 70vh!important;
  }
  .main-banner
  {
    padding: 0!important;
  }
  .main-banner .portfolio-banner-content
  {
    width: 100%;
  }
  .portfolio-banner-content span.typing, .portfolio-banner-content .effect-h 
  {
    font-size: 25px;
  }
  .portfolio-banner-content p
  {
    max-width: 87%!important;
  }
  .portfolio-banner-content h1
  {
    font-size: 20px!important;
    margin-bottom: 25px!important;
  }
  .btn-style-one .btn-title
  {
    font-size: 13px;
    padding: 10px 20px 10px;
  }
  .service-area
  {
    text-align: center;
  }
  .service-area .section-title p 
  {
    font-size: 14px;
  }
  .funfact h3 
  {
    font-size: 13px!important;
  }
  .process, .section-head h2
  {
    text-align: center;
  }
  .process .item
  {
    margin-bottom: 3.5rem;
  }
  .section-padding
  {
    padding-bottom: 0px;
  }
  .swiper-slide .content .title
  {
    font-size: 11px;
    border-radius: 0px;
  }
  .swiper-slide .content
  {
    width: 100%;
  }
  .swiper-container.swiper-container-coverflow
  {
    padding: 0 0 10%;
  }
  .footer-top
  {
    text-align: center;
    padding: 25px 0;
  }
  .our-latest-projects
  {
    overflow-x: hidden;
  }
  .funfact 
  {
    padding: .5rem;
  }
  .startp-responsive-nav .logo 
  {
    width: 30%!important;
  }
  .footer-top p 
  {
    font-size: 13px;
  }
  .footer-top h3 
  {
    margin-top: 1rem;
  }
  .footer-social 
  {
    padding-top: 3px;
    text-align: right;
    text-align: center;
    margin-top: .5rem;
  }
  .page-title-area 
  {
    padding: 50px 0!important;
  }
  .contact-form
  {
    padding: 3rem 1rem;
  }
  .contact-form h3
  {
    font-size: 30px;
  }
  .contact-img img
  {
    display: none;
  }
  .contact-section .container
  {
    padding: 0px;
  }
  .scroll-link .col-md-6
  {
    display: inline-flex;
    text-align: center;
    justify-content: center;
  }
  .scroll-link .col-md-6 p
  {
    margin-bottom: .5rem;
    margin-right: 1rem;
  }
  .page-title-area .page-title-content h2 
  {
    font-size: 35px;
  }
  .page-title-area .page-title-content p 
  {
    font-size: 15px;
  }
  .page-section .box img, .projects-items .single-latest-projects, .contact-info-box
  {
    height: auto!important;
  }
  .shorting-menu button 
  {
    margin-bottom: 15px!important;
  }
  .our-latest-projects .container-fluid.inner-page 
  {
    width: 100%;
  }
  .our-latest-projects .shorting-menu 
  {
    margin-bottom: 0px;
  }
  .mean-container .mean-nav ul li a.mean-expand
  {
    width: 20%!important
  }
  .addReadMore.showlesscontent .SecSec,
  .addReadMore.showlesscontent .readLess {
      display: none;
  }

  .addReadMore.showmorecontent .readMore {
      display: none;
  }

  .addReadMore .readMore,
  .addReadMore .readLess {
      font-weight: bold;
      margin-left: 2px;
      color: #444ea2;
      font-size: .85rem; 
      cursor: pointer;
  }

  .addReadMoreWrapTxt.showmorecontent .SecSec,
  .addReadMoreWrapTxt.showmorecontent .readLess {
      display: block;
  }
  .addReadMore
  {
    font-size: 14.5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
  .item img
  {
    display: none;
  }
  .service-area .section-title h2, h2
  {
    font-size: 35px;
  }
  .agency-portfolio-main-banner 
  {
    height: 50vh!important;
  }
  .main-banner
  {
    padding: 0!important;
  }
  .main-banner .portfolio-banner-content
  {
    width: 100%;
  }
  .portfolio-banner-content span.typing, .portfolio-banner-content .effect-h 
  {
    font-size: 40px;
  }
  .portfolio-banner-content p
  {
    max-width: 87%!important;
  }
  .portfolio-banner-content h1
  {
    font-size: 20px!important;
    margin-bottom: 25px!important;
  }
  .btn-style-one .btn-title
  {
    font-size: 13px;
    padding: 10px 20px 10px;
  }
  .service-area .section-title p 
  {
    font-size: 14px;
  }
  .funfact h3 
  {
    font-size: 13px!important;
  }
  .process, .section-head h2
  {
    text-align: center;
  }
  .process .item
  {
    margin-bottom: 3.5rem;
  }
  .section-padding
  {
    padding-bottom: 0px;
  }
  .swiper-slide .content .title
  {
    font-size: 11px;
    border-radius: 0px;
  }
  .swiper-slide .content
  {
    width: 100%;
  }
  .swiper-container.swiper-container-coverflow
  {
    padding: 0 0 10%;
  }
  .our-latest-projects
  {
    overflow-x: hidden;
  }
  .funfact 
  {
    padding: .5rem;
  }
  .startp-responsive-nav .logo 
  {
    width: 25%!important;
  }
  .footer-top p 
  {
    font-size: 13px;
  }
  .footer-top h3 
  {
    margin-top: 1rem;
  }
  .footer-social 
  {
    padding-top: 3px;
    text-align: right;
    text-align: center;
    margin-top: .5rem;
  }
  .page-title-area 
  {
    padding: 50px 0!important;
  }
  .contact-form
  {
    padding: 3rem 1rem;
  }
  .contact-form h3
  {
    font-size: 30px;
  }
  .contact-section .container
  {
    padding: 0px;
  }
  .scroll-link .col-md-6 p
  {
    margin-bottom: .5rem;
    margin-right: 1rem;
  }
  .page-title-area .page-title-content h2 
  {
    font-size: 35px;
  }
  .page-title-area .page-title-content p 
  {
    font-size: 15px;
  }
  .page-section .box img, .projects-items .single-latest-projects, .contact-info-box
  {
    height: 275px!important;
  }
  .shorting-menu button 
  {
    margin-bottom: 15px!important;
  }
  .our-latest-projects .container-fluid.inner-page 
  {
    width: 100%;
  }
  .our-latest-projects .shorting-menu 
  {
    margin-bottom: 0px;
  }
  .mean-container .mean-nav ul li a.mean-expand
  {
    width: 20%!important
  }
  .mean-container .mean-bar
  {
    top: 20px;
  }
}

@media screen and (min-width: 768px)
{
  .addReadMore span
  {
    display: none;
  }
}