@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Amatic+SC:700);
@import url(//fonts.googleapis.com/css?family=Comfortaa:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,400);
@import url('contact-form.css');
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: url(../images/bg.jpg) top left repeat fixed;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a h4,
a h3 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover h4,
a:hover h3 {
  color: #4cccff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #4cccff;
}
::selection {
  color: #ffffff;
  background: #4cccff;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 18px 0;
}
#header h1 {
  text-align: left;
  float: left;
}
#header h1 a {
  color: #444444;
  text-decoration: none;
  font-family: 'Amatic SC', cursive;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 5px;
  padding-right: 30px;
}
#header nav {
  float: right;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
  }
  #header nav {
    float: none;
    margin-top: 15px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  float: right;
  width: 100%;
  text-align: center;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 16px 8px 0 23px;
}
.sf-menu > li > a {
  display: inline-block;
  color: #444;
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  letter-spacing: 0;
  background: url(../images/menu_sep.png) no-repeat -50px 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  background-position: 0px 50%;
  color: #C96435;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.current > a {
  color: #C96435;
  background: url(../images/menu_sep.png) no-repeat 0 50%;
}
.sf-menu > li.sfHover > a {
  color: #C96435;
}
.sf-menu li:last-child {
  background: none;
}
.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 {
    position: absolute;
    top: 56px;
    left: -60px;
    background: #f3f3f3;
    width: 230px;
    z-index: 2;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: left;
}
.sf-menu ul li a {
  line-height: 35px;
  color: #C96435;
  display: block;
  background: url(../images/menu_sep.png) no-repeat -5px 50%;
  padding-left: 20px;
}
.sf-menu ul li a:hover {
  color: #fff;
  background: #97CBA2;
}
.sf-menu ul li.sfHover > a {
  background: #97CBA2;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 4;
  width: 109px;
}
.sf-menu ul ul li {
  line-height: 35px;
}
.sf-menu ul ul li a {
  background: url(../images/menu_sep.png) no-repeat -5px 50%;
}
.sf-menu ul ul li a:hover {
  background: url(../images/menu_sep.png) no-repeat 11px 50% rgba(76, 204, 255, 0.5);
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #f6af33;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 1px 1px;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
.container header {
  text-align: center;
}
.container header h2 {
  font-family: 'Comfortaa', cursive;
  color: #C96435;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.container header h2 span {
  position: relative;
}
.container header h2 span:before,
.container header h2 span:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 13px;
  font-size: 7px;
}
.container header h2 span:before {
  left: -20px;
}
.container header h2 span:after {
  right: -20px;
}
.container header .sub_head {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3 {
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Comfortaa', cursive;
  color: #C96435;
  font-weight: 700;
  font-size: 14px;
}
p {
  font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    text-align: justify;

}
.btn {
  width: 162px;
  height: 45px;
  background: #9BC8A2;
    color: #000;
  border: none;
  border-radius: 45px;
  behavior: url(js/pie.htc);
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 45px;
}
.btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.follow_us .fa {
  color: #fff;
  font-size: 40px;
  margin-right: 37px;
}
.follow_us .fa:hover {
  color: #f6af33;
}
.block_separator {
  width: 100%;
  background: url(../images/block_sep.png) repeat-x;
  height: 2px;
  margin: 40px 0;
}
.index {
  margin-bottom: 57px;
}
.index .block-2 h2 {
  margin-top: 0;
}
.index .block-2 p {
  margin-top: 10px;
  margin-bottom: 2px;
}
.index .block-3_element {
  margin-top: 62px;
  background: #fff;
  padding: 0 12px 12px;
}
.index .block-3_element > div {
  width: 101px;
  height: 101px;
  top: -43px;
  margin: 0 auto -30px;
  position: relative;
}
.index .block-3_element > div img {
  border-radius: 50%;
  position: relative;
  behavior: url(js/pie.htc);
}
.index .block-3_element h4 {
  margin-bottom: 7px;
  margin-top: 6px;
}
.index .block-3_element h4,
.index .block-3_element p {
  text-align: center;
}
.index .first_header {
  margin-top: 40px;
  margin-bottom: 30px;
}
.circles {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.circles > div {
  width: 234px;
  height: 234px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: -25px;
  z-index: 2;
}
.circles > div:hover {
  opacity: 1;
  z-index: 3;
}
.circles > div img {
  margin-top: 69px;
}
.circles .orange {
  background: rgba(255, 123, 15, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .orange:hover {
  background: #ff7b0f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .blue {
  background: rgba(0, 182, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .blue:hover {
  background: #00b6ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .green {
  background: rgba(184, 175, 45, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .green:hover {
  background: #b8af2d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles p {
  color: #fff;
  font-size: 18px;
  font-family: 'Comfortaa', cursive;
  margin-top: 20px;
  font-weight: 600;
}
#news .news_item {
  background: #fff;
  margin-bottom: 20px;
}
#news .news_item .news_item_block {
  padding: 0 10px 15px 10px;
}
#news .news_item .news_img_block {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
}
#news .news_item .news_img_block img {
  width: 100%;
}
#news .news_item .news_img_block > div {
  position: absolute;
  opacity: .3;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  background: #4cccff;
  height: 60px;
  width: 60px;
  zoom: 1;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
#news .news_item .news_img_block span {
  background: url(../images/news_arrow.png) 50% 50% no-repeat rgba(76, 204, 255, 0.85);
  position: absolute;
  bottom: -10px;
  right: -10px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  behavior: url(js/pie.htc);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#news .news_item .news_img_block:hover > div {
  -webkit-transform: scale(10, 10);
  -moz-transform: scale(10, 10);
  -ms-transform: scale(10, 10);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#news .news_item .news_img_block:hover span {
  bottom: 35%;
  right: 35%;
  background-color: #4cccff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#news .news_item .news_date {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffa257;
  font-style: italic;
  margin-top: 14px;
  margin-bottom: 13px;
  margin-left: 2px;
}
#news .news_item h4 {
  margin-bottom: 10px;
  margin-left: 2px;
}
#news .news_item p {
  line-height: 24px;
  margin-left: 2px;
  letter-spacing: 0.3px;
}
.owl-carousel .comment_block > p {
  background: #e5e3d8;
  padding: 23px 30px 25px;
  position: relative;
}
.owl-carousel .comment_block > p:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #e5e3d8;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.owl-carousel .author_img {
  width: 65px;
  margin-top: 19px;
  display: inline-block;
}
.owl-carousel .author_img img {
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
}
.owl-carousel .author p {
  display: inline-block;
  background: url(../images/comm_quotes.png) top left no-repeat;
  padding-top: 35px;
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-weight: 700;
  margin-top: 25px;
  margin-right: 10px;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-controls {
  position: absolute;
  bottom: 9px;
  right: 0;
}
.index .block-3 .sub_head {
  margin-bottom: 13px;
}
@media only screen and (max-width: 979px) {
  #news .news_img_block:hover span {
    bottom: 30% !important;
    right: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .circles {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .circles > div {
    border-radius: 50%;
    behavior: url(js/pie.htc);
    position: relative;
    opacity: .83;
    display: inline-block;
    text-align: center;
  }
  .circles p {
    color: #fff;
    font-family: 'Comfortaa', cursive;
    margin-top: 10px;
    font-weight: 600;
  }
  #news .news_img_block:hover span {
    bottom: 45% !important;
    right: 41% !important;
  }
  #news .news_img_block:hover:hover div {
    -webkit-transform: scale(20, 20) !important;
    -moz-transform: scale(20, 20) !important;
    -ms-transform: scale(20, 20) !important;
  }
  .camera_caption {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .circles .green {
    margin-top: -35px;
  }
}
.index-1 .block-1 h2 {
  margin-top: 70px;
}
.index-1 .block-1 .sub_head {
  margin-bottom: 35px;
}
.index-1 .block-1 h4 {
  margin-top: 36px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.index-1 .block-1 p.item {
  background: url(../images/qutotes.png) top left no-repeat;
  text-indent: 25px;
  font-style: italic;
  padding-top: 7px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.index-1 .block-1 img {
  width: 100%;
}
.index-1 .block-2 .sub_head {
  margin-bottom: 12px;
}
.index-1 .block-2 div.grid_4 {
  background: #e5e3d8;
  margin-bottom: 18px;
}
.index-1 .block-2 div.grid_4 h3 {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  padding: 26px 27px 10px 31px;
  font-weight: 600;
  text-transform: none;
}
.index-1 .block-2 div.grid_4 p {
  padding: 0 30px 30px;
  line-height: 24px;
}
.index-1 .block-3 {
  margin-bottom: 70px;
}
.index-1 .block-3 .block_separator {
  margin: 35px 0 45px;
}
.index-1 .block-3 .sub_head {
  margin-bottom: 22px;
}
.index-1 .block-3_item {
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  padding: 0 0 25px 30px;
  background: url(../images/bullet_1.png) left 5px no-repeat;
  line-height: 24px;
}
.index-1 .block-3_list {
  background: #fff;
}
.index-1 .block-3_list h3 {
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-weight: 600;
  font-size: 22px;
  padding: 35px 0 10px 30px;
}
.index-1 .block-3_list h4 {
  margin: 0 0 10px 30px;
  line-height: 19px;
}
.index-1 .block-3_list ul {
  display: inline-block;
  margin-bottom: 30px;
}
.index-1 .block-3_list li {
  background: url(../images/bullet_2.png) left 7px no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-left: 30px;
  padding-left: 13px;
}
@media only screen and (max-width: 767px) {
  .block-3_list {
    margin-bottom: 20px;
  }
}
.index-2 .block-1 header {
  margin-top: 0px;
}
.index-2 .block-1 p {
  letter-spacing: 0.3px;
}
.index-2 .block-1_item {
  margin-top: 23px;
}
.index-2 .block-1_item h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.index-2 .block-1_item .btn {
  width: 125px;
  margin-top: 25px;
}
.index-2 .block-1_item .btn:hover {
  background: #C96435;
}
.index-2 .block-1_item img {
  width: 100%;
}
.index-2 .block-2 {
  margin-bottom: 70px;
}
.index-2 .block-2 .sub_head {
  margin-bottom: 13px;
}
.index-2 .block-2 .block_separator {
  margin-top: 53px;
  margin-bottom: 42px;
}
.index-2 .block-2_item {
  margin-bottom: 17px;
}
.index-2 .block-2_item span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #ffa257;
  width: 35px;
  margin-top: -3px;
}
.index-2 .block-2_item > div {
  display: inline-block;
  width: 420px;
}
.index-2 .block-2_item > div h3 {
  font-size: 18px;
  margin-bottom: 5px;
  width: 300px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.index-2 .block-2_item > div p {
  letter-spacing: 0.3px;
  line-height: 24px;
}
.index-2 .block-2_element {
  background: #fff;
  padding: 40px 0 30px;
  margin-top: 20px;
}
.index-2 .block-2_element h3 {
  font-size: 30px;
  padding-left: 30px;
  text-transform: none;
  margin-bottom: 10px;
}
.index-2 .block-2_element p {
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.index-2 .block-2_element .btn {
  background: #4cccff;
  color: #fff;
  margin: 20px auto 0;
}
.index-2 .block-2_element .btn:hover {
  background: rgba(76, 204, 255, 0.5);
}
@media only screen and (max-width: 980px) {
  .index-2 .block-2_item > div h3 {
    margin-left: 35px;
  }
  .index-2 .block-2_item span {
    position: absolute;
  }
  .index-2 .block-2_item > div {
    width: 325px;
  }
  .index-2 .block-2_element .btn {
    margin: 20px 0 0 -5px;
  }
}
@media only screen and (max-width: 760px) {
  .index-2 .block-1_item img {
    margin-top: 40px;
  }
}
.index-3 .block-1 h2 {
  margin-top: 40px;
}
.index-3 .block-2 h2 {
  margin-top: 40px;
}
.index-3 .block-2 .sub_head {
  margin-bottom: 10px;
}
.index-3 .block-2 .block_separator {
  margin-top: 32px;
  margin-bottom: 46px;
}
.index-3 .block-2_element {
  background: none;
  border: 1px solid #cac9c4;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 70px;
  padding: 15px 15px 30px;
}
.index-3 .block-2_element > div {
  width: 105px;
  height: 104px;
  margin: -75px auto 30px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  padding-top: 1px;
}
.index-3 .block-2_element > div span {
  margin-top: 25px;
  font-family: 'Comfortaa', cursive;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: block;
}
.index-3 .block-2_element > div p {
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: -5px;
}
.index-3 .block-2_element .blue {
  background: #4cccff;
}
.index-3 .block-2_element .orange {
  background: #ffa257;
}
.index-3 .block-2_element .green {
  background: #c8c163;
}
.index-3 .block-2_element h4 {
  margin-bottom: 10px;
}
.index-3 .block-2_element p {
  letter-spacing: 0.3px;
  line-height: 24px;
}
.index-3 .block-2_element .btn {
  width: 120px;
  margin: 20px auto 0;
}
.index-3 .block-2_element .btn:hover {
  background: rgba(76, 204, 255, 0.5);
}
.index-4 .block-1 {
  margin-bottom: 70px;
}
.index-4 .block-1 h2 {
  margin-top: 72px;
}
.index-4 .block-1 h3 {
  font-size: 18px;
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}
.index-4 .block-1 .sub_head {
  margin-bottom: 32px;
  font-style: italic;
}
.index-4 .block-1_item {
      margin-top: 5px;
    background: #fff;
    padding: 10px 0px;
    padding-right: 50px;
}
.index-4 .block-1_item img {
  display: inline-block;
  margin-right: 17px;
  margin-left: 10px;
  float: left;
  margin-bottom: 10px;
}
.index-4 .block-1_item > div {
  /* display: inline-block;
  width: 625px; */
}
.index-4 .block-1_item > div h4 {
      font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
  text-align: left;
  line-height: 28px;
}
.index-4 .block-1_item > div .sub_head {
  color: #ffa257;
  margin-bottom: 10px;
}
.index-4 .block-1_item > div a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
  background: #4cccff;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.index-4 .block-1_item > div a:hover {
  background: rgba(76, 204, 255, 0.5);
}
.index-4 .block-1_item > div p {
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 20px;
}
.index-4 .fa-rss {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 979px) {
  .index-4 .block-1_item > div {
    width: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .index-4 .block-1_item {
    padding: 10px;
  }
  .index-4 .block-1_item > div {
    width: auto;
  }
  .index-4 .block-1_item img {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.index-5 #map-canvas,
.index-5 .content_map {
  height: 500px;
  position: relative;
}
.index-6 {
  margin-bottom: 70px;
}
.index-6 h2 {
  margin-top: 70px;
}
.index-6 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #444444;
  margin-top: 25px;
  margin-bottom: 5px;
}
.index-6 .sub_head {
  margin-bottom: 15px !important;
}
.index-6 .mailto {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #ffa257;
  font-style: italic;
  font-size: 14px;
  display: block;
}
.index-6 p {
  line-height: 24px;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 0;
  color: #ffffff;
}
#footer h3 {
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Comfortaa', cursive;
  font-size: 28px;
  margin-top: 50px;
  text-transform: none;
}
#footer .full-width-container {
  background: #C96435;
}
#footer .contact_info {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
#footer .contact_info li {
  padding-left: 12px;
  background: url(../images/li_style.png) left 10px no-repeat;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
#footer .contact_info li a {
  color: #fff;
  text-decoration: underline;
}
#footer .contact_info li a:hover {
  text-decoration: none;
}
#footer .contact_info li.c_adress {
  line-height: 22px;
  margin-bottom: 15px;
}
#footer .contact_info li.c_phone {
  margin-bottom: 6px;
}
#contact-form {
  margin-bottom: 50px;
}
.copyright p{
	text-align: center;
    font-size: 16px;
    color: #000 !important;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}
.copyright a {
  color: #444;
}
.copyright a:hover {
  color: #4cccff;
}
@media only screen and (max-width: 767px) {
  .contact_info {
    margin-bottom: 30px;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 54px;
  height: 54px;
  font-size: 43px;
  line-height: 38px;
  background: url(../images/scroll_to_top.png) no-repeat 50% 50% #ffffff;
  border-radius: 50%;
  border: 3px solid #C96435;
  z-index: 20;
  text-indent: -9999px;
  behavior: url(js/pie.htc);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f0f0f0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
.new_button{
	margin: 30px auto;
}
.menu_header {
    vertical-align: middle;
    margin: 0px 0px 20px;
    display: block;
}
.logo_image{
	    width: 240px;
}
.isStuck .logo_image {
    width: 200px;
}
h5{
	font-size: 22px;
    line-height: 30px;
}
footer p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
	    width: 90%;
}
footer li {
    font-size: 20px;
    line-height: 30px;
}
.fa{
	margin-top: 8px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #000;
}
.image_content{
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
	width: 480px;
  max-width: 100%;
}
.normal_list{
	text-align:left;
}
.normal_list li{
	line-height: 26px;
    font-size: 16px;
    margin-top: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    padding-left: 26px;
    background: url(../images/liicon.png) no-repeat;
    background-position: left 5px;
    background-size: 18px;
	min-height: 35px;
}
.normal_list2 li{
	margin-top: 5px;
	line-height: 26px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    padding-left: 26px;
    background: url(../images/liicon.png) no-repeat;
    background-position: left 5px;
    background-size: 18px;
	min-height: 35px;
}
.margin_space{
	margin-bottom:40px;
}
.background_color{
    margin-top: 17px;
    background: #fff;
    padding: 10px 0;
}
.grid_12.background_color h4, .grid_12.background_color h5, .grid_12.background_color p {
    padding-left: 20px;
}
.grid_12.background_color h5{
	font-family: 'Comfortaa', cursive;
    color: #444444;
	font-size: 20px;
	font-weight: 700;
	    margin-bottom: 15px;
}
ul.normal_list2 {
    padding-left: 6%;
	    margin-bottom: 20px;
}

table, tr, td, th{
	padding: 10px;
	border: 1px solid #090;
	border-collapse: collapse;
	font-family: 'Open Sans', sans-serif;
}

table
{
	margin-left: 25px;
	margin-bottom: 25px;
}
.exsummertbl
{
	float: left;
	width: 100%;
}
.table_details table,.table_details tr,.table_details td,.table_details th{
	border: 1px solid #94CBA4;
	font-size: 14px;
	line-height: normal;
	background: #f3f3f3;
}
td.mainhead
{
	text-align: center;
	color: #C96435;
	font-weight: bold;
}
.table_details tr th:first-child
{
	color: #000;
	background: #C96435;
}
.table_details th, .table_details th:first-child.bggreen
{
	background: #94CBA4;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}
.contactus h2{
	
	font-size:30px;
}
.contactus {
	
	margin-top: 60px;
}

.contactus a{
	
	color: #000;
}

.contactus a:hover{
	
	color: #000;
}
.grid6
{
	float:left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.grid12
{
	float:left;
	width: 98%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.contactus p{
	font-size:16px;
}
.contact_number a{
	    background: none !important;
    color: #000000 !important;
    text-align: left !important;
    width: 100% !important;
	line-height: 24px !important;
	height: 24px !important;
	    display: unset !important;

}
.contact_number{
	margin-bottom:10px !important;
}
p.head_contact {
    text-align: right;
	margin-bottom: 18px;
	font-size: 18px;
}
p.head_contact a:hover{
    color:#C96435;
}
p.head_contact .fa{
	margin-top:5px
}
.back_color {
    background: #e6ab8f;
    padding: 20px;
}
ul.without_point li {
    line-height: 24px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-align: center;
}
@media (max-width: 1023px)
{
	.table_details table,.table_details tr,.table_details td,.table_details th
	{
		padding: 5px;
	}
	.contactus h2{
	
	font-size:20px;
}
}
@media(max-width:767px){

	footer p {
		font-size: 16px;
		color: #fff;
		line-height: 30px;
		width: 100%;
	}
	.container header h2 {
		font-family: 'Comfortaa', cursive;
		color: #444444;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.index-4 .block-1_item > div h4 {
		font-size: 17px;
	}
	.grid_12.background_color h4, .grid_12.background_color h5, .grid_12.background_color p {
		padding-left: 0px;
	}
	.grid_12.background_color h5 {
		font-size: 17px;
	}
	p, h1,h2,h3,h4,h5,h6 {
		text-align: center !important;
	}
	table
	{
		margin-left: 0px;
		margin-bottom: 25px;
		width: 100%;
		font-size: 11px;
	}
	.exsummertbl
	{
		overflow-x: auto;
		margin-bottom: 15px;
	}
	td.mainhead h1{
		text-align: left!important;
	}
  .image_content
  {
    float: none;
    margin-left: 0;
    width: 420px;
    height: 278px;
  }
}


/* ============ Fixed Social Icons ================== */
.fixedsocialicons
{
    background: #fff none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: -75px;/*-134px;*/
    padding: 4px;
    top: 60%;
    position: fixed;
    z-index: 999;
}

.fixedsocialicons a
{
    display: block;
}
.fixedsocialicons a + a
{
    margin-top: 4px;
}

img.home_one {
    height: 407px;
}
img.home_two {
    height: 256px;
}
img.services_images {
    width:500px;
}
@media(max-width: 1199px)
{
    img.home_one {
        height: 317px;
    }
    img.home_two {
    height: 199px;
}
}
@media (max-width: 980px)
{
 .fixedsocialicons
    {
        float: none;
        width: auto;
        margin-top: 0;
        top: 0;
        text-align: center;
        position: relative;
        max-width: 100%;
    }
 .fixedsocialicons a
    {
        display: inline-block;
    }
.fixedsocialicons a + a
{
    margin-top: 0px;
}

}
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 55%;
    margin: 20px auto;
    background: #96C9A7;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 55%;
    margin: 20px auto;
    background: #96C9A7;
    border: 1px solid #96C9A7;
    border-radius: 10px;
    color: #C96435;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #C96435;
}
.sitemapul li a:hover
{

    color: #372d2b !important;
}
.fixedsocialicons p{
margin-top:0px;
}

@media(max-width:480px)
{
        .sitemapul
    {
        width: 85%;
    }
        .sitemapul ul
    {
        width: 85%;
    }
    #contact-form .grid6, #contact-form .grid12 {
    width: 75%;
}
.form_contact
{
     margin-top: 40px;
}
img.home_one {
    height: auto;
}
img.home_two {
    height: auto;
}
img.services_images {
    height: auto;
    width:100%;
}
.image_content
{
  width: 270px;
  height: 179px;
}
}

