/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1 - More Normalize
# 2 - Typography
# 3 - Elements
# 4 - Utility
# 5 - Clearings
# 6 - Widgets
# 7 - Header and Footer
# 8 - Pages
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Century+Gothic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);/*font-family: 'Open Sans', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);/*font-family: 'Open Sans Condensed', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Patua+One);
@import url(https://fonts.googleapis.com/css?family=Gotham);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway+Condensed:700);




/*--------------------------------------------------------------
 1 - MORE NORMALIZE
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

iframe {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

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


/*---------------------------------------------------------------
 2 - TYPOGRAPHY
 ---------------------------------------------------------------*/
a:hover,
a:focus {
    text-decoration: none;
}

p {
font-family:'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
}
p strong {
font-weight:bold;
color:#333;
}
p + p {
    --margin-top: 5px;
    margin-top: 15px;
}

address p+p {
    margin-top: 8px;
}

.filters-list .filter,
#secondary-menu a,
#primary-menu a,
.tag-cloud .tag,
#actionbar .actionbar-field {
    font-family: 'Patua One', Arial, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #47B0B4;
    font-family: 'Raleway', sans-serif;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 23px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px;
}

a {
    color: #47B0B4;
	font-weight:bold;
}
a:hover,
a:focus {
    color: #3C9497;
}
h6 {
  font: 600 17px/20px "Roboto", sans-serif;
  }

h4 a:hover, h5 a:hover, h6 a:hover {
  color: #333; }
h4 a:active, h5 a:active, h6 a:active {
  color: #333; }

 .event-style {
  display: inline-block;
  font: 400 24px/24px "Open Sans", sans-serif;
  color: #8dbf41;
  padding: 15px 20px;
  border: solid 1px #8dbf41;
  text-transform: capitalize; }

.event-style__md {
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
  padding: 8px 8px; }

.marked-list-1 {
padding:0px;
margin:0px;
display:inline-block;
}
.marked-list-1 li {
display:inline-block;
width:45%;
  padding-left: 15px;
  margin-right:20px;
  background:url(../images/bullet.png) 0px 5px no-repeat;
  font: 400 14px "Open Sans", sans-serif;
  text-align:justify;
   }

  .marked-list-1 li + li {
    margin-top: 10px;
	margin-bottom:20px; }

.marked-list-2 {
padding:0px;
margin:0px;
display:block;
}
.marked-list-2 li {
display:block;
  padding-left: 15px;
  margin-right:20px;
  background:url(../images/bullet.png) 0px 5px no-repeat;
  font: 400 14px "Open Sans", sans-serif;
  line-height:1.7;
  /*text-align:justify;*/
   }

  .marked-list-2 li + li {
    margin-top: 20px; }

.marked-list-3 {
padding:0px;
margin:0px;
display:block;
}
.marked-list-3 li {
display:block;
  padding-left: 15px;
  margin-right:20px;
  background:url(../images/bullet.png) 0px 5px no-repeat;
  font: 400 14px "Open Sans", sans-serif;
  line-height:1.7;
  /*text-align:justify;*/
   }

  .marked-list-3 li + li {
    margin-top: 0px; }

hr {
    border-top-color: #dfdfdf;
}

.title-separetor,
.title-separator {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
	line-height:30px;
	font-weight:bold;
}
.title-separetor::after,
.title-separator::after{
    display:block;
    content: " ";
    background-color: #dddddd;
    height: 6px;
    width: 35px;
    border-radius: 3px;
    margin: 10px auto 0;
}

.text-white,
.text-white *{
    color: #FFF !important;
}
.text-black,
.text-black *{
    color: #000 !important;
}
.text-orange,
.text-orange *{
    color: #ff8023 !important;
}

.super-icon,
.super-icon:before{
    font-size: 110px;
    color: #555;

}
.super-icon[class*="flaticon"]{
    display: block;
    margin-bottom: -30px;
}

.error404 {
    font-size: 102px;
}
.btn2, .btn3 {
  font: 400 16px/31px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  padding: 22px 26px 17px 25px;
  background: #ef4023;
  display: inline-block;
  border-radius: 3px;
}
.btn2:hover, .btn3:hover {
  background: #0e76bc;
}
.btn2:active, .btn3:active {
  background: #1294eb;
}
/*================= Custom Wrapper =====================*/
.custom-wrapper {
  position: relative;
}
.custom-wrapper * + .button-wrap {
  margin-top: 0;
}
.custom-wrapper .custom-box {
  padding-top: 40px;
  padding-bottom: 63px;
  background: url("../images/page-1_img07.png") left top no-repeat;
  width: 54%;
}
.custom-wrapper .custom-box p, .custom-wrapper .custom-box .terms-list dd, .terms-list .custom-wrapper .custom-box dd {
  line-height: 21px;
  text-align:justify;
}
.custom-wrapper .custom-box h2 span {
  font-size: 34px;
  line-height: 31px;
  font-weight: 300;
}
.custom-wrapper .custom-box h2 + p, .custom-wrapper .custom-box .terms-list h2 + dd, .terms-list .custom-wrapper .custom-box h2 + dd {
  margin-top: 11px;
}
.custom-wrapper .button-wrap {
  float: none;
  width:37%;
  position: absolute;
  right: 0;
  top: 60%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-wrapper .button-wrap:before {
  content: ' ';
  position: absolute;
  left: -130px;
  top: 57%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 1px;
  width: 157px;
  background: #bdbec1;
}
.custom-wrapper .button-wrap .btn2, .custom-wrapper .button-wrap .btn3 {
  background: #719a3f;
}
.custom-wrapper .button-wrap .btn2__color_mod {
  background: #00aeef;
}
.custom-wrapper .button-wrap .btn2:hover, .custom-wrapper .button-wrap .btn3:hover {
  background: #ef4023;
}
.custom-wrapper .button-wrap .btn2:active, .custom-wrapper .button-wrap .btn3:active {
  background: #f26953;
}
.custom-wrapper .button-wrap .btn2 + .btn2, .custom-wrapper .button-wrap .btn3 + .btn2, .custom-wrapper .button-wrap .btn2 + .btn3, .custom-wrapper .button-wrap .btn3 + .btn3 {
  margin-left: 4px;
}

@media (max-width: 1200px) {
  .custom-wrapper .custom-box {
    width: 100%;
  }
  .custom-wrapper .button-wrap {
    padding-bottom: 20px;
    text-align: center;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
    float: none;
  }
  .custom-wrapper .button-wrap:before {
    width: 0;
    height: 0;
  }
}
@media (max-width: 479px) {
  .custom-wrapper .button-wrap {
    padding-bottom: 20px;
    text-align: center;
    display: block;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  .custom-wrapper .button-wrap .btn2 + .btn2, .custom-wrapper .button-wrap .btn3 + .btn2, .custom-wrapper .button-wrap .btn2 + .btn3, .custom-wrapper .button-wrap .btn3 + .btn3 {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*==================      Index-list     =====================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    font-weight: 700;
    font-style: italic;
	text-align:center; }
	.index-list li h2 {
	font-size:1.2em;
	}
    .index-list li > div * + h2 {
      margin-top: 34px; }
    .index-list li > div * + p {
      margin-top: 18px; }
    .index-list li > div p {
      text-transform: uppercase;
      font-size: 12px;
      color: #a8a8a8; }
    .index-list li > div .icon {
      text-align: center;
      padding-left: 8px; }
      .index-list li > div .icon:before {
        font-family: "Cabin", sans-serif;
        content: counter(li) ".";
        counter-increment: li; }
    .index-list li:hover .icon {
      background-color: #4c4c4c;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%; }

.icon-xl {
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 48px;
  font-weight: 700; }
.icon-primary {
  color: #ffffff;
  background-color: #a4a4a4; }
.btn1 {
  display: inline-block;
  text-align: center; }

.btn1-md {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 12px 31px; }

.btn1-default {
  text-transform: uppercase;
  color: #5b5b5b;
  font-family: "Cabin", sans-serif;
  font-style: normal;
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  border-radius: 19px;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.32); }
  .btn1-default:hover {
    background: #4c4c4c;
    color: #ffffff; }
  .btn1-default:active {
    background-color: #000000; }

/*................................blockquote...........................*/
.quote {
  margin: 0 0 0 18.2%;
  font-style: normal;
  position: relative;
  font-weight: 300;
}
.quote cite {
  font-size: 20px;
  line-height: 26px;
  color: #ccc;
  display: block;
  font-style: normal;
}
.quote * + cite {
  margin-top: 22px;
}
.quote q {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: #333;
}
.quote q:before,
.quote q:after {
  content: " ";
  display: table;
}
.quote q:after {
  clear: both;
}
.quote q:before,
.quote q:after {
  content: " ";
  display: table;
}
.quote q:after {
  clear: both;
}
.quote q:before,
.quote q:after {
  content: " ";
  display: table;
}
.quote q:after {
  clear: both;
}
.quote q:before,
.quote q:after {
  content: " ";
  display: table;
}
.quote q:after {
  clear: both;
}
.quote + .quote {
  margin-top: 35px;
}
.quote img {
  margin-top: 0;
  border: 0px solid #3e3e3e;
}
.quote .bkt {
  position: absolute;
  left: -90px;
  top: 71px;
  color: #333;
  font-size: 200px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.quote.media {
  overflow: visible;
}
.quote.media .media-left,
.quote.media .media > .pull-left {
  padding-right: 28px;
}
.quote.media .media-body {
  padding-top: 14px;
  text-align:justify;
  color:#fff;
}
.quote.media .media-body img {
float:left;
margin-right:20px;
}
@media (max-width: 767px) {
  .quote.media {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quote.media .media-left,
  .quote.media .media > .pull-left {
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  .quote {
    margin-left: 0;
  }
  .quote .bkt {
    left: 10px;
  }
}
@media (max-width: 479px) {
  .quote {
    padding-left: 0;
  }
  .quote .bkt {
    display: none;
  }
}

/*---------------------------------------------------------------
 3 - ELEMENTS
 ---------------------------------------------------------------*/
.parallax-wrap {
    position: relative;
    background-attachment: fixed;
    background-position: 0;
    background-repeat: no-repeat;
    overflow: hidden;
}
.parallax-wrap:before{
    display: block;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 176, 180, 0.7);
    z-index: 0;
}
.parallax-content {
    position: relative;
    padding-top: 50px;
    padding-bottom:60px;
    text-align: center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 18px;
	line-height:18px;
    z-index: 10;
}

.parallax-content h2 {
    color: #333;
    margin-bottom: 25px;
}
.parallax-content h2.title-separetor,
.parallax-content h2.title-separator {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
}
.parallax-content h2.title-separetor::after,
.parallax-content h2.title-separator::after{
    display:block;
    content: " ";
    background-color: #fff;
    height: 6px;
    width: 35px;
    border-radius: 3px;
    margin: 10px auto 0;
}

.parallax-grey {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.parallax-grey:before{
    display: block;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214, 214, 214, 0.7);
    z-index: 0;
}
.parallax-grey .parallax-content {
    position: relative;
    padding-top: 50px;
    padding-bottom:60px;
    text-align: center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 18px;
	line-height:22px;
    z-index: 10;
}
.socials-list li {
    display: block;
    float: left;
}
.socials-list li a {
    display: block;
    padding: 0px 0;
    width: 40px;
    font-size: 17px;
    color: #FFF;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 30px;
}

.socials-list li a:hover,
.socials-list li a:focus {
    -webkit-box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.form-control-short {
float:left;
    width: 30%;
    height: 47px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: none;
	margin-top:1px;
    margin-bottom: 15px;
	margin-left:10px;
	margin-right:10px;
    box-sizing: border-box;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    padding-top: 15px;
    padding-bottom: 20px;
}

.btn {
font-family:'Open Sans', Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    border: 0;
    border-radius: 2px;
    font-weight: 500;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.btn:focus,
.btn:active,
.btn:active:focus{
    outline: none;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.btn-orange {
    color: #FFF;
    background-color: #47B0B4;
	padding:10px 12px;
}
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
    color: #FFF;
    background: #3C9497;
}

.btn-blue {
font-family:'Open Sans',Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #47B0B4;
	padding:10px 12px;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    color: #FFF;
    background: #3C9497;
}

.btn-blue1 {
font-family:'Open Sans',Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #3F4B5D;
	padding:10px 12px;
}
.btn-blue1:active,
.btn-blue1:focus,
.btn-blue1:hover {
    color: #FFF;
    background: #3C9497;
}

.btn-black {
    color: #FFF;
    background-color: #333;
	padding:10px 12px;
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    color: #FFF;
    background: #000;
}

.btn-white-transparent {
    color: #f4f4f4;
    background-color: rgba(116, 116, 116, 1);
    border: 0px solid #FFF;
    border-radius: 0px;
    padding: 20px 20px 10px 20px;
	font-weight:normal;
}
.btn-white-transparent:active,
.btn-white-transparent:focus,
.btn-white-transparent:hover {
    color: #FFF;
}
.btn-white-transparent img {
float:left;
margin:-5px 10px 0px 0px;
}
.title-bar {
    padding: 10px 0;
}
.title-bar.border-bottom {
    border-bottom: 0px solid #dfdfdf;
	margin-bottom:0px;
}
.title-bar h1 {
    margin: 10px 0px;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:2em;
    text-transform: uppercase;
    word-spacing: 1px;
	font-weight:bold;
    /*font-weight: 700;*/
}

#breadcrumb {
    border: 1px solid #dfdfdf;
    border-width: 1px 0 1px 0;
    margin-bottom: 20px;
	color: #a0a0a0;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	/*display:none;*/
}
.breadcrumb {
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
}
.breadcrumb > li a,
.breadcrumb > li.active{
    color: #a0a0a0;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus{
    color: #6a6a6a;
}
.breadcrumb>li+li:before {
    content: "-";
    margin: 0 15px;
}
@media (max-width:769px) {
.breadcrumb li {
display:block;
}
.breadcrumb>li+li:before {
display:none;
}
}
.filters-list .filter {
    display: block;
    float: left;
    border-right: 1px solid #424242;
    padding: 5px 20px;
    background-color: #202020;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
}
.filters-list .filter:last-child {
    border-right: none;
}
.filters-list .filter:hover,
.filters-list .filter:focus,
.filters-list .filter.active{
    background-color: #ff8023;
}

.pagination {
    margin-top: 50px;
}
.pagination>li {
    display: block;
    float: left;
}
.pagination>li>a,
.pagination>li>span {
    background: #d5d5d5;
    border: none;
    border-radius: 0 !important;
    margin-right: 10px;
    color: #333 !important;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a.active {
    background-color: #a3a3a3;
}

.media {
    margin-top: 35px;
}
.media .media-object {
    max-width: none;
    width: 80px;
    height: 80px;
}
.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.media .media-heading span.small:before {
    display: inline-block;
    content: "-";
    margin: 0 10px;
}


.team-container {
    text-align: center;
}

.team-container .member-name {
    margin: 20px auto 0;
}

.our-reviews-wrap .review-title {
    text-align: center;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
    --font-size: 36px;
    margin: 50px 0 0;
    color: #fff;
}
.our-reviews-wrap .review-title.title-separetor:after,
.our-reviews-wrap .review-title.title-separator:after {
    background-color: #fff;
}

.our-reviews-wrap:before {
    --background-color: #FF984C;
}

.our-reviews-wrap .parallax-content {
    padding-top: 50px;
    padding-bottom:30px;
}

.our-reviews-wrap .owl-theme .owl-controls {
    margin-top: 30px;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 1px solid #fff;
    background-color: #f0f0f0;
    color: #555;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    background-color: #ff8023;
    color: #FFF;
    border-bottom: 0;
}
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
    background-color: #1b1b1b;
    color: #FFF;
    text-align: center;
}

.table-striped>tbody>tr:nth-of-type(even)>td {
    background-color: #fafafa;
}

.show-icon-wrap {
    height: 180px;
}

.show-icon-wrap .super-icon,
.show-icon-wrap .super-icon:before {
    font-size: 100px;
}

/* until version 1.3
.img-thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
*/
/* changed in version 1.5 */
.img-thumbnail {
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 0;
}



@media screen and (min-width: 768px) {
    .our-reviews-wrap .parallax-content .item {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media screen and (max-width: 768px) {
	.btn-white-transparent {
    color: #f4f4f4;
    background-color: rgba(116, 116, 116, 1);
    border: 0px solid #FFF;
    border-radius: 0px;
	font-size:11px;
    padding: 20px 5px 10px 5px;
	font-weight:normal;
}
}
/*---------------------------------------------------------------
 4 - UTILITY
 ---------------------------------------------------------------*/
.facebook-bg {
    --background-color: #2c5fd3;
    background-color: #3B5999;
}
.twitter-bg {
    --background-color: #59e3f3;
    background-color: #5EA9DD;
}
.googleplus-bg {
    background-color: #d73d32;
}
.linkedin-bg {
    background-color: #287bbc;
}
.rss-bg {
    background-color: #ec9845;
}


/*.boxed-layout .boxed-no-gutter,*/
.boxed-no-gutter,
.no-gutter {
    padding: 0 !important;
}

.row-no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row-no-gutter > div {
    padding-left:0;
    padding-right: 0;
}

.no-gutter-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.margin-30 {
    margin-top: 30px;
}
.margin-50 {
    margin-top: 50px;
}
.margin-70 {
    margin-top: 70px;
}

.no-margin {
    margin: 0 !important;
}

.section {
    margin-top: 30px;
}



/*--------------------------------------------------------------
 5 - Clearings
--------------------------------------------------------------*/
.pagination,
.tag-cloud,
.filters-list{
    content: "";
    display: table;
}

/*--------------------------------------------------------------
 6 - Widgets
--------------------------------------------------------------*/

#secondary .widget+.widget {
    margin-top: 40px;
}

#secondary .widget .widget-title {
    margin: 0 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget_recent_entries ul li {
    --margin: 5px 0;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 5px;
}
.widget_recent_entries a{
    color: #a0a0a0;
}
.widget_recent_entries a:hover,
.widget_recent_entries a:focus{
    color: #ff8023
}

.tag-cloud .tag {
    background-color: #202020;
    color: #f0f0f0;
    padding: 5px 8px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
#footer .tag-cloud .tag {
    color: #c0c0c0;
}
.tag-cloud .tag:hover,
.tag-cloud .tag:focus,
#footer .tag-cloud .tag:hover{
    color: #FFF;
    background-color: #ff8023;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.twitter-widget li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.twitter-widget li:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: FontAwesome;
    content: "\f099";
    color: #ff8023;
}
.twitter-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.twitter-widget ul li .small {
    margin-top: 8px;
}

.brochures-widget li {
    margin-bottom: 10px;
}
.brochures-widget a i{
    display: inline-block;
    margin-right: 10px;
}

.widget-menu li:nth-child(odd) {
    background: #e4e4e4;
}
.widget-menu li:nth-child(even) {
    background-color: #dadada;
}
.widget-menu a{
    display: block;
    padding: 22px 18px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.widget-menu li:hover a,
.widget-menu li:focus a,
.widget-menu li.current a{
    background-color: #252525;
    color: #FFF;
}

/*--------------------------------------------------------------
 7 - Header and Footer
--------------------------------------------------------------*/
#actionbar {
    border-bottom: 1px solid #dfdfdf;
}
#actionbar .actionbar-fields {
    float: left;
}

#actionbar .actionbar-field {
font-family:'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #afafaf;
    padding: 0 30px;
    border-right: 1px solid #dfdfdf;
    display: block;
    float: left;
    height: 30px;
    line-height: 2.0;
}
#actionbar .actionbar-field:first-child {
    border-left: 1px solid #dfdfdf;
}

#actionbar .header-socials {
    float: right;
}
#actionbar .actionbar-field a {
color:#afafaf;
font-weight:normal;
}
#actionbar .actionbar-field a:hover {
color:#666;
}
/*
.is-sticky #actionbar {
	display: none;
}
*/

#header-wrap {
    position: relative;
}





#header-wrap .navbar {
    margin-bottom: 0;
    border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.nav a {
    display: block;
    text-decoration: none;
    background-color: transparent;
}

.nav, .nav ul {
    list-style: none;
    padding: 0;
}

.nav ul {
    float: left;
    position: absolute;
    top: 20px;
    left: -9999px;
    z-index: 99999;
    /**/
    width: 200px;
}
.nav li {
    position: relative;
}

.nav ul a {
    --width: 200px;
    padding: 5px 10px;
}
.nav ul ul {
    left: -999em;
    top: 10px;
}

.nav li:hover > ul {
    left: auto;
}

.nav li.edge:hover > ul{
    right: 0 !important;
}
.nav li > ul  li.edge:hover > ul{
    left: -100% !important;
}
/*
.nav.dropdown-effect ul {
    left: auto;
}
.nav.dropdown-effect ul ul{
    left: -100%
}
*/


.navbar-brand {
    margin-top: -10px;
}
#header-wrap .site-brand {
float:right;
margin-top:10px;
}
#header-wrap .site-brand .navbar-brand img{
float:left;
    }
#header-wrap {
    --background-color: #FFF;
}


#secondary-menu ul li.separetor:after,
#primary-menu ul li.separetor:after {
    display:block;
    content: "";
    height: 0;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
}

#secondary-menu {
    padding: 10px 0px 10px 0px;
}
#secondary-menu > li {
    padding: 5px 15px;
}
#secondary-menu a {
    font-size: 15px;
    color: #727272;
}
#secondary-menu > li > a {
    padding: 3px 2px;
}

#secondary-menu a:hover,
#secondary-menu a:focus {
    color: #424242;
}

#secondary-menu ul,
#primary-menu ul {
    background-color: #f4f4f4;
    max-height: 0;
    top: 30px;
    overflow: hidden;
}
#secondary-menu ul ul {
    top: 0 !important;
}
#secondary-menu ul a {
    padding-left: 15px
}

#secondary-menu.navbar-right ul {
    right: 0;
    top: 40px;
}

#secondary-menu  ul ul {
    top: 5px;
}
#secondary-menu  ul li:hover {
    background-color: #e0e0e0;
}

#header-wrap .navbar {
    z-index: 50;
}

@media screen and (min-width: 768px) {
    .transparent-header #header-wrap {
        height: 500px;
    }

    #header-wrap .image-background,
    #header-wrap .image-background .background-overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #header-wrap .image-background img {
        width: 100%;
        height: auto;
        z-index: 1;
    }

    #header-wrap .image-background .background-overlay {
        background: rgba(0,0,0,.7);
        z-index: 10;
    }

    .transparent-header #header-wrap .navbar {
        position: relative;
    }

    .transparent-header #secondary-menu > li {
        padding-bottom: 30px;
    }

    .transparent-header #secondary-menu > li > a {
        color: #DDD;
    }
    .transparent-header #secondary-menu > li:hover > a,
    .transparent-header #secondary-menu > li:focus > a,
    .transparent-header #secondary-menu > li:active > a,
    .transparent-header #secondary-menu > li.current-menu-item > a {
        color: #FFF;
    }

    .transparent-header .title-bar {
        position: absolute;
        z-index: 20;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .transparent-header .title-bar h1 {
        color: #F0F0F0;
    }

    .menu-background-right .background-menu {
        left: 0 !important;
    }
}


#secondary-menu  ul.opening,
#primary-menu  ul.opening {
    overflow: hidden;
    max-height: 1000px;
    border: 1px solid #dfdfdf;
    -webkit-transition: max-height 0.6s;
    -moz-transition: max-height 0.6s;
    transition: max-height 0.6s;
}
#secondary-menu  ul.opened,
#primary-menu  ul.opened {
    overflow: visible;
    max-height: 1000px;
    border: 1px solid #dfdfdf;
}

#secondary-menu.navbar-right li:last-child {
    padding-right: 0;
}
#secondary-menu.navbar-right li:last-child a {
    padding-right: 0;
}

#primary-navigation-container {
    width: 100%;
}
#primary-navigation-container .container {
    position: relative;
}

.background-menu {
    background-color: #47B0B4;
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    display: none;
    z-index: 1;
}

.menu-background-boxed #primary-menu-wrap{
    background-color: #47B0B4;
}
.menu-background-full{
    background-color: #47B0B4;
}
.menu-background-left .background-menu{
    display: block;
    right: 15px;
}
.menu-background-right .background-menu{
    display: block;
    left: 15px;
}

.background-menu-left,
.background-menu-right {
    background-color: #47B0B4;
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    left: 15px;
}
.background-menu-right {
    right: 15px;
}


#primary-menu-wrap.navbar-collapse {
    padding: 0;
    /*position: relative;*/
    z-index: 10;
}
#primary-menu {
    --background: transparent;
    color: #FFF;
}


#primary-menu li {
    background-color: #47B0B4;
	color: #FFF;
    padding: 20px 26px;
    text-transform: uppercase;
	font-size:16px;
	font-family:'Raleway', Helvetica, sans-serif;
	font-weight:bold;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
#primary-menu li.megamenu-column {
    outline: 1px solid #47B0B4;
    background-color: #47B0B4 !important;
}
#primary-menu li.megamenu-column .title{
    cursor: default;
}

#primary-menu a {
    --text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
	font-family:'Raleway', Helvetica, sans-serif;
}

#primary-menu li:hover,
#primary-menu li:focus,
#primary-menu li:active,
#primary-menu .current-menu-item{
    background-color: #3C9497;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;

}

#primary-menu > li {
    border-right: 1px solid #3C9497;
}
#primary-menu > li:first-child {
    border-left: 1px solid #3C9497;
}

#primary-navigation-container #primary-menu > li > a {
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    transition: padding 0.2s;
    text-transform: uppercase;
	padding:4px 0px 3px 0px;
}

#primary-menu > li:hover > a,
#primary-menu > li:focus > a,
#primary-menu > li:active > a {

}

#primary-menu > li > ul {
    top: 100%
}

#primary-menu ul {
    background-color: transparent;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
}

#primary-menu  ul {
width:230px;
    border: none !important;
	margin-left:-26px;
}

#primary-menu ul ul {
    top: 0
}
#primary-menu ul li {
padding:0px;
}
#primary-menu ul li > a {
    --width: 200px;
    padding: 8px 10px;
    font-size: 14px;
	font-weight:bold;
	font-family:'Raleway', Helvetica, sans-serif;
	text-transform:none;
    /*font-weight: 500;*/
}

#primary-menu ul li.caret-right > a:after,
#secondary-menu ul li.caret-right > a:after{
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    float: right;
}
#primary-menu .megamenu ul li.caret-right > a:after {
    display: none
}

#primary-menu ul li.separetor:after {
    border-color: #3C9497;
    --border-color: #3C9497;
}

#primary-navigation-container.is-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-backface-visibility: hidden;
}

#primary-navigation-container.is-sticky #primary-menu > li > a {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    -webkit-transition: padding-top 0.5s, padding-bottom 0.5s;
    -moz-transition: padding-top 0.5s, padding-bottom 0.5s;
    transition: padding-top 0.5s, padding-bottom 0.5s;
}
#primary-navigation-container.is-sticky .header-search #search {
margin-top:7px;
}
#primary-navigation-container.is-sticky .header-search .search-button{
top:5px;
}

/*-------- Megamenu ---------*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #primary-menu li.megamenu {
        position: static;
    }
    #primary-menu li.megamenu .container-fluid {
        display: flex;
    }
    #primary-menu li.megamenu > ul {
        position: absolute;
    }
    #primary-menu li.megamenu > ul {
        top: 100%;
        margin-top: -15px;
        padding-top: 20px;
    }
    #primary-menu li.megamenu.col-3 > ul > li {
        width: 33.3%;
    }
    #primary-menu li.megamenu.col-4 > ul > li {
        width: 25%;
    }
    #primary-menu li.megamenu.col-5 > ul > li {
        width: 20%;
    }
    #primary-menu li.megamenu.col-6 > ul > li {
        width: 16.6%;
    }
    #primary-menu li.megamenu > ul > li {
        display: block;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        --width: 25%;
    }
    #primary-menu li.megamenu > ul > li ul {
        position: relative;
        left: auto;
        --top: 100%;
        width: 100%;
        max-height: none;
    }
    #primary-menu li.megamenu > ul > li ul li {
        padding-left: 20px;

    }
    #primary-menu li.megamenu > ul > li > ul > li {
        padding-left: 0;
    }


    #primary-menu li.megamenu > ul { width: 750px;}
    #primary-menu li.megamenu:hover > ul,
    #primary-menu li.megamenu:focus > ul {
        margin-left: -375px;
        left: 50%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #primary-menu li.megamenu > ul { width: 970px;}
    #primary-menu li.megamenu:hover > ul,
    #primary-menu li.megamenu:focus > ul {
        margin-left: -485px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #primary-menu li.megamenu > ul { width: 1170px;}
    #primary-menu li.megamenu:hover > ul,
    #primary-menu li.megamenu:focus > ul {
        margin-left: -585px;
    }
}


#primary-menu .megamenu ul{
    box-shadow: none;
}

#primary-menu li.megamenu .title {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#primary-menu .megamenu-news {
    margin-bottom: 10px;
}
#primary-menu .megamenu-news a {
    padding: 0;
}
#primary-menu .megamenu-news .img-wrap {
    float: left;
    margin-right: 8px;
}
#primary-menu .megamenu-news .title-news {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

#primary-menu .megamenu-news p {
    font-size: 14px;
    line-height: 1.33;
}
/*-------- /Megamenu ---------*/


.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #888;
    border-radius: 0px;
}
.navbar-toggle:active {
    background-color: #ddd;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}


@media screen and (min-width: 768px) {
    .nav ul li:hover > ul {
        left: 100%;
    }
}

/* Small menu. */
@media screen and (max-width: 767px) {

    #header-wrap .site-brand {
        margin-left: 5px;
    }
	#secondary-menu {
	padding:20px 0px 0px 0px;
	margin:0px;
	float:left;
	margin-left:10px;
	}
    #primary-menu ul,
    #primary-menu ul ul,
    #secondary-menu ul,
    #secondary-menu ul ul{
        float: none;
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        /**/
        padding-left: 15px;
    }

}

/*-------- Footer ---------*/
.site-footer a{
    color: #a0a0a0;
}
.site-footer a:hover,
.site-footer a:focus{
    color: #c0c0c0;
}

#footer-widget-container {
    background-color: #161616;
    padding: 55px 0;
    color: #606060;
}

#footer-widget-container .widget-title {
    color: #FFF;
    --font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: 700;
}
#footer-widget-container .widget-title img {
margin-top:-15px;
}
#footer-widget-container p {
    font-size: 15px;
}

#footer .widget .sitemap li {
    margin: 4px 0;
}
#footer .widget .sitemap a {
    padding: 1px 2px;
    color: #606060;
	font-weight:normal;
}
#footer .widget .sitemap a:hover,
#footer .widget .sitemap a:focus {
    color: #c0c0c0;
}

#footer .widget .sitemap ul {
    margin-left: 20px;
}

#footer .widget .subscribe input[type='email'] {
    background-color: #202020;
    color: #AAA;
    border: none;
    margin: 15px 0;
    font-style: italic;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
#footer .widget .subscribe input[type='email']:focus {
    background-color: #2a2a2a;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#site-info {
    background-color: #1b1b1b;
    color: #7c7c7c;
    padding: 20px 0;
    font-size: 14px;
}

#site-info .footer-social-icons a {
    padding: 0 5px;
    color: #FFF;
}
#site-info .footer-social-icons a:hover,
#site-info .footer-social-icons a:focus {
    color: #c0c0c0;
}



/*--------------------------------------------------------------
 8 - PAGES
--------------------------------------------------------------*/
body {
    position: relative;
    min-height:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    overflow-x: hidden;
    background-color: #EEE;
}

#page {
    background: #FFF;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}

.boxed-layout .container {
    padding-left: 30px;
    padding-right: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .boxed-layout #page {
        width: 750px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .boxed-layout #page {
        width: 970px;
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .boxed-layout #page,
    .boxed-layout .is-sticky .background-menu{
        width: 1170px;
        left: 0;
    }
}



.section-what-we-do i {
    color: #444;
    font-size: 110px;
    margin-bottom: 10px;
}


.section-about-us {
    text-align: center;
}
.section-about-us,
.section-about-us h3{
    color: #FFF;
}

.section-about-us .box-content {
    height: 450px;
    padding: 150px 100px 0;
    background-color: rgba(0,0,0,0.4);
}

.section-about-us .left-box,
.section-about-us .right-box {
    background-size: cover;
}
.section-about-us .left-box {
    background-image: url(../images/preview/who-we-are.jpg);
}
.section-about-us .right-box {
    background-image: url(../images/preview/our-vision.jpg);
}


#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.slider-container {
    position: relative;
}
.slider-container .slider-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.498039);
    z-index: 0;
}

.slider-container .title-container,
#slider .caption{
    display: none;
}
#slider .owl-item.loading {
    --background-color: rgba(0,0,0,.1);
}

.slider-container .controllers-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
}
.slider-container .controllers-container > .container {
    position: relative;
    padding-right: 35%;
    min-height: 110px;
    padding: 30px 35% 15px 15px;
}

.boxed-layout .slider-container .controllers-container > .container {
    padding-left: 30px;
}

@media screen and (min-width: 1640px) {
    .slider-container .controllers-container > .container {
        padding-right: 28%
    }
}
.slider-container .controllers-container .controllers-background {
    background-color: #202020;
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 500%;
    height: 100%;
}
.slider-container .controllers-container .title-content {
    position: relative;
}
.slider-container .controllers-container .slide-title{
    margin: 0 0 5px;
    color: #d8d8d8;
    font-weight: 400;
    font-size: 23px;
}
.slider-container .controllers-container .slide-title a {
font-size:18px;
font-weight:normal;
color:#d8d8d8;
font-family: 'Open Sans', 'Arial', sans-serif;
}
.slider-container .controllers-container .slide-title a:hover {
color:#4DCDD2;
}
.slider-container .controllers-container .title-content p{
    line-height: 1.2;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-style: italic;
    font-size: 15px;
}
.slider-container .controllers-container .arrow-container {
    position: absolute;
    right: 30%;
    margin-right: 15px;
    top: 50%;
    margin-top: -17px;
}
.slider-container .controllers-container .arrow-container a {
    color: #d8d8d8;
}
.slider-container .controllers-container .arrow-container a:hover {
    color: #f5f5f5;
}
.slider-container .controllers-container .arrow-container a.prev {
    margin-right: 10px;
}

.slider-container .caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

.slider-container .caption h1 {
font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 20px;
}
.slider-container .caption p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #555;
}


.our-works-filters-container {
    background-color: #202020;
    padding: 14px 0;
}

.projects-container .item img{
    display: block;
    width: 100%;
    height: auto;
}
.projects-container .overlay {
    position: absolute;
    padding: 20% 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    text-align: center;
    color: #FFF;
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.projects-container .item:hover .overlay {
    opacity:1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.projects-container .item .overlay-content {
    position: relative;
}
/* until version 1.2 */
/*
.projects-container .work-title,
.projects-container .overlay .button-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.projects-container .item:hover .work-title,
.projects-container .item:hover .overlay .button-wrap {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.projects-container .work-title {
    top: 15%;
}
.projects-container.projects-2columns .work-title {
    font-size: 20px;
}
.projects-container .item:hover .work-title {
    top: 30%;
    opacity: 1;
}
.projects-container .button-wrap {
    bottom: 15%;
}
.projects-container .item:hover .button-wrap {
    bottom: 30%;
    opacity: 1;
}
*/

/* added: v1.3 */
.projects-container .overlay .overlay-content-top,
.projects-container .overlay .overlay-content-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.projects-container .overlay .overlay-content-top,
.projects-container .overlay .overlay-content-bottom {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.projects-container .item .overlay-content-top {
    top: -10%;
}
.projects-container .item .overlay-content-bottom {
    bottom: -10%;
}
.projects-container .item:hover .overlay-content-top {
    top: 0;
}
.projects-container .item:hover .overlay-content-bottom {
    bottom: 0;
}

.projects-container .work-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}
.projects-container .work-title > a {
    color: #FFF;
}
.projects-container.projects-2columns .work-title {
    font-size: 20px;
}
/* /added: v1.3 */

/****/


.entry-header .entry-meta {
    margin: 15px 0;
}
.entry-header .entry-meta span+span:before {
    display: inline-block;
    content: "|";
    margin: 0 10px;
}
.entry-header .entry-meta span a {
    color: #b0b0b0
}
.entry-header .entry-meta span a:hover,
.entry-header .entry-meta span a:focus{
    color: #707070;
}

.post .entry-title {
    font-size: 25px;
}

.post .entry-title a {
    color: #333;
}

.blog .post {
    --padding-bottom: 50px;
}
.blog .post+.post:before {
    display:block;
    content:"";
    margin: 40px 0;
    border-top: 1px solid #dfdfdf;
}

.blog-single .post {
    padding-bottom: 40px;
    border-bottom:1px solid #dfdfdf;
    margin-bottom: 40px;
}

.reply-form-container .h3 {
    margin: 50px 0 35px;
}

@media screen and (min-width: 768px) {
    .leave-comment .text-input {
        width: 50%;
    }

    .leave-comment textarea {
        width: 90%;
        min-height: 200px;
    }
}

.projects-container .item {
    position: relative;
}
.projects-container.projects-4columns .item {
    width: 22%;
    margin: 1.5%;
}
.projects-container.projects-3columns .item {
    width: 30%;
    margin: 1.5%;
}
.projects-container.projects-2columns .item {
    width: 47%;
    margin: 1.5%;
}

.single-project .project-details {
    margin-bottom: 25px;
}
.single-project .project-details p{
    margin-top: 8px;
}
.single-project .project-details b{
    color: #3C9497;
}

.services-singlepage-container {
    text-align: center;
}

.services-singlepage-container .service {
    margin-bottom: 30px;
}


.contact-us-form textarea{
    width: 100%;
    max-width: 100%;
    min-height: 200px;
}

#formstatus .alert {margin-top: 20px;}

#map-canvas {
    height: 350px;
}

.map-canvas iframe{
    width: 100%;
    height: 350px;
}

.gallery .gallery-item {
    display: block;
    margin-bottom: 20px;
}


@media screen and (max-width: 992px) {

    #actionbar .actionbar-field {
        font-size: 16px;
    }
    #actionbar .actionbar-field:first-child {
        border-left: none
    }
    #actionbar .actionbar-field:last-child {
        border-right: none
    }

    /*body {
        font-size: 18px;
    }*/

    /*
    #page {
        overflow-x: hidden;
    }
    */
    #actionbar .header-socials {
        display: none
    }

    #primary-navigation-container #primary-menu > li > a {
        padding: 10px 22px;
        font-size: 14px;
		font-family:'Raleway', Helvetica, sans-serif;
    }

    #primary-navigation-container .container {
        margin: 0;
    }

    #primary-navigation-container > .container {
        width: 100%;
    }

    #secondary-menu > li > a {
        font-size: 14px;
    }

    #footer .widget {
        margin-top: 40px;
    }

    .slider-container .controllers-container {
        position: relative;
    }
    .slider-container .controllers-container > .container {
        padding-right: 15px;
    }
    .slider-container .controllers-container .controllers-background {
        width: 300%;
        left: -50%;
    }
    .slider-container .controllers-container .arrow-container {
        display: none;
    }

    .parallax-content {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    #our-clients .client {
        margin-bottom: 20px;
    }

    .projects-grid .item {
        width: 47%;
        margin: 1.5%;
    }

    .projects-container.projects-4columns .item,
    .projects-container.projects-3columns .item {
        width: 30%;
        margin: 1.5%;
    }
}

@media screen and (max-width: 768px) {

#actionbar .actionbar-fields {
	width:98%;
}
#actionbar {
    border-bottom: 1px solid #dfdfdf;
	padding-bottom:5px;
}
    #actionbar .actionbar-field {
        border: none;
        line-height:2;
        height: 20px;
		display:inline-block;
		float:left;
		padding:0px 10px;
		font-size:12px;
    }

    #header-wrap .site-brand {
        margin: 10px 0px 10px 0px;
        width: 100%;
    }
    #header-wrap .site-brand .navbar-brand{
        float: none;
        display: block;
    }
    #header-wrap .site-brand .navbar-brand img{
        margin: 0px  auto;
		display:block;
		clear:both;
    }

    .navbar-toggle {
        float: right;
        margin: 0px auto 0px;
        display: block;
    }

    #primary-navigation-container {
        background-color: #47B0B4;
		border:1px solid #47B0B4;
    }
	#primary-navigation-container #primary-menu > li {
	font-size:14px;
        padding: 10px 10px;
		font-family:'Raleway', Helvetica, sans-serif;
		border-bottom:1px solid #47B0B4;
    }
    #primary-navigation-container #primary-menu > li > a {
	font-size:14px;
	padding:0px;
		font-family:'Raleway', Helvetica, sans-serif;
    }
    #primary-menu-wrap.navbar-collapse,
    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
		border:0px solid #47B0B4;
		clear:both;
		margin:0px auto;
    }


    #primary-menu ul,
    #secondary-menu ul{
        box-shadow: none;
        width: 100%;
        padding-left: 0;
    }
	#primary-menu  ul {
width:100%;
    border: none !important;
	margin-left:0px;
}
    #primary-menu ul li > a {
        font-size: 15px;
    }

    #primary-menu li.megamenu .title {
        font-size: 16px;
    }

    #primary-menu .megamenu ul li.caret-right > a:after {
        display: block;
    }

    #secondary-menu > li > a {
        font-size: 18px;
    }
    #secondary-menu ul li > a {
        font-size: 16px;
    }

    #footer-widget-container p {
        font-size: 16px;
    }
    #site-info {
        font-size: 16px;
    }
    #site-info .footer-social-icons {
        margin-top: 20px;
    }

    .slider-container .caption {
       /* display: none !important;*/
    }
	.slider-container .caption h1 {
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 20px;
}
.slider-container .caption p {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #555;
}

    .slider-container .controllers-container > .container {
        height: auto;
        padding: 10px 15px;
    }
    .owl-item.loading {
        min-height: 0;
    }

    .parallax-content {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .section-about-us .box-content {
        height: auto;
        padding: 25px 15px;
    }

    .title-bar {
        border-top: 1px solid #dfdfdf;
        padding: 10px 0;
    }
    .title-bar h1 {
        font-size: 24px;
    }

    .media .media-object {
        display: none;
    }

    .projects-container.projects-4columns .item,
    .projects-container.projects-3columns .item,
    .projects-container.projects-2columns .item {
        width: 47%;
        margin: 1.5%;
    }
}

.clear {
clear:both;
}
hr.breaker {
  display:block;
  margin:15px 0px;
  width: 100%;
  height: 1px;
  background: #ccc;
  border: none;
}

hr {
  display:block;
  margin: 0px auto;
  width: 72px;
  height: 2px;
  background: #31383a;
  border: none;
}
hr.fullbreaker {
  display:block;
  margin:15px 0px;
  width: 100%;
  height: 1px;
  background: #ccc;
  border: none;
  clear:both;
}
.center {
  text-align: center;
}
.justify {
text-align:justify;
}
.bg-aside {
  position:relative;
  background: #fff;
  width:50%;
  float:left;
}
.site-main .container p img {
float:right;
margin-left:20px;
}
/*.bg-aside:before, .bg-aside:after {
  display: table;
  content: "";
  line-height: 0;
}
.bg-aside:after {
  clear: both;
}*/
.bg-aside .img {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.bg-aside .img img {
  max-width: none;
  min-height: 195px;
  height: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 2050px) {
  .bg-aside .img img {
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
.bg-aside .cnt-block {
  position: relative;
  width: 50%;
}
.bg-aside .cnt-block:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
}
.bg-aside .cnt-block h2 {
font-family:'Open Sans',Arial, Helvetica, sans-serif;
color:#fff;
font-size:1.1em;
min-height:70px;
border:0px solid red;
}
.bg-aside .cnt-block h4 {
margin-bottom:20px;
}
.bg-aside-left .img {
  right: 50%;
  left: 0;
}
.bg-aside-left .cnt-block {
  margin-left: 50%;
}
.bg-aside-left .cnt-block:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 12px 11.5px 0;
  border-color: transparent #fff transparent transparent;
  right: 100%;
}
.bg-aside-right .img {
  left: 50%;
  right: 0;
}
.bg-aside-right .cnt-block {
  margin-right: 50%;
}
.bg-aside-right .cnt-block:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 12px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}
@media (max-width: 767px) {
.bg-aside {
width:100%;
}
  .bg-aside .img {
    position: static;
  }
  .bg-aside .img img {
    position: static;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .bg-aside .cnt-block {
    margin: 0;
    width: 100%;
  }
  .bg-aside .cnt-block h2 {
  font-size:14px;
  line-height:20px;
  min-height:50px;
  }
  .btn-blue {
  font-size:14px;
  }
  .btn-blue1 {
  font-size:14px;
  }
  .bg-aside .cnt-block:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 12px 11.5px;
    border-color: transparent transparent #fff transparent;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    right: auto;
    top: auto;
    bottom: 100%;
  }
}
.well-1 {
  padding-top: 2.49rem;
  padding-bottom: 2.21rem;
}
@media (max-width: 991px) {
  .well-1, .well-2, .well-3, .well-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header-search #search{height:45px;line-height:normal;font-family:"Lato","Roboto",sans-serif;float:left;border-right:none;vertical-align:top;background-color:transparent;border:0;color:#fff;font-size:12px;text-transform:uppercase; padding-left:20px;padding-right:35px;width:320px;
border-radius:20px; position:relative; z-index:999; margin-top:15px;
-moz-box-shadow:    inset 0 0 1px #fff;
-webkit-box-shadow: inset 0 0 1px #fff;
box-shadow:         inset 0 0 1px #fff;
-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;cursor:default;}

.header-search .search-button{float:left;height:45px;border:0;background:none;font-size:0;line-height:0;padding:0;position:relative;top:15px;right:30px; z-index:9999;}
.header-search .search-button::before{display:inline-block;font-family:"material-design";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);content:""; background:url(../images/search.png) 0px 0px no-repeat; width:20px; height:20px; color:#c6b299;font-size:26px;text-shadow:none;line-height:24px; cursor:pointer;}
.header-search .search-button:hover::before{color:#be4c54}
.header-search .search-button:active::before{opacity:1}
.header-search .search-button::after{display:none}

.header-search #search::-webkit-input-placeholder {
    color:    #fff;
}
.header-search #search:-moz-placeholder {
    color:    #fff;
}
.header-search #search::-moz-placeholder {
    color:    #fff;
}
.header-search #search:-ms-input-placeholder {
    color:    #fff;
}

@media only screen and (min-width: 992px){
.header-search{float:right;display:block;position:relative;margin-top: 25px;}}
}
@media only screen and (max-width: 768px){
.header-search{margin-top: 5px;}
.header-search #search {width:90%; margin:0px auto; float:none; margin-left:5%; margin-top:0px;
}
.header-search .search-button{float:right; height:auto; top:10px; right:40px; border:0px solid red;}
}
@media only screen and (max-width: 480px){
.header-search{margin-top: 5px;}
.header-search #search {width:90%; margin:0px auto; float:none; margin-left:5%; margin-top:10px;
}
.header-search .search-button{float:right; height:auto; top:-35px; right:30px; border:0px solid red;}
}

.contact p {
font-family:'Open Sans', Arial, Helvetica, sans-serif;
font-size:13px;
color:#666;
}
.contact p.h4 {
color:#47B0B4;
font-weight:bold;
}
.contact p a {
color:#CC0000;
}

.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #167F92;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
font-size:13px;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #47B0B4;
  color: #FFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable td:first-child {
  display: table-cell;
  text-align: left;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 0.5em 1em;
  }
}

.box-white--mod-1 + .box-white--mod-1 {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .box-white--mod-1 + .box-white--mod-1 {
    margin-top: 1.6rem;
  }
}
.box-white {
  background-color: #ffffff;
  padding: 15px;
  min-height:350px;
  text-align:center;
  -moz-box-shadow: 2px 2px 33px -8px #cccccc;
  -webkit-box-shadow: 2px 2px 33px -8px #cccccc;
  box-shadow: 2px 2px 33px -8px #cccccc;
  overflow: hidden;
  position: relative;
  margin:10px 0px;
  z-index:9;
  -webkit-transition: -webkit-transform 0.7s ease;
-moz-transition: -moz-transform 0.7s ease;
transition: transform 0.7s ease;
}
.box-white:hover {
  -webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
}
@media (min-width: 1770px) {
  .box-white {
    padding: 15px;
	min-height:350px;
  }
}
@media (min-width: 2051px) {
  .box-white {
    padding: 15px;
    -moz-box-shadow: 0.1rem 0.1rem 1.65rem -0.4rem #cccccc;
    -webkit-box-shadow: 0.1rem 0.1rem 1.65rem -0.4rem #cccccc;
    box-shadow: 0.1rem 0.1rem 1.65rem -0.4rem #cccccc;
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .box-white .icon {
    margin-left: -0.5rem;
  }
}
.box-white .box-wrap {
  z-index: 99;
  position: relative;
}
.box-white * {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box-white p {
font-weight:bold;
text-align:center;
min-height:70px;
color:#333;
}
/*.box-white:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  top: 0;
  -webkit-transform: scale(1.20);
-moz-transform: scale(1.20);
-o-transform: scale(1.20);
transform: scale(1.20);
}
.box-white:hover:after {
  bottom: -100%;
}*/
.box-white:hover h5 {
  color: #333;
}
.box-white:hover p {
  color: #333;
}
.box-white--mod-1 {
  background-color: #ffffff;
  -moz-box-shadow: 2px 2px 33px -8px #cccccc;
  -webkit-box-shadow: 2px 2px 33px -8px #cccccc;
  box-shadow: 2px 2px 33px -8px #cccccc;
  padding: 20px;
}
@media (min-width: 1200px) {
  .box-white--mod-1 {
    padding: 35px;
  }
}
@media (min-width: 1700px) {
  .box-white--mod-1 {
    padding: 46px 45px 45px 50px;
  }
}
@media (min-width: 2051px) {
  .box-white--mod-1 {
    -moz-box-shadow: 0.1rem 0.1rem 1.65rem -0.4rem #cccccc;
    -webkit-box-shadow: 0.1rem 0.1rem 1.65rem -0.4rem #cccccc;
    box-shadow: 0.1rem 0.1rem 1.65rem -0.4rem #cccccc;
    padding: 2.3rem 2.25rem 2.25rem 2.5rem;
  }
}

.offset-10 + p {
  margin-top: 22px;
}
@media (min-width: 1200px) {
  .offset-10 + p {
    margin-top: 1.1rem;
  }
}
.btn-model {
margin:20px 0px 0px 0px;
display:inline-block;
}
.service-page {
width:56%;
}
@media (max-width: 769px) {
.service-page {
width:100%;
}
}
