@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato);
@import url(//fonts.googleapis.com/css?family=Damion);
@import url(//fonts.googleapis.com/css?family=Calibri:400,700,700italic,900,300);
@import url(//fonts.googleapis.com/css?family=Asap:400,400italic);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
.questiontext {
    width: 90%;
    line-height: 20px;
    font-size: 16px;
    padding: 5px;
}

.background-image {
	background-image:url(/images/staircase.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.responsive-adjust {
	width:100%;
	height:auto;
}
.img-circle {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 16px;
  border: 1px solid #B5A4A4;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}
.img-shadow {
  border: 1px solid #B5A4A4;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

@media (max-width: 980px) {
  .img-circle {	
     width: 150px;
     height: 150px;
  }
}

@media (max-width: 768px) {
  .img-circle {	
     width: 60%;
     height: 60%;
  }
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

body {
  overflow-x: hidden;
  font: 300 14px/18px 'Calibri', sans-serif;
  color: #494949;
  background: #393430;
}
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 {
  font: 700 54px/53px 'Calibri', sans-serif;
}
h3 {
  position: relative;
  font: 900 24px/21px 'Calibri', sans-serif;
}
h3.withd {
  padding-bottom: 15px;
}
h3.withd:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #afafa7;
}
h4 {
  font: 700 33px/35px 'Calibri', sans-serif;
}
h7 {  
  font: 400 29px/25px 'Damion', sans-serif;
}
@media (max-width: 1200px) {
	h7 {
	  font: 200 19px/20px 'Damion', sans-serif;
	}
}
@media (max-width: 980px) {
	h7 {
		visibility:hidden;
	}
}
a[data-gal] {
  display: block;
  position: relative;
}
a[data-gal] img {
  display: block;
}
a[data-gal] .overlay {
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
a[data-gal] .hover {
  display: none;
  height: 30px;
  width: 30px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a[data-gal]:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
a[data-gal]:hover .hover {
  display: block;
  top: 50%;
  margin-top: -15px !important;
}
.btn {
  font: 900 16px/18px 'Calibri', sans-serif !important;
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn_2 {
  border-radius: 3px;
  padding: 9px 29px 9px 30px;
  text-transform: uppercase;
}
.btn_2:hover {
  text-decoration: none;
  background: #ffffff;
  color: #8ea126;
}

.btn_3 {
  border-radius: 3px;
  padding: 2px 23px 2px 23px;
  text-transform: uppercase;
  vertical-align: text-top;
}
.btn_3:hover {
  text-decoration: none;
  background: #ffffff;
  color: #8ea126;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #afafa7;
}
/*=====Hovers=====*/
a.color_7:hover {
  text-decoration: none;
  color: #e64732;
}

.mylogo {
	position:absolute;	
	top:0px;
	/*right:0px;*/
    z-index:1;
	overflow:hidden;
	width:300px;
}

.subtitle {
    width:400px;
}

@media (max-width: 1200px) {
	.subtitle {
        width:300px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
	.subtitle {
        width:200px;
    }

}

@media (max-width: 350px) {
	.mylogo {
		right:50px;
	}
	.subtitle {
        width:0px;
    }

}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
  color: #ffffff;
  background: #3f3f3f;
  padding: 0px 0 8px;
}
#header .head-wrap {
  height:67px;	
  padding: 42px 0 33px;
  background-image:url(/images/bg1.png);
}
#header .social-header {
  margin-top: 4px;
}
#header .social-header ul {
  position: relative;
  padding-left: 32px;
  margin-left: 36px;
}
#header .social-header ul li {
  display: inline-block;
  margin: 0 2px;
}
#header .social-header ul li a {
  padding: 9px 10px;
  border-radius: 20px;
  font-size: 17px;
  border: 2px solid #52bfeb;
}
#header .social-header ul li a:hover {
  background-color: #1151fd;
  text-decoration: none;
}
#header .social-header ul li a.fa-facebook {
  padding: 9px 11px 9px 14px;
}
#header .social-header ul li a.fa-google-plus {
  padding: 9px 9px 9px 10px;
}
#header .social-header ul li.marg_0 {
  margin-right: 0;
}
#header .social-header ul li.marg_1 {
  margin-right: 1px;
}
#header .social-header ul li.marg_2 {
  margin: 0 1px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .social-header ul {
    padding-left: 10px;
    margin-left: 10px;	
  }
  #header .social-header ul li {
    margin: -1px 0 0;
  }
}
#header .social-header ul:before {
  content: '';
  position: absolute;
  display: block;
  top: -17px;
  left: 0;
  width: 1px;
  height: 73px;
  background-color: #dbdbdb;
}
#header h1 {
  font: 400 69px/31px 'Damion', sans-serif;
}
#header h1 a:hover {
  text-decoration: none;
}
#header .search-form-wrapper {
  margin-right: 0;
  /*width: 248px;*/
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .search-form-wrapper {
    width: 200px;
  }
}
#header .link-list-header ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 4px 0;
  letter-spacing: 1px;
}
#header .link-list-header ul li.last-item {
  padding: 13px 0 0 0;
}
#header .link-list-header ul li.pad_0 {
  padding: 13px 0 0;
}
@media (max-width: 979px) {
  #header .link-list-header,
  #header .header-menu {
    float: none;
    text-align: center;
    display: block;
  }
}
@media (max-width: 767px) {
  #header .logo-caption,
  #header .social-header,
  #header .search-form-wrapper {
    float: none;
    text-align: left;
  }
  #header .search-form-wrapper {
    width: 100%;
  }
  #header .logo-caption,
  #header .social-header {
    margin-bottom: 30px;
  }
  #header .social-header ul {
    margin-left: 0;
    padding-left: 0;
  }
  #header .social-header ul:before {
    display: none;
  }
}
@media (max-width: 379px) {
  .social-header {
    display: none;	
  }
}

/* Main menu styles
========================================================*/
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  padding: 12px 15px 5px 16px;
}
.sf-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font: 700 18px/31px 'Calibri', sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.first-item {
  padding-left: 0;
}
.sf-menu > li.current > a {
  color: #000;
}
.sf-menu > li.sfHover > a {
  color: #000;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  text-align: center;
  position: absolute;
  top: 56px;
  left: -17px;
  background: #8ea126;
  padding: 15px 5px;
  z-index: 2;
  width: 175px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  font: normal 12px/35px 'Arial', sans-serif;
  position: relative;
}
.sf-menu ul li a {
  color: #fff;
}
.sf-menu ul li a:hover {
  color: #000;
  text-decoration: none;
}
.sf-menu ul li .sf-with-ul:before {
  content: "";
}
.sf-menu ul li.sfHover > a {
  color: #000;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 170px;
  padding: 15px 5px;
  z-index: 4;
  background: #fff;
}
.sf-menu ul ul li a {
  color: #424242;
}
.sf-menu ul ul li a:hover {
  color: #8ea126;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu {
    float: none;
  }
  .sf-menu li {
    padding: 12px 18px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background-color: #919191;
  z-index: 999;
}
.isStuck .sf-menu ul {
  top: 48px;
}
.isStuck .sf-menu ul ul {
  top: -10px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #ffffff;
  /*====Buttons====*/
  /*====WRAPPERS====*/
  /*====HEADERS======*/
  /*=====BOXES======*/
  /*====Date-box====*/
  /*====BLOG BOX====*/
  /*====Carousel====*/
  /*====Map-box====*/
}
#content h5 {
  font: normal 44px/53px 'Asap', sans-serif;
  letter-spacing: -1px;
}
@media (max-width: 479px) {
  #content h5 {
    font-size: 38px;
    line-height: 42px;
  }
}
#content h6 {
  font: 600 30px/38px 'Asap', sans-serif;
  letter-spacing: -1px;
}
@media (max-width: 479px) {
  #content h6 {
    font-size: 28px;
    line-height: 32px;
  }
}
#content .bg-img {
  width: 100%;
  height: auto;
  background: url('../images/index_img-27.jpg') no-repeat;
}
#content .bg_2 {
  z-index: -1;
}
#content .bg_2 h3.withd:before {
  background-color: #fff;
}
#content .bg_4 h3.withd:before {
  background-color: #453f38;
}
#content .br-top {
  border-top: 3px solid #d6d6d6;
}
#content .btn_3 {
  font: 900 14px/21px 'Calibri', sans-serif;
}
#content .btn_4 {
  text-transform: uppercase;
  font: normal 18px/18px 'Calibri', sans-serif;
  border-radius: 3px;
  padding: 18px 50px 16px 49px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
#content .btn_4:hover {
  text-decoration: none;
  background-color: #1151fd;
}
#content .btn_5 {
  font: 700 16px/18px 'Calibri', sans-serif;
}
#content .btn_5:hover {
  text-decoration: none;
  color: #404040;
}
#content .btn_wrap {
  margin: 24px 0 0;
}
#content .btn_wrap2 {
  margin-top: 23px;
}
#content .btn_wrap2 a:hover {
  text-decoration: none;
  color: #c4c4c4;
}
#content .wrapper1 {
  position: relative;
  margin-bottom: 78px;
}
#content .wrapper2 {
  margin: 67px 0 3px;
}
#content .wrapper3 {
  margin: 49px 0 57px;
}
#content .wrapper4 {
  margin: 54px 0 81px;
}
#content .wrapper5 {
  margin: 59px 0 33px;
}
#content .wrapper6 {
  margin: 58px 0 4px;
}
#content .wrapper7 {
  margin: 58px 0 50px;
}
#content .wrapper8 {
  margin: 58px 0 85px;
}
#content .wrapper9 {
  margin: 58px 0 0;
}
#content .wrapper10 {
  margin: 55px 0 88px;
}
#content .wrapper11 {
  margin: 58px 0 45px;
}
#content .wrapper12 {
  margin: 58px 0 83px;
}
#content .heading_1 {
  margin-bottom: 23px;
}
#content .heading_2 {
  margin-bottom: 16px;
}
#content .heading_3 {
  margin-bottom: 11px;
  padding-bottom: 3px;
}
#content .heading_3 .margint {
  margin-top: 6px;
}
#content .heading_4 {
  margin: 129px 0 29px;
}
#content .heading_4a {
  margin: 80px 0 29px;
}
#content .heading_5 {
  margin-bottom: 26px;
}
#content .heading_6 {
  margin-bottom: 9px;
}
#content .heading_7 {
  margin-bottom: 21px;
}
#content .heading_8 {
  margin-bottom: 19px;
}
#content .heading_9 {
  margin-bottom: 6px;
}
#content .heading_10 {
  margin-bottom: 25px;
}
#content .heading_11 {
  margin-bottom: 22px;
}
#content .box {
  margin-top: 62px;
  text-align: center;
}
#content .box p {
  padding: 0 100px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  #content .box p {
    padding: 0;
  }
}
#content .box2 {
  margin-bottom: 63px;
}
#content .box2 .white-circle {
  position: relative;
  margin-top: -12px;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  background-color: #ffffff;
}
#content .box2 .white-circle:before {
  content: '';
  position: absolute;
  display: block;
}
#content .box2 .wc_1:before {
  width: 47px;
  height: 54px;
  background: url("../images/index_img-02.png");
  left: 23px;
  bottom: 19px;
}
#content .box2 .wc_2:before {
  width: 63px;
  height: 44px;
  background: url("../images/index_img-03.png");
  left: 14px;
  bottom: 18px;
}
#content .box2 .wc_3:before {
  width: 60px;
  height: 49px;
  background: url("../images/index_img-04.png");
  left: 18px;
  bottom: 19px;
}
#content .box2 .wc_4:before {
  width: 43px;
  height: 55px;
  background: url("../images/index_img-05.png");
  left: 22px;
  bottom: 17px;
}
#content .box2 .wc_5:before {
  width: 60px;
  height: 40px;
  background: url("../images/index_img-06.png");
  left: 15px;
  bottom: 22px;
}
#content .box2 .wc_6:before {
  width: 35px;
  height: 57px;
  background: url("../images/index_img-07.png");
  left: 27px;
  bottom: 11px;
}
#content .box2 .caption {
  margin: 12px 0 0 101px;
  padding-right: 20px;
}
#content .box2 .caption .heading_2 {
  text-transform: uppercase;
}
#content .box2 .caption p {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 h6 {
    font-size: 20px;
    line-height: 21px;
  }
}
#content .box3 {
  text-align: center;
  position: relative;
}
#content .box3 .white-circle {
  position: absolute;
  left: 50%;
  margin-left: -54px;
  top: -129px;
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 53px;
  background-color: #ffffff;
}
#content .box3 .white-circle:before {
  content: '';
  position: absolute;
  display: block;
  width: 39px;
  height: 60px;
  background: url("../images/index_img-11.png");
  left: 33px;
  bottom: 22px;
}
#content .box3 img {
  margin-bottom: 17px;
}
#content .box3 p {
  font: 300 32px/42px 'Calibri', sans-serif;
  padding: 0 50px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #content .box3 .white-circle {
    top: -130px;
  }
  #content .box3 p {
    padding: 0;
    font-size: 26px;
    line-height: 30px;
  }
  #content .box3 h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
#content .heading_full {
  text-align: center;
  font: 700 48px/53px 'Calibri', sans-serif;
  margin-bottom: 38px;
}
@media (max-width: 479px) {
  #content .heading_full {
    font-size: 38px;
    line-height: 43px;
  }
}
#content .box4 a:hover {
  text-decoration: none;
  color: #52bfeb;
}
#content .box4 img {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  #content .box4 {
    margin-bottom: 20px;
  }
}
#content .box5 h6.ui-accordion-header {
  position: relative;
  margin-bottom: 19px;
}
#content .box5 h6.ui-accordion-header:before {
  content: '\f055';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
}
#content .box5 h6.ui-accordion-header-active {
  margin-bottom: 0;
}
#content .box5 h6.ui-accordion-header-active:before {
  content: '\f056';
}
#content .box5 h6 {
  padding-left: 28px;
}
#content .box5 img {
  margin-top: 5px;
}
#content .box5 .caption {
  margin-left: 392px;
}
#content .box5 .caption div {
  padding: 17px 5px 22px 27px;
  height: auto;
}
@media (max-width: 767px) {
  #content .box5 {
    text-align: center;
  }
  #content .box5 img {
    float: none;
    margin-bottom: 15px;
  }
  #content .box5 .caption {
    text-align: left;
    margin-left: 0;
  }
}
#content .box6 {
  margin-bottom: 10px;
}
#content .box6 .heading {
  margin-bottom: 12px;
}
#content .box6 .heading h6 {
  font: 700 italic 24px/28px 'Calibri', sans-serif;
}
#content .box6 p {
  margin-bottom: 14px;
}
#content .box6 .markered-list li {
  font: 700 14px/24px 'Calibri', sans-serif;
  position: relative;
  padding-left: 20px;
}
#content .box6 .markered-list li:before {
  content: ' -';
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: normal;
  padding-right: 4px;
}
#content .box6 .markered-list li a:hover .arrow {
  text-decoration: none;
}
#content .box7 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#content .box7 img {
  position: relative;
}
#content .box7 .caption {
  position: relative;
  padding: 30px 28px 5px 24px;
  background: #fff;
}
#content .box7 .caption p {
  margin-bottom: 18px;
}
#content .box7:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -23px;
  right: -52px;
  background: url("../images/shadow.png") no-repeat;
  z-index: 0;
}
@media (min-width: 1199px) {
  #content .box7 .heig {
    height: 285px;
  }
}
@media (max-width: 767px) {
  #content .box7 .first {
    width: 100%;
  }
}
#content .box9 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 54px;
  text-align:center;
}
#content .box9 img {
  position: relative;
}
#content .box9 .caption {
  position: relative;
  padding: 22px 28px 22px 2px;
  background: #fff;
}
#content .box9 .caption p {
  margin-bottom: 18px;
}
#content .box9:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -23px;
  right: -52px;
  background: url("../images/Xshadow.png") no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  #content .box9 img {
    width: 100%;
  }
}
#content .date-box {
  position: relative;
  margin-bottom: 38px;
}
#content .date-box .meta {
  text-align: center;
  position: absolute;
  left: -1px;
  top: 3px;
  font: 300 26px/24px 'Calibri', sans-serif;
}
#content .date-box .caption {
  margin-left: 92px;
  padding-right: 5px;
}
#content .date-box .caption p {
  margin-bottom: 9px;
}
#content address,
#content dl,
#content .mail {
  position: relative;
  display: inline-block;
  margin: 18px 25px 0 0;
  padding-left: 60px;
  font: 300 14px/24px 'Calibri', sans-serif;
}
#content address:before,
#content dl:before,
#content .mail:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 45px;
  color: #8ea126;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content address,
  #content dl,
  #content .mail {
    padding-left: 50px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  #content address,
  #content dl,
  #content .mail {
    display: block;
  }
}
#content address {
  position: relative;
  margin-bottom: 18px;
}
#content address:before {
  content: '\f015';
  top: 4px;
}
#content dl:before {
  content: '\f095';
  top: 4px;
}
#content dd,
#content dt {
  display: inline-block;
}
#content dt {
  padding-right: 9px;
}
#content .mail {
  margin-left: 49px;
}
#content .mail:before {
  content: '\f0e0';
  font-size: 44px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .mail {
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  #content .mail {
    margin-left: 0;
  }
}
#content .form-wrapper {
  margin-top: 3px;
}
#content .blog-box {
  position: relative;
  margin-bottom: 47px;
}
#content .blog-box .meta {
  padding-bottom: 37px;
  position: absolute;
  top: -8px;
  left: 0;
}
#content .blog-box .meta .number {
  font: 900 45px/48px 'Calibri', sans-serif;
}
#content .blog-box .meta:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 13px;
  display: block;
  width: 29px;
  height: 25px;
  background: url("../images/index-05_img-04.png");
}
#content .blog-box img {
  margin: 2px 0 0 66px;
}
#content .blog-box .caption {
  margin-left: 460px;
}
#content .blog-box .caption .info {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  font: normal 10px/12px 'Calibri', sans-serif;
}
#content .blog-box .caption .info span {
  position: relative;
  padding-right: 17px;
  margin-right: 10px;
}
#content .blog-box .caption .info span.sq:after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #b3b7b9;
}
#content .blog-box .caption .info:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #afafa7;
}
#content .blog-box .caption .heading {
  margin: 14px 0 15px;
  padding-right: 250px;
  font: 700 18px/21px 'Calibri', sans-serif;
}
#content .blog-box .caption p {
  margin-bottom: 6px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .blog-box .caption .heading {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .blog-box img {
    max-width: 35%;
  }
  #content .blog-box .caption {
    margin-left: 352px;
  }
  #content .blog-box .caption .heading {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #content .blog-box img {
    max-width: 84%;
    float: none;
    margin-bottom: 10px;
  }
  #content .blog-box .caption {
    margin-left: 0;
  }
  #content .blog-box .caption .heading {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  #content .blog-box img {
    max-width: 74%;
  }
  #content .blog-box .caption .info {
    font-size: 11px;
    text-align: center;
  }
  #content .blog-box .caption .info span {
    padding-right: 14px;
  }
  #content .blog-box .caption .info span.last-child {
    display: block;
    margin-top: 5px;
    padding-right: 0;
  }
  #content .blog-box .caption .info span.sq {
    margin-right: 14px;
  }
  #content .blog-box .caption .info span:after {
    top: 7px;
  }
}
#content .carousel-navigation {
  font-size: 36px;
  line-height: 30px;
}
#content .carousel-navigation .first {
  margin-right: -6px;
}
#content .carousel-navigation a {
  color: #afafa7;
}
#content .carousel-navigation a:hover {
  color: #595959;
  text-decoration: none;
}
#content .owl-carousel1 {
  width: auto;
  margin: 26px -15px 0;
}
#content .owl-carousel1 .item {
  position: relative;
  padding: 0 15px 10px;
}
#content .owl-carousel1 .item img {
  position: relative;
}
#content .owl-carousel1 .item .caption {
  position: relative;
  padding: 28px 28px 25px 29px;
  background: #fff;
}
#content .owl-carousel1 .item .caption h6 {
  margin-bottom: 6px;
}
#content .owl-carousel1 .item .caption a {
  position: absolute;
  top: 32px;
  right: 26px;
  font-size: 29px;
  line-height: 34px;
}
#content .owl-carousel1 .item .caption a:hover {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #content .owl-carousel1 .item .caption a {
    right: 3px;
    top: 38px;
  }
}
#content .owl-carousel1 .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -23px;
  right: -36px;
  background: url("../images/shadow.png") no-repeat;
  z-index: 0;
}
#content .owl-carousel2 {
  width: auto;
  margin: 0 -15px;
}
#content .owl-carousel2 .item {
  position: relative;
  padding: 0 15px;
}
#content .owl-carousel2 .item .margb_1 {
  margin-bottom: 0 !important;
}
#content .owl-carousel3 {
  width: auto;
  margin: 0 -15px;
}
#content .owl-carousel3 .item {
  position: relative;
  padding: 0 15px;
}
#content .owl-carousel3 .owl-pagination {
  margin-top: 0;
}
#content .link-list {
  margin: 23px 0 28px;
  text-align: center;
}
#content .link-list li {
  display: inline-block;
  margin: 0 41px 0 40px;
}
#content .link-list li a:hover {
  opacity: .5;
}
@media only screen and (max-width: 1199px) {
  #content .link-list li {
    margin: 0 17px;
  }
}
@media only screen and (max-width: 979px) {
  #content .link-list li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  #content .link-list {
    text-align: center;
  }
  #content .link-list li {
    display: block;
    margin-bottom: 10px;
  }
}
#content .map {
  width: 100%;
  height: 400px;
}
#content .map2 {
  margin-bottom: 28px;
  width: 100%;
  height: 285px;
}
@media only screen and (max-width: 479px) {
  #content .map2 {
    height: 250px;
  }
}
#content .policy-box {
  margin-bottom: 18px;
}
#content .policy-box .heading {
  font-weight: 700;
}
#content .policy-link {
  margin-top: 44px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 65px 0 85px;
  background: #363636;
}
#footer .heading {
  margin-bottom: 29px;
  font: 900 23px/26px 'Calibri', sans-serif;
}
#footer .box p {
  padding-right: 15px;
  margin-bottom: 33px;
  font: 300 14px/16px 'Calibri', sans-serif;
}
#footer .box .btn_2 {
  padding: 9px 47px 9px 48px;
}
#footer .social-list ul li {
  display: inline-block;
  margin: -1px 2px 0;
}
#footer .social-list ul li a {
  padding: 10px 9px 10px 13px;
  border-radius: 21px;
  font-size: 23px;
  background-color: #fff;
  color: #494949;
}
#footer .social-list ul li a.fa-facebook {
  padding: 10px 15px;
}
#footer .social-list ul li a.fa-pinterest {
  padding: 10px 11px 10px 13px;
}
#footer .social-list ul li a.fa-linkedin {
  padding: 10px 10px 10px 13px;
}
#footer .social-list ul li a:hover {
  background-color: #b4cd2f;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  #footer .social-list ul li {
    margin: -1px 0 0;
  }
}
#footer .foot-menu {
  margin-top: 48px;
  font: 300 14px/31px 'Calibri', sans-serif;
}
#footer .foot-menu a:hover {
  text-decoration: none;
  color: #52bfeb;
}
#footer .foot-menu .current {
  color: #52bfeb;
}
#footer address {
  line-height: 16px;
  margin-bottom: 1px;
}
#footer dd,
#footer dt {
  display: inline-block;
  line-height: 17px;
}
#footer .mail {
  margin: 15px 0 30px;
}
@media only screen and (max-width: 767px) {
  #footer .foot-menu {
    display: none;
  }
  #footer .copyright,
  #footer .social-list,
  #footer .box,
  #footer .box2 {
    float: none;
    margin-bottom: 25px;
    text-align: center;
    font: normal 14px/17px 'Asap', sans-serif;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 28px;
  z-index: 20;
  color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  opacity: .38;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.stellar-section .first {
  background-image: url(../images/index_img-28.jpg);
  background-color: #787470;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .stellar-section {
    background-image: url(../images/index_img-28_small.jpg);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #camera01 {
    height: 490px;
  }
}
/*Core variables and mixins*/
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*============  Text  =============*/
.text_1 {
  font: normal 10px/31px 'Lato', sans-serif;
}
.text_2 {
  font: 700 33px/36px 'Calibri', sans-serif;
}
.text_3 {
  font: 700 16px/18px 'Calibri', sans-serif;
}
.text_4 {
  font: 300 19px/26px 'Calibri', sans-serif;
}
.text_5 {
  font: 900 24px/23px 'Calibri', sans-serif;
}
.text_6 {
  font: 900 14px/21px 'Calibri', sans-serif;
}
.text_7 {
  font: 300 18px/18px 'Calibri', sans-serif;
}
.text_8 {
  font: 700 18px/21px 'Calibri', sans-serif;
}
.text_9 {
  font: 300 12px/15px 'Calibri', sans-serif;
}
.text_10 {
  font: 700 24px/18px 'Calibri', sans-serif;
}
.text_11 {
  font: 700 18px/18px 'Calibri', sans-serif;
}
.italic {
  font-style: italic !important;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #1151fd;
}
.color_3 {
  color: #52bfeb;
}
.color_4 {
  color: #221e1a;
}
.color_5 {
  color: #b4cd2f;
}
.color_6 {
  color: #bab9b9;
}
.color_7 {
  color: #404040;
}
.color_8 {
  color: #8ea126;
}
.color_9 {
  color: #c4c4c4;
}
.color_10 {
  color: #363636;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #1151fd;
}
.bg_3 {
  background: #52bfeb;
}
.bg_4 {
  background: #b4cd2f;
}
.bg_5 {
  background: #494949;
}
.bg_6 {
  background: #bfbfbf;
}
.bg_7 {
  background: #8ea126;
}
/*============  Floats  =============*/
[class^='put-left'] {
  float: left;
}
[class^='put-right'] {
  float: right;
}
