﻿@charset "UTF-8";
@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=Sarina|Raleway:500,700,300|Merriweather);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #3c3d3d;
  font: 500 14px/24px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}



img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-family: "Sarina", cursive;
  font-weight: 400;
}

h2 {
  font-size: 53px;
  line-height: 60px;
  font-weight: 300;
}

h3 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
}

h4 {
  font-size: 36px;
  line-height: 41px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

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;
}

blockquote {
  color: #fff;
}
blockquote > p {
  color: #3c3d3d;
  border: 2px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  padding: 35px 19px 41px 33px;
  font-size: 12px;
  line-height: 18px;
  z-index: 1;
}
blockquote > p:before {
  content: '';
  position: absolute;
  background: url("../images/page-1_img24.png") no-repeat;
  top: 12px;
  left: 20px;
  height: 80px;
  width: 80px;
  z-index: -1;
}
blockquote > p:after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: 30px;
  border-style: solid;
  border-width: 0.5px 0 35.5px 40px;
  border-color: transparent transparent transparent #FFF;
}
blockquote h6 {
  padding-left: 33px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
blockquote h6 span {
  display: block;
  font-size: 11px;
  line-height: 10px;
}
blockquote * + h6 {
  margin-top: 42px;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.primary-color {
  color: #9d9d9d;
}

.border {
  border: 4px solid #cdcdcd;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img_add {
  margin-top: 6px;
}

@media (max-width: 479px) {
  h2 {
    font-size: 43px;
    line-height: 50px;
  }

  h3 {
    font-size: 38px;
    line-height: 45px;
  }

}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 20px;
}

* + h6 {
  margin-top: 34px;
}

* + h5 {
  margin-top: 13px;
}

* + .row {
  margin-top: 88px;
}

* + time {
  margin-top: 6px;
}

* + .btn2 {
  margin-top: 24px;
}

* + .center {
  margin-top: 86px;
}

* + .marked-list {
  margin-top: 17px;
}

* + .offset {
  margin-top: 82px;
}

* + .offset2 {
  margin-top: 28px;
}

* + .terms-list {
  margin-top: 80px;
}

.client_wr + a {
  margin-top: 75px;
}

.btn + .btn {
  margin-right: 13px;
}

.row + .row {
  margin-top: 28px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #3c3d3d;
}
.brand_name {
  padding-left: 3px;
}
.brand_slogan {
  font-family: "Merriweather", serif;
  font-size: 11px;
  line-height: 0;
  text-align: right;
}
.brand * + p {
  margin-top: 0;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: url("../images/bg-primary.jpg") bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-secondary {
  background: #e9e9e9;
}
.bg-secondary * + .row {
  margin-top: 78px;
}
.bg-secondary * + .btn2 {
  margin-top: 34px;
}
.bg-secondary p {
  font-size: 12px;
  font-weight: 400;
}

.bg-secondary2 {
  background: #b5d448;
}
.bg-secondary2 .border {
  border-color: #9db34f;
}
.bg-secondary2 a:hover {
  color: #fff;
}
.bg-secondary2 .marked-list li {
  border-bottom: 1px solid #9db34f;
}
.bg-secondary2 .marked-list li a:hover {
  color: #fff;
}
.bg-secondary2 .marked-list li:before {
  color: #fff;
}

/*================   Client Wrapper   ===================*/
.client_wr img {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.client_wr a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*==================     Icons     ======================*/
.fa-group,
.fa-tree,
.fa-thumbs-up,
.fa-paper-plane {
  display: inline-block;
  font-size: 42px;
  line-height: 116px;
  color: #b5d448;
  height: 116px;
  width: 116px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==================    Buttons    ======================*/
.btn {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding: 20px 36px;
  border: 1px solid #bab8b8;
  color: #797979;
}
.btn:hover {
  background: #3c3d3d;
  border-color: #3c3d3d;
  color: #fff;
}
.btn:active {
  background: #9dbd2c;
}

.btn2 {
  font-weight: 700;
  display: inline-block;
}
.btn2:hover {
  color: #b5d448;
}

.btn_mod1 {
  padding: 20px 60px;
}

.butn_wrap {
  padding-top: 50px;
  margin-left: -7px;
}

@media (min-width: 767px) and (max-width: 1199px), (max-width: 479px) {
  .butn_wrap {
    padding-top: 10px;
    margin-left: 0;
  }
  .butn_wrap .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*================== Info List ======================*/
.info-list li {
  position: relative;
}
.info-list li p {
  color: #515252;
}
.info-list li h6 {
  font-size: 18px;
  font-weight: 500;
  color: #9d9d9d;
}
.info-list li h6 a {
  padding-left: 0;
}
.info-list li h6 a:hover {
  color: #3c3d3d;
}
.info-list li:before {
  position: absolute;
  top: 0;
  left: -5px;
  height: 75px;
  width: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  line-height: 75px;
  font-family: "FontAwesome";
  text-align: center;
  background: #3c3d3d;
  color: #e9e9e9;
}
.info-list * + p {
  margin-top: 5px;
}
.info-list li * {
  padding-left: 95px;
}
.info-list li:nth-child(n+4) {
  margin-top: 40px;
}
.info-list li:nth-child(3n+1) {
  clear: left;
}

.info-list_mod1 li * {
  margin-left: 48px;
}
.info-list_mod1 li h6 {
  color: #3c3d3d;
  font-weight: 700;
  font-size: 20px;
}
.info-list_mod1 li:before {
  text-align: center;
  height: 116px;
  width: 116px;
  border: 1px solid #bab8b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 42px;
  line-height: 116px;
  color: #b5d448;
  background: transparent;
}
.info-list_mod1 li * + p {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .info-list_mod1 li p {
    padding: 0;
    margin: 0;
  }
  .info-list_mod1 li h6 + p {
    margin-top: 60px;
  }
}
/*=============      Pricing Table      =================*/
.pricing-table > li {
  margin-top: 46px;
  padding: 40px 63px 49px;
  text-align: center;
  background: #fffef7;
  color: #898989;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.pricing-table > li:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #3c3d3d;
  height: 81px;
  top: 95px;
  left: 0;
}
.pricing-table > li h4 {
  font-size: 33px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3c3d3d;
}
.pricing-table > li .btn {
  padding: 17px 56px;
}
.pricing-table .price {
  display: inline-block;
  margin-left: -56px;
  position: relative;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  color: #b5d448;
}
.pricing-table .price:before {
  content: "$";
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 11px;
  left: -9px;
}
.pricing-table .price:after {
  content: ".99/month";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 17px;
  left: 105%;
}
.pricing-table ul li {
  padding: 14px 0;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.pricing-table ul li a:hover {
  color: #3c3d3d;
}
.pricing-table ul li + li {
  border-top: 1px solid #d6d5cf;
}
.pricing-table > li.bg-secondary {
  background: #e9e9e9;
}
.pricing-table > li.active {
  margin-top: 0;
  padding: 85px 63px 98px;
  color: #fff;
  background: #3c3d3d;
}
.pricing-table > li.active:before {
  display: none;
}
.pricing-table > li.active h4 {
  color: #fff;
}
.pricing-table > li.active .price {
  color: #fff;
}
.pricing-table > li.active .price:before {
  left: -13px;
}
.pricing-table > li.active ul li {
  color: #fff;
}
.pricing-table > li.active ul li a:hover {
  color: #b5d448;
}
.pricing-table > li.active ul li + li {
  border-color: #323333;
}
.pricing-table > li.active .btn {
  background: #b5d448;
  border: none;
  color: #3c3d3d;
}
.pricing-table > li.active .btn:hover {
  background: #fff;
  color: #b5d448;
}
.pricing-table * + .price {
  margin-top: 23px;
}
.pricing-table * + ul {
  margin-top: 22px;
}
.pricing-table * + .btn {
  margin-top: 22px;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 1199px) {
  .pricing-table > li,
  .pricing-table > li.active {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .pricing-table > li.active {
    margin-top: 30px;
  }

}

/*==================  Terms List  ======================*/
.terms-list dt {
  font-size: 24px;
  line-height: 30px;
  color: #9d9d9d;
  font-weight: 500;
}
.terms-list dd {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.terms-list dd > a {
  display: inline-block;
  color: #9d9d9d;
}
.terms-list dd > a:hover {
  color: #b5d448;
  text-decoration: underline;
}
.terms-list dt + dd {
  margin-top: 23px;
}
.terms-list dd + dt {
  margin-top: 27px;
}

/*================== Address List ======================*/
.address-list address {
  font: 700 20px/24px "Raleway", sans-serif;
  color: #3c3d3d;
}
.address-list li dl a:hover {
  color: #b5d448;
}
.address-list li dl a:active {
  color: #9dbd2c;
}
.address-list li dl a[href^="mailto:"] {
  color: #9d9d9d;
}
.address-list li dl a[href^="mailto:"]:hover {
  color: #b5d448;
  text-decoration: underline;
}
.address-list li dt {
  float: left;
}
.address-list li dd {
  float: right;
  margin-right: 43px;
}
.address-list li dl + dl {
  clear: both;
}
.address-list li dl + dl dd, .address-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.address-list li dt + dd {
  margin-top: 0;
}
.address-list li dd + dt {
  clear: both;
  margin-top: 0;
}
.address-list address + dl {
  margin-top: 21px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .address-list li dl {
    font-size: 13px;
  }
}
/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 28px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 4px;
  margin-right: 28px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  right: -17px;
  top: 2px;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #b5d448;
}
.marked-list li:last-child {
  border-bottom: none;
}
.marked-list li + li {
  margin-top: 2px;
}
.marked-list a:hover {
  text-decoration: none;
  color: #b5d448;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 40px;
}
.inline-list a:hover {
  color: #b5d448;
}

/*==================  Company List  ======================*/
.company-list li {
  display: inline-block;
}
.company-list li a {
  display: inline-block;
}
.company-list li a img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.company-list li + li {
  margin-left: 25px;
}
.company-list img:hover {
  -moz-transform: scale(0.8) translateY(-50%);
  -ms-transform: scale(0.8) translateY(-50%);
  -o-transform: scale(0.8) translateY(-50%);
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
}

@media (max-width: 1199px) {
  .company-list li + li {
    margin-left: 7px;
  }
}
@media (max-width: 979px) {
  .company-list li {
    text-align: center;
    display: block;
  }
  .company-list li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  display: inline-block;
  height: 86px;
  width: 86px;
  font-size: 36px;
  line-height: 86px;
  font-weight: 500;
  color: #b5d448;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #bdbbbb;
  margin-bottom: 35px;
}
.index-list li p {
  padding: 0 20px;
}
.index-list li * + p {
  margin-top: 24px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 14px;
  line-height: 31px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 2px;
}
.sf-menu a {
  display: block;
  padding: 11px 27px;
  position: relative;
  z-index: 1;
}
.sf-menu a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #b5d448;
  top: 0;
  left: 0;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: -1;
}

.sf-menu > li > a {
  color: #3c3d3d;
  z-index: 1;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #3c3d3d;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before {
  height: 53px;
}
.sf-menu > li.active > a {
  color: #3c3d3d;
}
.sf-menu > li.active > a:before {
  height: 53px;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 91%;
  left: -4px;
  width: 235px;
  padding: 20px 0;
  background: #323232;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 37px;
  font-weight: 300;
}
.sf-menu ul a {
  padding: 0 30px;
}

.sf-menu ul > li > a {
  color: #FFF;
  background: #323232;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #b5d448;
}

.sf-menu ul ul {
  position: absolute;
  top: 41.6%;
  left: 250px;
  background: #323232;
  color: #fff;
  width: 200px;
  z-index: 4;
  padding: 0;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #323232;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #b5d448;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  left: 85.5%;
  top: 50%;
  margin-top: -14px;
  content: "";
  font: 400 14px/30px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }

}
/*==================   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: #b5d448;
  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;
    right: 5px;
    color: #000;
    font-size:100%;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:right;
}


.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 0px;
  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: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  display: block;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #9d9d9d;
}
.isStuck .sf-menu ul {
  top: 100%;
}
.isStuck .sf-menu ul ul {
  top: 41.6%;
}
.isStuck .search-form {
  top: 5px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 37px;
  line-height: 29px;
  color: #b5d448;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:before {
  content: '\f0aa';
  display: inline-block;
  background: #fff;
  width: 31px;
  margin-left: -1px;
}
.toTop:hover {
  color: #3c3d3d;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

 

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax h2, .parallax h3 {
  font-weight: 500;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax3,
.parallax5,
.parallax7 {
  line-height: 18px;
}
.parallax3 h2,
.parallax5 h2,
.parallax7 h2 {
  font-weight: 300;
}
.parallax3 .btn,
.parallax5 .btn,
.parallax7 .btn {
  float: right;
  margin-top: 45px;
  background: #b5d448;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #3c3d3d;
  padding: 20px 32px;
}
.parallax3 .btn:hover,
.parallax5 .btn:hover,
.parallax7 .btn:hover {
  background: #fff;
  color: #b5d448;
}
.parallax3 .btn:active,
.parallax5 .btn:active,
.parallax7 .btn:active {
  background: #e6e6e6;
}
.parallax3 * + p,
.parallax5 * + p,
.parallax7 * + p {
  margin-top: 10px;
}

.parallax4 h2 {
  letter-spacing: -2.5px;
}

.parallax5 .btn, .parallax7 .btn {
  margin-left: -16px;
  padding: 20px 44px;
}
.parallax5 h2, .parallax7 h2 {
  font-size: 52px;
  font-weight: 300;
}

.parallax7 h2 {
  font-weight: 300;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(181, 212, 72, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80B5D448', endColorstr='#80B5D448')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80B5D448', endColorstr='#80B5D448');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #e9e9e9;
}
header:before, header:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #9d9d9d;
}
header:before {
  top: 48px;
}
header:after {
  bottom: 0;
}
header .wrapper {
  padding-top: 5px;
  font-size: 12px;
  line-height: 13px;
  position: relative;
  color: #9d9d9d;
}
header .wrapper a {
  text-transform: uppercase;
}
header .wrapper a:hover {
  color: #b5d448;
}
header .wrapper:before {
  content: '';
  position: absolute;
  background: url("../images/page-1_img01.png") no-repeat;
  height: 30px;
  width: 35px;
  left: -32px;
  top: 6px;
  font-size: 34px;
  line-height: 40px;
  font-family: "FontAwesome";
}
header .banner {
  display: block;
  padding-top: 25px;
  padding-bottom: 31px;
}
header .banner:before, header .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
header .banner:after {
  clear: both;
}
header .brand, header .nav {
  float: right;
}
header .wrapper, header .search-form_toggle {
  float: left;
}


@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header:before, header:after {
    display: none;
  }
  header .nav, header .search-form_toggle {
    float: none;
  }
}


@media (max-width: 479px) {


    .well {
      padding-bottom: 20px !important;
    }
    .titlecontactMobile{
        font-size: 47px !important;
        margin-top: 12px !important;
    }
    .parallax3 .btn, .parallax5 .btn, .parallax7 .btn {
        float: right;
        margin-top: 45px;
        background: #b5d448;
        border: none;
        font-size: 18px;
        font-weight: 500;
        color: #3c3d3d;
        padding: 20px 32px;
        width: 84%;
    }

    .bg-secondary * + .row {
        margin-top: 0px;
    }

    * + p {
        margin-top: 20px;
        text-align:right;
        font-size:18px;
    }

    .container1 {
        color: red !important;
        float: right;
        text-align: center;
        direction: inherit;
        width: 64%;
        margin-right: 49px;
        margin-top: 15px;
    }

   
  header .brand, header .wrapper {
    float: right;
    display: inline-block;
  }
  header .wrapper {
    margin-top: 30px;
     float: left;
  }

  .brand_name {
    right: 18px;
    top: 7px;
    position: absolute;
}

  footer .copyright {
    padding-bottom: 0px !important;
    color: #b3b3b3;
}

    header .banner {
        display: block;
        padding-top: 25px;
        padding-bottom: 19px;
        width: 89%;
    }

    .btn {
        font-size: 18px;
        line-height: 20px;
        display: inline-block;
        padding: 20px 36px;
        border: 1px solid #bab8b8;
        color: #797979;
        vertical-align: baseline;
        width: 29%;
        text-align: -webkit-center;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fafafa;
}

/*==================      Well     ======================*/
.well {
  padding-top: 0px;
  padding-bottom: 85px;
}

.well2 {
  padding-top: 97px;
  padding-bottom: 95px;
}

.well3 {
  padding-top: 110px;
  padding-bottom: 50px;
}

.well__ins1 {
  padding-bottom: 95px;
}

.well__ins2 {
  padding-top: 77px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #3c3d3d;
  text-align: center;
  padding-top: 35px;
}
footer .inline-list li a {
  height: 87px;
  width: 87px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 37px;
  line-height: 87px;
  color: #3c3d3d;
  background: #fafafa;
}
footer .inline-list li a:hover {
  background: #b5d448;
  color: #3c3d3d;
}
footer .inline-list li + li {
  margin-left: 70px;
}
footer hr {
  border: none;
  background: #5d5e5e;
  width: 100%;
  height: 1px;
  margin: 0;
}
footer .copyright {
  padding-bottom: 5px;
  color: #b3b3b3;
}
footer .copyright > * {
  display: inline-block;
}
footer .copyright p em {
  text-transform: uppercase;
  color: #b5d448;
}
footer .copyright a:hover {
  color: #b5d448;
}
footer .copyright * + p {
  margin-top: 0;
}
footer * + hr {
  margin-top: 25px;
}
footer * + .copyright {
  margin-top: 98px;
}


/*********************************************************************************/
/* START MODAL
/*********************************************************************************/
            .modal .errorMsg.modal:not(.tt-err) {
                position: static;
                margin-left: 0;
                box-shadow: none;
                padding: 20px 40px 6px;
                width: auto;
                font-size: 0.78em;
                text-align: right;
                background: url(../imagesmobile/alertSmall.png) no-repeat right 12px;
                height: 50px;
                min-height: 50px;
                display: block;
                color: #d1202f;
                text-transform: uppercase;
                font-weight: 600;
            }

            .modal .errorMsg:not(.tt-err):before {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 10px 12px 10px;
                border-color: transparent transparent #c8c8c8 transparent;
                position: absolute;
                left: auto;
                right: 15px;
                top: -8px;
                bottom: auto;
            }

            .modal .errorMsg.active {
                display: block;
            }

            .modal.signUp .modal-content .modal-body {
                background: none;
            }

            .modal.searchMenu {
                margin: 0 -10px;
            }

            .modal .home_searchFilter.footerSearch {
                position: absolute;
                top: 84px;
            }

            .inner_content .boxForm .form-group.has-error .bootstrap-select {
                border: 3px solid #e81c51;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

            .inner_content .boxForm .form-group.has-error .form-control {
                border: 3px solid #e81c51;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

            .inner_content .boxForm .form-group {
                margin-bottom: 10px;
                position: relative;
            }

           .inner_content .boxForm .form-group .errorMsg {
                    position: absolute;
                    right: 50%;
                    margin-right: 127px;
                    bottom: 100%;
                    margin-bottom: 0;
                    webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
                    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
                    padding: 6px 83px 6px 0;
                    width: 255px;
                    height: 55px;
                    font: normal 1em/47px Arial;
                    color: #595959;
                    text-align: right;
                    background: #FFF url('../../images/sprite.png') no-repeat right -1855px;
                }

                    .inner_content .boxForm .form-group .errorMsg:before {
                        content: "";
                        width: 0;
                        height: 0;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 5px solid #FFF;
                        position: absolute;
                        right: 29px;
                        bottom: -5px;
                    }

                    .inner_content .boxForm .form-group .errorMsg:after {
                        content: "";
                        display: inline-block;
                        width: 1px;
                        position: absolute;
                        right: 71px;
                        background: #c8c8c8;
                        top: 10px;
                        bottom: 10px;
                    }

                .inner_content .boxForm .form-group.has-error .errorMsg {
                    display: block;
                }

            .inner_content .checkbox .checkboxText {
                font: normal 16px/22px Arial;
                color: #121212;
                padding-right: 10px;
            }


            .inner_content .bottomLinks {
                display: block;
                margin-top: 12px;
                border-top: 2px solid #565c5f;
                padding-top: 15px;
                text-align: left;
            }

                .inner_content .bottomLinks .addLink {
                    display: inline-block;
                    font: normal 1.5em/37px Arial;
                    color: #1e9bce;
                    text-decoration: underline;
                    margin-left: 12px;
                }

            /**qtip**/
            .qtip-default {
                background: #FFF;
                font: normal 16px Arial;
                color: #595959;
                border: 0;
                padding: 9px;
            }

                .qtip-default:after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-bottom: 5px solid #FFF;
                    position: absolute;
                    top: -4px;
                    right: 50%;
                    margin-right: -3px;
                }

            .qtip-content {
                padding: 0;
                direction: rtl;
                text-align: right;
            }

           

/*********************************************************************************/
/* END MODAL
/*********************************************************************************/



@media (max-width: 479px) {
  footer .inline-list li + li {
    margin-left: 0;
  }


   
}


.container1{
    color:white !important;
    float:right;
    text-align:right;
    direction:inherit;
}