/* ------------------------------------------------------------------------------


  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Brand
      2.2 Vertical Panel
      2.3 Navbar Desctop
      2.4 Navbar Desctop Affix
      2.5 Navbar Mobile
      2.6 Navbar Mobile Affix
      

  3.  Main

      3.1 Slider

  4.  About

      4.1 Services
      4.1 Object map

  5.  Projects

      5.1 Project Carousel
      5.2 Magnific popup
      5.3 Project Details

  6.  Experience
  7.  Clients
  8   Blog

      8.1 Blog Details
      8.2 Widgets
      8.3 Widget Recent Post

  9.  Contacts  
  10. Footer
  11. Responsive styles

      11.1 Min width: 768px
      11.2 Min width 992px
      11.3 Min width 1200px 
      11.4 Max height 480px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html {
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'montserratlight', sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  background-color: #000;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #f2ca62;
}

::selection {
  background-color: #f2ca62;
  color: #fff;
}

-webkit-::selection {
  background-color: #f2ca62;
  color: #fff;
}

::-moz-selection {
  background-color: #f2ca62;
  color: #fff;
}



/* 1.2 Typography */



@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

h1,
.h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

h2,
.h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  color: #fff;
}

h3,
.h3 {
  font-family: 'montserratsemibold';
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color: #fff;
}

h4,
.h4 {
  font-family: 'montserratsemibold';
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: #f2ca62;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover,
a:focus {
  color: #f2ca62;
  outline: none;
}

a:focus {
  text-decoration: none;
}



/* 1.3 Fields */



.form-control,
textarea.form-control {
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #fff;
  background-color: #323232;
  border: 1px solid #323232;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

textarea.form-control {
  height: 7.9em;
  padding-top: 1.1em;
  resize: none;
}

.form-control:focus {
  border-color: #f2ca62;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control.error {
  border-color: #f2ca62;
}

.form-group {
  margin-bottom: 10px;
}

.wobble-error {
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error {
  display: none !important;
}



/* 1.4 Buttons */



.btn {
  font-family: 'montserratsemibold';
  position: relative;
  display: inline-block;
  border: 0.2em solid #f2ca62;
  border-radius: 30px;
  padding: 1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f2ca62;
  border: 0;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

.btn:hover,
.btn:focus {
  color: #f2ca62;
  background-color: #323232;
  -webkit-box-shadow: none;
  border: 1px solid #f2ca62;
  box-shadow: none;
  outline: none !important;
}

.btn .icon-next {
  position: relative;
  top: -0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn-gray {
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:hover {

  background-color: #f2ca62;
}

.btn-shadow-1 {
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}

.btn-shadow-2 {
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}



/* 1.5 Icons */



.icon-next {
  display: inline-block;
  width: 0.94em;
  height: 0.75em;
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 0.94em 0.75em;
}



/* 1.6 Loader */
.nav-mbl-slw img {
  width: 5%;
  padding-bottom: 15px;

}

.top-nav-logo img {
  width: 70%;
  border: 5px solid;
}



.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  color: #fff;
  text-align: center;
}

.loader-brand {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2ca62;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}



/* 1.7 Content styles */



.layout {
  position: relative;
  overflow: hidden;
}

.text-primary {
  color: #f2ca62;
}

.page-lines {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line {
  padding: 0;
}

.page-lines .line {
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color: rgb(255 255 255 / 28%);
}

.page-lines .col-line:last-child .line:last-child {
  left: auto;
  right: 0;
}

.row-base {
  margin-top: -3em;
}

.col-base {
  margin-top: 3em;
}

.section {
  position: relative;
  margin-top: 7.1em;
  margin-bottom: 7.1em;
}

.section-header {
  position: relative;
}

.section-title {
  text-align: center;
  margin: 0;
  margin-left: 0.32em;
}

.fade-title-left,
.fade-title-right {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0.03em;
  opacity: 0.03;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right {
  left: 100%;
}

.section-content {
  margin-top: 4.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content {
  bottom: auto;
  top: 12.2vmin;
}



/* 2.1 Brand */



.brand-panel {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 39.47vmin;
  height: 40.7vmin;
  padding: 4.8vmin 2em 4.8vmin;
  background-color: #2b2b2b;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brand {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 4vmin;
  line-height: 1;
  color: #fff;
}

.brand:hover,
.brand:focus {
  color: #fff;
  text-decoration: none;
}

.brand-name {
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right: -1.45em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.04;
  color: #fff;
}

.slide-number {
  font-family: 'Oswald', sans-serif;
  margin-top: 8vmin;
}

.slide-number .current-number {
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}

.slide-number sup {
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #5e5e5e;
  vertical-align: top;
  margin-left: 0.46em;
}

.slide-number sup .delimiter {
  display: inline-block;
  margin-right: 0.4em;
}

.header-phone {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50vmin;
  top: 5.9vmin;
}

@media (max-width: 480px) {
  .header-phone {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-phone {
    display: none;
  }
}



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content {
  position: absolute;
  width: 19.735vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel {
  z-index: 3;
  height: 10000px;
  background-color: #2b2b2b;
}

.vertical-panel-content {
  z-index: 4;
}

.vertical-panel-info {
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line {
  height: 5vmin;
  width: 1px;
  margin: 15px auto 0;
  background-color: #646464;
}

.vertical-panel-title {
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #fff;
  position: relative;
  left: -6px;
  margin: 0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px) {
  .vertical-panel-title {
    display: none;
  }
}

.social-list {
  margin-bottom: 3.5vmin;
}

.social-list li {
  margin-top: 3.8vmin;
}

.social-list .fa {
  font-size: 3.4vmin;
  /* color: #f2ca62; */
  --red-white-mix: color-mix(in lch, purple 20%, plum 20%);

}

.social-list .fa:hover {
  color: #f2ca62;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



.navbar-desctop {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5.9vmin 0 0;
}

.navbar-desctop .brand {
  display: none;
  float: left;
  position: relative;
  top: -0.22em;
  font-size: 1.6em;
}

.navbar-desctop-menu {
  float: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}

.navbar-desctop-menu li {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active>a {
  color: #f2ca62;
}

.navbar-desctop-menu>li {
  float: left;
  margin-left: 30px;
}

.navbar-desctop-menu>li>a {
  color: #fff;
  background-color: transparent;
  margin-bottom: 1.5em;
  letter-spacing: 1px;
  font-size: 14.6px;
  font-family: math;
  font-weight: bold;
}

.free-consultation {
  border: 1px solid #f2ca62;
  padding: 3.5px 9px;
  border-radius: 20px;
  color: #fff !important;
  background-color: #f2ca62 !important;
}

.free-consultation:hover {
  background-color: #fff !important;
  color: #f2ca62 !important;
}

.free-consultation a {
  margin-bottom: 0px !important;
  /* padding: 10px 9px; */
}

.free-consultation a:hover {
  /* margin-bottom: 0px !important; */
  /* padding: 10px 9px; */
  background-color: #fff;
  color: #f2ca62;
}

.navbar-desctop-menu li ul {
  position: absolute;
  z-index: 10;
  left: 100%;
  top: 60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: rgba(50, 50, 50, 0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu>li>ul {
  left: -20px;
  margin-top: 0;
}

.navbar-desctop-menu li:hover>ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu>li:hover>ul {
  top: 100%;
}

.navbar-desctop-menu li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-desctop-menu li li:last-child {
  border-bottom: 0;
}

.navbar-desctop-menu li li a {
  color: #fff;
  padding: 12px 20px 10px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix {
  position: fixed;
  z-index: 5;
  top: 0;
  background-color: rgba(50, 50, 50, 0.95);
  padding: 1.3em 0 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.navbar-desctop.affix.affix-top {
  padding-top: 2.2em;
}

.navbar-desctop.affix .brand {
  display: contents;
}

.navbar-desctop.affix .navbar-desctop-menu li a {
  color: #fff;
}

.navbar-desctop.affix .navbar-desctop-menu li>a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active>a {
  color: #f2ca62;
}



/* 2.5 Navbar Mobile */



.navbar-mobile {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6vmin 0;
}

.navbar-mobile .brand {
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse {
  border: 0;
  background-color: rgba(50, 50, 50, 0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-height: 320px) {
  .navbar-collapse {
    max-height: 240px;
  }
}

.navbar-toggle {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}

.navbar-nav-mobile {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav-mobile li a {
  display: block;
  padding: 1em 1em;
  color: #fff;
  text-decoration: none;
}

.navbar-nav-mobile>.current>a {
  color: #f2ca62;
}

.navbar-nav-mobile li a .fa-angle-down {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile>.current>a .fa-angle-down {
  top: -0.2em;
  left: -0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
  background-color: #f2ca62;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul {
  display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active>a {
  color: #f2ca62;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix {
  position: fixed;
  z-index: 5;
  background-color: rgba(50, 50, 50, 0.95);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand {
  display: contents;
}

.navbar-mobile.affix .navbar-toggle .icon-bar {
  background-color: #f2ca62;
}

@media (max-width:991) {
  .nav-mbl-slw img {
    width: 14% !important;
    padding-bottom: 15px;
    margin-left: 20px;
  }

}


/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.main-inner {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 33.7vmin;
}
.tq_inner{
    padding: 13.7vmin 0 5.7vmin;
}

.main-inner .page-lines {
  z-index: 1;
}

.main-inner:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  /* background: -webkit-linear-gradient(bottom,  rgba(39,39,39,1) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgb(39 39 39 / 63%) 0%, rgb(39 39 39 / 58%) 26%, rgb(39 39 39 / 4%) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-projects,
.main-contacts {
  padding: 34.2vmin 0 34vmin;
}

.main-project {
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-header {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}

.main-header h1 {
  color: #fff;
  margin: 0;
  margin-right: -0.32em;
}



/* 3.1 Slider */



.rev_slider {
  color: #fff;
  min-height: 420px;
}

.rev_slider .btn {
  -webkit-transition: background-color .3s ease-out !important;
  transition: background-color .3s ease-out !important;
}

.tp-caption {
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right {
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left {
  left: 22vmin;
}

.arrow-right {
  right: 15px;
}

.arrow-left:after,
.arrow-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #f2ca62;
}

.arrow-left:after {
  content: 'Prev';
}

.arrow-right:before {
  content: 'Next';
}

.arrow-left:before,
.arrow-right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after {
  opacity: 1;
}

.arrow-left:before {
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
  /* background-image: linear-gradient(45deg, black, transparent),; */
}

.arrow-right:after {
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}

.slide-title {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle {
  font-size: 18px;
  line-height: 1.7;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.bg-about {
  background-image: url(../img/slider/about-bnr.jpg);
  /* background-size: cover; */
  background-position: top left;
  background-repeat: no-repeat;
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

.bg-gallery {
  background-image: url(../img/slider/3.jpg);
  /* background-size: cover; */
  background-position: top left;
  background-repeat: no-repeat;
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

.bg-contact {
  background-image: url(../img/slider/5.jpg);
  /* background-size: cover; */
  background-position: top left;
  background-repeat: no-repeat;
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

.bg-services {
  background-image: url(../img/slider/about-bnr.jpg);
  /* background-size: cover; */
  background-position: top left;
  background-repeat: no-repeat;
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

.bg-whychoose {
  background-image: url(../img/slider/about-bnr.jpg);
  /* background-size: cover; */
  background-position: top left;
  background-repeat: no-repeat;
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

.entry-title {
  font-size: 3.6em;
  margin: 0 0 1em;
}

.entry-text {
  font-size: 1.6em;
  line-height: 1.6;
}

.about .fade-title-left {
  top: 1em;
}

.col-about-title {
  margin-top: 0;
  margin-bottom: 1.1em;
}

.col-about-info p:last-child {
  margin-bottom: 0;
}

.col-about-img {
  position: relative;
}

.col-about-img img {
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}



/* 4.1 Services */



.row-services {
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service {
  padding: 0 4.1em;
}

.service-item {
  margin-bottom: 2em;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item h4 {
  margin-top: 0.8em;
  margin-bottom: 1.1em;
}

.services .service-item h4 {
  margin-top: 1.25em;
}

.service-item p:last-child {
  margin-bottom: 0;
}


/* 4.2 Object Map */



.objects {
  position: relative;
}

.object-label {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  box-shadow: 0 0 70px 8px rgba(197, 164, 126, 0.75);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.object-label:hover {
  box-shadow: none;
}

.popover.top {
  margin-top: -20px;
}

.object-info {
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.object-info.in {
  display: block;
}

.object-info:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.3);
}

.object-title {
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2ca62;
  padding: 0 0 1em;
  border-bottom: 1px solid rgba(249, 249, 249, 0.2);
  margin: 0 0 .5em;
}

.object-content {
  font-family: 'montserratlight', sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow {
  border-top-color: transparent;
}

.popover.top>.arrow:after {
  border-top-color: rgba(0, 0, 0, 0.6);
}




/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.bg-projects {
  position: relative;
  background: url(../img/bg/projects.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.project {
  padding: 0;
  overflow: hidden;
}

.project figure {
  position: relative;
}

.project figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after {
  opacity: 0.4;
}

.project figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 3.2em 3.6em;
}

.project-title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.56em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #f2ca62;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -0.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9em;
  height: 9em;
  margin: -4.5em;
  border-radius: 50%;
  background-color: #f2ca62;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.project-zoom:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625em;
  height: 2.625em;
  background: url(../img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project figure:hover:after {
  opacity: 0;
}

.project figure:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title {
  top: 30px;
  opacity: 0;
}

.project figure:hover .project-category {
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/* 5.1 Carousel */



.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}

.owl-prev {
  left: 0.8em;
  padding-left: 35px;
  background: url(../img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;

}

.owl-next {
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background: url(../img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}



/* 5.2 Magnific popup */



.mfp-figure {
  box-shadow: none;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img {
  min-height: 460px;
}


.mfp-title {
  padding-right: 40px;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter {
  top: 5px;
}

.mfp-bg {
  background-color: #141414;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  display: none;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0) rotateY(60deg);
  -o-transform: scale(0) rotateY(60deg);
  transform: scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);

}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* 5.3 Project Details */



.project-title-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2.2em;
  margin-left: -1.8em;
}

.project-title-info .project-info-item {
  display: inline-block;
  margin-left: 1.8em;
}

.project-details-item {
  position: relative;
}

.project-details-img {
  position: relative;
  padding: 0;
}

.project-details-info {
  background-color: #f2ca62;
  padding: 4.8em 3.1em 4.8em;
  color: #fff;
}

.project-details-title {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7em;
}

.project-details-title:before {
  content: '';
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #ededed;
  left: -4.4em;
  width: 5.5em;
}

.project-details-descr {
  font-size: 1.1em;
  line-height: 1.62;
}

.project-details-descr p:last-child {
  margin-bottom: 0;
}

.project-details-item:nth-child(even) .project-details-info {
  right: 0;
  left: auto;
  top: 13%;
  background-color: #212121;
}



/* ------------------------------------------------------------------------------- */
/*  6. Experience
/* ------------------------------------------------------------------------------- */



.experience {
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #000;
  color: #fff;
  mix-blend-mode: darken;
  -ms-mix-blend-mode: darken;
}

.experience-info {
  position: relative;
  top: -0.75em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  7. Clients
/* ------------------------------------------------------------------------------- */



.clients {
  text-align: center;
}

.clients-list {
  margin: -3.8em -1.95em 0;
}

.clients-list .client {
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin: 0;
}

.clients-list .client img {
  opacity: 0.3;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img {
  opacity: 1;
}

.sign-proj-hd-cnt {
  color: #f2ca62;
  font-family: 'montserratsemibold';
  font-size: 18px;
  padding: 20px 0px;
}


/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */



.bg-blog {
  background: url(../img/bg/blog.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.blog {
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #373737;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}

.blog:last-child {
  margin-bottom: 0;
}

.blog-thumbnail {
  position: static;
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
}

.blog-thumbnail-img img {
  border-radius: 0.25em 0.25em 0 0;
}

.blog-info {
  padding: 3.3em 3em;
}

.blog-info .blog-tags a {
  background-color: #434343;
}

.blog-tags {
  font-family: 'montserratsemibold';
  margin-top: -0.8em;
}

.blog-tags a {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #333333;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-top: 0.8em;
  margin: 0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-tags a:hover {
  background-color: #f2ca62;
  text-decoration: none;
  color: #fff;
}

.blog-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}

.blog-info p {
  margin-bottom: 0;
  color: #fff;
}

.blog-meta {
  font-size: 0.88em;
  color: #b4b4b4;
  overflow: hidden;
}

.blog-meta .author {
  color: #686868;
  float: left;
}

.blog-meta .author a {
  font-family: 'montserratsemibold';
  color: #686868;
}

.blog-meta .author a:hover {
  text-decoration: none;
  color: #f2ca62;
}

.blog-meta .time {
  float: right;
  color: #686868;
}

.blog-info .blog-meta {
  border-top: 1px solid #474747;
  margin-top: 1.7em;
  padding-top: 1.7em;
}

.read-more {
  display: inline-block;
  font-family: 'montserratsemibold';
  font-size: 0.88em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.read-more {
  padding-right: 2em;
  background: url(../img/img-icon/read-more.png) right 50% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more:hover {
  text-decoration: none;
  background-position: 95% 50%;
}

.blog-info .read-more {
  margin-top: 2.8em;
}



/* 8.1 Blog Details */



.blog-details {
  margin-bottom: 8.3em;
}

.col-secondary {
  margin-top: 7.1em;
}

.post-header {
  margin-bottom: 5em;
}

.post-header h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin: 0 0 0 0;
}

.post-header .blog-meta {
  margin-top: 2.45em;
}

.post-thumbnail {
  margin-bottom: 2.5em;
}

.post-thumbnail img {
  width: 100%;
  border-radius: 0.25em;
}

.post .blog-tags {
  margin-top: 5.4em;
}



/* 8.2 Widgets */



.widget {
  margin-bottom: 3.65em;
}

.widget-title {
  font-family: 'montserratsemibold';
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.25em 0;
}



/* 8.3 Widget Recent Post */



.recent-post {
  margin-bottom: 1.7em;
  overflow: hidden;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post-thumbnail {
  width: 9.32em;
  float: left;
}

.recent-post-thumbnail img {
  border-radius: 0.25em;
  max-width: 100%;
}

.recent-post-body {
  padding-left: 11.2em;
}

.recent-post-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}

.recent-post-time {
  font-size: 0.88em;
  color: #b4b4b4;
  margin-top: 0.9em;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.bg-contacts {
  background: url(../img/bg/contacts.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.contacts .fade-title-right {
  left: 90%;
}

.row-field {
  margin-left: -5px;
  margin-right: -5px;
}

.col-field {
  padding: 0 5px;
}

.col-message {
  display: none;
  margin-top: 20px;
}

.col-address {
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.form-submit {
  margin-top: 1.2em;
}

.success-message {
  display: none;
}

.error-message {
  display: none;
}

.success-message .fa {
  margin-right: 7px;
  font-size: 1.5em;
}

.contact-details {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.col-map {
  height: 35em;
}

.gmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}

.map-info {
  padding: 1.2em;
}

.map-title {
  margin-bottom: 2em;
}

.map-title h3 {
  margin: 0;
}

.map-address-row {
  margin-top: 1em;
}

.map-address-row .fa {
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #f2ca62;
  font-size: 1.2em;
}

.map-address-row .text {
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}

.contact-info {
  color: #fff;
  padding: 0;
  background: url(../img/bg/contact-details.jpg) 50% no-repeat;
  background-size: cover;
}

.contact-info-content {
  padding: 5.5em 5.6em;
  background-color: rgba(197, 164, 125, 0.95);
}

.contact-info-title {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact-row {
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}

.contact-row:last-child {
  margin-bottom: 0;
}

.contact-row h4 {
  margin: 0 0 0.8em;
  color: #fff;
}

.contact-row .fa {
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}

.contact-body {
  padding-left: 2.6em;
}

.contact-content {
  font-size: 1.3em;
}

.phone-row {
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer {
  text-align: center;
  margin: 7.1em 0 5.5em;
  font-size: 12px;
  color: #aaa;
}

.footer .brand {
  margin-top: -0.45em;
  font-size: 3.4em;
}

.author-link {
  font-family: 'Montserrat', sans-serif;
  color: #d0d0d0;
}

.author-link:hover {
  text-decoration: none;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px) {



  html {
    font-size: 85%;
  }



  /* Slider */



  .arrow-left {
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }



  /* About */



  .entry {
    padding: 0 7.5em;
  }

  .col-about-spec {
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev {
    left: 3.6em
  }

  .owl-next {
    right: 3.6em;
  }



  /* Projects Deatails */



  .project-details {
    margin-top: 7.1em;
  }


  .project-details-item {
    margin-bottom: 7.1em;
  }

  .project-details-info {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 13%;
    bottom: 13%;
    width: 55%;
  }

  .project-details-item:nth-child(odd) .project-details-img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img {
    padding-right: 15px;
    padding-left: 15px;
  }

}



/* 11.2 Min width 992px */



@media (min-width: 992px) {



  html {
    font-size: 92%;
  }



  /* Content styles */



  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-left-md {
    text-align: left;
  }



  /* Navbar Mobile */


  .navbar-mobile {
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  /* About */



  .col-about-img {
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img {
    max-width: calc(100% + 5px);
  }



  /* Project Details */



  .project-details-item:nth-child(odd) .project-details-img {
    padding-left: 5px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img {
    padding-right: 5px;
    padding-left: 15px;
  }



  /* Blog Details */



  .col-primary {
    padding-right: 2.2em;
  }

  .col-secondary {
    margin-top: 10.62em;
    margin-left: -5px;
    padding: 0 10px 0 0;
  }



  /* Contacts */


  .row-field {
    margin-left: -15px;
  }

  .col-map {
    position: static;
    height: 100%;
  }
}


/* 11.3 Min width 1200px */



@media (min-width: 1200px) {


  html {
    font-size: 100%;
  }



  /* Header */



  .main-header {
    padding-left: 0;
  }



  /* Project Details */


  .project-details-info {
    width: 44%;
  }

}



/* 11.4 Max height 480px  */



@media (max-height: 480px) {



  /* Slider */



  .arrow-left {
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}




/* <!-- how we are work  CSS start --> */
.how-wrk {
  padding: 60px 0px;
}

.hw-wrk-cnt h5 {
  color: #f2ca62;
}

.hw-wrk-cnt h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1px;
  /* color: #f2ca62; */
}

.hw-wrk-cnt p {
  color: #f2ca62;
}

.hw-wrk-boxs-cnt {
  background: #fff;
  /* color: #000; */
  padding: 20px 30px;
  border-radius: 7px;
}

.hw-wrk-boxs-cnt span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
  font-size: 120px;
  line-height: 1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f2ca62;
  ;
}

.hw-wrk-boxs-cnt h4 {
  color: #000;
}

.hw-wrk-boxs-cnt p {
  color: #000;
}

.hw-wrk-boxs-cnt a {
  color: #f2ca62;
}

.hw-wrk-boxs-cnt a:hover {
  color: #f2ca62;
}

.hw-wrk-boxs-cnt:hover h4 {
  color: #fff;
}

.hw-wrk-boxs-cnt:hover p {
  color: #fff;
}

.hw-wrk-boxs-cnt:hover a {
  color: #f2ca62;
}

.hw-wrk-boxs-cnt:hover a:hover {
  color: #f2ca62;
}

.hw-wrk-boxs-cnt:hover span {
  -webkit-text-stroke: 1px #f2ca62;
}

.hw-wrk-box-1:hover {
  background-image: url(../img/bg/step1.jpg);
  /* opacity: 0; */
  /* transform: translateX(-50%);
  transition: all 0.5s ease 0s; */
  transition: opacity 0.2s, transform 0.35s;
  /* transform: rotate(45deg); */
}

.hw-wrk-box-2:hover {
  background-image: url(../img/bg/step2.jpg);
  transition: all .5s cubic-bezier(0.7, 0.65, 0, 1.04);
}

.hw-wrk-box-3:hover {
  background-image: url(../img/bg/step3.jpg);
  transition: all .5s cubic-bezier(0.7, 0.65, 0, 1.04);
}

@media (max-width:500px) {
  .hw-wrk-boxs-cnt {
    margin-bottom: 20px;

  }
}

.quality-left h4 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 3.4px;
  color: #f2ca62;
}

.quality-left h2 {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 2.3px;
}

.quality-count-1 {
  border-width: 0px 0.5px 0.5px 0px;
  border-color: #8c8c8c8c;
  border-style: solid;
  text-align: center;
}

.quality-count-2 {
  border-width: 0px 0px 0.5px 0.5px;
  border-color: #8c8c8c8c;
  border-style: solid;
  text-align: center;
}

.quality-count-3 {
  border-width: 0.5px 0.5px 0px 0px;
  border-color: #8c8c8c8c;
  border-style: solid;
  text-align: center;

}

.quality-count-4 {
  border-width: 0.5px 0px 0px 0.5px;
  border-color: #8c8c8c8c;
  border-style: solid;
  text-align: center;

}

.quality-right {
  padding: 0px 15px;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.quality-right-count h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  margin-top: 3px;
}

.quality-right-count h1 {
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  color: #f2ca62;
}

.quality-wrk {
  background-image: url(https://demo2.themelexus.com/kitchor/wp-content/uploads/2022/06/About_BG_01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding: 103px 30px 92px;
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}


/* infusing Designes css Start */

.infusing-design-hd {
  color: #f2ca62;
  font-size: 37px;
  text-align: center;
  padding: 20px 0px 60px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  /* font-size: 2.1875em; */
  /* letter-spacing: 10px; */
  text-transform: uppercase;
}

.infusing-box {
  padding-bottom: 20px;
}


.main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}


.infusing-content .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.infusing-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.infusing-content .content-overlay {
  background: rgb(0 0 0 / 51%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.infusing-content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height: 300px;
  object-fit: fill;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.infusing-content:hover .content-details {
  top: 22%;
  left: 40%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  line-height: 37px;
  position: relative;
}

.content-details h3:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  left: -38px;
  bottom: 0;
  background-color: #dfb947;
  -webkit-transition: width .3s linear;
  -moz-transition: width .3s linear;
  transition: width .3s linear;
  text-align: left;
  width: calc(100% + -3px);
  ;

}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}


.fadeIn-left {
  left: 20%;
}



/* infusing Designes css END */

/* testmoninal Start */




/* test ty monials
 */
.testimonial_sec {
  padding: 60px 0px 80px 0px;
}

.testimonial-bg {
  border: 10px solid #f2ca62;
  padding: 50px 20px;
  text-align: center;
  position: relative;
}

.testimonial_sec_hd h2 {
  text-align: center;
  color: #f2ca62;
  margin-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.testimonial-bg:before {
  content: "\f10d";
  font-family: "fontawesome";
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #f2ca62;
  ;
  text-align: center;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 2%;
}

.testimonial {
  padding: 0 15px;
}

.testimonial .description {
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: #fdfdfd;
  line-height: 30px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}


.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #ddd;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #f2ca62;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-bottom: 1px solid #f2ca62;
  border-right: 1px solid #f2ca62;
  transform: translateX(-50%) rotate(45deg);
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 47px auto 16px;
  overflow: hidden;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .title {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  color: #848484;
  text-transform: capitalize;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 20px;
  color: #848484;
}



@media only screen and (max-width:767px) {
  .testimonial-bg {
    padding: 50px 40px;
  }

  .owl-theme .owl-controls {
    bottom: -22%;
  }

  .testimonial_sec {
    padding: 30px 0px;
  }

  .testimonial .description {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #848484;
    line-height: 26px;
  }

}

@media only screen and (max-width:480px) {
  .testimonial-bg:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
  }

  .testimonial-bg {
    padding: 30px 10px;
  }

  .owl-theme .owl-controls {
    bottom: -15%;
  }

  .testimonial_sec {
    padding: 30px 0px 40px 0px;
  }
}

@media only screen and (max-width:360px) {

  .testimonial .title,
  .testimonial .post {
    font-size: 16px;
  }

  .owl-theme .owl-controls {
    bottom: -12%;
  }
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.testimonial-bg .testimonial_main_slider .owl-controls .owl-buttons {
  display: none;
}


/* ==-------------- */



/* footer start CSS */

/* ========footer_section satrtt============== */

.footer_section_total {
  /* padding: 30px 0px 40px 0px; */
  background-color: #363636;
  /* background-image: linear-gradient(313deg, #000000ab, #000000ad), url(../images/banner/event-bg.jpg); */
  /* padding: 50px 0px; */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer_section {
  padding: 70px 0px 25px 0px;
  /* background-color: #000; */


}

.footer_left {
  display: flex;
}

.footer_left img {
  width: 150px;
  padding: 12px;
  background: #fff;
  border-radius: 2px;
  border: 7px solid #f2ca62;
}

.footer_left p {
  color: #fff;
  width: 295px;
  text-align: justify;
  font-size: 14px;
  margin-top: -5px;
  margin-left: 30px;
}

/* 2 */

.footer_left2 {
  display: flex;
  margin-top: 15px;
}


.ftr-abt {
  color: #fff;
  width: 330px;
  text-align: justify;
}

.ftr-headings h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 23px;
}


.ftr-abt p {
  color: #ffffffd4;
  font-size: 13px;
  font-weight: 600;
}


.contact-dta p span {
  padding-right: 5px;
}

/* social */
.social_cons_ft {
  margin-left: 15px;
}

.ftr-headings2 h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 23px;
}


.fte-social-icons-sec .item {
  display: flex;
  margin-bottom: 10px;
}

.ftr-abt .item {
  margin-bottom: 15px;
}

.foot_si {
  padding: 10px;
  margin-right: 5px;
  font-size: 19px;
  color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;

}

.face {
  background-color: #3b5998;
  color: #fff;
}

.incs_i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.youtb_i {
  background-color: #f70000;
}

.fte-social-icons-sec .item h6 {
  font-weight: 600;
  color: #fff;

  margin: 9px 0px 0px 6px;

}

.footer_left3 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}



















/* ===right foot */
.footer_right {}

.footer_right iframe {
  width: 100%;
  height: 330px;
}


/* right section */

.footer_right {
  width: 100%;
  border-top: 1px solid #eaeaea45;
  /* background-color: rgb(0, 0, 0); */
}

.footerbottom1 h5 {
  font-size: 14px;
  margin-top: 12px;
  color: #fff;
}

.footerbottom2 {
  float: right !important;
}

.footerbottom2 h4 {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}

.svapps_ft_logo {
  width: 75px;
}

.footerbottom2 span a {
  color: #427ab9;
  cursor: pointer;
}





/* respny */
@media screen and (max-width: 1200px) {
  .navbar-desctop-menu>li>a {
    font-size: 9.6px;
  }

}


@media (max-width: 991px) {
  .tab_right_banner {
    margin-top: 15px;
  }

  .footerbottom1 h5 {
    text-align: center;
  }

  .footerbottom2 {
    float: none !important;
    text-align: center;
  }

  .footerbottom2 h4 {
    margin-top: -2px;
  }

  .footerbottom2 span a {
    color: #427ab9;
    cursor: pointer;
  }

  .footer_right {
    margin-top: 0px;
  }

  .about_hm_right h3 {
    font-size: 25px;
  }
}


@media (max-width: 600px) {
  .footer_left {
    display: block;
  }

  .footer_left1 {
    display: block;
  }

  .footer_left p {
    color: #fff;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    margin-top: 18px;
    margin-left: 0px;
  }
}

@media (max-width: 400px) {
  .ftr-abt {
    width: 278px;
  }

  .nav-mbl-slw img {
    width: 15%;
    /* padding-bottom: 15px; */
    padding-left: 7px;
  }
}


/* inner pages */

/* About-us-css */
.inner-pages-bg {
  background-color: #fff !important;
  color: #000;
}

.abt-pg-s-1 {
  padding: 60px 0px 15px;
  margin-bottom: 6px;
}

.abt-pg-s-1-left {
  position: relative;
}

.abt-pg-s1-top {
  position: absolute;
  top: 58px;
  left: 58px;
  /* width: 88%; */
}

.abt-pg-s1-top img {
  width: 100%;
}

.abt-pg-s1-bottom img {
  width: 88%;
}

.abt-pg-s-1-right {
  padding: 0px 0 0 40px;
}

.abt-pg-s-1-right h4 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 3.6px;
  font-family: 'Oswald', sans-serif;
  color: #daa14c;
}

.abt-pg-s-1-right h2 {
  color: var(--e-global-color-secondary);
  font-size: 39px;
  /* font-weight: 700; */
  text-transform: none;
  line-height: 48px;
  letter-spacing: -.6px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 23px;
}

.abt-pg-s-1-right p {
  /* transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); */
  font-size: 15px;
  line-height: 24px;
}

.abt-pg-s-2 {
  padding: 45px 0px;
}

.abt-process-main {
  display: flex;
}

.abt-process-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-process-img img {
  width: 123px;
  height: 123px;
}

.abt-process-cont h3 {
  color: #30373e;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 18px;
  letter-spacing: -.2px;
}

.abt-process-main:hover .abt-process-cont h3 {
  color: #daa14c;
}

.abt-process-cont p {
  font-size: 14px;
  line-height: 24px;
  color: #535353;
}

.about_us_hm {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
  /* background-attachment: fixed; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
.about_us_vdo{
  background-image: url(../img/about/About_BG_02_bg.jpg);
}

.solutions_vdo{
  background-image: linear-gradient(45deg, #000000a3, transparent),url(../img/about/About_video_img.jpg);
}

/* .abt_mh_left {
  /* position: relative;
}
.abt_mh_left::after {
  position: absolute;
  top: 14px;
  left: 12px;
  background-color: #0d4179;
  width: 90%;
  z-index: 0;
  height: 99%;
  content: '';
  border-radius: 5px 5px 5px 2px;
}
.abt_mh_left img {
  width: 90%;
  position: relative;
  z-index: 99;
  object-fit: cover;
  border-radius: 0px 5px 5px 0px;
  height: 400px;
}
.abt-play-btn-sec {
  width: 90px;
  height: 90px;
  background: #1f1a82;
  border: 1.5px solid #fff;
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.abt-play-btn-sec i {
  font-size: 40px;
  color: #fff;
  margin-left: 10px;
  margin-top: 0px;
}
.abt_mh_right h5 {
  font-size: 19px;
  color: #00a64d;
  font-weight: 600;
  margin: 15px 0px 5px 0px;
}
.abt_mh_right h2 {
  font-size: 33px;
  margin: 0px;
  color: #1f1a82;
  font-weight: 900;
  font-family: Cinzel, serif;
}
.abt_mh_right p {
  margin: 0px 0px 12px 0px;
  color: #afafaf;
  line-height: 25px;
  color: #000 !important;
}
.abt_mh_right h6 {
  margin: 20px 0px 0px 15px;
}
.abt_mh_right h6 .abt_button_hm {
  font-size: 13px;
  background-color: #0d4179;
  color: #fff;
  text-decoration: none;
  padding: 4px 15px;
  border-radius: 21px;
  border: 1px solid #ffff;
  transition: 0.5s ease;
}
h6 .abt_button_hm:hover {
  background-color: #fff;
  color: #0d4179;
  text-decoration: none;
  border: 1px solid #0d4179;
}
.videoplayersec {
  position: fixed;
  top: 0%;
  height: 100%;
  width: 100%;
  background: #000000e6;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}
.video-item {
  height: 90%;
  width: 80%;
  display: flex;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}
.videoplayersec p {
  position: absolute;
  top: 3%;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 25px;
  right: -5%;
}  */
*/
/* about_us section satert */


.abt_mh_left {
  position: relative;
}

.abt_mh_left::after {
  position: absolute;
  top: -7px;
  left: 1px;
  background-color: #fff;
  width: 100%;
  z-index: 0;
  height: 103%;
  content: '';
  border-radius: 5px 5px 5px 5px;
}

.abt_mh_left img {
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  border-radius: 5px 5px 5px 5px;
  height: 400px;
}



.abt_mh_right h4 {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #000 !important;
}

.abt_mh_right h5 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 3.4px;
  color: #f2ca62;
}


.abt_mh_right h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1px;
  font-family: Plus Jakarta Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  text-transform: initial;
  padding-bottom: 30px;
  margin-bottom: 16px;
}

.abt_mh_right_ser h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 57px !important;
    letter-spacing: -1px;
    font-family: Plus Jakarta Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    text-transform: initial;
    padding-bottom: 30px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    height: 100%;
}


.abt_mh_right h2 span {
  font-size: 35px;
}


.abt_mh_right h2 span {
  display: flex;
  font-family: Cinzel, serif;
  font-weight: 900;
}

.abt_mh_right p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  max-width: 450px;
}

.abt_mh_right h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 11px 0px 0px 0px;
  color: #737373;
  display: flex;

}

.abt_mh_right h4 i {
  margin: 3px 5px 0px 0px;
  color: #00aaff;
  font-size: 16px;
}

.abt_mh_right h6 {
  margin: 20px 0px 0px 15px;
}

.abt_mh_right h6 .abt_button_hm {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.3px;
  /* fill: var(--e-global-color-secondary); */
  color: #212121;
  background-color: #fff;
  padding: 15px 39px 12px;
  border-radius: 30px;
}


h6 .abt_button_hm:hover {
  background-color: #f2ca62;
  ;
  color: #fff;
  text-decoration: none;
  border: 1px solid #f2ca62;
  ;
}

.wtch-abt-video {
  width: 200px;
  background: #000;
  color: #fff;
  height: 50px;
}

/* about video  */
.abt-play-btn-sec {
  width: 90px;
  height: 65px;
  background: #f00;
  border: 1.5px solid #fff;
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.abt-play-btn-sec img {
  width: 100%;
  height: 100%;
  padding-left: 5px;

}

.abt-play-btn-sec i {
  font-size: 40px;
  color: #fff;
  margin-left: 10px;
  margin-top: 0px;
}

.videoplayersec2 {
  position: fixed;
  top: 0%;
  height: 100%;
  width: 100%;
  background: #000000e6;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

.videoplayersec2.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.videoplayersec2 p {
  position: absolute;
  top: 3%;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 25px;
  right: -5%;

}

.video-item2 {
  height: 90%;
  width: 80%;
  display: flex;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}




/* about video end */

/* Video section */
.video-main-sec {
  height: 230px;
  background: rgb(31 26 130);
  width: 100%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 40px;
}

.video-inner-main-sec {
  height: 100%;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

.video-heading-sec {
  height: 100%;
  margin-left: 68px;
  width: 45%;
  padding-top: 50px;
}

.video-heading-sec h2 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-family: Cinzel, serif;

}

.video-thum-sec {
  height: 100%;
  width: 50%;
}

.video-thum-sec img {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 100px;
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.wtch-video-btn-sec {
  border-radius: 30px;
  width: 140px;
  padding: 5px 15px;
  position: relative;
  transition: 0.5s ease;

}

.wtch-video-btn-sec::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  left: 0%;
  top: 0%;
  background: rgb(2 163 86);
  border-radius: 60px;
  transition: 0.5s ease;

}

.wtch-video-btn-sec h6 {
  color: #fff;
  font-weight: 600;
  margin-top: 12px;
  position: relative;
  z-index: 9;
}

.wtch-video-btn-sec a {
  text-decoration: none;
  color: #fff;
}

.wtch-video-btn-sec:hover::after {
  width: 100%;
  transition: 0.5s ease;
}

.wtch-video-btn-sec:hover a {
  text-decoration: none;
  color: #fff;
}

.videoplayersec {
  position: fixed;
  top: 0%;
  height: 100%;
  width: 100%;
  background: #000000e6;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

.videoplayersec.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.videoplayersec p {
  position: absolute;
  top: 3%;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 25px;
  right: -5%;

}

.video-item {
  height: 90%;
  width: 80%;
  display: flex;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

/* team */
.team-top {
  padding: 60px 0px 20px;
  text-align: center;
  /* background-color: #dfb947; */
}

.team-top h4 {
  color: #f2ca62;
}

.team-top h2 {
  color: #212121;
}

.team-bottom {
  /* background-color: #000; */
  padding: 20px 0px;
}

.team-list {
  text-align: center;
}

.team-img img {
  border-radius: 10px;
  width: 100%;
  /* height: 250px; */
}

.team-img {
  position: relative;
}

.team-social-icons {
  position: absolute;
  bottom: 10px;
  left: 29%;
  right: 50%;
  opacity: 0;
}

.team-img {
  position: relative;
}

.team-img:hover:before {
  content: "";
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all .3s ease;
  background: linear-gradient(0deg, rgb(0 0 0 / 38%), rgb(0 0 0 / 43%));
}

.team-img:hover .team-social-icons {
  opacity: 1;
}

.team-social-icons ul {
  display: flex;
}

.team-social-icons ul li {
  padding: 0px 5px;
}

.facebook-icon {
  padding: 9px 12px !important;
}

.tm-social i {
  background: #fff;
  color: #000;
  padding: 9px;
  border-radius: 50%;
}

.tm-social i:hover {
  color: #000;
  background-color: #f2ca62;
}

.team-list h4 {
  color: #30373e;
  font-family: 'montserratsemibold';
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
}

.team-list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-family: 'montserratsemibold';
  color: #9b9b9b;

}


@media(max-width:1200px) {
  .abt-pg-s-1 {
    padding: 60px 0px 3px;
    margin-bottom: 0px;
  }
}


@media(max-width:991px) {
  .abt-pg-s-1-left {
    padding-bottom: 80px;
  }

  .abt-pg-s-1-right {
    padding: 55px 0 0 0px;
  }

  .abt_mh_right {
    padding-bottom: 40px;
  }
}


@media(max-width:500px) {
  .abt-pg-s1-bottom {
    display: none;
  }

  .abt-pg-s1-top {
    position: initial;
  }

  .abt-pg-s-1-left {
    padding-bottom: 0px;
  }

  .abt-pg-s-1-right {
    padding: 28px 0 0 0px;
  }

  .ftr-abt {
    color: #fff;
    width: 243px;
    text-align: justify;
  }
}



/* inner Contact page */
.contact-in {
  padding: 60px 0px;
}

.contact-in-left {}

.contact-in-left h4 {
  color: #f2ca62;
  ;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.3px;
}

.contact-in-left h2 {
  color: #212121;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1px;
  font-family: 'Montserrat';

}

.contact-in-left p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #535353;

}

.contact-in-cnt h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: #30373e;
}

.contact-in-dtl {
  display: flex;
}

.contact-in-icon {
  display: flex;
  align-items: flex-start;
  padding-top: 11px;
  padding-right: 30px;
}

.contact-in-icon i {
  color: #f2ca62;
  font-size: 25px;
}

.cont-form-input {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;

}

.cont-textarea {
  height: 250px;
  resize: none;
}

.cont-btn {
  font-family: 'montserratsemibold';
  position: relative;
  display: inline-block;
  border: 0.2em solid #f2ca62;
  border-radius: 30px;
  padding: 1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f2ca62;
  border: 0;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}

.cont-btn:hover {
  border: 1px solid #f2ca62;
  color: #f2ca62;
  background-color: #212121;
}

.cont-map iframe {
  width: 100%;
}

/* why choose */
.why-choose {
  padding: 60px 0px;
}

.why-hd {
  text-align: center;
  padding-bottom: 25px;
}

.why-hd h3 {
  font-size: 20px;
  /* text-transform: uppercase; */
  line-height: 20px;
  letter-spacing: 3.4px;
  color: #f2ca62;
}

.why-hd h2 {
  color: #30373e;
  font-size: 28px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0px;
}

.why-choose-main {
  padding-top: 35px;
}

.why-icon img {
  width: 75px;
}

.why-cnt h2 {
  color: #30373e;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 18px;
  letter-spacing: -.2px;
  font-family: 'Oswald', sans-serif;
}

.why-choose-box:hover .why-cnt h2 {
  color: #f2ca62;
}

.why-choose-box {
  display: flex;
}

.why-icon {
  padding-right: 30px;
  padding-top: 20px;
}


/* services inner */

@import url('https://fonts.googleapis.com/css?family=Oswald');

.grid-1 {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs {
  position: relative;
  /* max-width: 900px; */
  margin: 40px auto 0;
}

.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #f2ca62;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #fff;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #fbc02d;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active {
  color: #dfb947;
  padding: 15px 20px 15px 20px;
  background-color: #fff;
}

ul.nacc {
  position: relative;
  height: 420px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}

.serv-iner-sd-cnt {}

.serv-iner-sd-cnt h3 {
  color: var(--e-global-color-secondary);
  font-size: 40px;
  /* font-weight: 700; */
  text-transform: none;
  line-height: 52px;
  letter-spacing: -.6px;
  font-family: 'Oswald', sans-serif;
  margin-top: 0px;
}

.serv-iner-sd-cnt p {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  color: #535353;
}

.serv-iner-sd-img {}

.serv-iner-sd-img img {
  width: 100%;
  margin-bottom: 10px;
}

.services-main-hd {}

.services-main-hd h2 {

  color: #dfb947;
  font-size: 40px;
  /* font-weight: 700; */
  text-transform: none;
  line-height: 52px;
  letter-spacing: -.6px;
  font-family: 'Oswald', sans-serif;
  margin-top: 0px;
  text-align: center;

}

.services-main-hd p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #535353;
  max-width: 700px;
  margin: 0 auto 0;
}

.services-inner {
  padding: 60px 0px;
}

@media (max-width:1020px) {
  ul.nacc li {
    transform: none;
  }
}

@media(max-width:991px) {

  .gc--1-of-3 {
    width: 50%;
  }

  .gc--2-of-3 {
    width: 100%;
  }
}

@media(max-width:500px) {

  .gc--1-of-3 {
    width: 90%;
  }
}






/* faq */




/* gallery page css starts */
#gallery {
  padding: 0px 0px 40px;
}

#gallery1 {
  padding: 80px 0px;
}

/* @media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
} */

.img-wrapper {
  position: relative;
  margin-top: 7px;
}

.img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }

  .career-btn {
    width: 15% !important;
  }
}

.inner_wedding_left {
  text-align: center;
  padding: 40px 0px 20px;
}

.inner_wedding_left h3 span {
  color: #000;
}

.pdl-5 {
  padding-left: 2px !important;
}

.pdr-0 {
  padding-right: 2px !important;
}

.img-wrapper {
  position: relative;
  margin-top: 4px;
}

.img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}


/* gallery page css ends */



/* pop up start */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');


* {
  box-sizing: border-box;
}



.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 118vh;
  bottom: 0;  
  right: 0;
  top: -39px;
  background-color: rgba(0, 0, 0, .80);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}

.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  /* display: flex; */
  align-items: center;
  max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}

.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.popup__photo img {
  width: auto;
  height: 100%;
}

.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}

.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0a0a0a;
}

.popup__text p {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}

.popup:target {
  visibility: visible;
  opacity: 1;
  z-index:20;
}

.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}

.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0a0a0a;
  border: 3px solid #fff ;
  z-index: 100;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.dcell {
  position: relative;
  z-index: 1;
}

.dcell .frm {
  background: #fff;
  padding: 30px;
  width: 100%;
  margin: 0;
}

.dcell .frm h2 {
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.dcell .frm .form-group {
  position: relative;
  margin-bottom: 18px;
}

.dcell .frm .form-control {
  border: 1.2px solid #ddd;
  border-radius: 7px;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  padding: 23px 15px;
  font-size: 15px;
  background-color: #fff;
  color: #000;
}

.dcell .frm .form-control textarea {
  border: 1.2px solid #ccc;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  padding: 23px 15px;
  font-size: 15px;
  background-color: #fff;
  color: #000;
}


.dcell .frm .form-group img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.dcell .frm .custom-control {
  color: #222;
  display: flex;
  margin-bottom: 20px;
}

.dcell input[type="text"],
.dcell input[type="email"],
.dcell input[type="url"],
.dcell input[type="password"],
.dcell input[type="search"],
.dcell input[type="number"],
.dcell input[type="tel"],
.dcell input[type="range"],
.dcell input[type="date"],
.dcell input[type="month"],
.dcell input[type="week"],
.dcell input[type="time"],
.dcell input[type="datetime"],
.dcell input[type="datetime-local"],
.dcell input[type="color"],
.dcell textarea {
  border-radius: 7px;
  background: #fff;
  border: 1.2px solid #ccc;
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

.m-123 input,
.m-123 textarea {
  border-radius: 7px !important;
}

.m-123 input::placeholder {
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.m-123 textarea::placeholder {
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.quote-hr {
  margin-top: 3px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #9b9595;

}



/* blogs main */

.blog-main{
  padding: 80px 0px;
}


.blog_cont{
  background-color: #eef9ff;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}
.blog_cont img{
  width:100%;
  max-width: 100% ;
  height: 350px ;
  padding: 15px 10px;
  overflow: hidden;
  border-radius: 8px;
}
.blog_cont:hover img{
  transform: scale(1.15);
  overflow: hidden;
}
.blog_cont h3{
  color:#000;
}
.blog_cont_sub a{
  color: #f2ca62;
  font-size: 20px;
}
.blog_cont a:hover{
  text-decoration: none;
}
.blog_cont :hover a{
  float: right;
  padding-bottom: 16px;
}

.latest_blogs h3{
  color:#000;
}
.latest_blog_list {
  border-radius: 8px !important;
  margin-bottom: 1rem !important;
  overflow: hidden !important;
  display: flex;
}
.latest_blog_list img{
  width: 240px;
  height: 100px;
  object-fit: cover;
}
.latest_blog_list a{
  width: 100%;
  background-color: #eef9ff;    
  text-align: center;
  align-items: center;
  display: flex;
  color: #000;
  font-size: 24px;
  /* justify-content: center; */
  padding: 12px 17px;
}

.blog_cont_sub{
  padding: 15px 10px;
}
.latest_blog_list a:hover{
  text-decoration: none;
}

/* bnlogs_details */
.blog_details{
  padding: 0px 40px;
}
.blog_details img{
  width: 100%;
  height: 350px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.blog_details h3{
  color:#000;
  margin-bottom: 20px;
}
.section_title_hd{
  color:#000;
  margin-bottom: 20px;
}


/*Responsive*/
@media (max-width:768px){
    .main {
        height:375px !important; 
    }
    .banner_cont_hd{
        line-height: 40px !important;
    }
}
@media (max-width:500px){
    .banner_cont_hd{
        line-height: 26px !important;
        font-size: 22px !important;
    }
    .tp-mask-wrap{
        top:-45px !important;
    }
    .tp-parallax-wrap{
        /*top: 277px !important;*/
    }
    .banner_cont_sub{
        font-size: 11px !important;
        line-height: 17px !important;
        width: 550px;
        padding-top: 20px !important;
    }
    .vertical-panel, .vertical-panel-content {
        bottom: 78px !important;
    }
    .quality-wrk {
        padding: 27px 30px 46px !important;
    }
    .quality-left h2 {
        font-size:28px;
        background-size: cover;
    }

}