/*
Theme Name: Ram aderet
Author: Simplyad
Version: 1.0
*/

/*********************** STYLE.CSS INDEXES ***********************

*** custom resets ***
*** end resets ***

*** whole site style ***
*** end whole site style ***

*** quick tools ***
*** end quick tools ***

*** site colors ***
*** end site colors ***

*** font sizes ***
*** end font sizes ***

*** font weights ***
*** end font weights ***

*** font family ***
*** end font family ***

1.0 - header
2.0 - footer
3.0 - front page
  3.1 - front page projects
  3.2 - marketing projects
  3.3 - ram aderet promise
  3.4 - contact
4.0 - page
5.0 - team
6.0 - child about page
7.0 - category
8.0 - single project page

**404 page
**attachment page

*********************** END STYLE.CSS INDEXES ***********************/

/*** custom resets ***/

.col-md-1,.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-md-10,.col-md-11,.col-md-12 {
  float: right;
}

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

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

select {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 3px 22px 3px 3px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'%3E%3C/path%3E%3C/svg%3E");
  background-position: calc(100% - 3px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}

/*** end resets ***/

/*** whole site style ***/

body {
  font-size: 16px;
  background-image: url('/wp-content/uploads/2018/05/bg-bottom.jpg'), url('/wp-content/uploads/2018/05/ram_bg.jpg');
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}

main {
  padding-bottom: 50px;
}

@media only all and (min-width: 993px) {
  
  body.home main,
  body.category main,
  body.single-projects main,
  #top-page-banner,  body.page-template-mishtaken main {
    padding-top: 130px;
  }
	
	
	body.page-template-mishtaken main{min-height:800px;}

  body.home main.scrolled,
  body.category main.scrolled,
  body.single-projects main.scrolled,
  #top-page-banner.scrolled {
    padding-top: 80px;
  }

}

@media only all and (max-width: 992px) {
  
  body.home main,
  body.category main,
  body.single-projects main,
  #top-page-banner {
    padding-top: 60px;
  }
  
}

.fancy-line {
  background: linear-gradient(to right, #D0D0D0, #F0CB84);
  max-width: 1440px;
  height: 1px;
  margin: 0 auto;
  border-radius: 50%;
}

.contact-form-wrapper br {
  display: none;
}

.contact-form-wrapper .contact-right-col,
.contact-form-wrapper .contact-left-col {
  width: 47%;
}


.contact-form-wrapper .group-wrapper {
  margin-bottom: 15px;
}

.contact-form-wrapper input,
.contact-form-wrapper select,
.contact-form-wrapper textarea {
  border: 1px solid #A3A0A1 !important;
  padding: 20px 15px !important;
  width: 100%;
  background-color: #fff !important;
}

.contact-form-wrapper select {
  padding: 21.5px 15px;
  cursor: pointer;
  position: relative;
}

input[type="submit"] {
	background-color: rgb(229, 131, 68) !important;
}

.contact-form-wrapper .group-wrapper-select {
  position: relative;
}

/*.contact-form-wrapper .group-wrapper-select:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 50px;
  background-color: #fff;
  z-index: 1;
}

.contact-form-wrapper .group-wrapper-select:after {
  content: 'v';
  font-family: assistant;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}*/

.contact-form-wrapper .submit-btn-wrapper {
  position: relative;
  display: table;
  float: left;
}

.contact-form-wrapper .submit-btn-wrapper img {
  position: absolute;
  top: 51%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

body.mobileiPhone.iPhone.iOS .contact-form-wrapper .submit-btn-wrapper img {
	top: 40%;
    right: 30px;
}

.contact-form-wrapper input#cf-submit {
  border: none;
  padding: 15px 75px 15px 30px !important;
  width: auto;
  float: left;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  width: 100%;
  float: right;
  margin: 10px 0 0 0;
}

/*** end whole site style ***/

/*** quick tools ***/

.no-padding {padding: 0;}
.no-padding-top {padding-top: 0;}
.no-padding-right {padding-right: 0;}
.no-padding-bottom {padding-bottom: 0;}
.no-padding-left {padding-left: 0;}

.no-margin {margin: 0;}
.no-margin-top {margin-top: 0;}
.no-margin-right {margin-right: 0;}
.no-margin-bottom {margin-bottom: 0;}
.no-margin-left {margin-left: 0;}

.clear-float:after { 
  content: ""; 
  visibility: hidden; 
  display: block; 
  height: 0; 
  clear: both;
}

.position-relative {
	position: relative;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.absolute-top-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.absolute-right-center {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.absolute-bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.absolute-left-center {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.transition-015 {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.transition-030 {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.transition-050 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.transition-100 {
  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}

.visually-hidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.site-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-jusity {text-align: justify;}

.pull-right {float: right;}
.pull-left {float: left;}

.line-height-10 {line-height: 1.0;}
.line-height-11 {line-height: 1.1;}
.line-height-12 {line-height: 1.2;}
.line-height-13 {line-height: 1.3;}
.line-height-14 {line-height: 1.4;}
.line-height-15 {line-height: 1.5;}
.line-height-16 {line-height: 1.6;}
.line-height-17 {line-height: 1.7;}
.line-height-18 {line-height: 1.8;}
.line-height-19 {line-height: 1.9;}
.line-height-20 {line-height: 2.0;}

/*** end quick tools ***/

/*** site colors ***/

.site-white {color: rgb(255, 255, 255);}
.site-white-bg {background-color: rgb(255, 255, 255);}

.site-light-gray {color: #F6F6F6;}
.site-light-gray-bg {background-color: #F6F6F6;}

.site-gray {color: #CFC6C6;}
.site-gray-bg {background-color: #CFC6C6;}

.site-black {color: #101920;}
.site-black-bg {background-color: #101920;}

.site-orange {color: rgb(229, 131, 68);}
.site-orange-bg {background-color: rgb(229, 131, 68);}

.site-blue {color: #009BFA;}
.site-blue-bg {background-color: #009BFA;}

.site-brown {color: #713A00;}
.site-brown-bg {background-color: #713A00;}

.site-light-blue {color: #DCF7FE;}
.site-light-blue-bg {background-color: #DCF7FE;}

.site-dark-blue {color: #232B3A;}
.site-dark-blue-bg {background-color: #232B3A;}

/*** end site colors ***/

/*** font sizes ***/

.font05em {font-size: 0.5em;}
.font06em {font-size: 0.6em;}
.font07em {font-size: 0.7em;}
.font08em {font-size: 0.8em;}
.font09em {font-size: 0.9em;}
.font10em {font-size: 1.0em;}
.font11em {font-size: 1.1em;}
.font12em {font-size: 1.2em;}
.font13em {font-size: 1.3em;}
.font14em {font-size: 1.4em;}
.font15em {font-size: 1.5em;}
.font16em {font-size: 1.6em;}
.font17em {font-size: 1.7em;}
.font18em {font-size: 1.8em;}
.font19em {font-size: 1.9em;}
.font20em {font-size: 2.0em;}
.font21em {font-size: 2.1em;}
.font22em {font-size: 2.2em;}
.font23em {font-size: 2.3em;}
.font24em {font-size: 2.4em;}
.font25em {font-size: 2.5em;}
.font26em {font-size: 2.6em;}
.font27em {font-size: 2.7em;}
.font28em {font-size: 2.8em;}
.font29em {font-size: 2.9em;}
.font30em {font-size: 3.0em;}
.font31em {font-size: 3.1em;}
.font32em {font-size: 3.2em;}
.font33em {font-size: 3.3em;}
.font34em {font-size: 3.4em;}
.font35em {font-size: 3.5em;}
.font36em {font-size: 3.6em;}
.font37em {font-size: 3.7em;}
.font38em {font-size: 3.8em;}
.font39em {font-size: 3.9em;}
.font40em {font-size: 4.0em;}
.font41em {font-size: 4.1em;}
.font42em {font-size: 4.2em;}
.font43em {font-size: 4.3em;}
.font44em {font-size: 4.4em;}
.font45em {font-size: 4.5em;}
.font46em {font-size: 4.6em;}
.font47em {font-size: 4.7em;}
.font48em {font-size: 4.8em;}
.font49em {font-size: 4.9em;}
.font50em {font-size: 5.0em;}

/*** end font sizes ***/

/*** font weights ***/

.font100 {font-weight: 100;}
.font200 {font-weight: 200;}
.font300 {font-weight: 300;}
.font400 {font-weight: 400;}
.font500 {font-weight: 500;}
.font600 {font-weight: 600;}
.font700 {font-weight: 700;}
.font800 {font-weight: 800;}
.font900 {font-weight: 900;}

/*** end font weights ***/

/*** font family ***/

.assistant-slim {
  font-family: 'Assistant', sans-serif;
  font-weight: 300;
}

.assistant {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
}

.assistant-bold {
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
}

.assistant-black {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
}

/*** end font family ***/

/*** 1.0 - header ***/

#main-site-header {
  height: 130px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  background-image: url('/wp-content/uploads/2018/05/ram_bg.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 500;
}

#main-site-header.scrolled {
  height: 80px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

#main-site-header .inner-header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
}

#main-site-header .phone-number {
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  display: table;
  margin-top: 36.5px;
  border: 1px solid #fff;
  background: linear-gradient(130deg, #E9E9E9, #F8F8F8);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}

#main-site-header.scrolled .phone-number {
  margin-top: 11px;
}

#main-site-header .phone-number .fa-asterisk {
  vertical-align: 3px;
}

#main-site-header .phone-number .fa-phone {
  vertical-align: 0;
  margin-left: 2px;
}

#main-site-header .logo-wrapper {
  margin-top: 19px;
  height: 97px;
}

#main-site-header .logo-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

#main-site-header .logo-wrapper img {
  max-height: 100%;
  height: 100%;
  width: auto;
}

#main-site-header.scrolled .logo-wrapper {
  height: 70px;
  margin-top: 5px;
}

#main-site-header.scrolled .logo-wrapper img {
  height: 100%;
  width: auto;
}

#main-site-header nav {
  position: relative;
  z-index: 50;
}

#main-site-header nav > ul {
  height: 55px;
  display: table;
  margin-top: 38px;
}

#main-site-header.scrolled nav > ul {
  margin-top: 12px;
}

#main-site-header nav > ul > li {
  float: right;
  line-height: 55px;
  position: relative;
}

#main-site-header a:hover,
#main-site-header .current-menu-parent > a,
#main-site-header .sub-menu li.current-menu-item a/*,
#main-site-header .sub-menu .current-projects-ancestor a*/ {
  color: rgb(229, 131, 68);
}

#main-site-header nav > ul > li > a {
  display: block;
  color: #101920;
  font-size: 1.2em;
  padding: 0 25px;
  position: relative;
}

#main-site-header nav > ul > li:not(:last-child) > a:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.7);
  box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.7);
}

#main-site-header .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: transparent;
  padding-top: 20px;
}

#main-site-header nav > ul > li > a:hover + ul.sub-menu,
#main-site-header .sub-menu:hover {
  display: table;
  width: 160%;
}

#main-site-header .sub-menu li {
  line-height: 25px;
}

#main-site-header .sub-menu li:not(:last-child) {
  margin-bottom: 6px;
}

#main-site-header .sub-menu li a {
  color: #101920;
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding-right: 5px;
}

#main-site-header .sub-menu li a:hover {
  color: rgb(229, 131, 68);
}

@media only all and (max-width: 1470px) {
  
  #main-site-header .inner-header-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  
}

@media only all and (max-width: 1100px) {
  
  #main-site-header nav > ul > li > a {
    padding: 0 15px;
    font-size: 1em;
  }
  
  #main-site-header nav > ul > li > a:hover + ul.sub-menu {
    width: 200%;
  }
  
}

@media only all and (min-width: 993px) {
  
  #main-site-header .mobile-nav-button,
  #main-site-header .mobile-logo-wrapper,
  #main-site-header .mobile-phone-number,
  #mobile-nav-menu {
    display: none;
  }
  
}

@media only all and (max-width: 992px) {
  
  body.home main,
  body.category main,
  body.single-projects main,
  #top-page-banner {
    padding-top: 60px
  }
  
  #main-site-header .inner-header-wrapper {
    display: none;
  }
  
  #main-site-header {
    height: 60px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  }
  
  #main-site-header .mobile-nav-button {
    width: 60px;
    height: 60px;
    position: relative;
  }
  
  #main-site-header .mobile-phone-number {
    margin-top: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
  }
  
  #main-site-header .mobile-logo-wrapper a {
    display: block;
    height: 100%;
    width: 100%;
  }
  
  #main-site-header .mobile-logo-wrapper img {
    height: 50px;
    margin-top: 5px;
    margin-left: 5px;
  }
  
  #mobile-nav-menu {
    position: fixed;
    height: 100vh;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #fff;
    white-space: nowrap;
    z-index: 450;
    overflow-x: hidden;
    overflow-y: auto;
    width: 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  }
  
  #mobile-nav-menu.open {
    width: 100%;
  }
  
  
  #mobile-nav-menu > ul > li > a,
  #mobile-nav-menu .sub-menu li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 1.3em;
    color: #101920;
    font-family: assistant;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  
  #mobile-nav-menu > ul > li.menu-item-has-children > a:after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 170px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  #mobile-nav-menu .sub-menu {
    position: fixed;
    top: 60px;
    height: 100vh;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 460;
    width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  }
  
  #mobile-nav-menu .sub-menu.open {
    width: 100%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
  }
  
  #mobile-nav-menu .sub-menu li a {
    
  }
  
}

/*** 1.0 - header end ***/

/*** 2.0 - footer ***/

#main-site-footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 40px;
	position: relative;
}

#main-site-footer ul {
  display: table;
}

#main-site-footer ul li {
  float: right;
  color: #90949D;
}

#main-site-footer ul li:not(:last-child) {
  margin-left: 20px;
}

#main-site-footer ul li a {
  color: #90949D;
  font-family: assistant;
  font-weight: 400;
  font-size: 0.9em;
}

#main-site-footer ul li a:hover {
  color: rgb(229, 131, 68);
}

#main-site-footer .copyright li {
  float: none;
  font-size: 0.9em;
}

#main-site-footer .copyright img {
  vertical-align: 0;
  margin-right: 35px;
}

@media only all and (max-width: 1460px) {
  
  #main-site-footer ul:first-child {
    padding-right: 30px;
  }

  #main-site-footer ul:last-child {
    padding-left: 15px;
  }
  
}

@media only all and (max-width: 1100px) {
  
  #main-site-footer ul,
  #main-site-footer ul:first-child {
    width: 100%;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #main-site-footer ul:first-child {
    margin-bottom: 30px;
  }
  
}

/*** 2.0 - footer end ***/

/*** 3.0 - front page ***/

/**** 3.1 - front page projects ****/

#front-page-projects {
  height: 800px;
  margin-bottom: 5px;
}

#front-page-projects .right-project-wrapper {
  width: 26%;
}

#front-page-projects .right-project-wrapper .single-project-right {
  height: 100%;
  position: relative;
}

#front-page-projects .left-projects-wrapper {
  width: 74%;
}

#front-page-projects .top-left-projects-wrapper,
#front-page-projects .bottom-left-projects-wrapper {
  width: 100%;
  height: 50%;
}

#front-page-projects .right-project-wrapper,
#front-page-projects .top-left-projects-wrapper,
#front-page-projects .bottom-left-projects-wrapper {
  overflow: hidden;
}

#front-page-projects .top-left-projects-wrapper .single-project {
  width: 50%;
}

#front-page-projects .bottom-left-projects-wrapper .single-project {
  width: 33.33%;
}

#front-page-projects .single-project {
  position: relative;
}

#front-page-projects .bottom-left-projects-wrapper .single-project:last-child {
  width: 33.34%;
}

#front-page-projects .single-project a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  position: relative;
  opacity: 0;
}

#front-page-projects .single-project:hover a {
  opacity: 1;
}

#front-page-projects .right-project-wrapper,
#front-page-projects .left-projects-wrapper,
#front-page-projects .top-left-projects-wrapper .single-project,
#front-page-projects .bottom-left-projects-wrapper .single-project {
  height: 100%;
}

@media only all and (max-width: 1400px) {
  
  #front-page-projects {
    height: 600px;
  }
  
}

@media only all and (max-width: 1100px) {
  
  #front-page-projects {
    height: 450px;
  }
  
}

@media only all and (max-width: 768px) {
  
  #front-page-projects {
    height: 300px;
  }
  
  #front-page-projects h3 {
    display: table;
    font-size: 0.7em;
  }
  
}

@media only all and (max-width: 550px) {
  
  #front-page-projects {
    height: 220px;
  }
  
  #front-page-projects h3 {
    display: table;
    font-size: 0.6em;
  }
  
}

@media only all and (max-width: 400px) {
  
  #front-page-projects {
    height: 160px;
  }
  
}

/**** 3.1 - front page projects end ****/

/**** 3.2 - marketing projects ****/

#marketing-projects {
  position: relative;
}

#marketing-projects .top-headline {
  padding: 70px 0;
}

#marketing-projects .swiper-container {
  height: 370px;
  width: 92%;
  margin: 0 auto;
}

#marketing-projects .swiper-button-prev,
#marketing-projects .swiper-button-next {
  top: 54%;
}

#marketing-projects .swiper-button-prev {
  left: initial;
  right: 97%;
  background-image: url('assets/images/left-arrow.png');
  height: 55px;
  width: 24px;
}

#marketing-projects .swiper-button-next {
  right: initial;
  left: 97%;
  background-image: url('assets/images/right-arrow.png');
  height: 55px;
  width: 24px;
}

#marketing-projects .swiper-slide {
  overflow: hidden;
}

#category-projects-wrapper ul li .bg-holder {
  position: absolute;
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  right: 0;
}

#category-projects-wrapper ul li:hover .bg-holder,
#category-projects-wrapper ul li .bg-holder:hover,
#category-projects-wrapper ul li:focus .bg-holder,
#category-projects-wrapper ul li .bg-holder:focus {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#marketing-projects .hover-overlay,
#category-projects-wrapper ul li .hover-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  height: 100%;
  width: 100%;
}

#marketing-projects .swiper-slide:hover .hover-overlay,
#category-projects-wrapper ul li:hover .hover-overlay,
#category-projects-wrapper ul li .bg-holder:hover + .hover-overlay,
#marketing-projects .swiper-slide:focus .hover-overlay,
#category-projects-wrapper ul li:focus .hover-overlay,
#category-projects-wrapper ul li .bg-holder:focus + .hover-overlay{
  top: 0;
}

#marketing-projects .hover-overlay .overlay-icon,
#category-projects-wrapper ul li .hover-overlay .overlay-icon {
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

#marketing-projects .hover-overlay .overlay-background,
#category-projects-wrapper ul li .hover-overlay .overlay-background {
  width: calc(100% + 1px);
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  right: 0;
}

#marketing-projects .bottom-info-wrapper,
#category-projects-wrapper ul li .bottom-info-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  overflow: hidden;
}

#marketing-projects .swiper-slide:hover .bottom-info-wrapper,
#category-projects-wrapper ul li:hover .bottom-info-wrapper {
  bottom: -55px;
}

#marketing-projects .bottom-info-wrapper h3,
#category-projects-wrapper ul li .bottom-info-wrapper h3 {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
	max-width: 80%;
}

#marketing-projects .bottom-info-wrapper img,
#category-projects-wrapper ul li .bottom-info-wrapper img {
  position: relative;
}

#marketing-projects .under-icon-background,
#category-projects-wrapper ul li .under-icon-background {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  width: 110%;
  -webkit-transform: skew(-24deg);
  -moz-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  -ms-transform: skew(-24deg);
  transform: skew(-24deg);
}

#marketing-projects .bottom-info-wrapper img,
#category-projects-wrapper ul li .under-icon-background img {
  position: relative;
}

#marketing-projects .bottom-button,
#category-projects-wrapper ul li .bottom-button {
  display: table;
  margin: 70px auto;
  border: 1px solid #fff;
  background: linear-gradient(130deg, #E9E9E9, #F8F8F8);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  padding: 0 35px;
  color: rgb(229, 131, 68);
}

#marketing-projects .status-banner,
#category-projects-wrapper ul li .status-banner {
  position: absolute;
  padding: 3px 0;
  top: 10px;
  left: -70px;
  width: 200px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}

#marketing-projects .status-banner.marketing,
#category-projects-wrapper ul li .status-banner.marketing {
  background-color: #468F53;
}

#marketing-projects .status-banner.planning,
#category-projects-wrapper ul li .status-banner.planning {
  background-color: #E58344;
}

#marketing-projects .status-banner.soon,
#category-projects-wrapper ul li .status-banner.soon {
  background-color: #E58344;
}

@media only all and (max-width: 992px) {
  
  #marketing-projects .swiper-container {
    width: 80%;
  }
  
  #marketing-projects .swiper-button-next {
    left: 92%;
  }
  
  #marketing-projects .swiper-button-prev {
    right: 92%;
  }
  
}

@media only all and (max-width: 600px) {
  
  #marketing-projects .swiper-container {
    height: 280px;
  }
  
}

@media only all and (max-width: 420px) {
  
  #marketing-projects .swiper-container {
    height: 200px;
  }
  
}

/**** 3.2 - marketing projects end ****/

/**** 3.3 - ram aderet promise ****/

#ram-aderet-promise {
  max-width: 1440px;
  min-height: 390px;
  margin: 0 auto;
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(237,237,237,1) 50%, rgba(254,254,254,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,254,254,1)), color-stop(50%, rgba(237,237,237,1)), color-stop(100%, rgba(254,254,254,1)));
  background: -webkit-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(237,237,237,1) 50%, rgba(254,254,254,1) 100%);
  background: -o-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(237,237,237,1) 50%, rgba(254,254,254,1) 100%);
  background: -ms-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(237,237,237,1) 50%, rgba(254,254,254,1) 100%);
  background: linear-gradient(to right, rgba(254,254,254,1) 0%, rgba(237,237,237,1) 50%, rgba(254,254,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fefefe', GradientType=1 );
  overflow: hidden;
}

#ram-aderet-promise h3 {
  margin-top: 50px;
}

#ram-aderet-promise .content {
  max-width: 630px;
  padding: 0 15px 20px;
  margin: 50px auto 0;
}

/**** 3.3 - ram aderet promise end ****/

/**** 3.4 - contact ****/

#front-page-contact {
  max-width: 1440px;
  margin: 0 auto;
}

#front-page-contact h3.top-headline {
  margin-top: 70px;
  margin-bottom: 50px;
}

#front-page-contact .inner-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
}

#front-page-contact .contact-details {
  width: 28.5%;
}

#front-page-contact .contact-form-wrapper {
  width: 71.5%;
  padding-top: 30px;
  padding-right: 95px;
  border-right: 1px solid #D0D0D0;
}

#front-page-contact .contact-details {
  padding-top: 30px;
  padding-left: 95px;
}

#front-page-contact .contact-details ul li {
  display: flex;
  color: #101920;
}

#front-page-contact .contact-details ul li:not(:last-child) {
  margin-bottom: 40px;
}

#front-page-contact .contact-details ul li > div {
  float: right;
}

#front-page-contact .contact-details ul li > div:first-child {
  margin-left: 30px;
}

@media only all and (max-width: 1150px) {
  
  #front-page-contact .contact-details {
    padding-left: 40px;
  }
  
}

@media only all and (max-width: 992px) {
  
  #front-page-contact .contact-details,
  #front-page-contact .contact-form-wrapper {
    width: 100%;
    border: none;
    padding-right: 0;
    padding-left: 0;
  }
  
  #front-page-contact .contact-details ul li {
    width: 45%;
    float: right;
  }
  
  #front-page-contact .contact-details ul li:first-child {
    margin-left: 5%;
  }
  
}

@media only all and (max-width: 500px) {
  
  #front-page-contact .contact-details ul li {
    width: 100%;
    margin-left: 0;
  }
  
  .contact-form-wrapper .contact-right-col,
  .contact-form-wrapper .contact-left-col {
    width: 100%;
  }
  
}

/**** 3.4 - contact end ****/

/*** 3.0 - front page end ***/

/*** 4.0 - page ***/

#top-page-banner img {
  width: 100%;
 /* height: auto;*/
}

/*** 4.0 - page end ***/

/*** 5.0 - team ***/

#our-team {
  max-width: 1200px;
  margin: 0 auto;
}

#our-team ul {
  display: table;
  width: 100%;
}

#our-team .top-headline {
  margin: 70px 0 60px;
}

#our-team ul li {
  width: 29.3333333333%;
  margin: 0 2% 4%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#our-team .info-overlay {
  position: absolute;
  top: 75%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

#our-team ul li:hover .info-overlay {
  top: 0;
}

#our-team .info-overlay {
  padding: 10px 20px;
}

#our-team ul li:hover .info-overlay h3 {
  margin-top: 20px;
}

#our-team .info-overlay .desc {
  position: absolute;
  width: calc(100% - 40px);
  right: 20px;
  bottom: 20px;
}

@media only all and (min-width: 993px) and (max-width: 1100px) {
	
	#our-team .info-overlay .desc {
		font-size: 1.2em;
		line-height: 1.3;
	}
	
}

@media only all and (max-width: 992px) {
  
  #our-team ul li {
    width: 46%;
    margin: 0 2% 4%
  }
	
	#our-team .info-overlay .desc {
		font-size: 1.5em;
	}
  
}

@media only all and (max-width: 768px) {
	
	#our-team .info-overlay .desc {
		font-size: 1.3em;
	}
	
}

@media only all and (max-width: 650px) {
  
  #our-team ul li {
    width: 90%;
    margin: 0 5% 20px;
  }
	
	#our-team .info-overlay .desc {
		font-size: 1.5em;
	}
  
}

@media only all and (max-width: 420px) {
	
	#our-team .info-overlay .desc {
		font-size: 1.3em;
	}
	
}

@media only all and (max-width: 360px) {
	
	#our-team .info-overlay .desc {
		font-size: 1.1em;
	}
	
	
}

/*** 5.0 - team end ***/

/*** 6.0 - child about page ***/

#about-child {
  max-width: 1200px;
  margin: 0 auto;
}

#about-child .top-headline {
  margin: 70px 0 60px;
}

#about-child .desc ul {
  list-style-type: disc;
  padding-right: 40px;
}

#about-child .desc ol li {
  margin-bottom: 10px;
}

#about-child .desc {
  width: 100%;
  height: auto;
}

#about-child .desc img {
  max-width: 100%;
  height: auto;
}

#about-child .links-wrapper a {
  display: table;
  margin-bottom: 5px;
}

#about-child .links-wrapper a:hover {
  text-decoration: underline;
}

#about-child .links-wrapper a svg {
  margin-left: 5px;
}

#about-child .links-wrapper a svg.fa-file-pdf {
  color: #E2574C;
}

#about-child .links-wrapper a svg.fa-link {
  color: #4AAEE2;
}

#about-child .contribution-to-community-wrapper ul {
  display: table;
}

#about-child .contribution-to-community-wrapper ul li {
  width: 22%;
  margin-bottom: 3%;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
  margin-left: 1.5%;
  margin-right: 1.5%
}

#about-child .contribution-to-community-wrapper ul div.line-break {
  width: 100%;
}

#about-child .contribution-to-community-wrapper ul li img {
  width: 100%;
  height: auto;
}

#about-child .our-clients li {
  width: 22%;
  margin: 0 1.25% 2.5% 1.25%;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
}

#about-child .our-clients li img {
  max-width: 90%;
  max-height: 90%;
  /*filter: grayscale(100%);*/
}

/*#about-child .our-clients li:hover img {
  filter: grayscale(0);
}*/

@media only all and (max-width: 1240px) {
  
  #about-child {
    width: 90%;
  }
  
}

@media only all and (max-width: 768px) {
  
  #about-child .contribution-to-community-wrapper ul li {
    width: 30%;
    margin-bottom: 5%;
    margin-right: 0;
    margin-left: 0;
  }
  
  #about-child .contribution-to-community-wrapper ul li:not(:nth-child(3n+0)) {
    margin-left: 5%;
  }
  
}

@media only all and (max-width: 500px) {
  
  #about-child .contribution-to-community-wrapper ul li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
    margin-left: 0;
  }
  
  #about-child .contribution-to-community-wrapper ul li:not(:nth-child(3n+0)) {
    margin-left: 0;
  }
  
  #about-child .contribution-to-community-wrapper ul li:not(:nth-child(2n+0)) {
    margin-left: 4%;
  }
  
}

/*** 6.0 - child about page end ***/

/*** 7.0 - category ***/

#category-projects-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

#category-projects-wrapper h3.top-headline {
  margin: 70px 0 60px;
}

#category-projects-wrapper ul li {
  width: 32%;
  margin-bottom: 2%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

#category-projects-wrapper ul li:not(:nth-child(3n+0)) {
  margin-left: 2%
}

@media only all and (max-width: 1480px) {
  
  #category-projects-wrapper {
    padding: 0 20px;
  }
  
}

@media only all and (max-width: 992px) {
  
  #category-projects-wrapper ul li {
    width: 48%;
    margin-bottom: 4%;
  }
  
  #category-projects-wrapper ul li:not(:nth-child(3n+0)) {
    margin-left: 0;
  }
  
  #category-projects-wrapper ul li:not(:nth-child(2n+0)) {
    margin-left: 4%;
  }
  
}

@media only all and (max-width: 700px) {
  
  #category-projects-wrapper ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  #category-projects-wrapper ul li:not(:nth-child(2n+0)) {
    margin-left: 0;
  }
  
}

/*** 7.0 - category end ***/

/*** 8.0 - single project page ***/

#single-project-wrapper .swiper-wrapper {
  height: 450px;
}

#single-project-wrapper .swiper-pagination {
  padding: 14px 0;
  bottom: 0;
  background-color: #F4F4F4;
	position: relative;
}

#single-project-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ababab !important;
  box-shadow: inset 0px 1px #818181;
}

#single-project-wrapper .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

#single-project-wrapper .project-logo {
  margin-top: 20px;
}

#single-project-wrapper .project-logo img {
  max-width: 100%;
  height: auto;
}

#single-project-wrapper h1.top-headline {
  margin-top: 20px;
  margin-bottom: 20px;
}

#single-project-wrapper .tabs-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

#single-project-wrapper .tabs-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background-color: #DFDFDF;
}

#single-project-wrapper .tabs-wrapper ul {
  display: table;
  margin: 0 auto;
  border-bottom: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#single-project-wrapper .tabs-wrapper ul li a {
  border: 0;
  border-radius: 0;
  color: #000;
  font-family: assistant;
  font-weight: 400;
  font-size: 1.3em;
  background-color: transparent;
  padding: 0 20px;
}

#single-project-wrapper .tabs-wrapper ul li.active a {
  text-decoration: underline;
}

#single-project-wrapper .tabs-wrapper ul li:first-child {
  border-right: 1px solid #DFDFDF;
}

#single-project-wrapper .tabs-wrapper ul li {
  border-left: 1px solid #DFDFDF;
}

#single-project-wrapper .tabs-wrapper ul li a:hover {
  background-color: transparent;
}

#single-project-wrapper .tab-content {
  max-width: 1440px;
  margin: 0 auto;
}

#single-project-wrapper .tab-pane {
  padding: 30px 0;
}

#single-project-wrapper .tab-content #plans ul li {
  width: 32%;
  margin-bottom: 4%;
  float: right;
}

#single-project-wrapper .tab-content #plans ul li:not(:nth-child(3n+0)) {
  margin-left: 2%;
}

#single-project-wrapper .tab-content #plans ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#single-project-wrapper .tab-content #plans ul li img {
  width: 51px;
  height: auto;
}

#single-project-wrapper .tab-content #plans ul li a h3 {
	display: inline-block;
}

#single-project-wrapper .tab-content #map iframe,
#single-project-wrapper .tab-content #video iframe {
  width: 100%;
  height: 400px;
}

#single-project-wrapper .tab-content #contact br {
  display: none;
}

#single-project-wrapper .tab-content #contact .contact-top-row .group-wrapper {
  width: 22%;
  float: right;
}

#single-project-wrapper .tab-content #contact .contact-top-row:after {
  content: "."; 
  visibility: hidden; 
  display: block; 
  height: 0; 
  clear: both;
}

#single-project-wrapper .tab-content #contact #pcf-project,
#single-project-wrapper .tab-content #contact .address-group{
  display: none;
}

#single-project-wrapper .tab-content #contact .contact-top-row .group-wrapper:not(:nth-child(4)) {
  margin-left: 4%;
}

#single-project-wrapper .tab-content #contact .contact-top-row .group-wrapper input {
  width: 100%;
  border: 1px solid #A3A0A1;
  padding: 20px 15px;
}

#single-project-wrapper .tab-content #contact .contact-bottom-row .submit-btn-wrapper {
  position: relative;
  display: table;
  float: left;
}

#single-project-wrapper .tab-content #contact .contact-bottom-row .submit-btn-wrapper img {
  position: absolute;
  top: 51%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

#single-project-wrapper .tab-content #contact .contact-bottom-row .submit-btn-wrapper input#pcf-submit {
  border: none;
  padding: 15px 75px 15px 30px;
  width: auto;
  float: left;
}

@media only all and (max-width: 1480px) {
  
  #single-project-wrapper .tabs-wrapper,
  #single-project-wrapper .tab-content {
    max-width: 1100px;
  }
  
}

@media only all and (max-width: 1140px) {
  
  #single-project-wrapper .tabs-wrapper,
  #single-project-wrapper .tab-content {
    max-width: 90%;
  }
  
}

@media only all and (max-width: 768px) {
  
  #single-project-wrapper .swiper-wrapper {
    height: 300px;
  }
  
  #single-project-wrapper .tab-content #plans ul li {
    width: 48%;
    margin-bottom: 4%;
  }
  
  #single-project-wrapper .tab-content #plans ul li:not(:nth-child(3n+0)) {
    margin-left: 0;
  }
  
  #single-project-wrapper .tab-content #plans ul li:not(:nth-child(2n+0)) {
    margin-left: 4%
  }
  
  #single-project-wrapper .tab-content #contact .contact-top-row .group-wrapper {
    width: 100%;
  }
  
  #single-project-wrapper .tab-content #contact .contact-top-row .group-wrapper:not(:nth-child(4)) {
    margin-left: 0;
  }
  
}

@media only all and (max-width: 650px) {
  
  #single-project-wrapper .tabs-wrapper ul li a {
    font-size: 1em;
    padding: 0 10px;
  }
  
}

@media only all and (max-width: 550px) {
  
  #single-project-wrapper .swiper-wrapper {
    height: 220px;
  }
  
  #single-project-wrapper .tab-content #plans ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  #single-project-wrapper .tab-content #plans ul li:not(:nth-child(2n+0)) {
    margin-left: 0;
  }
  
}

@media only all and (max-width: 400px) {
  
  #single-project-wrapper .tabs-wrapper ul li a {
    font-size: 0.9em;
    padding: 0 10px;
  }
  
}

@media only all and (max-width: 350px) {
  
  #single-project-wrapper .tabs-wrapper ul li a {
    font-size: 0.8em;
    padding: 0 10px;
  }
  
}

/*** 8.0 - single project page end ***/

/*** **404 page ***/

h1.top-headline-404 {
  margin: 200px 0 100px;
}

/*** **404 page end ***/

/*** **attachment page ***/

#attachment-page img {
  display: block;
  margin: 200px auto 100px;
  max-width: 100%;
  height: auto;
}

/*** **attachment page end ***/

/*** lightbox ***/

#lightbox {
  top: 30px !important;
  position: fixed;
}

/*** simplyad logo ***/