a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h3,
h5,
h4,
h6 {
  color: #2d2e30;
}
h2 {
  font-size: 91px;
  line-height: 97px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 85px;
    line-height: 91px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 50px;
    line-height: 56px;
  }
}
h3 {
  position: relative;
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
h3:after {
  content: '';
  display: block;
  width: 180px;
  height: 10px;
  margin: 4px auto 0;
  background: #f3372c;
}
h3.double:before,
h3.double:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #f3372c;
}
h3.double:before {
  margin-bottom: 21px;
}
h3.double:after {
  margin-top: 13px;
}
h3 a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
h3 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  background: #f3372c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
h3 a:hover {
  text-decoration: none;
}
h3 a:hover:before {
  top: -13px;
  height: 10px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 36px;
    line-height: 43px;
  }
}
h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
h6 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}
a[data-gal] {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
a[data-gal] img {
  width: 100%;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 a[data-gal] .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  zoom: 1;
}
a[data-gal] p {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 20px;
  right: 20px;
  visibility: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  a[data-gal] p {
    display: none;
  }
}
@media (max-width: 479px) {
  a[data-gal] p {
    display: none;
  }
}
a[data-gal]:hover .overlay-gallery {
  background: rgba(0, 0, 0, 0.5);
}
.ie8 a[data-gal]:hover .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
a[data-gal]:hover p {
  visibility: visible;
	text-align:left
}
.bg3 .owl-dot {
  background: #c3c4c6;
}
.bg3 .owl-dot:hover,
.bg3 .owl-dot.active {
  background: #f00;
}
.stellar-block .owl-carousel .owl-item img { display:inline; width:auto}
/*========= Owl Pagination ======================*/
.owl-dots {
  text-align: center;
  margin-top: 60px;
}
.owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-dot.active,
.owl-dot:hover {
  background: #443522;
}
.page {
  position: relative;
  overflow: hidden;
}

#content {
  background: #ffffff;
}
#content .bg {
  background: #2d2e30;
}
#content .overlay {
  background: rgba(0, 0, 0, 0.67);
}
.ie8 #content .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab000000', endColorstr='#ab000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab000000', endColorstr='#ab000000');
  zoom: 1;
}
#content .overlay2 {
  background: rgba(0, 0, 0, 0.4);
}
.ie8 #content .overlay2 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  zoom: 1;
}
#content .wrapper1 {
  padding-top: 102px;
}
#content .wrapper1__inset1 {
  padding-bottom: 108px;
}
#content .wrapper2 {
  padding: 50px 0 87px;
}
#content .wrapper3 {
  padding: 116px 0 81px;
}
#content .wrapper4 {
  padding: 37px 0 51px;
}
#content .wrapper4__inset1 {
  padding-bottom: 0;
}
#portfolio .bg3 .off1>div{
  float: left;
  width: 22.33%;
  margin: 8px 1%;
}


@media (max-width: 767px) {
  #content .wrap-top-767 {
    margin-top: 30px;
  }
}
#content .circle {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
#content .heading {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
#content .heading p {
  padding: 0 100px;
	  font-size: 18px;
  text-indent: 2em;
	 margin-bottom: 60px;
}
#content .heading p + p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #content .heading p {
    padding: 0;
  }
}
#content .heading h3 {
  margin-bottom: 27px;
  background: url(../images/h3_bg.gif) bottom no-repeat;
}
#content .heading .divider {
  margin-top: 45px;
  height: 20px;
  background: url("../images/divider.png");
}
#content .heading .contacts {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
#content .heading__100 {
  padding: 0 100px;
}
#content .heading__100 p {
  padding: 0;
}
@media (max-width: 767px) {
  #content .heading__100 {
    padding: 0;
  }
}
#content .btn-wrap {
  text-align: center;
}
#content .img-wrap {
  padding: 59px 0 107px;
}
#content .img-wrap .btn {
  margin-top: 64px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .img-wrap a[data-gal] p {
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #content .img-wrap a[data-gal] p {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  #content .img-wrap a[data-gal] {
    width: 33.333333%;
  }
}
@media (max-width: 479px) {
  #content .img-wrap a[data-gal] {
    width: 50%;
  }
}
#content .btn {
  display: inline-block;
  min-width: 297px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 23px 5px 22px;
  border: 2px solid #f3372c;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .btn:hover {
  text-decoration: none;
  background: transparent;
  color: #f3372c;
}
@media (max-width: 479px) {
  #content .btn {
    min-width: 100%;
  }
}
#content .btn_1 {
  background: #f3372c;
}
#content .box {
  text-align: center;
  margin-top: 117px;
  padding: 0 100px;
}
#content .box .circle {
  margin-bottom: 30px;
  width: 169px;
  height: 169px;
}
#content .box .circle img {
}
#content .box .heading p {
  padding: 0;
}
#content .box h2 {
  margin-bottom: 22px;
}
#content .box h3 {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #content .box {
    padding: 0;
  }
}
#content .box__offset1 {
  margin: 75px 0 98px;
}
#content .box__offset1 .circle {
  margin-bottom: 32px;
}
#content .box__offset1 .circle img {
  margin-top: 43px;
}
#content .box__offset1 .heading .double {
  margin-top: 31px;
}
#content .circle__tab {
  width: 175px;
  height: 175px;
  border: 13px solid #f3372c;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .circle__tab img {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .circle__tab {
    width: 165px;
    height: 165px;
  }
}
#content .tab1 .btn {
  background: transparent;
  border: 2px solid #ffffff;
  margin-top: 30px;
  padding: 21px 5px 20px;
}
#content .tab1 .btn:hover {
  background: #ffffff;
  color: #f3372c;
}
#content .tab1 p {
  font-size: 18px;
  line-height: 24px;
  padding: 0 100px;
  color: #FFF;
}
@media (max-width: 767px) {
  #content .tab1 p {
    padding: 0;
  }
}
#content .tab1 p + p {
  margin-top: 23px;
}
#content .tab1 h4 {
  margin-bottom: 27px;
}
#content .tab1 .resp-tab-item:hover .circle {
  background: #f3372c;
}
@media (max-width: 767px) {
  #content .tab1 {
    margin-top: 30px !important;
  }
  #content .tab1 .circle {
    display: none;
  }
}
#content .tab1__circle .resp-tabs-list {
  position: relative;
  margin-top: 8px;
	margin-bottom:0
}
#content .tab1__circle .resp-tabs-list:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 100px;
  height: 20px;
  right: 100px;
  background: url("../images/divider.png");
}
#content .tab1__circle .resp-tabs-list li {
  margin: 0 46px 57px;
}
#content .tab1__circle .resp-tabs-list li.resp-tab-active:before {
  bottom: -57px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .tab1__circle .resp-tabs-list li {
    margin: 0 50px 57px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .tab1__circle .resp-tabs-list li {
    margin: 0 30px 57px;
  }
}
#content .tab1__circle .circle {
  width: 33px;
  height: 33px;
  border: 6px solid #f3372c;
}
#content .tab1__circle .resp-tab-content {
  padding-bottom: 84px;
}
#content .social-list li {
  display: inline-block;
  margin: 0 1px;
}
#content .social-list li a {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  padding: 11px 11px 7px;
  color: #818181;
  border: 2px solid #818181;
  border-radius: 50%;
}
#content .social-list li a.fa-facebook {
  padding: 11px 15px 7px;
}
#content .social-list li a:hover {
  text-decoration: none;
  border-color: #f3372c;
  color: #f3372c;
}
#content .markered-list li {
  position: relative;
  padding-left: 30px;
  float: left;
  width: 50%;
}
#content .markered-list li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 19px;
  color: #f3372c;
}
#content .markered-list li {
  margin-top: 11px;
}
#content .box2 {
  margin-top: 100px;
  text-align: center;
}
#content .box2 img {
  width: 100%;
}
#content .box2 .caption {
  background: #eaeaea;
  padding: 25px 15px 42px;
  border-bottom: 3px solid #f3372c;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 .caption {
    padding: 25px 6px 42px;
  }
}
#content .box2 h5 {
  position: relative;
}
#content .box2 h5:after {
  content: '';
  display: block;
  height: 1px;
  width: 183px;
  margin: 3px auto 0;
  background: #717173;
}
#content .box2 h5 a:hover {
  text-decoration: none;
  color: #f3372c;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 h5:after {
    width: 137px;
  }
}
#content .box2 h5.offset1:after {
  margin-bottom: 30px;
}
#content .box2 .work {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #5892e4;
  text-transform: uppercase;
  margin: 10px 0 25px;
}
#content .box2 .social-list {
  margin-top: 17px;
}
#content .box2__modify {
  margin-top: 30px;
}
#content .box2__modify.offset1 {
  margin-top: 60px;
}
#content .box2__modify .caption {
  padding: 20px 27px 36px;
}
#content .box2__modify h5 {
  line-height: 38px;
}
#content .box2__modify h5:after {
  width: 287px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #content .box2__modify h5:after {
    width: 90%;
  }
}
#content .owl1 {
  padding-bottom: 90px;
}
#content .owl1 .item {
  color: #ffffff;
  text-align: center;
  background: url("../images/quote.png") no-repeat center 100px;
  padding-top: 176px;
}
#content .owl1 .item p {
  font-size: 24px;
  line-height: 36px;
  padding: 0 80px;
}
@media (max-width: 767px) {
  #content .owl1 .item p {
    padding: 0;
  }
}
#content .owl1 .item img {
  border-radius: 50%;
  margin: 19px 0;
}
#content .owl1 .item .com {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
#content .element-item {
  width: 16.66%;
}
#content .element-item a[data-gal] {
  width: 100%;
  padding-bottom: 100%;
}
#content .element-item a[data-gal] img {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #content .element-item {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  #content .element-item {
    width: 50%;
  }
}
#content .button-group {
  margin: 50px 0 64px;
  text-align: center;
}
#content .button-group a {
  display: inline-block;
  margin: 0 1px;
  min-width: 132px;
  border: 1px solid #bbbbbc;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 18px 5px 11px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .button-group a.active,
#content .button-group a:hover {
  text-decoration: none;
  background: #f3372c;
  border-color: #f3372c;
  color: #ffffff;
}
@media (max-width: 767px) {
  #content .button-group a {
    display: block;
    width: 50%;
    margin: 10px auto;
  }
}
#content .btn-wrap2 {
  margin: 82px 0 23px;
  text-align: center;
}
#content .btn-wrap2 .btn {
  background: #2d2e30;
  border: none;
}
#content .btn-wrap2 .btn:hover {
  background: #f3372c;
  color: #ffffff;
}
@media (max-width: 479px) {
  #content .btn-wrap2 .btn {
    min-width: 90%;
  }
}
#content .social-wrap {
  margin-top: 59px;
  text-align: center;
}
#content .social-wrap .social li {
  display: inline-block;
  margin: 0 2px;
}
#content .social-wrap .social li a {
  display: inline-block;
  font-size: 29px;
  line-height: 34px;
  color: #2d2e30;
  background: #ffffff;
  width: 58px;
  height: 58px;
  padding-top: 12px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .social-wrap .social li a:hover {
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 479px) {
  #content .social-wrap .social li {
    margin: 0 1px;
  }
  #content .social-wrap .social li a {
    font-size: 27px;
    width: 47px;
    height: 47px;
    padding-top: 8px;
  }
}
#content .box3 {
  margin-top: 36px;
}
#content .box3 p {
  font-size: 18px;
  line-height: 32px;
	text-indent:2em
}
#content .box3 p + p {
  margin-top: 36px;
}
#content .box3 img {
  margin-top: 60px;
}
#content .box3 .heading.heading__100 .divider {
  margin-top: 55px;
}
#content .box3 .heading .divider {
  margin-top: 100px;
}
#content .video {
  margin-top: -5px;
  height: 322px;
  width: 100%;
}
@media (max-width: 767px) {
  #content .video {
    margin-bottom: 20px;
  }
}
#content .box4 {
  margin-top: 63px;
}
#content .box4 img + img {
  margin-top: 30px;
}
#content .box4 .markered-list {
  margin-top: 30px;
}
#content .box5 {
  color: #ffffff;
  margin-top: 68px;
  text-align: center;
}
#content .box5 h6 {
  position: relative;
}
#content .box5 h6 a{
	font-weight:bold;
	color:#F00
}
#content .box5 h6:after {
  content: '';
  display: block;
  height: 1px;
  width: 183px;
  margin: 3px auto 0;
  background: #717173;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box5 h6:after {
    width: 137px;
  }
}
#content .box5 h6 a:hover {
  text-decoration: none;
  color: #f3372c;
}
#content .box5 .second {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
	font-style:italic;
  margin: 10px 0 25px;
  padding: 0;
	text-align:center
}
#content .box5 p {
  padding: 0 30px;
	text-align:left
}
@media (max-width: 979px) {
  #content .box5 p {
    padding: 0;
  }
}
#content .box6 {
  margin-top: 60px;
  text-align: center;
  padding: 0 100px;
}
#content .box6 p + p {
  margin-top: 20px;
}
#content .box6 .btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #content .box6 {
    padding: 0;
  }
}
#content address {
  margin: 55px 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5892e4;
}
#content .features {
  display: table;
  margin-top: 6px;
  width: 100%;
}
#content .features .table-row {
  display: table-row;
}
#content .features .table-row .cell {
  display: table-cell;
  vertical-align: top;
  line-height: 30px;
  width: 65%;
}
#content .features .table-row .cell.name {
  color: #5892e4;
  text-transform: uppercase;
  font-weight: 400;
  width: 35%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .features .table-row .cell {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #content .features .table-row .cell {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  #content .features .table-row .cell {
    padding: 5px 5px 5px 0;
  }
}
#content .img-box img {
  margin-top: 68px;
}
#content .blog-box {
  margin-top: 35px;
  text-align: center;
  border-bottom: 3px solid #f3372c;
}
#content .blog-box .caption {
  background: #eaeaea;
  padding: 24px 0 36px;
}
#content .blog-box h5:after {
  content: '';
  display: block;
  margin: 4px auto 12px;
  width: 93%;
  height: 1px;
  background: #717173;
}
#content .blog-box .meta {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
}
#content .blog-box .meta a {
  color: #5892e4;
}
@media (max-width: 479px) {
  #content .blog-box .meta {
    font-size: 12px;
  }
}
#content .blog-box p {
  padding: 0 15px;
}
#content .blog-box .btn {
  margin-top: 38px;
}
@media (max-width: 479px) {
  #content .blog-box .btn {
    min-width: 95%;
  }
}
#content .policy-box {
  text-align: center;
  padding: 0 100px;
}
#content .policy-box .heading p {
  padding: 0;
}
#content .policy-box > p {
  margin-top: 61px;
}
#content .policy-box > p + p {
  margin-top: 21px;
}
#content .policy-box + .policy-box {
  margin-top: 48px;
}
@media (max-width: 767px) {
  #content .policy-box {
    padding: 0;
  }
}
#content .policy-link {
  margin-top: 63px;
  text-align: center;
  font-size: 24px;
}
#content .policy-link a {
  color: #f3372c;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 88px 0;
  text-align: center;
}
#footer .copyright {
  font-size: 18px;
}
#footer .first {
  text-transform: uppercase;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.map {
  color: #fff;
  position: relative;
  text-align: center;
  height: 287px;
}
@media (max-width: 767px) {
  .map {
    height: 200px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 29px;
  line-height: 32px;
  z-index: 20;
  padding: 7px 12px 11px;
  border-radius: 50%;
  background: #2d2e30;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #f3372c;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url("../images/page1-img9.jpg");
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar1 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar2 {
  background-image: url(../images/page1-img14.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar2 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar3 {
  background-image: url(../images/page2-img1.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar3 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar4 {
  background-image: url(../images/page2-img6.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar4 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar5 {
  background-image: url(../images/page7-img9.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar5 {
    background-size: auto 100%;
  }
}
.primary {
  color: #f3372c;
}
.white {
  color: #ffffff;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Text ============*/
.t__center {
  text-align: center;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/* VideoBG styles
========================================================*/
.video-section {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
}
.video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  background-image: url(../video/header.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
.desktop .videoBG_wrapper,
.videoBG {
  width: 100% !important;
  height: 100% !important;
}
.tablet .videoBG {
  display: none;
}
.tablet .video-img {
  display: block;
  left: 0;
  top: 0;
  background-size: auto 100%;
}
.only-video {
  position: relative;
  height: 100%;
  z-index: 5;
}
@media only screen and (max-width: 979px) {
  .videoBG {
    display: none;
  }
  .video-img {
    display: block;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-img {
    display: block;
    background-size: auto 100%;
  }
}


/* Gallery Hover */
a[data-gal] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a[data-gal] img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
a[data-gal] .hover {
  position: absolute;
  bottom: 126px;
  left: 37px;
  right: 15px;
  font: 300 14px/17px 'Lato', sans-serif;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 a[data-gal] .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
a[data-gal] .hover span {
  display: block;
  font-size: 38px;
  line-height: 38px;
}
a[data-gal] .hover span + p {
  margin-top: 20px;
}
a[data-gal]:hover {
  text-decoration: none;
}
a[data-gal]:hover img {
  transform: scale(1.2);
}
a[data-gal]:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 a[data-gal]:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
a[data-gal]:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 a[data-gal]:hover .gallery-overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
a[data-gal] + a[data-gal] {
  margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 979px) {
  a[data-gal] .hover {
    bottom: 5px;
    left: 10px;
    right: 10px;
  }
}






/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url("../images/page1-img9.jpg");
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar1 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar2 {
  background-image: url(../images/page1-img14.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar2 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar3 {
  background-image: url(../images/page2-img1.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar3 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar4 {
  background-image: url(../images/page2-img66.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar4 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar5 {
  background-image: url(../images/page7-img9.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar5 {
    background-size: auto 100%;
  }
}
