@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=Open+Sans:300,600,400);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #999;
  font: 400 14px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1;
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 80px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  h2 {
    font-size: 54px;
  }
}

h3 {
  font-size: 50px;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 20px;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
}

p {
  font-family: "Arial", sans-serif;
}

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;
}

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;
}

.fa {
  line-height: inherit;
}

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

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

.center {
  text-align: center;
}

.mg-add {
  margin-top: 14px;
}

/*=======================================================
                       Main Layout
=========================================================*/
h3 + form {
  margin-top: 75px;
}

* + h4 {
  margin-top: 64px;
}

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

* + .off1 {
  margin-top: 53px;
}

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

* + .row {
  margin-top: 88px;
}

img + h3 {
  margin-top: 48px;
}

h3 + h4 {
  margin-top: 15px;
}

@media (max-width: 479px) {
  h3 + form {
    margin-top: 30px;
  }

  * + h4 {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  padding-left: 179px;
  color: #272a31;
}
.brand:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/logo.png) 18px 16px no-repeat;
}
.brand_name {
  overflow: hidden;
}
.brand_slogan {
  margin-top: 0;
  padding-left: 18px;
  opacity: .5;
  text-transform: uppercase;
  font: 300 20px/35px "Open Sans", sans-serif;
  letter-spacing: 17.6px;
}
@media (max-width: 767px) {
  .brand {
    padding-left: 0;
  }
  .brand:before {
    position: static;
    width: 100%;
    height: 110px;
    display: block;
    background-position: center;
  }
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 76px;
  }
  .brand_slogan {
    font-size: 16px;
    letter-spacing: 8px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary, .bg-secondary, .bg-secondary2, .bg-default {
  position: relative;
}
.bg-primary:before, .bg-secondary:before, .bg-secondary2:before, .bg-default:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.bg-secondary:before {
  background: #149AB1;
}
.bg-secondary h4 {
  color: #fda291;
}
.bg-secondary p {
  color: #993926;
}

.bg-secondary2:before {
  background: #3B3296;
}
.bg-secondary2 h4 {
  color: #4eb1f0;
}
.bg-secondary2 p {
  color: #28546f;
}

.bg-primary:before {
  background: #3B3296;
}
.bg-primary h4 {
  color: #bfe86b;
}
.bg-primary p {
  color: #999;
}

.bg-default:before {
  background: #424955;
}

.bg-color {
  background: #f5f6f6;
}

/*==================     Icons     ======================*/
.icon {
  display: block;
  margin-top: 13px;
  position: relative;
  padding-bottom: 100%;
  background: #424955;
}
.icon:before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 250px;
  line-height: 250px;
  margin-top: -125px;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon.fa-instagram:before, .icon.fa-image:before {
  font-size: 200px;
}
.icon.fa-facebook:before, .icon.fa-image:before {
  font-size: 200px;
}
.icon:hover {
  background: #fff;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.icon:hover:before {
  color: #424955;
}
.icon:active {
  -webkit-box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 979px) {
  .icon.fa-instagram:before,.icon.fa-facebook:before, .icon.fa-image:before, .icon.fa-play-circle:before {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .icon {
    width: 50%;
    padding-bottom: 50%;
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .icon.fa-instagram:before,.icon.fa-facebook:before, .icon.fa-image:before, .icon.fa-play-circle:before{
    font-size: 80px;
  }
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  width: 244px;
  word-spacing: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 33px 92px 35px 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #96ca2d;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 156px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 86px;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 156px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 70px;
  background: #5c6678;
  z-index: -1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:hover {
  padding-right: 10px;
}
.btn:hover:after {
  left: 100%;
}
.btn:hover:before {
  left: 100%;
  opacity: 0;
}
.btn:active {
  background: #77a024;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 15px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #3B3296;
  background: #FCFAF8;
  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 {
  background: #4A505C;
  text-decoration: none;
}

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.parallax h2 {
  color: #fff;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 129px;
  padding-bottom: 135px;
  text-align: center;
  background: #FCFAF8;
}
@media (max-width: 767px) {
  header {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

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

.contact-form {
  display: inline-block;
  width: 776px;
  padding: 104px 20px 100px;
  background: #424955 url(../images/parallax1.png) center repeat;
  background-size: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form h3 {
  color: #fff;
}
@media (max-width: 979px) {
  .contact-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form h3 br {
    display: none;
  }
}
@media (max-width: 479px) {
  .contact-form {
    margin-left: -15px;
    padding: 30px 0;
    width: 300px;
  }
  .contact-form h3 {
    font-size: 24px;
  }
}

.primary {
  color: #96ca2d;
}

/*==================      Well     ======================*/
.well {
  padding-top: 126px;
  padding-bottom: 125px;
}

.well1 {
  padding-top: 139px;
  padding-bottom: 158px;
}

.well2 {
  padding-top: 150px;
  padding-bottom: 164px;
}

.ins1 {
  padding-bottom: 154px;
}

@media (max-width: 767px) {
  [class*="well"] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ins1 {
    padding-bottom: 50px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 70px;
  padding-bottom: 67px;
  background: #383e48;
  color: #667185;
}
footer .brand,
footer .copyright {
  float: left;
}
footer .inline-list {
  float: right;
}
footer .inline-list li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 78px;
  width: 78px;
  height: 78px;
  background: #5a6374;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .inline-list li a:hover {
  background: #96ca2d;
}
footer .copyright {
  margin-top: 25px;
  margin-left: 10px;
}
footer .brand {
  background-size: 24%;
  padding-left: 92px;
  color: #fff;
}
footer .brand_name {
  font-size: 51px;
}
footer .brand_slogan {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 9.8px;
  padding-left: 0px;
}
footer .brand:before {
  margin-top: 10px;
  width: 66px;
  height: 58px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .brand,
  footer .copyright,
  footer .inline-list {
    float: none;
  }
  footer .brand {
    padding-left: 0;
  }
  footer .brand_slogan {
    padding-left: 10px;
  }
  footer .brand:before {
    display: inline-block;
  }
  footer * + .inline-list {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  footer .inline-list li a {
    width: 58px;
    height: 58px;
    line-height: 58px;
  }
}
