@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Montserrat:700|PT+Serif:400italic|PT+Sans:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #242424;
  font: 400 18px/28px "PT Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 78px;
  line-height: 80px;
  letter-spacing: 10.64px;
}

h2 {
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 6.72px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}
h3 a:hover {
  color: #2a9c27;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 20px;
}

h6 {
  font-size: 19px;
  line-height: 20px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: 22px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

article {
  border: 2px solid #242424;
  padding: 32px 37px 40px 28px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
article h3 {
  text-align: right;
  text-transform: none;
}
article:hover {
  background: #fff;
}
@media (min-width: 991px) and (max-width: 1199px), (max-width: 767px) {
  article {
    padding: 32px 37px 40px 15px;
  }
}

.fa {
  line-height: inherit;
}

.primary-color {
  color: #3366FF;
}

.center {
  text-align: center;
}

.img_add {
  margin-top: 80px;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

@media (max-width: 991px) {
  .img_add {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 176px;
}

* + p {
  margin-top: 40px;
}

* + .center {
  margin-top: 97px;
}

* + .btn {
  margin-top: 40px;
}

* + h3 {
  margin-top: 78px;
}

* + .mailform {
  margin-top: 20px;
}

time + .off {
  margin-top: 44px;
}

.row + .row {
  margin-top: 210px;
}

.row + .off {
  margin-top: 80px;
}

p.off {
  margin-top: -8px;
}

@media (max-width: 1199px) {
  p.off {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .row + .row {
    margin-top: 50px;
  }

  .resp-off {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .resp-off_479 {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Dash     ======================*/
.dash {
  position: relative;
}
.dash:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  width: 68px;
  background: #f2b33a;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #fff;
}
.brand_name {
  margin-top: 67px;
  overflow: hidden;
  text-shadow: 2px 2px #000000;
}
.brand_slogan {
  margin-top: 58px;
  font-family: "PT Serif", serif;
  font-size: 30px;
  line-height: 35px;
    color: #3366FF;
  text-shadow: 2px 2px #000000;
  
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #2a9c27;
}

.bg-secondary {
  background: #eeeeee;
}
.bg-secondary .row + .row {
  margin-top: 80px;
}

/*===============  Fixed Backgrounds  ===================*/
.bg-1 {
  background: url("../images/bg-1.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-1 h2 {
  color: #fff;
}
@media (max-width: 479px) {
  .bg-1 h2 {
    font-size: 28px;
    line-height: 37px;
  }
}

.bg-2 {
  background: url("../images/f-bg.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-2 h2 {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
}
.bg-2 p {
  color: #fff;
}
@media (max-width: 479px) {
  .bg-2 h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 1199px) {
  .bg-1, .bg-2 {
    background-attachment: scroll;
  }
}
/*==================     Icons     ======================*/
.fa-phone,
.fa-map-marker,
.fa-envelope-o {
  text-align: center;
}
.fa-phone .wr,
.fa-map-marker .wr,
.fa-envelope-o .wr {
  display: block;
  margin-top: 30px;
}
.fa-phone:before,
.fa-map-marker:before,
.fa-envelope-o:before {
  display: inline-block;
  height: 90px;
  width: 90px;
  background: #eeeeee;
  font-size: 48px;
  line-height: 90px;
  color: #2a9c27;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fa-phone a:hover,
.fa-map-marker a:hover,
.fa-envelope-o a:hover {
  color: #2a9c27;
}

.icon {
  position: relative;
}
.icon:before {
  content: '';
  position: absolute;
  top: -91px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 180px;
  background: url("../images/page-1_img05.png") center 33% no-repeat #eeeeee;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #242424;
  background: #f2b33a;
  padding: 21px 36px;
}
.btn:hover {
  color: #fff;
  background: #2a9c27;
}
.btn:active {
  color: #fff;
  background: #1f731d;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 23px;
}
.inline-list a:hover {
  color: #2a9c27;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #2a9c27;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 10px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #242424;
  z-index: 999;
  border-bottom: 1px solid #242424;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #f2b33a;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2a9c27;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.sf-menu > li + li {
  margin-left: 65px;
}
.sf-menu a {
  display: block;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

.sf-menu > li > a {
  color: #3366FF;
    text-shadow: 1px 1px #000000;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
}
.sf-menu > li.active > a {
  color: #fff;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/h-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 270px;
}
header * + .brand {
  margin-top: 197px;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 110px;
  }
  header * + .brand {
    margin-top: 60px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 80px;
  padding-bottom: 100px;
}

.well2 {
  padding-top: 180px;
  padding-bottom: 190px;
}

.well__ins1 {
  padding-bottom: 160px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer * + .row {
  margin-top: 73px;
}
footer .banner {
  padding-top: 40px;
  padding-bottom: 35px;
}
footer .banner:before, footer .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .banner:after {
  clear: both;
}
footer .banner .inline-list, footer .banner .copyright {
  display: inline-block;
}
footer .banner .inline-list {
  float: left;
}
footer .banner .inline-list li a {
  font-size: 24px;
  line-height: 24px;
  color: #7c7c7c;
}
footer .banner .inline-list li a:hover {
  color: #2a9c27;
}
footer .banner .copyright {
  float: right;
  color: #7c7c7c;
}
@media (max-width: 479px) {
  footer .banner {
    text-align: center;
  }
  footer .banner .inline-list, footer .banner .copyright {
    float: none;
  }
  footer .banner .copyright {
    margin-top: 20px;
  }
}
