/*
  Theme Name: Custom Theme
  Description: Custom Theme
  Version: 1.0.0
  Author: Developer
*/
@font-face {
  font-family: 'Circular Std';
  src: url('fonts/CircularStd-Book.eot');
  src: url('fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/CircularStd-Book.woff2') format('woff2'),
    url('fonts/CircularStd-Book.woff') format('woff'),
    url('fonts/CircularStd-Book.ttf') format('truetype'),
    url('fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Std';
  src: url('fonts/CircularStd-Bold.eot');
  src: url('fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/CircularStd-Bold.woff2') format('woff2'),
    url('fonts/CircularStd-Bold.woff') format('woff'),
    url('fonts/CircularStd-Bold.ttf') format('truetype'),
    url('fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

html{
  font-size: 20px;
}
body{
  font-family: 'Circular Std', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #5f7181;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
  min-width: 320px;
  padding: 100px 0 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
body.overflow{
  overflow: hidden;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .ajax-loader {
    display: none;
}

img{
  height: auto;
  max-width: 100%;
}
iframe{
  max-width: 100%;
}
::-webkit-input-placeholder {color:#a7aeb4; opacity: 1;}
::-moz-placeholder          {color:#a7aeb4; opacity: 1;}
:-moz-placeholder           {color:#a7aeb4; opacity: 1;}
:-ms-input-placeholder      {color:#a7aeb4; opacity: 1;}
input,
select,
textarea{
  background-color: #ffffff;
  border: 1px solid #b8c8e0;
  border-radius: 0;
  color: #5f7181;
  display: block;
  font-size: 16px;
  padding: 0 20px;
  outline: none!important;
  width: 100%;
}
input,
select{
  height: 50px;
}
select{
  background-image: url('img/icons/select-arrow.png');
  background-repeat: no-repeat;
  background-position: center right 20px;
  color:#a7aeb4;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.has-content{
  color: #5f7181;
}
select::-ms-expand{
  display: none;
}
textarea{
  height: 100px;
  line-height: 19px;
  padding: 15px 20px;
  resize: none;
}
button,
input[type="submit"],
input[type="button"]{
  background: #f89521;
  border: none;
  border-radius: 1.5em;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  min-width: 9.25em;
  height: auto;
  padding: 0.5em 1em;
  text-align: center;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
  background: #ED8207;
  color: #fff;
}
.button{
  background: #f89521;
  border-radius: 1.5em;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  min-width: 9.25em;
  padding: 0.5em 1em;
  text-align: center;
}
.button:hover{
  background: #ED8207;
  color: #fff;
}
.button-blue{
  background: #f89521;
}
.button-blue:hover{
  background: #19447a;
}
a,
.button,
button,
input[type="submit"]{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none!important;
}
a{
  color: #19447a;
}
a:hover{
  color: #ED8207;
}
p,
ul{
  margin: 0 0 1.5em;
}
ul{
  padding-left: 17px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
ul:last-child{
  margin-bottom: 0;
}
h1,h2,h3,h4,h4{
  font-family: 'Alfa Slab One', sans-serif;
  font-weight: normal;
}
h2,h3,h4,h4{
  color: #19447a;
}
h1{
  font-size: 2.9em;
  line-height: 1.24;
  margin: 0 0 0.2em;
}
h2{
  font-size: 2.1em;
  line-height: 1.2;
  margin: 0.9em 0;
}
h3{
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.25;
  margin: 1.2em 0;
}
h4{
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.3;
  margin: 1.4em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
  margin-top: 0;
}
p a:hover{
  text-decoration: underline;
}

.btn-play {
    font-family: 'Alfa Slab One', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #f7941e;
    padding: 20px 30px;
    display: block;
    text-align: left;
    position: relative;
    margin-right: 100px;
    width: 100%;
    max-width: 350px;
}

.btn-play .play {
    position: absolute;
    right: -100px;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #ce7306;
}

.btn-play .play::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container{
  margin: 0 auto;
  max-width: 1350px;
  width: 100%;
}

.container.narrow {
    max-width: 1170px;
}

.container-small{
  max-width: 1020px;
}
/*-----------Loader----------*/
.loader {
  background: #f4f3f1;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
/*--------------Header--------------*/
.header{
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-inner{
  background: #fff;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0.75em 0;   /* padding: 1.25em 0; */
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.body-scroll .header-inner{
  max-width: 100%;
}
.header-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1350px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.logo-wrap img{
  height: auto;
  width: 12em; /* width: 18.25em; */
}
.navigation-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.navigation ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navigation > ul > li{
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
.navigation > ul > li > a{
  display: inline-block;
  color: #19447a;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
}
.navigation > ul > li:hover > a,
.navigation > ul > li.current-menu-item > a,
.single-service .navigation > ul > li:nth-child(1) > a,
.single-project .navigation > ul > li:nth-child(2) > a{
  color: #ED8207;
}
.navigation ul ul{
  background: #fff;
  font-size: 0.8em;
  display: none;
  left: 0;
  position: absolute;
  padding-top: 35px;
  top: 35px;
  z-index: 55;
}
.navigation ul ul li{
  border-top: 1px solid #ccc;
  display: block;
  padding: 6px 15px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.navigation ul ul li a{
  color: #f89521;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}
.navigation ul ul li a:hover{
  color: #19447a;
}
.header-details-wrap ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-details-wrap li{
  display: inline-block;
}
.header-details-wrap ul .header-phone-block{
  margin-right: 1em;
}
.header-phone-block a{
  color: #f89521;
}
.header-phone-block a:hover{
  color: #ED8207;
}
#touch-menu{
  display: none;
  cursor: pointer;
  height: 30px;
  margin: 0;
  right: 16px;
  top: 49px;
  position: absolute;
  z-index: 10;
  width: 32px;
}
#touch-menu span:after,
#touch-menu span:before{
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#touch-menu span:after{
  top: 9px;
}
#touch-menu span{
  position: relative;
  display: block;
  top: 12px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
  width: 100%;
  height: 2px;
  background-color: #f89521;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
#touch-menu.on span{
  background-color: transparent;
}
#touch-menu.on span:before{
  transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
  transform: rotate(-45deg) translate(7px, -8px);
}
/*--------Sidebar----------*/
.quote-sidebar{
  border: 1px solid #ccc;
  background: #fff;
  height: 100%;
  max-width: 545px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.quote-sidebar.active{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.quote-sidebar-inner{
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.quote-sidebar-header{
  background: #f89521;
  color: #fff;
  padding: 1.75em 0;
  position: relative;
}
.quote-sidebar-title{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.25;
  max-width: 495px;
  text-align: center;
}
.quote-sidebar-close{
  background: #ED8207;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 46px;
}
.quote-sidebar-close span{
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  left: -4px;
  padding-left: 10px;
  position: absolute;
  top: 35%;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.quote-sidebar-close span:before,
.quote-sidebar-close span:after{
  background: #fff;
  bottom: 10px;
  content: "";
  display: block;
  height: 1px;
  left: -10px;
  width: 16px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.quote-sidebar-close span:after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quote-sidebar-content{
  /*border-left: 1px solid #b8c8e0;*/
  max-width: 495px;
  padding: 25px 15px;
}
.quote-sidebar-content-inner{
  margin: 0 auto;
  max-width: 405px;
}
.quote-sidebar-content p{
  font-size: 16px;
  margin: 0 0 1em;
  text-align: center;
}
.quote-sidebar-content form{
  display: block;
  margin-top: 1.25em;
}
.form-col-item{
  margin-bottom: 7px;
}
.submit-but-col{
  margin: 0;
  text-align: center;
}
/*--------------Footer-----------*/
.footer{
  background: #19447a;
  color: #fff;
  padding: 35px 0 25px;
}
.footer a{
  color: #fff;
}
.footer-copyright{
  font-size: 14px;
}
/*--------Home---------*/
.block-bg{
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.fullwindow{
  height: 100vh;
}
.fullwindow-small{
  height: calc(100vh - 100px);
}
.section{
  padding: 5em 0;
}

.section.small {
    padding: 50px 0;
}

.section.blue {
    background-color: #19447a;
}

.section.border-top {
    border-top: 1px solid #b8c8e0;
}

.text-white,
.text-white a,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
	color: #fff;
}

.pb-0{
  padding-bottom: 0 !important;
}
.pt-0{
  padding-top: 0!important;
}
.home-slider-wrap{
  position: relative;
}
.home-slide-wrap{
  background-color: #19447a;
  position: relative;
}
.home-slide-award{
  display: block;
  height: 13em;
  left: 78%;
  position: absolute;
  top: 6.5em;
  width: 13em;
  z-index: 5;
}
.banner-overlay{
  background: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.home-slide{
  display: table;
  position: relative;
  width: 100%;
  z-index: 3;
}
.home-slide-inner{
  display: table-cell;
  padding: 5em 0 2em;
  vertical-align: middle;
}
.home-slide-content{
  color: #fff;
  max-width: 35em;
}
.home-slide-content a{
  color: #fff;
}
.home-slide-content h1{
  font-size: 2.9em;
  line-height: 1.24;
  margin: 0 0 0.2em;
}
.home-slide-content p{
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0 0 1em;
}
.home-slider .slider-button{
  opacity: 0;
}
.home-slider:hover .slider-button{
  opacity: 1;
}
.slider-button{
  background: #f89521;
  border-radius: 50%;
  bottom: 1em;
  cursor: pointer;
  display: block;
  height: 50px;
  left: 50%;
  margin: 0 3px;
  position: absolute;
  outline: none!important;
  width: 50px;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slider-prev{
  left: auto;
  right: 50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-button:hover{
  background: #ED8207;
}
.slider-button:before{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 3;
}

.carousel-wrap {
    position: relative;
    padding: 0 100px;
}

.carousel {
    text-align: center;
}

.carousel .swiper-wrapper {
    align-items: center;
}

.carousel-wrap .slider-next,
.carousel-wrap .slider-prev {
    top: 50%;
    margin-top: -25px;
    bottom: auto;
}

.carousel-wrap .slider-prev {
    left: 0;
    right: auto;
}

.carousel-wrap .slider-next {
    left: auto;
    right: 0;
}

.green-section{
  background-color: #f2f7ff;
}
.home-about-section{
  /* background-image: url('img/icons/award-green.jpg'); */
  background-repeat: no-repeat;
  background-position: right calc(50% + 685px) top 3.75em;
}
.about-section-content{
  max-width: 34em;
}
.about-section-content .quote-link-wrap{
  margin-top: 2em;
}
.hire-block{
  border: 1px solid #b8c8e0;
  max-width: 480px;
  margin-left: auto;
}
.hire-block-inner{
  margin: 0 auto;
  max-width: 430px;
  padding: 3em 15px;
}
.hire-block h3{
  color: #f89521;
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0 0 1.4em;
}
.hire-block ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hire-block li{
  background: url('img/icons/bullet-checkmark.png') left top 0.2em no-repeat;
  min-height: 20px;
  margin-top: 1.5em;
  padding-left: 32px;
}
.home-services-section,
.services-section,
.related-services-section{
  padding: 5em 0 0.6em;
}
.home-services-header{
  padding-bottom: 4em;
}
.service-feed-item-wrap:nth-child(4n+1){
  clear: left;
}
.service-feed-item{
  padding-bottom: 4.4em;
}
.service-feed-item h4{
  font-size: 1.4em;
  font-family: 'Alfa Slab One', sans-serif;
  font-weight: 400;
  margin: 0 0 0.4em;
  min-height: 80px;
}
.service-feed-item h4 a{
  color: #19447a;
}
.service-feed-item-image a,
.service-feed-item-image img{
  display: block;
  width: 100%;
}
.service-feed-item-content{
  margin-top: 1.2em;
}
.service-feed-item-content p{
  max-height: 6em;
  overflow: hidden;
}
.scale-block-item{
  display: block;
}
.scale-block-item:hover img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.scale-image-wrap{
  display: block;
  overflow: hidden;
}
.scale-image-wrap img{
  display: block;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
}
.image-loader-wrap{
  position: relative;
}
.image-loader{
  background: #fff;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.8s 1s linear;
  -moz-transition: all 0.8s 1s linear;
  -o-transition: all 0.8s 1s linear;
  transition: all 0.8s 1s linear;
}
.image-loader.visible-block{
  width: 0;
}
.image-loader:after{
  background: #5f7181;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.image-loader.visible-block:after{
  width: 100%;
}
.service-feed-item-wrap:nth-child(4n+2) .image-loader:after{
  transition-delay: 600ms;
}
.service-feed-item-wrap:nth-child(4n+3) .image-loader:after{
  transition-delay: 1200ms;
}
.service-feed-item-wrap:nth-child(4n+4) .image-loader:after{
  transition-delay: 1800ms;
}
/*----------About--------*/
.about-top-section{
  background-color: #19447a;
  display: table;
  color: #fff;
  position: relative;
  width: 100%;
}
.about-top-section a{
  color: #fff;
}
.about-top-section-inner{
  display: table-cell;
  vertical-align: middle;
  padding: 3em 0;
  position: relative;
  z-index: 2;
}
.about-top-section-content{
  max-width: 34em;
}
.about-top-section-content h1{
  margin: 0 0 0.6em;
}
.about-top-section-content p{
  font-size: 1.6em;
}
.about-numbers-section .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-numbers-block{
  border-left: 1px solid #b8c8e0;
  height: 100%;
  padding-left: 1.5em;
  position: relative;
}
.about-numbers-title{
  font-family: 'Roboto', sans-serif;
  font-size: 5em;
  font-weight: 100;
  color: #19447a;
  line-height: 0.8;
  margin: 0 0 0.2em;
}
.about-numbers-text{
  max-width: 11em;
}
.award-block{
  border: 1px solid #b8c8e0;
  max-width: 480px;
  margin-left: auto;
}
.award-block-inner{
  margin: 0 auto;
  max-width: 430px;
  padding: 3em 15px;
  text-align: center;
}
.award-block img{
  max-width: 65%;
}
.award-block h4{
  color: #19447a;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 1.4em 0 1.2em;
}
.gallery-item img{
  display: block;
  width: 100%;
}
.gallery-item-caption{
  color: #19447a;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
}
/*-------Default Page---------*/
.page-top-section{
  background-color: #19447a;
  color: #fff;
  display: table;
  height: 350px;
  position: relative;
  width: 100%;
}
.page-top-section-inner{
  display: table-cell;
  padding: 2em 0;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.page-top-section-content p{
  max-width: 25em;
}
.page-top-section-content a{
  color: #fff;
}
.default-page-content{
  margin: 0 auto;
  max-width: 34.5em;
}
/*-------Projects-----*/
.projects-section{
  padding: 4em 0;
}
.project-feed-item-wrap:nth-child(3n+2) .image-loader:after{
  transition-delay: 600ms;
}
.project-feed-item-wrap:nth-child(3n+3) .image-loader:after{
  transition-delay: 1200ms;
}
.project-feed-item{
  padding: 1em 0;
}
.project-feed-item h4{
  font-size: 1.5em;
  font-family: 'Alfa Slab One', sans-serif;
  font-weight: 400;
  margin: 0 0 0.4em;
  min-height: 80px;
}
.project-feed-item h4 a{
  color: #19447a;
}
/*--------Project Single----------*/
.projects-slider .swiper-slide{
  width: 82.5%;
}
.project-slide{
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.single-page-back{
  font-size: 16px;
  margin: 0 0 0.5em;
}
.single-page-back + h2{
  margin-top: 0;
}
.single-page-content h1{
  color: #19447a;
  font-size: 2.3em;
  margin: 0 0 0.75em;
}
.single-page-quote{
  background: #f2f7ff;
  border: 1px solid #b8c8e0;
  max-width: 485px;
  margin-left: auto;
}
.single-page-quote-header{
  background: #19447a;
  color: #fff;
  padding: 1.75em 15px;
  text-align: center;
}
.single-page-quote-header span{
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.25em;
}
.single-page-quote-content{
  margin: 0 auto;
  max-width: 430px;
  padding: 1.25em 15px 2.5em;
}
.single-page-quote-content p{
  font-size: 16px;
  margin: 0 0 1em;
  text-align: center;
}
.single-page-quote-content form{
  display: block;
  margin-top: 1.25em;
}
/*----------Services-----------*/
.hide-desktop{
  display: none;
}
.service-quote-block{
  background: #19447a;
  color: #fff;
  margin-top: 2.5em;
  padding: 4.5em 15px;
  text-align: center;
}
.service-quote-block-inner{
  margin: 0 auto;
  max-width: 14em;
}
.service-quote-block h5{
  font-family: 'Alfa Slab One', sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.6em;
}
.related-services-header h3{
  margin-bottom: 1.6em;
}
/*------Contact----------*/
.contact-inquiry{
  background: #f2f7ff;
  border: 1px solid #b8c8e0;
  max-width: 540px;
  text-align: center;
}
.contact-inquiry-content{
  margin: 0 auto;
  max-width: 430px;
  padding: 3em 15px;
}
.contact-inquiry-content h3{
  margin: 0 0 0.8em;
}
.contact-inquiry-content p{
  font-size: 16px;
  margin: 0 0 1em;
}
.contact-inquiry-content form{
  display: block;
  margin-top: 1.5em;
}
.contact-inquiry-content input[type="submit"],
.contact-inquiry-content input[type="button"]{
  background: #f89521;
}
.contact-inquiry-content input[type="submit"]:hover,
.contact-inquiry-content input[type="button"]:hover{
  background: #ED8207;
}
.contact-content{
  padding-top: 3.5em;
}
.contact-content h3{
  margin: 0 0 0.8em;
}
.contact-phone a{
  color: #f89521;
  font-size: 1.8em;
  line-height: 1;
}
.contact-quote-link-wrap{
  margin: 1em 0 1.2em;
}
div.wpcf7 form{
  text-align: left;
}
span.wpcf7-form-control-wrap{
  display: block;
}
span.wpcf7-not-valid-tip{
  color: #c53505;
  display: block;
  font-size: 12px;
  line-height: 13px;
  margin: 4px 0 0;
}
div.wpcf7-response-output{
  color: #5f7181;
  border: none;
  font-size: 14px;
  line-height: 1.3;
  margin: 10px 0 0;
  text-align: center;
  padding: 15px;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked{
  background: #b55839;
}
div.wpcf7-mail-sent-ok {
  background: #726659;
}
div.wpcf7-mail-sent-ng {
  background: #d9534f;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #b55839;
}

.text-right {
    text-align: right;
}

.columns {
	font-size: 0;
}

.columns.top-m {
    margin-top: 60px;
}

.columns.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    text-align: center;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5 {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -2%;
}

.columns.columns-2 .col {
	width: 48%;
	margin: 0 1% 2%;
}

.columns.columns-2,
.columns.columns-2 .col {
    margin-bottom: 0;
}

.columns.columns-3 {
    margin-left: -1.5%;
	margin-right: -1.5%;
}

.columns.columns-3 .col {
	width: 30.33%;
	margin: 0 1.5% 2%;
}

.columns.columns-3.services .col {
    background: #f2f7ff;
}

.columns.columns-3.services .num {
    background: #fff;
    text-align: center;
}

.columns.columns-3.services .num span {
    font-family: 'Alfa Slab One', sans-serif;
    font-size: 40px;
    color: #fff;
    background: #f7941e;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    padding: 12px 0 0;
}

.columns.columns-3.services h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #19447a;
    padding: 27px 20px;
    margin: 0;
}

.columns.columns-3.services .content {
    font-size: 20px;
    padding: 35px;
    text-align: center;
}

.columns.columns-5 .col {
	width: 18%;
	margin: 0 1% 2%;
}

.carousel .swiper-slide {
    width: 20%;
}

.accordion .item {
    margin: 0 0 15px;
}

.accordion .title {
    font-size: 20px;
	position: relative;
	cursor: pointer;
	padding: 27px 40px;
	margin: 0;
    color: #fff;
    background: #19447a;
}

.accordion .icon.plus::before {
	position: absolute;
    top: 28px;
    right: 30px;
}

.accordion .content {
    background: #f2f7ff;
	padding: 30px 40px;
}

.accordion .content p:last-child {
	margin: 0;
}

.social-wrap {
	font-size: 0;
	margin: 0 -5px;
}

.social-wrap p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 18px 8px 5px;
}

.social-wrap a {
	display: inline-block;
	vertical-align: top;
	margin: -6px 5px 0;
}

.social-wrap a {
    background: #fff;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.social-wrap a:hover {
    background: #f89521;
}

.social-wrap a::before {
    width: 31px;
    height: 31px;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon::before,
.icon-after::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 300px;
}

.icon.plus::before {
    width: 28px;
    height: 28px;
    background-position: -100px -200px;
}

.icon.plus.active::before {
    background-position: -97px -148px;
}

.icon-after.play::after {
    width: 52px;
    height: 52px;
    background-position: 0 -150px;
}

.icon.facebook::before {
	background-position: 0 0;
}

.icon.facebook:hover::before {
	background-position: 0 -50px;
}

.icon.twitter::before {
	background-position: -50px 0;
}

.icon.twitter:hover::before {
	background-position: -50px -50px;
}

.icon.instagram::before {
	background-position: -100px 0;
}

.icon.instagram:hover::before {
	background-position: -100px -50px;
}

.icon.youtube::before {
	background-position: -150px 0;
}

.icon.youtube:hover::before {
	background-position: -150px -50px;
}

.icon.opio::before {
	background-position: -200px 0;
}

.icon.opio:hover::before {
	background-position: -200px -50px;
}

/*----------------Responsive--------------*/
@media only screen and (max-width : 1500px) {
  html,
  body{
    font-size: 16px;
    font-size: 1.25vw;
  }
  .home-about-section{
    background-position: left 5px top 3.75em;
  }
}
@media only screen and (max-width : 1100px) {
  html,
  body{
    font-size: 14px;
  }
  .navigation ul ul{
    font-size: 1em;
    padding-top: 22px;
    top: 28px;
  }
  .quote-sidebar-close span{
    font-size: 12px;
    top: 40%;
  }
  .quote-sidebar-close span:before,
  .quote-sidebar-close span:after{
    content: none;
    display: none;
  }

    .section.blue .col-sm-7,
    .section.blue .col-sm-5 {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .btn-play {
        margin: 0 auto;
        left: -50px;
    }

}
@media only screen and (max-width : 992px) {
  body{
    padding-top: 150px;
  }
  #touch-menu{
    display: block;
  }
  .header-inner{
    padding: 0;
  }
  .header-block{
    display: block;
    padding: 35px 0 0;
  }
  .header-details-wrap{
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 95;
  }
  .header-details-wrap li{
    display: block;
    width: 100%;
  }
  .header-details-wrap .header-phone-block{
    display: none;
  }
  .header-quote-block a{
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .logo-wrap{
    padding: 10px 15px;
  }
  .navigation-wrap{
    background: #fff;
    display: none;
    float: none;
    position: relative;
    z-index: 98;
    width: 100%;
  }
  .navigation > ul{
    padding: 0;
    width: 100%;
  }
  .navigation ul li{
    display: block;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .toggle-submenu{
    border-left: 1px solid #ccc;
    color: #f89521;
    height: 40px;
    line-height: 40px;
    right: 0;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .toggle-submenu:after{
    content: "+";
    font-size: 18px;
  }
  .toggle-submenu.active:after{
    content: "-";
  }
  .navigation > ul > li,
  .navigation ul ul li{
    display: block;
    border-top: 1px solid #ccc;
  }
  .navigation > ul > li > a,
  .navigation ul ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .navigation ul ul{
    background: transparent;
    display: none;
    left: auto;
    position: relative;
    padding: 0;
    top: auto;
  }
  .navigation ul ul li{
    padding: 0;
  }
  .home-slide-award{
    left: auto;
    right: 15px;
    top: 1.5em;
  }
  .home-slide-inner{
    padding: 120px 0 40px;
  }
  .hire-block li{
    background-position: top left;
  }

}
@media only screen and (max-width : 767px) {
    br {
        display: none;
    }

    .columns.columns-2,
    .columns.columns-2 .col,
    .columns.columns-3,
    .columns.columns-3 .col {
        display: block;
        width: 100%;
        margin: 0;
    }

    .columns.columns-2.line .col:last-child {
        margin: 0;
    }

    .columns.columns-2 .col,
    .columns.columns-3 .col,
    .col-sm-6,
    .col-md-7 {
        margin: 0 0 20px;
    }

    .footer,
    .footer .text-right {
        text-align: center;
    }

  .section{
    padding: 40px 0;
  }
  h1{
    font-size: 2em;
  }
  h2{
    font-size: 1.7em;
    margin: 0.6em 0;
  }
  h3{
    font-size: 1.4em;
    margin: 0.9em 0;
  }
  h4{
    font-size: 1.2em;
    margin: 1.1em 0;
  }
  p,
  ul{
    margin: 0 0 1em;
  }
  .button,
  button,
  input[type="submit"],
  input[type="button"]{
    font-size: 16px;
  }
  .logo-wrap img{
    height: auto;
    width: 14em;
  }
  #touch-menu{
    top: 45px;
  }
  .quote-sidebar-content p,
  .single-page-quote-content p{
    font-size: 14px;
  }
  .home-slide-award{
    height: 70px;
    right: 5px;
    width: 70px;
  }
  .home-slide{
    height: 380px!important;
  }
  .home-slide-inner{
    padding: 70px 0 40px;
  }
  .home-slide-content h1{
    font-size: 1.8em;
  }
  .home-slide-content p{
    font-size: 1.2em;
  }
  .slider-button{
    bottom: 12px;
    height: 38px;
    width: 38px;
  }
  .home-services-section,
  .services-section,
  .related-services-section{
    padding: 40px 0 15px;
  }
  .home-services-header{
    padding-bottom: 25px;
  }
  .service-feed-item-wrap:nth-child(odd){
    clear: left;
  }
  .service-feed-item{
    padding-bottom: 25px;
  }
  .service-feed-item h4{
    font-size: 1.2em;
    margin: 0 0 0.5em;
    min-height: 50px;
  }

  .project-feed-item h4 {
      min-height: 50px;
  }

  .about-section-content{
    max-width: 100%;
  }
  .hire-block,
  .award-block{
    margin: 30px auto 0;
    max-width: 100%;
  }
  .hire-block-inner,
  .award-block-inner{
    max-width: 100%;
    padding: 25px 20px;
  }
  .hire-block h3{
    font-size: 1.4em;
    margin: 0 0 1em;
  }
  .award-block h4{
    margin: 1em 0 0.8em;
  }
  .about-numbers-block-wrap{
    margin: 1em 0;
  }
  .about-numbers-block{
    padding-left: 1em;
  }
  .about-numbers-title{
    font-size: 4em;
  }
  .gallery-section .row{
    margin-left: -4px;
    margin-right: -4px;
  }
  .gallery-section .col-xs-6:nth-child(odd){
    clear: left;
  }
  .gallery-item-wrap{
    padding-left: 4px;
    padding-right: 4px;
  }
  .gallery-item{
    padding: 10px 0;
  }
  .gallery-item-caption{
    font-size: 13px;
    line-height: 1.3;
  }
  .page-top-section{
    height: 190px;
  }
  .projects-section{
    padding: 26px 0;
  }
  .project-slide{
    height: 250px!important;
  }
  .single-page-back{
    font-size: 14px;
    margin: 0 0 0.3em;
  }
  .single-page-content h1{
    font-size: 2em;
  }
  .single-page-quote{
    margin-top: 30px;
    max-width: 100%;
  }
  .single-page-quote-header{
    padding: 15px;
  }
  .single-page-quote-content{
    max-width: 100%;
  }
  .service-quote-block{
    margin: 0;
    padding: 3em 15px;
  }
  .hide-desktop{
    display: block;
  }
  .hide-mob{
    display: none;
  }
  .related-services-header h3{
    margin-bottom: 0.8em;
  }
  .contact-inquiry{
    max-width: 100%;
  }
  .contact-inquiry-content{
    max-width: 100%;
    padding: 30px 15px;
  }
  .contact-inquiry-content p{
    font-size: 14px;
  }
  .contact-content{
    padding-top: 30px;
  }
}
@media only screen and (max-width : 479px) {
  .button,
  button,
  input[type="submit"],
  input[type="button"]{
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px){
  body.home{
    padding-top: 0!important;
  }
  .navigation ul > li:hover ul{
    display: block;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
	.icon::before {
		background-image: url('img/icons2x.png');
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #2a2f3a;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 6px 0 25px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*-------------Print------------------**/
@media print {
  header,
  footer{
    display: none;
  }
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
