/* ------------------------------------------------------------------------------

  Template Name: Go.arch 
  Description: Go.arch  - Architecture HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  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: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: #747474;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c5a47e;
}

::selection{
  background-color:#c5a47e;
  color:#fff;
}

-webkit-::selection{
    background-color:#c5a47e;
    color:#fff;
}

::-moz-selection{
    background-color:#c5a47e;
    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: #3d3d3d;
}

h2,
.h2{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #3d3d3d;
}

h3,
.h3{
  font-family: 'Oswald', sans-serif;
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color:#3d3d3d;
}

h4,
.h4{
  font-family: 'Oswald',sans-serif;
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color:#3d3d3d;
  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;
  text-align: justify;
  font-size: 20px;
  font-weight: lighter;
}

b, strong{
  font-family: 'Montserrat', sans-serif;
}

ul{
  list-style: none;
  padding-left: 0;
}
a {
  color:#c5a47e;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#c5a47e;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.3 Fields */


.footer a.author-link{
  font-family: 'Oswald', sans-serif;
  font-weight: lighter;
}
.form-control,
textarea.form-control{
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #666666;
  margin-left:;

  background-color: #f3f3f3;
  border:1px solid #f3f3f3;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}
.form-control{
  width: 300px;
}
#fg{
  margin-left: 160px;
  margin-top: 30px;
}
textarea.form-control{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
  width: 300px;
  margin-left: 320px;
}

.form-control:focus{
  border-color:#c5a47e;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666666;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-control.error{
  border-color:#c5a47e;
}

.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: 'Oswald';
  position: relative;
  display: inline-block;
  border:0.2em solid #c5a47e;
  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: #c5a47e;
  border:0;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  color: #fff;
  background-color: #cc9f6b;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn .icon-next{
  position: relative;
  top:-0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.form-submit button{
  margin-left: 500px;
}
.btn-gray{
  background-color: #f2f2f2;
  color: #a7a7a7;
}

.btn-shadow-1{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}

.btn-shadow-2{
  box-shadow:0 15px 34px rgba(197,164,126,0.5);
}



/* 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 */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.loader .page-lines .line{
  background-color: #ededed;
}

.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: #c5a47e;
  -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:#c5a47e;
}

.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:#f4f4f4;
}

.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: 13.8em;
  line-height: 1;
  color: #000;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#clnt{
  left: 150px;
}
#cont{
 left: 00px;
}
#abt{
  left:150px;
  top: 0px;
}
.section-content{
  margin-top: 7.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: 50.7vmin;
  padding: 4.8vmin 2em 4.8vmin;
  background-color: #f6f5f3;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-panel .logo{
  width:250px;
  height: 50px;
}
.img{
  width: 230px;
  height: 40px;
}
.brand .img{
  width: 250px;
  height: 50px;
}

.brand:hover,
.brand:focus{
  color: #3d3d3d;
  text-decoration: none;
}

.brand-name{
  position: absolute;
  z-index: -1;
  bottom: 0.03em;
  right:-0.99em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.05;
}

#slogo{
  display: none;
}
.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: #3d3d3d;
  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: #f6f5f3
}

.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:#c5c4c2;
}

.vertical-panel-title{
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #3d3d3d;
  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: 2.4vmin;
  color: #c5c4c2;
}

.social-list .fa:hover{
  color:#c5a47e;
  text-decoration: none;
}

.social-list .fa-brands{
  font-size: 2.4vmin;
  color: #c5c4c2;
}
.social-list .fa-brands:hover{
  color:#c5a47e;
  text-decoration: none;
}


/* 2.3 Navbar Desctop */



.navbar-desctop{
  display: none;
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
  padding:4.9vmin 0 0;
}

.navbar-desctop .brand{
  display: none;
  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;
}

.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: black;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active > a{
  color:  #c5a47e;
}

.navbar-desctop-menu  > li{
  float: left;
  margin-left: 3.1em;
}

.navbar-desctop-menu > li > a{
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 1.5em;
}

.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(255,255,255,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(0,0,0,0.05);
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}

.navbar-desctop-menu li li a{
  color: #000;
  padding: 12px 20px 10px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix{
  position: fixed;
  z-index: 5;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:1.9em 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: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a{
  color: #000;
}

.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a{
  color:#c5a47e;
}



/* 2.5 Navbar Mobile */



.navbar-mobile{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100%;
  padding:2vmin 0;
}

.navbar-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse{
  background-color: #fff;
}

#row1 .ser1 img{
  width: 450px;
  height: 280px;
}
#row1 .ser2 img{
  width: 450px;
  height: 280px;
}

#row2 .ser1 img{
  width: 450px;
  height: 280px;
}
#row2 .ser2 img{
  width: 450px;
  height: 280px;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
  }
}

.navbar-toggle{
  padding: 0;
  margin-top:10;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#c5a47e;
  height: 3px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #c5a47e;
}

.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 #ececec;
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
}

.navbar-nav-mobile > .current > a{
  color: #c5a47e;
}

.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: #c5a47e;
  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: #c5a47e;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar{
  background-color:#c5a47e;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;

}

.main-inner{
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 17vmin;

}

.main-inner:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  background-color: #171717;
/*  background-image: url("https://images.squarespace-cdn.com/content/v1/588635e63e00be43ba3b75c0/1554210410065-X0C3S9HYWPXHGPVZ9B2A/ke17ZwdGBToddI8pDm48kLkXF2pIyv_F2eUT9F60jBl7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z4YTzHvnKhyp6Da-NYroOW3ZGjoBKy3azqku80C789l0iyqMbMesKd95J-X4EagrgU9L3Sa3U8cogeb0tjXbfawd0urKshkc5MgdBeJmALQKw/April_2019.jpeg");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}
.main .main-inner .bg-about{
  background: url(./img/bg/contact2.jpg);
}
.main-projects,
.main-contacts{
  padding: 34.2vmin 0 34vmin;
}

.main-project{
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-contacts:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  opacity: 0.5;
  background: -webkit-linear-gradient(bottom,  rgba(39,39,39,0.95) 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,  rgba(39,39,39,0.95) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-header{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}

.main-header h1{
  color: #000000c2;
  margin:0;
  margin-right: -0.32em;
}

.main-inner .page-lines{
  z-index: 1;
  opacity: 0.15;
}

.main-inner .page-lines .line{
  border-color: #fff;
}
.tp-resizeme{
  color: black;
}
.main-blog .page-lines,
.main-projects .page-lines,
.main-project .page-lines,
.main-contacts .page-lines{
  opacity: 0.08;
}


/* 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: #fff;
}

.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;
}

.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: url(../img/bg/about.jpg) 50% 0 no-repeat;*/
  background-size: cover;
}

.entry{
  margin:3.2em 0;
}

.entry-title{
  font-size: 2.5em;
  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;
  width: 250px;
  height: 380px;
  margin-left: 65px;
  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;
  border-radius: 50%;
  cursor: pointer;
}

.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.6);
  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.6);
}

.object-title{
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#c5a47e;
  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/projects/banner.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.project{
  padding: 0;
  overflow: hidden;
}

.project figure{
  position: relative;
}

.project figure img{
  display: block;
  width: 100%;
  height: 600px;
  -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: #fff;
  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: rgba(197,164,126,0.84);
  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: #c5a47e;
  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: #fff;
  color:#363636;
  mix-blend-mode: lighten;
}

.experience-info{
  position: relative;
  top: 7em;
  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.3em 0;
  margin:0;
}

.clients-list .client img{
  opacity: 1;
  width: 120px;
  height: 120px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.clients-list .client #cl2{
  width: 200px;
  height: 120px;
}

.clients-list .client a:hover img{
  opacity: 1;
}

/*form section*/

#fg #phn{
  margin-left: 30px;
  margin-top: 30px;
}
textarea.form-control #msg{
  width: 300px;
  margin-left: 250px;
  margin-top: 100px;
}



/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */




.bg-blog{
  background: url(../img/bg/blog.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.blog{
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #fff;
  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-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: #ededed;
  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:#c5a47e;
  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;
}

.blog-meta{
  font-size: 0.88em;
  color:#b4b4b4;
  overflow: hidden;
}

.blog-meta .author{
  float: left;
}

.blog-meta .author a{
  font-family: 'montserratsemibold';
  color:#b4b4b4;
}

.blog-meta .author a:hover{
  text-decoration: none;
  color:#c5a47e;
}

.blog-meta .time{
  float: right;
}

.blog-info .blog-meta{
  border-top:1px solid #ededed;
  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;
}

/*service*/

#row1{
  margin-top: 80px;
}
#row1 .section-title{
  margin-bottom: 50px;
}
#row1 h4{
  padding-top: 10px;
}
#row2 {
 margin-top: 40px;
 margin-bottom: 40px;
}

#row2 h4{
  padding-top: 10px;
}
.ser1{
  width: 380px;
  height: 310px;
  overflow: hidden;
  border-radius: 10px;
}
.ser1 img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.ser1 img:hover{
  scale: 1.1;
}
.ser2{
  width: 380px;
  height: 310px;
  overflow: hidden;
  border-radius: 10px;
  margin-left: 175px;
}
.ser2 img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.ser2 img:hover{
  scale: 1.1;
}
.ser2 p{
  padding-top: 18px;
}
.ser3 p{
  padding-top: 18px;
}
/* 8.1 Blog Details */



.blog-details{
  margin:10.2em 0 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;
}


/* video section*/

.video iframe{
  width: 350px;
  height: 250px;
  border-radius: 10px;
}
.video video{
  width: 380px;
  height: 250px;
  border-radius: 10px;
  background-color: black;
}

/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */


#academy{
  background: url(../img/bg/academy.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.bg-contacts{
  background: url(../img/bg/contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-blog{
 background: url(../img/bg/service.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-projects{
 background: url(../img/bg/project.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-about{
 background: url(../img/bg/about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts .fade-title-right{
  left: 90%;
}

.row-field{
  margin-left: -5px;
  margin-right:-5px;
}

#phn{
  margin-left: 80px;
}
#msg{
  margin-left: 440px;
  margin-top: -140px;
}
.col-field{
/*  padding: 0 3px;*/
  width: 300px;
  margin-left: 80px;
}

.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 iframe{
  width: 100%;
  height: 100%;
}
.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: #c5a47e;
  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;
}



.author-link{
  font-family: 'Oswald', sans-serif;
  color: #d0d0d0;
}

.author-link:hover{
  text-decoration: none;
}
.footer .fa-facebook{
  margin-left: 20px;
}

.footer .fa-facebook{
  margin-left: 20px;
}
.footer h4{
  text-align: left;
}
.footer .link a{
  display: flex;
  font-size: 15px;
}
.footer .ad{
  text-align: left;
  font-size: 15px;
}
.footer .fa-phone{
  font-size: 3.4vmin;
  color: #c5a47e;
  margin-top: 10px;
}
.footer .fa-phone:hover{
   color:#c5a47e;
  text-decoration: none;
}
.footer h2{
  font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #3d3d3d;
    text-align: left;
}
.footer .ad h3{
   font-size:15px;
 color: #666666;
   line-height: 20px;
  font-weight: lighter;
  font-family: 'Oswald', sans-serif;
}
.footer .link a{
  font-size: px;
  color: #666666;
}
.footer .link{
  margin-top: 15px;
}

.footer .link a:hover{
  color:#c5a47e ;
}
.footer .right p{
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}
.footer .fa-phone{
  font-size: 20px;
}
.footer .fa-envelope{
  font-size: 20px;
  color: #c5a47e;
}
.fa-circle-check{
  color:#c5a47e ;
}

#self .container{
  margin-top: 0px;
}
#self h3{
  margin-top: 0px;
}
#self p{
  margin-bottom: 20px;
}
/*footer*/
#footl img{
  width: 300px;
  margin-top: 15px;
}
.tot .fa-instagram{
  margin-right: 15px;
}
.tot .fa-x-twitter{
  margin-right: 15px;
}
.tot .fa-instagram{
  margin-right: 15px;
}
.tot{
  line-height: 30px;
  text-align: left;
}
.tot1{
  margin-left: 10px;
  margin-top: 15px;
  line-height: 35px;
}
/*timeline section*/


.container1{
    padding: 2rem;
    margin: 0 auto;
    max-width: 800px;
}
.container1 img{
  border-radius: 10px;
}

.top-section1{
    text-align: center;
    padding: 4rem 0;
    max-width: 600px;
    margin: 0 auto;
}

.timeline1{
    position: relative;
    min-height: 150px;
}

.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
}

.line1:before,
.line1::after{
    position: absolute;
    display: block;
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #c5a47e;
    left: 50%;
    transform: translateX(-50%);
}

.line1:after{
    bottom: 0;
}

.section1{
    display: flex;
    opacity: 0;
    transform: translateX(-100%);
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    margin: 50px 0;
    padding: 1rem;
    align-items: center;
    min-height: 300px;
}

.section1:nth-child(odd){
    flex-direction: row-reverse;
    transform: translateX(100%);
}

.bead1{
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #c5a47e;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}

#sec1{
  margin-left: 200px;
}
#sec1 .content1{
    width: calc(50% - 2rem);
    margin-top: -280px;
}
#sec1 .content2{
  margin-left: 80px;
  margin-top: -30px;
}
#sec1 .bead1{
  left: 21%;
}
#sec1 .content2 p{
  padding: 100px 100px 0px 0px;
}
#sec1 .content2 img{
  width:250px;
  height: 250px;
}

#sec2{
  margin-left: -250px;
}
#sec2 .content1{
    margin-top: -300px;
}
#sec2 .content2{
  margin-top: -10px;
}
#sec2 .content2 p{
  padding: 0px 100px 0px 50px;
}
#sec2 .content2 h3{
  padding-left: 50px;
}
#sec2 .bead1{
  left: 618px;
}
#sec2 .content2 img{
  width:250px;
  height: 250px;
}
#ws1{
  margin-left: 50px;
}
#ws2{
  margin-left: 0px;
}

#sec3{
  margin-left: 200px;
}
#sec3 .content1{
  margin-top: -250px;
}
#sec3 .content2{
  margin-left: 70px;
  margin-top: 80px;
}
#sec3 .bead1{
  margin-left: -232.5px;
}
#sec3 .content2 p{
  padding: 0px 100px 0px 0px;
}
#sec3 .content2 img{
  width: 250px;
  height: 250px;
}

#sec4{
  margin-left: -250px;
}
#sec4 .content1{
  margin-top: -280px;
}
#sec4 .content2{
  margin-top: -15px;
}
#sec4 .bead1{
  margin-left: 217.5px;
}
#sec4 .content2 p{
  padding: 0px 100px 0px 50px;
}
#sec4 .content2 h3{
  padding-left: 50px;
}
#sec4 .content2 img{
  width: 250px;
  height: 250px;
}
#a1{
  margin-left: 50px;
}

#sec5{
  margin-left: 200px;
}
#sec5 .content2 p{
  padding: 0px 100px 0px 0px;
}
#sec5 .bead1{
  margin-left: -232.5px;
}
#sec5 .content2{
  margin-top: 80px;
  margin-left: 100px;
}
#sec5 .content1{
  margin-top: -280px;
}
#sec5 .content2 img{
  width: 250px;
  height: 250px;
}

.show-me1:nth-child(n){
    transform: none;
    opacity: 1;
    width: 800px;
}

h1{
  color: black;
    font-weight: 400;
    letter-spacing: 1px;
}

 .container7 .content p{
        width: 230px;
        font-size: 15px;
    } 
    .container7 h3{
      text-align: center;
    }
    .container7 h4{
      font-size: 15px;
    }
    .container7 .content img{
        width: 230px;
        height: 230px;
        border-radius: 10px;
    }
    .container7 .line7{
        width: 1.6px;
        height: 2639px;
        background-color: #3d3d3d;
        position: absolute;
        left: 40px;
        top: 30px;
    }
    .mbl{
        position: relative;
        padding-left: 50px;
    }
    .tb{
        width: 13px;
        height: 13px;
        background-color: #c5a47e;
        border-radius: 50%;
        position: absolute;
        left: 35px;
        top: 17px;
    }
    #sec71 .bead7{
        width: 13px;
        height: 13px;
        background-color: #c5a47e;
        border-radius: 50%;
        position: absolute;
        left:-16px;
       top: 80px;
    }
    #sec71{
        padding-top: 50px;
        width: 270px;
        position: relative;
    }
    .container7 .content{
      padding-left: 10px;
    }

    #sec72{
        margin-top: 43px;
        width: 270px;
        position: relative;
    }
    #sec72 .bead7{
        width: 13px;
        height: 13px;
        background-color: #c5a47e;
        border-radius: 50%;
        position: absolute;
        left: -16px;
        top: 8px;
    }

    #sec73{
        margin-top: 43px;
        width: 270px;
        position: relative;
    }
    #sec73 .bead7{
        width: 13px;
        height: 13px;
        background-color: #c5a47e;
        border-radius: 50%;
        position: absolute;
        left: -16px;
        top: 13px;
    }

     #sec74{
        margin-top: 43px;
        width: 270px;
        position: relative;
    }
    #sec74 .bead7{
        width: 13px;
        height: 13px;
        background-color: #c5a47e;
        border-radius: 50%;
        position: absolute;
        left: -16px;
        top: 10px;
    }

      #sec75{
        margin-top: 43px;
        position: relative;
        width: 270px;
       
    }
    #sec75 .bead7{
        width: 13px;
        height: 13px;
        background-color: #c5a47e;
        border-radius: 50%;
        position: absolute;
        left: -16px;
        top:7px;
    }
    #sec75 .bead71{
        width: 13px;
        height: 13px;
        background-color: #c5a47e;
        border-radius: 50%;
        position: absolute;
        left: -16px;
        top: 500px;
    }

.video{
  margin-top: 80px;
}
.video iframe{
  width:560px; 
  height:315px;
}

.mbsl{
      position: relative;
    }

.mbsl:hover{
      position: relative;
      opacity: 1;
      transition: 1s all ease;
    }
    .mbsl #btn1{
      position: absolute;
      top: 45%;
      left: 265px;
      border: none;
      background-color: transparent;
      font-size: 35px;
      color: white;
    }
    .mbsl #btn2{
      position: absolute;
      top: 45%;
      left: 30px;
      border: none;
      background-color: transparent;
      font-size: 35px;
      color: white;

    }
     .ts,.fs,.gi,.r,.rr,.tg,.pt,.pd{
      position: absolute;
      color: white;
      top: 5%;
      left: 8%;
    }
 #imgid,#img,#img1,#img2,#img3,#img4,#img5,#img6{
  width: 300px;
  height:350px;
  margin: 10px 10px;
}

#stitle1{
  color: white;
}
#stitle2{
  color: white;
}
#stitle3{
  color: white;
}

.page-width {
  max-width: 1200px;
  margin: auto;
}
.text-left {
  text-align: left;
}
.quotes {
  display: flex;
  padding: 5rem 2rem;
  align-items: center;
  min-height: 100vh;
}

.quotes-slide {
  width: 33%;
  padding: 3rem;
  background-color: white;
  opacity: .4;
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px #d5d5d5;
  line-height: 1.75;
  transition: all .5s ease;
  outline: none;
}

.quotes-slide--active {
    transform: scale(1.2);
    z-index: 1;
    opacity: 1;
    border: none;
    box-shadow: 1px 0px 10px 5px #eaeaea;
    color: #222222;
}
blockquote {
  margin: 0;
}
cite{
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  font-size: .9rem;
}
cite::before {
    content: '\2014 \0020';
}
.icon {
  width: 25px;
  height: 25px;
  fill: #c5a47e;
}
/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */


@media (min-width:320px){
  
 #slogo{
  margin-left: -30px;
 }
  .social-list{
    margin-bottom: 50vmin;
  }
  .experience-info{
    top: 1em;
  }
  
  .quotes {
  display: block;
  }
  .quotes-slide{
    width: 100% ;
    height: 250px;
  }
  .quotes .content p{
    font-size: 12px;
  }

  .navbar-mobile.affix-top{
    margin-top: 20px;
    margin-left: -20px;
  }
  .navbar-mobile.affix-top.affix{
    margin-top: 0px;
    margin-left: 0px;
  }
  .mbsl #btn1{
    left: 260px;
  }
  #imgid{
    margin-top: 20px;
  }
  .navbar-toggle{
    margin-top: 20px;
  margin-right: 25px;
  }
  .navbar-toggle.collapsed {
        margin-top: 15px;
    }
    span.icon-bar{
      background:white;
    }
  #slogo{
    display: block;
  }
  #llogo{
    display: none;
  }

  .projects{
    display: none;
  }
 
  .main{
    height: 500px;
  }
  .vertical-panel{
    display: none;
  }
  .vertical-panel-content{
    margin-bottom: 50px;
  }

  .vertical-panel-info .line{
    background-color: #c5a47e;
    margin-top: 170px;
  }
  .fa-instagram:before{
    color: #c5a47e;
    font-size: 20px;
  }
  .fa-square-instagram:before{
    color: #c5a47e;
    font-size: 20px;
  }
  .fa-x-twitter:before{
    color: #c5a47e;
    font-size: 20px;
  }
  .fa-youtube:before{
    color: #c5a47e;
    font-size: 20px;
  }
 .fa-facebook:before{
  color: #c5a47e;
  font-size: 20px;
 }
 .fa-facebook-f:before{
   color: #c5a47e;
  font-size: 20px;
 }
 #abt{
  font-size: 100px;
 }
 #clnt{
  font-size: 100px;
 }
 #cont{
  font-size: 80px;
  margin-left: 150px;
 }
  #self .container{
    margin-top: -150px;
  }
  #self p{
    line-height: 25px;
  }
  .col-about-img img{
    margin-left: 0px;
    height: 250px;
    width: 250px;
  }
  .project figure img{
    height: 420px;
  }
  .col-field{
    margin-left: 0px;
  }
  #phn{
  margin-left: 0px;
  }
  #msg{
  margin-left: -320px;
  margin-top: 0px;
  }
  .col-field{
  margin-left: 0px;
  padding-left: 5px;
  }
  .form-control{
    width: 300px;
  }
  textarea.form-control{
    width: 300px;
  }
  .form-submit button{
    margin-left: 95px;
  }
   #msg1{
    margin-left: -320px;
    margin-top: 0px;
  }
  
  .form-submit button{
    margin-left: 95px;
  }
  #row1 img{
    width: 290px;
  }
  #row2 img{
    width: 290px;
  }
  #row3 img{
    width: 290px;
  }
/*about*/

  .brand-panel{
   background-color: transparent;
    height: 58.7vmin;
    width: 45.47vmin;
  }
  .main-inner{
    height: 400px;
  }
.clients-list .client #cl2 {
    width: 150px;
    height: 110px;
}
  .contact-info-content{
    padding: 5.5em 3em;
  }
/*project*/
  .project figure{
    height: 350px;
  }

 /*service*/
 .main-header h1{
  margin-top: 60px;
  margin-right: 20px;
  color: white;
 } 
  #row1 .ser1 img{
    width: 280px;
    height: 200px;
  }
  #row1 .ser2 img{
    width: 280px;
    height: 200px;
  }
  #row2 .ser1 img{
    width: 280px;
    height: 200px;
  }
  #row2 .ser2 img{
    width: 280px;
    height: 200px;
  }
  #flogo{
    margin-left: -20px;
  }
  #flogo1{
    margin-left: -50px;
  }
  #flogo2{
    margin-left: -20px;
  }
  .footer #fl2{
    margin-left: 20px;
  }
  .jump{
    margin-left: 10px;
  }
  .jump1{
    margin-left: 10px;
  }
  .ad{
    margin-left: 10px;
  }
  .slotholder{
    height: 100px;
  }
 #bt{
  font-size: 6px;
 }
 #bt1{
  font-size: 20px;
 }
 #bt2{
  font-size: 20px;
 }
 .container1{
  display: none;
 }

.ser2{
  margin-left: 0px;
}

/* video*/
.video #v1 iframe{
  width:280px; 
  height:170px;
  margin-left: 10px;
}
.video #v2 iframe{
  width:280px; 
  height:170px;
  margin-left: 10px;
}
.video #v3 iframe{
  width:280px; 
  height:170px;
  margin-left: 10px;
}
.video video{
  width: 280px;
  height: 170px;
  border-radius: 10px;
  background-color: black;
  margin-left: 5px;
}

}

@media (min-width:344px){
  .social-list{
    margin-bottom: 30px;
  }
  .vertical-panel-content{
    margin-bottom: 400px;
  }
}

@media (min-width:360px){
  #slogo{
    margin-left: -50px;
  }
  .social-list{
    margin-bottom: 45vmin;
  }
  .mbsl #btn1{
    left: 285px!important;
  }
  .mbsl #btn2{
    left: 35px;
  }
  .main{
    height: 500px;
  }
  .vertical-panel{
    display: none;
  }

  .vertical-panel-content{
    margin-bottom: 100px;
  }
   #row1 .ser1 img{
    width: 320px;
    height: 200px;
  }
  #row1 .ser2 img{
    width: 320px;
    height: 200px;
  }
  #row2 .ser1 img{
    width: 320px;
    height: 200px;
  }
  #row2 .ser2 img{
    width: 320px;
    height: 200px;
  }
  .video #v1 iframe{
  width: 320px;
  height: 180px;
  border-radius: 10px;
}
 .video #v2 iframe{
  width: 320px;
  height: 180px;
  border-radius: 10px;
}
 .video #v3 iframe{
  width: 320px;
  height: 180px;
  border-radius: 10px;
}
.video video{
  width: 320px;
  height: 180px;
  border-radius: 10px;
  background-color: black;
}
#ln{
  margin-top: 250px;
}
.mbsl #btn1{
      top: 45%;
      left: 305px;
    }
#imgid,#img,#img1,#img2,#img3,#img4,#img5,#img6{
  width: 335px;
}
#bt{
  margin-top: -40px;
}
#bt1{
  margin-top: -60px;
}
#bt2{
  margin-top: -80px;
}
}


@media (min-width:375px){
  .vertical-panel-content{
    margin-bottom: 100px;
  }
  .form-control{
    width: 340px;
  }
  textarea.form-control{
    width: 340px;
  }
  .form-submit button{
    margin-left: 120px;
  }
  #row1 img{
    width: 343px;
  }
  #row2 img{
    width: 343px;
  }
  #row3 img{
    width: 343px;
  }
  #flogo{
    margin-left: -50px;
  }
  #flogo1{
    margin-left: -100px;
  }
   #flogo2{
    margin-left: -50px;
  }
  .container7 .content p {
    width: 250px;
    font-size: 16px;
}
.container7 #sec71 .bead7{
  top: 78px;
 }
  #sec72 .bead7{
  top: 10px;
 }
  #sec73 .bead7{
  top: 10px;
 }
  #sec74 .bead7{
  top: 10px;
 }
  #sec75 .bead7{
  top: 10px;
 }
 #sec75 .bead71{
  top: 523px;
 }
 .container7 .line7{
  height: 2800px;
 }
 .container7 .content img {
    width: 250px;
    height: 250px;
  }
  .footer #fl{
  margin-left: 40px;
}
.footer #fl1{
  margin-left: 40px;
}
.footer #fl2{
    margin-left: 50px;
  }
.mbsl #btn1{
      top: 45%;
      left: 300px!important;
    }
.mbsl #btn2{
      top: 45%;
      left: 38px;
    }
#imgid,#img,#img1,#img2,#img3,#img4,#img5,#img6{
  width: 350px;
}

}

@media (min-width:390px){

    .social-list{
      margin-bottom:25vmin;
    }
   .mbsl #btn1{
    font-size: 40px;
    left: 305px!important;
  }
  .mbsl #btn2{
    font-size: 40px;
  }
  .tp-parallax-wrap{
  top: 250px!important;
  }
  #bt{
    font-size: 8px;
    margin-top: 130px;
  }
  #bt1{
    margin-top: 280px;
  }
  #bt2{
    margin-top: 280px;
  }
   .vertical-panel-content{
    margin-bottom: 300px;
  }
  .container7 .content img {
    width: 250px;
    height: 250px;
  }
  .container7 #sec71 .bead7{
  top: 80px;
 }
  #sec72 .bead7{
  top: 10px;
 }
  #sec73 .bead7{
  top: 10px;
 }
  #sec74 .bead7{
  top: 10px;
 }
  #sec75 .bead7{
  top: 10px;
 }
 #sec75 .bead71{
  top: 525px;
 }
 .container7 .line7{
  height: 2800px;
 }
 .footer #fl{
  margin-left: 30px;
}
.footer .sl1{
  margin-left: -75px;
}
.footer #sl1{
  margin-left: -95px;
}
.footer #fl1{
  margin-left: 50px;
}
.footer #fl2{
    margin-left: 50px;
  }
.footer #flp{
    margin-left: 25px;
  }
  .footer #ft{
    margin-left: -150px;
  }
  .footer #ft1{
  margin-left: -190px;
}
.footer .ft1{
  margin-left: -185px;
}
.footer .ft{
  margin-left: -135px;
}
.footer .cnt{
  margin-left: -20px;
}
.mbsl #btn1{
      top: 45%;
      left: 335px;
    }
#imgid,#img,#img1,#img2,#img3,#img4,#img5,#img6{
  width: 360px;
  height: 380px;
}
}


@media (min-width:400px){
   .vertical-panel-content{
    margin-bottom: 400px;
  }
}

@media (min-width:412px){
  #slogo{
  margin-left: -70px;
 }
 .social-list{
  margin-bottom: 110px;
 }
  .form-control{
  width: 380px;
}
textarea.form-control{
  width: 380px;
}
#clnt{
  margin-left: 15px;
}
#cont{
  margin-left: 180px;
  font-size: 90px;
}
.mbsl #btn1{
      top: 45%;
      left: 350px;
 }
#imgid,#img,#img1,#img2,#img3,#img4,#img5,#img6{
  width: 380px;
  height: 400px;
}
.ser1 img{
  width: 350px;
  height: 250px;
}
#row1 .ser1 img{
  width: 350px;
  height: 250px;
}
#row1 .ser2 img{
  width: 350px;
  height: 250px;
}
#row2 .ser1 img{
  width: 350px;
  height: 250px;
}
#row2 .ser2 img{
  width: 350px;
  height: 250px;
}
  .tp-parallax-wrap{
  top: 250px!important;
}
 #bt{
    margin-top: 130px;
    font-size: 8px;
  }
  #bt1{
    font-size: 20px;
    margin-top: 280px;
  }
   #bt2{
    font-size: 20px;
    margin-top: 250px;
  }
 .vertical-panel-content{
    margin-bottom: 350px;
  }
  .navbar-toggle.collapsed {
        margin-top: 20px;
        margin-right: 40px;
     }
  .navbar-toggle{
    margin-right: 50px;
  }
  .mbsl #btn1{
    margin-left: 20px;
  }

}

@media (min-width:414px){
  .social-list{
    margin-bottom: 20vmin;
  }
  .mbsl #btn1{
    font-size: 40px;
    left: 320px!important;
  }
  .mbsl #btn2{
    font-size: 40px;
  }
  #caption{
    margin-top: 0px;
  }
   #row1 .ser1 img{
    width: 380px;
    height: 250px;
  }
  #row1 .ser2 img{
    width: 380px;
    height: 250px;
  }
  #row2 .ser1 img{
    width: 380px;
    height: 250px;
  }
  #row2 .ser2 img{
    width: 380px;
    height: 250px;
  }

  .container7 .content p {
    width: 300px;
    font-size: 18px;
  }
  .container7 .content img {
    width:250px;
    height: 250px;
  }
  .container7 .line7 {
    height: 2850px;
  }
  .container7 #sec71 .bead7{
      top: 80px;
    }
  #sec72 .bead7{
      top: 10px;
    }
    #sec73 .bead7{
      top: 10px;
    }
    #sec74 .bead7{
      top: 10px;
    }
    #sec75 .bead7{
      top: 10px;
    }
    #sec75 .bead71{
      top: 510px;
    }

  .video #v1 iframe{
  width: 360px;
  height: 200px;
  border-radius: 10px;
}
.video #v2 iframe{
  width: 360px;
  height: 200px;
}
.video #v3 iframe{
  width: 360px;
  height: 200px;
}
.video video{
  width: 360px;
  height: 200px;
  border-radius: 10px;
  background-color: black;
}


.mbsl #btn1{
      top: 45%;
      left: 305px!important;
    }
#imgid,#img,#img1,#img2,#img3,#img4,#img5,#img6{
  width: 388px;
  height: 388px;
}
}

@media (min-width:430px){
  #slogo{
  margin-left: -80px;
 }
  #clnt{
    left: 180px;
  }
  #cont{
    left: 30px;
  }
   .vertical-panel-content{
    margin-bottom: 400px;
  }
.form-control{
  width: 400px;
}
textarea.form-control{
  width: 400px;
}
.container7 .content p {
        width: 300px;
        font-size: 14px;
    }
    .container7 .content img {
    width:250px;
    height: 250px;
  }
  .container7 .line7 {
    height: 2650px;
  }
  .container7 #sec71 .bead7{
      top: 80px;
    }
  #sec72 .bead7{
      top: 10px;
    }
    #sec73 .bead7{
      top: 10px;
    }
    #sec74 .bead7{
      top: 10px;
    }
    #sec75 .bead7{
      top: 10px;
    }
    #sec75 .bead71{
      top: 500px;
    }

     .video iframe{
  width: 360px;
  height: 200px;
  border-radius: 10px;
}
.video video{
  width: 360px;
  height: 200px;
  border-radius: 10px;
  background-color: black;
}

.mbsl #btn1{
      top: 45%;
      left: 305px!important;
    }
.mbsl #btn2{
      top: 45%;
      left: 60px;
    }
.ts, .fs, .gi, .r, .rr, .tg, .pt, .pd{
  left: 12%;
}
#imgid,#img,#img1,#img2,#img3,#img4,#img5,#img6{
 width: 360px;
  height: 380px;
 margin-left: 35px;
}
.brand-panel{
  height: 55vmin;
}
.tp-parallax-wrap{
  top: 250px!important;
}
 #bt{
    margin-top: 130px;
    font-size: 8px;
  }
  #bt1{
    font-size: 20px;
    margin-top: 280px;
  }
   #bt2{
    font-size: 20px;
    margin-top: 250px;
  }
  .container7 .line7{
    height: 2500px;
  }
  #sec75 .bead71{
    top: 455px;
  }
}

@media (min-width:540px){
   .social-list{
    margin-bottom: 80px;
   }
   .form-control{
    width: 500px;
  }
  .navbar-toggle.collapsed{
    margin-right: 50px;
    margin-top: 30px;
  }
  .main{
  height: 520px;
}
  textarea.form-control{
    width: 500px;
  }
  .form-submit button{
    margin-left: 210px;
  }
   .vertical-panel-content{
    margin-bottom: 400px;
  }
  .brand-panel{
    height: 45.7vmin;
    width: 40.47vmin;
  }

   .project figure{
    height: 400px;
  }

  #row1{
    text-align: center;
  }
  #row2{
    text-align: center;
  }
  #row3{
    text-align: center;
  }

  .vertical-panel-content{
    margin-bottom: 200px;
  }

.container7 .content img{
        width: 280px;
        height: 280px;
    }
        .container7 .content p{
          width: 450px;
        }
         .container7 .content h4{
          width: 450px;
        }
    #sec72 .bead7{
      top: 10px;
    }
    #sec73 .bead7{
      top: 10px;
    }
    #sec74 .bead7{
      top: 10px;
    }
    #sec75 .bead7{
      top: 10px;
    }
    #sec75 .bead71{
      top: 500px;
    }
    .container7 .line7{
      height: 2480px;
    }

.video #v1 iframe{
  width: 450px;
  height: 250px;
}
.video #v2 iframe{
  width: 450px;
  height: 250px;
}
.video #v3 iframe{
  width: 450px;
  height: 250px;
}
.video video{
  width: 450px;
  height: 250px;
}

.mbsl #btn1{
      top: 45%;
      left: 420px!important;
    }
#imgid{
  width: 480px;
  height: 500px;
}
#img,#img1,#img2,#img3,#img4,#img5,#img6{
 width: 480px;
  height: 500px;
}
}


@media (min-width: 768px){
  .social-list{
    margin: 50px;
  }
  cite{
    font-size: 0.66rem;
  }
  .experience-info{
    top: 7em;
  }
 .quotes {
  display: flex;
  min-height: 70px;
  }
  .quotes-slide{
    width: 33% ;
    height: 250px;
  }
  .quotes .content p{
    line-height: 15px;
    font-size: 14px;
    text-align: left;
    width: 150px;
  }
   .navbar-mobile.affix-top{
    width: 95%;
    margin: 20px;
    height: 60px;
    border-radius: 10px;
    background-color: white;
   }
   .navbar-mobile.affix-top.affix{
    width: 95%;
    margin: 20px;
    height: 65px;
    border-radius: 10px;
    background-color: white;
   }
  .navbar-toggle{
    margin-right: 50px;
    margin-top: ;
  }
  .logo {
    margin-top: -12px;
  }
  .img{
    margin-top: -10px;
    margin-left: 30px;
  }
  .navbar-collapse.in{
    margin-top: 15px;
  }
  .navbar-toggle.collapsed{
    margin-top:8px;
  }
  .mbsl{
    display: none;
  }
  #sl{
    margin-bottom: 0px;
  }
  #bt{
    font-size: 10px;
    margin-top: 230px;
  }
  #bt1{
    font-size: 14px;
    margin-top: 300px;
  }
  #bt2{
    font-size: 14px;
  }
  .projects{
    display: block;
  }
  html{
    font-size: 85%;
  }

  .main{
    height: 620px;
  }
  #llogo{
    display: block;
  }
  #slogo{
    display: none;
  }

 .project figure img{
    height: 600px;
  }
  .col-about-img img{
    margin-left: 0px;
    height:320px;
    width: 320px;
  }
  
  

  .arrow-left{
    top: 70.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 60vmin;
    right:auto;
    margin-left: 5em;
    top: 70.5vmin;
    bottom: auto;
  }



  /* About */

  .brand-panel{
    height: 50.7vmin;
    width: 39.47vmin;
  }

  .entry{
    padding: 0 7.5em;
  }

  .col-about-spec{
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev{
    left: 3.6em
  }

  .owl-next{
    right:3.6em;
  }


.ser1{
  margin-left: -40px;
}
.ser2{
  margin-left: -20px;
}
  /* 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;
  }

  .vertical-panel{
    display: none;
  }
  .vertical-panel-content{
    margin-bottom: 400px;
  }

  .fa-instagram:before{
    color: #c5a47e;
  }
  .fa-x-twitter:before{
    color: #c5a47e;
  }
  .fa-youtube:before{
    color: #c5a47e;
  }
 .fa-facebook:before{
  color: #c5a47e;
 }
  .brand-panel{
    width: 35.47vmin;
    height: 32.7vmin;
  }
  .form-control{
    width: 690px;
  }
  textarea.form-control{
    width: 690px;
  }
  .form-submit button{
    margin-left: 300px;
  }
  #phn1{
    margin-top: 120px;
    margin-left: -300px;
  }
  #msg1{
    margin-top: 180px;
    margin-left: -620px;
  }
  

  #row1 img{
    width: 220px;
    height: 180px;
  }
  #row2 img{
    width: 220px;
    height: 180px;
  }
  #row3 img{
    width: 220px;
    height: 180px;
  }
  #abt{
    font-size: 200px;
    margin-left: 150px;
  }
  #clnt{
    font-size: 200px;
    margin-left: 150px;
  }
  #cont{
    font-size: 170px;
    left: 150px;
  }
   #sec1 .content1{
    margin-top: -240px;
}
#sec1 .content2{
  margin-left: -200px;
  margin-top: 35px;
}
#sec1 .bead1{
  left: 156.5px;
}
#sec1 .content2 p{
  width: 400px;
  padding-top: 0px;
  font-size: 15px;
  margin-right: 100px 150px 0px 0px;
}
#sec1 .content2 img{
  width:170px;
  height: 170px;
}

#sec2 .content1{
    margin-top: -250px;
}
#sec2 .content2{
  margin-top: 45px;
}
#sec2 .content2 p{
  width: 480px;
  font-size: 15px;
}
#sec2 .content2 h3{
  padding-left: 40px;
}
#sec2 .bead1{
  left: 607px;
}
#sec2 .content2 img{
  width:170px;
  height: 170px;
}
#ws1{
  margin-left: 50px;
}


#sec3 .content1{
  margin-top: -240px;
  margin-left: -100px;
}
#sec3 .content2{
  margin-left: 50px;
  margin-top: 40px;
}
#sec3 .bead1{
  margin-left: -243px;
}
#sec3 .content2 p{
  width: 400px;
  font-size: 15px;
}
#sec3 .content2 img{
  width: 170px;
  height: 170px;
}


#sec4 .content1{
  margin-top: -240px;
}
#sec4 .content2{
  margin-top: 50px;
}
#sec4 .bead1{
  margin-left: 206px;
}
#sec4 .content2 p{
 width: 480px;
 font-size: 15px;
}
#sec4 .content2 img{
  width: 170px;
  height: 170px;
}
#a1{
  margin-left: 50px;
}

#sec5 .content2 p{
 width: 430px;
 font-size: 15px;
}
#sec5 .bead1{
  margin-left: -243px;
}
#sec5 .content2{
  margin-top: 40px;
  margin-left: 70px;
}
#sec5 .content1{
  margin-top: -250px;
}
#sec5 .content2 img{
  width: 170px;
  height: 170px;
}
.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
 }
 #sec1{
  margin-left: 200px;
 }
#sec2{
  margin-left: -250px;
}
#sec3{
  margin-left: 200px;
}
#sec4{
  margin-left: -250px;
}
#sec5{
  margin-left: 200px;
}

.container1{
  display: block;
}
.container7{
  display: none;
}

.video #v1 iframe{
  width:220px; 
  height:150px;
}
.video #v2 iframe{
  width:220px; 
  height:150px;
}
.video #v3 iframe{
  width:220px; 
  height:150px;
}
.video video{
  width: 220px;
  height: 150px;
  margin-left: 0px;
}

#row1 .ser1 img {
        width: 300px;
        height: 200px;
      }
      #row1 .ser2 img {
        width: 300px;
        height: 200px;
      }
      #row2 .ser1 img {
        width: 300px;
        height: 200px;
      }
      #row2 .ser2 img {
        width: 300px;
        height: 200px;
      }
      

}


@media (min-width: 820px){
 
 .social-list{
  margin-bottom: 120px;
 }
  .arrow-left{
    top: 65.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 60vmin;
    right:auto;
    margin-left: 5em;
    top: 65.5vmin;
    bottom: auto;
  }
  #sl{
    margin-bottom: 100px;
  }
   .vertical-panel-content{
    margin-bottom: 480px;
  }
 
.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
 }

.video iframe{
  width:230px; 
  height:200px;
}

}
@media (min-width: 853px){
  #sl{
    margin-bottom: 200px;
  }
  .social-list{
    margin-bottom: 250px;
  }
}
@media (min-width: 912px){
.main{
  height: 650px;
}
#sl{
  margin-bottom: 200px;
}
.logo{
  margin-top: -17px;
}
#bt{
  font-size: 12px;
  margin-top: 250px;
}
  .vertical-panel{
    display: none;
  }
  .vertical-panel-content{
    margin-bottom: 600px;
  }
.social-list{
  margin-bottom: 190px;
}
   #sec1 .content1{
    margin-top: -270px;
}
#sec1 .content2{
  margin-left: -180px;
  margin-top: 50px;
}
#sec1 .bead1{
  left: 21.5%;
}
#sec1 .content2 p{
  width: 480px;
}
#sec1 .content2 img{
  width:200px;
  height: 200px;
}

#sec2 .content1{
    margin-top: -280px; 
}
#sec2 .content2{
  margin-top: 60px;
}
#sec2 .content2 p{
  width: 550px;
}
#sec2 .bead1{
  left: 622px;
}
#sec2 .content2 img{
  width:200px;
  height: 200px;
}
#ws1{
  margin-left: 50px;
}


#sec3 .content1{
  margin-top: -280px;
  margin-left: -100px;
}
#sec3 .content2{
  margin-left: 80px;
  margin-top: 60px;
}
#sec3 .bead1{
  margin-left: -228px;
}
#sec3 .content2 p{
  width: 480px;
}
#sec3 .content2 img{
  width: 200px;
  height: 200px;
}


#sec4 .content1{
  margin-top: -260px;
}
#sec4 .content2{
  margin-top: 50px;
}
#sec4 .bead1{
  margin-left: 222px;
}
#sec4 .content2 p{
 width: 550px;
}
#sec4 .content2 img{
  width: 200px;
  height: 200px;
}
#a1{
  margin-left: 50px;
}

#sec5 .content2 p{
 width: 480px;
}
#sec5 .bead1{
  margin-left: -228px;
}
#sec5 .content2{
  margin-top: 60px;
  margin-left: 100px;
}
#sec5 .content1{
  margin-top: -280px;
}
#sec5 .content2 img{
  width: 200px;
  height: 200px;
}
.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
 }

.video iframe{
  width:230px; 
  height:200px;
}
}
/* 11.2 Min width 992px */

  
@media (min-width: 992px){



  html{
    font-size: 92%;
  }

  #llogo{
    display: block;
  }
  #slogo{
    display: none;
  }

  /* 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;
  }

#row1{
    text-align: none;
  }
  #row2{
    text-align: none;
  }
  #row3{
    text-align: none;
  }

  /* Blog Details */


  
  .col-primary{
    padding-right: 2.2em;
  }

  .col-secondary{
    margin-top: 10.62em;
    margin-left: -5px;
    padding:0 10px 0 0;
  }


  /* Contacts */

.contacts-section span{
  color: #c5a47e;
}

  .row-field{
    margin-left: -15px;
  }

  .col-map{
    position:static;
    height: 100%;
  }

  .form-control{
    width: 300px;
    margin-left: 20px;
  }
  #phn{
    margin-left: 10px;
  }
  #msg{
    margin-left:320px;
    margin-top: -130px;
  }
  textarea.form-control{
    width: 300px;
  }
  .form-submit button{
    margin-left: 400px;
  }

  #row1 img{
    width: 300px;
    height: 200px;
  }
  #row2 img{
    width: 300px;
    height: 200px;
  }
  #row3 img{
    width: 300px;
    height: 200px;
  }

  #sec1 .content1{
    margin-top: -250px;
}
#sec1 .content2{
  margin-left: -150px;
  margin-top: -30px;
}
#sec1 .bead1{
  left: 21.5%;
}
#sec1 .content2 p{
  width: 480px;
}
#sec1 .content2 img{
  width:200px;
  height: 200px;
}

#sec2 .content1{
    margin-top: -270px;
}
#sec2 .content2{
  margin-top: -30px;
}
#sec2 .content2 p{
  width: 550px;
}
#sec2 .bead1{
  left: 620px;
}
#sec2 .content2 img{
  width:200px;
  height: 200px;
}
#ws1{
  margin-left: 50px;
}


#sec3 .content1{
  margin-top: -250px;
  margin-left: -100px;
}
#sec3 .content2{
  margin-left: 50px;
  margin-top: 80px;
}
#sec3 .bead1{
  margin-left: -230px;
}
#sec3 .content2 p{
  width: 480px;
}
#sec3 .content2 img{
  width: 200px;
  height: 200px;
}


#sec4 .content1{
  margin-top: -250px;
}
#sec4 .content2{
  margin-top: -35px;
}
#sec4 .bead1{
  margin-left: 217.5px;
}
#sec4 .content2 p{
 width: 550px;
}
#sec4 .content2 img{
  width: 200px;
  height: 200px;
}
#a1{
  margin-left: 50px;
}

#sec5 .content2 p{
 width: 480px;
}
#sec5 .bead1{
  margin-left: -232.5px;
}
#sec5 .content2{
  margin-top: 80px;
  margin-left: 100px;
}
#sec5 .content1{
  margin-top: -260px;
}
#sec5 .content2 img{
  width: 200px;
  height: 200px;
}
.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
 }

.video iframe{
  width:300px; 
  height:250px;
}

}


@media (min-width: 1024px){
  
 .quotes .content p{
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    width:200px;
  }
  cite{
    font-size: 0.9rem;
  }
    .arrow-left{
    top: 60.5vmin;
      left: 30vmin;
  }
  .arrow-right{
    top: 60.5vmin;
      left: 40vmin;
  }
  .social-list{
    margin-bottom: 220px;
  }
    .rev_slider_wrapper{
      margin-top: -100px;
    }
    .navbar-desctop{
    width: 95%;
    margin: 20px;
    height: 70px;
    margin-left: 30px;
    border-radius: 10px;
    background-color: white;
   }
   .navbar-desctop.affix{
    width: 100%;
    margin: 0px;
    height: 65px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: white;
   }
   .navbar-desctop-menu{
    letter-spacing: 0.1em;
    margin-top: -23px;
    margin-left: 30px;
  }
  #llogo{
    margin-left: 5px;
    margin-top: 0px;
  }
  #scrlogo{
    margin-top: -33px;
  }
 .main{
    height: 750px;
  }
  .main-header h1{
    margin-right: 80px;
  }
  

  #abt{
    font-size: 180px;
    margin-left: 100px;
    margin-top: 20px;
  }
  #clnt{
    font-size: 180px;
    margin-left: 120px;
  }
  #cont{
    font-size: 180px;
    margin-left: 350px;
  }
   #phn1{
    margin-top: 0px;
    margin-left: 10px;
  }
  #msg1{
    margin-top: -60px;
    margin-left: 30px;
  }
  .brand-panel{
    width: 35.37vmin;
    height: 280px;
  }
  .ser1{
    margin-left: 0px;
  }
  .ser2{
    margin-left: 70px;
  }
  #row1{
    text-align: left;
  }
  #row2{
    text-align: left;
  }
  #row3{
    text-align: left;
  }

  .vertical-panel{
    display: none;
  }
  .vertical-panel-content{
    margin-bottom: 450px;
  }
  #llogo img{
    width: 280px;
    height: 70px;
    margin-top: -30px;
  }
  .logo{
    margin-top: -25px;
  }
  #bt{
    font-size: 10px;
   margin-top: -200px;
  }
  #sl{
    margin-top: 300px;
  }
  #ln{
    display: none;
  }
#sec1 .content1{
    margin-top: -250px;
}
#sec1 .content2{
  margin-left: -150px;
  margin-top:50px;
}
#sec1 .bead1{
  left: 170px;
}
#sec1 .content2 p{
  width: 480px;
  font-size: 18px;
}
#sec1 .content2 img{
  width:200px;
  height: 200px;
}

#sec2 .content1{
    margin-top: -300px;
}
#sec2 .content2{
  margin-top: 60px;
}
#sec2 .content2 p{
  width: 550px;
  font-size: 18px;
}
#sec2 .content2 h3{
  margin-left:-5px;
}
#sec2 .bead1{
  left: 620px;
}
#sec2 .content2 img{
  width:200px;
  height: 200px;
}
#ws1{
  margin-left: 50px;
}


#sec3 .content1{
  margin-top: -283px;
  margin-left: -100px;
}
#sec3 .content2{
  margin-left: 50px;
  margin-top: 50px;
}
#sec3 .bead1{
  margin-left: -230px;
}
#sec3 .content2 p{
  width: 480px;
  font-size: 18px;
}
#sec3 .content2 img{
  width: 200px;
  height: 200px;
}


#sec4 .content1{
  margin-top: -270px;
}
#sec4 .content2{
  margin-top: 50px;
}
#sec4 .bead1{
  margin-left: 220px;
}
#sec4 .content2 p{
 width: 550px;
 font-size: 18px;
}
#sec4 .content2 img{
  width: 200px;
  height: 200px;
}
#a1{
  margin-left: 50px;
}

#sec5 .content2 p{
 width: 480px;
 font-size: 18px;
}
#sec5 .bead1{
  margin-left: -230px;
}
#sec5 .content2{
  margin-top: 60px;
  margin-left: 100px;
}
#sec5 .content1{
  margin-top: -285px;
}
#sec5 .content2 img{
  width: 200px;
  height: 200px;
}
.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
 }

.video #v1 iframe{
  width:300px; 
  height:250px;
}
.video #v2 iframe{
  width:300px; 
  height:250px;
}
.video #v3 iframe{
  width:300px; 
  height:250px;
}
.video video{
  width: 300px;
  height: 250px;
}

#row1 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row1 .ser2 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser2 img {
        width: 400px;
        height: 250px;
      }
      #ln{
        margin-top: 450px;
      }
.tp-parallax-wrap{
  top: 396px!important;
}
 #bt{
    margin-top: 280px;
    font-size: 14px;
  }
  #bt1{
    font-size: 15px;
    margin-top: 280px;
  }
   #bt2{
    font-size: 15px;
    margin-top: 250px;
  }
}


/* 11.3 Min width 1200px */



@media (min-width: 1200px){

  .quotes-slide{
    height: 280px;
  }
   .arrow-left{
    top: 85.5vmin;
      left: 60vmin;
  }
  .arrow-right{
    top: 85.5vmin;
      left: 80vmin;
  }
    .tp-mask-wrap{
      top: -180px;
    }
    .rev_slider_wrapper{
      margin-top: 0px;
    }
   html{
    font-size: 100%;
  }

  #llogo img{
    margin-top: -10px;
  }


   /* Header */

   .navbar-desctop{
    width: 95%;
    margin: 20px;
    height: 90px;
    margin-left: 30px;
    border-radius: 10px;
    background-color: white;
   }
   .navbar-desctop.affix{
    width: 100%;
    margin: 0px;
    height: 80px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: white;
   }
  .container{
    margin-top: 17px;
  }
 .navbar-desctop-menu{
    letter-spacing: 0.3em;
    margin-right: 50px;
  }
  #llogo{
    margin-left: 5px;
    margin-top: 10px;
  }
  .logo{
    margin-top: -50px;
  }
  #scrlogo{
    margin-top: -50px;
  }
 
  .main-header{
    padding-left: 0;
  }
  #llogo{
    display: block;
  }
  #slogo{
    display: none;
  }

.vertical-panel{
  margin-bottom: 0px;
}

  /* Project Details */

  #row1{
    text-align: left;
  }
  #row2{
    text-align: left;
  }
  #row3{
    text-align: left;
  }
  .project-details-info{
    width: 44%;
  }

  #phn{
    margin-left: 70px;
  }
  #msg{
    margin-left:440px;
    margin-top: -140px;
  }
  #phn1{
    margin-top: 0px;
    margin-left: 80px;
  }
  #msg1{
    margin-top: -70px;
    margin-left: 160px;
  }
  #bt{
    font-size: 14px;
    margin-top: 300px;
  }
  #bt1{
    font-size: 14px;
    margin-top: 300px;
  }
   #bt2{
    font-size: 15px;
    margin-top: 300px;
  }
  .main-header h1{
    margin-top: 100px;
  }
  .vertical-panel-content{
    margin-bottom: -150px;
  }
  .project figure{
    height: 500px;
  }
  .form-submit button{
    margin-left: 500px;
  }
  
  .brand-panel{
    width: 40.37vmin;
    height: 300px;
  }

  #sec1 .content1{
    width: calc(50% - 2rem);
    margin-top: -280px;
}
#sec1 .content2{
  margin-left: -150px;
}
#sec1 .bead1{
  left: 21%;
}
#sec1 .content2 p{
  width: 550px;
  padding: 0px 50px 0px 0px;
}
#sec1 .content2 img{
  width:250px;
  height: 250px;
}

#sec2 .content1{
    margin-top: -330px;
}
#sec2 .content2{
  margin-top: 70px;
}
#sec2 .content2 p{
  width: 620px;
}
#sec2 .bead1{
  left: 618px;
}
#sec2 .content2 img{
  width:250px;
  height: 250px;
}
#ws1{
  margin-left: 50px;
}


#sec3 .content1{
  margin-top: -310px;
  margin-left: -100px;
}
#sec3 .content2{
  margin-left: 50px;
  margin-top: 60px;
}
#sec3 .bead1{
  margin-left: -232px;
}
#sec3 .content2 p{
  width: 550px;
}
#sec3 .content2 img{
  width: 250px;
  height: 250px;
}


#sec4 .content1{
  margin-top: -310px;
}
#sec4 .content2{
  margin-top: 70px;
}
#sec4 .bead1{
  margin-left: 217.5px;
}
#sec4 .content2 p{
 width: 620px;
}
#sec4 .content2 img{
  width: 250px;
  height: 250px;
}
#a1{
  margin-left: 50px;
}

#sec5 .content2 p{
 width: 550px;
}
#sec5 .bead1{
  margin-left: -232.5px;
}
#sec5 .content2{
  margin-top: 60px;
  margin-left: 100px;
}
#sec5 .content1{
  margin-top: -310px;
}
#sec5 .content2 img{
  width: 250px;
  height: 250px;
}
.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
 }
.video video{
  width: 370px;
  height: 280px;
}
.video #v1 iframe{
  width:370px; 
  height:250px;
}
.video #v2 iframe{
  width:370px; 
  height:250px;
}
.video #v3 iframe{
  width:370px; 
  height:250px;
}
#row1 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row1 .ser2 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser2 img {
        width: 400px;
        height: 250px;
      }
.ser2{
  margin-left: 175px;
}
}

@media (min-width: 1280px){

  #llogo img{
    margin-top: -18px;
  }
    .arrow-left{
    top: 85.5vmin;
      left: 60vmin;
  }
  .arrow-right{
    top: 85.5vmin;
      left: 80vmin;
  }
     .tp-mask-wrap{
      top: -150px;
    }
      .navbar-desctop {
        width: 92%;
      }                 
   .video video{
  width:370px; 
  height:300px;
}
#row1 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row1 .ser2 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser2 img {
        width: 400px;
        height: 250px;
      }
      #sec1 .content1{
    margin-top: -270px;
}
#sec1 .content2{
  margin-left: -150px;
  margin-top:50px;
}
#sec1 .bead1{
  left: 168px;
}
#sec1 .content2 p{
  width: 480px;
}
#sec1 .content2 img{
  width:200px;
  height: 200px;
}

#sec2 .content1{
    margin-top: -300px;
}
#sec2 .content2{
  margin-top: 60px;
}
#sec2 .content2 p{
  width: 550px;
}
#sec2 .content2 h3{
  margin-left:-5px;
}
#sec2 .bead1{
  left: 618px;
}
#sec2 .content2 img{
  width:200px;
  height: 200px;
}
#ws1{
  margin-left: 50px;
}


#sec3 .content1{
  margin-top: -283px;
  margin-left: -100px;
}
#sec3 .content2{
  margin-left: 50px;
  margin-top: 50px;
}
#sec3 .bead1{
  margin-left: -233px;
}
#sec3 .content2 p{
  width: 480px;
}
#sec3 .content2 img{
  width: 200px;
  height: 200px;
}


#sec4 .content1{
  margin-top: -270px;
}
#sec4 .content2{
  margin-top: 50px;
}
#sec4 .bead1{
  margin-left: 218px;
}
#sec4 .content2 p{
 width: 550px;
}
#sec4 .content2 img{
  width: 200px;
  height: 200px;
}
#a1{
  margin-left: 50px;
}

#sec5 .content2 p{
 width: 480px;
}
#sec5 .bead1{
  margin-left: -233px;
}
#sec5 .content2{
  margin-top: 60px;
  margin-left: 100px;
}
#sec5 .content1{
  margin-top: -285px;
}
#sec5 .content2 img{
  width: 200px;
  height: 200px;
}
.line1{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    background-color: #3d3d3d;
    display: none;
 }
 #scrlogo{
  margin-top: -50px;
 }
#flp{
  margin-top: 50px;
}
.video #v1 iframe{
  width:350px; 
  height:250px;
}
.video #v2 iframe{
  width:350px; 
  height:250px;
}
.video #v2 iframe{
  width:350px; 
  height:250px;
}
.video video{
  width: 350px;
  height: 250px;
}
}

@media (min-width: 1440px){
  .quotes .content p{
    line-height: 25px;
    font-size: 18px;
    text-align: left;
    width: auto;
  }
  .arrow-left{
    top: 85.5vmin;
      left: 80vmin;
  }
  .arrow-right{
    top: 85.5vmin;
      left: 100vmin;
  }
  .social-list{
    margin-bottom: 150px;
  }
   .tp-mask-wrap{
      top: 0px;
    }
  .main-inner{
    height: 600px;
  }
  .tp-parallax-wrap{
  top: 300px!important;
}
  .vertical-panel-content{
    margin-bottom: 0px;
  }

  #llogo{
    display: block;
  }
  #slogo{
    display: none;
  }
  #phn{
    margin-left: 80px;
  }
  #msg{
    margin-left:460px;
    margin-top: -140px;
  }
   #phn1{
    margin-left: 80px;
    margin-top: 0px;
  }
  #msg1{
    margin-left: 160px;
    margin-top: -70px;
  }
  
  .form-submit button{
    margin-left: 500px;
  }

    .cnt{
      margin-left: -20px;
    }
  #row1{
    text-align: left;
  }
  #row2{
    text-align: left;
  }
  #row3{
    text-align: left;
  }

   .vertical-panel{
    margin-bottom: 0px;
  }
   .vertical-panel-content{
    margin-bottom: 0px;
  }
   .main{
    height: 750px;
   }

   .project figure{
    height: 600px;
  }
  .project figure img{
    height: 600px;
  }
  #row1 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row1 .ser2 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser1 img {
        width: 400px;
        height: 250px;
      }
      #row2 .ser2 img {
        width: 400px;
        height: 250px;
      }

 .video #v1 iframe{
  width:350px; 
  height:250px;
}
.video #v2 iframe{
  width:350px; 
  height:250px;
}
.video #v3 iframe{
  width:350px; 
  height:250px;
}
.video video{
  width: 350px;
  height: 250px;
}

 .navbar-desctop.affix-top{
    width: 95%;
    margin: 20px;
    height: 80px;
    margin-left: 30px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: white;
   }
   .navbar-desctop.affix{
    width: 100%;
    margin: 0px;
    height: 70px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: white;
   }
   #contain{
    margin-top: -15px;
   }
   #llogo img{
    margin-left: 100px;
    margin-top: 0px;
   }
   #scrlogo{
    margin-top: 5px!important ;
   }
 .navbar-desctop-menu{
    letter-spacing: 0.32em;
    margin-top: 5px;
    margin-left: 30px;
  }
  #llogo{
    margin-left: 5px;
    margin-top: 0px;
  }
  #scrlogo{
    margin-top: -15px;
  }
  #ver{
    margin-bottom: 0px;
  }

  #footl img{
  width: 300px;
  margin-top: 15px;
}
.tot{
  line-height: 30px;
}
.tot1{
  margin-left: 10px;
  margin-top: 15px;
  line-height: 35px;
}
}


@media (min-width: 1920px){
      .navbar-desctop.affix-top {
        width: 95%;
        margin: 20px;
        height: 100px;
        margin-left: 30px;
        margin-top: 30px;
        border-radius: 10px;
        background-color: white;
    }
    .navbar-desctop.affix{
      width: 100%;
        margin: 0px;
        height: 80px;
        margin-left: 0px;
        border-radius: 0px;
        background-color: white;
    }
    
     #llogo img{
      margin-top: -5px;
    }
    #llogo{
      margin-left: -100px;
    }
    #contain{
      margin-top: -20px;
    }
    .social-list{
      margin-bottom: 550px;
    }
    
}

@media (min-width: 2560px){
      .navbar-desctop.affix-top {
        width: 95%;
        margin: 20px;
        height: 100px;
        margin-left: 30px;
        margin-top: 30px;
        border-radius: 10px;
        background-color: white;
    }
    #llogo img{
      margin-top: -20px;
    }
    #contain{
      margin-top: -30px;
    }
    .social-list{
      margin-bottom: 700px;
    }
}

@media (min-width: 3000px){
  
   .social-list{
      margin-bottom: 900px;
    }
     #llogo img{
      margin-top: -30px;
    }
}
@media (min-width: 3500px){
  .social-list{
    margin-bottom: 1100px;
  }
}
@media (min-width: 4000px){
  .social-list{
    margin-bottom: 1400px;
  }
}




/* 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;
  }
}

