@charset "UTF-8";
@import url("../css/animate.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,400italic,700,900);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #7c7d81;
  font: 400 14px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #3b3d44;
}

h1 {
  font-size: 51px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: -1.3px;
}

h2 {
  font-size: 72px;
  line-height: 77px;
  font-weight: 500;
}

h3 {
  font-size: 60px;
  line-height: 77px;
  font-weight: 300;
}

h4 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
}

h5 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
h5 a:hover {
  color: #f44236;
}

h6 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

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

blockquote p, blockquote .terms-list dd, .terms-list blockquote dd {
  background: #fff;
  padding: 25px 35px 25px 32px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-style: italic;
  line-height: 18px;
  position: relative;
}
blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 13px;
  /*background: url("../images/page-1_img21.png") no-repeat;*/
  height: 60px;
  width: 75px;
}
blockquote p:after, blockquote .terms-list dd:after, .terms-list blockquote dd:after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: 60px;
  border-style: solid;
  border-width: 9.5px 1px 36.5px 43px;
  border-color: transparent transparent transparent #FFF;
}
blockquote h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
blockquote * + h6 {
  margin-top: 46px;
  margin-left: 19px;
}

time {
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 100;
  text-transform: uppercase;
}

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

.center {
  text-align: center;
}

.primary-color {
  color: #4baf4f;
}

.secondary-color {
  color: #01bbd4;
}

.secondary2-color {
  color: #f44236;
}

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

.img_add {
  margin-top: 7px;
}

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

@media (min-width: 768px) and (max-width: 979px) {
  h5 {
    font-size: 26px;
    line-height: 30px;
  }

  time {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 50px;
    line-height: 67px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p, .terms-list * + dd {
  margin-top: 14px;
}

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

* + .btn2 {
  margin-top: 25px;
}

* + .btn3 {
  margin-top: 30px;
}

* + h5 {
  margin-top: 23px;
}

* + h6 {
  margin-top: 11px;
}

* + time {
  margin-top: 21px;
}

* + .thumb {
  margin-top: 30px;
}

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

* + .offset {
  margin-top: 60px;
}

* + .offset2 {
  margin-top: 45px;
}

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

* + .contact-list {
  margin-top: 65px;
}

* + .terms-list {
  margin-top: 65px;
}

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

.row + .offset3 {
  margin-top: 32px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  /*padding-top: 23px;*/
  padding-top: 5px;
  padding-left: 62px;
}
.brand_name {
  overflow: hidden;
  color: #fff;
}
.brand_slogan {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.3px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-left: -2px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #4baf4f;
}

.bg-secondary {
  background: #01bbd4;
}
.bg-secondary * {
  color: #fff;
}
.bg-secondary .marked-list li:before {
  color: #fff;
}
.bg-secondary * + .marked-list {
  margin-top: 30px;
}

.bg-secondary2 {
  background: #f44236;
}

.bg-secondary3 {
  background: #e3e4e5;
}

/*================== Contact List ======================*/
.contact-list address {
  font: 400 22px/24px "Roboto", sans-serif;
  color: #3b3d44;
  text-transform: uppercase;
}
.contact-list li dl a:hover {
  color: #f44236;
}
.contact-list li dl a[href^="mailto:"] {
  color: #4baf4f;
}
.contact-list li dl a[href^="mailto:"]:hover {
  color: #f44236;
  text-decoration: underline;
}
.contact-list li dt {
  float: left;
}
.contact-list li dd {
  float: right;
  margin-right: 70px;
}
.contact-list li dl + dl {
  clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-list address + dl {
  margin-top: 21px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .contact-list li dl {
    font-size: 13px;
  }
}
/*================== Progress List ======================*/
.progress-list {
  margin-top: -4px;
}
.progress-list li {
  margin-right: 29px;
}
.progress-list li p, .progress-list li .terms-list dd, .terms-list .progress-list li dd {
  font-weight: 700;
  text-transform: uppercase;
  color: #3b3d44;
  letter-spacing: -0.35px;
}
.progress-list li .item {
  width: 100%;
  background: #d6d5d5;
  height: 40px;
  position: relative;
}
.progress-list li .item:before {
  position: absolute;
  content: '';
  height: 40px;
}
.progress-list li .item:after {
  position: absolute;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}
.progress-list li * + .item {
  margin-top: -4px;
}
.progress-list li .item_mod1:before {
  background: #01bbd4;
}
.progress-list li .item_mod2:before {
  background: #f44236;
}
.progress-list li .item_mod3:before {
  background: #fdc006;
}
.progress-list li .item_mod4:before {
  background: #4baf4f;
}
.progress-list li .item1:before {
  width: 48.5%;
}
.progress-list li .item1:after {
  content: '43%';
  left: 37%;
}
.progress-list li .item2:before {
  width: 82%;
}
.progress-list li .item2:after {
  content: '78%';
  left: 69%;
}
.progress-list li .item3:before {
  width: 77%;
}
.progress-list li .item3:after {
  content: '75%';
  left: 64%;
}
.progress-list li .item4:before {
  width: 85%;
}
.progress-list li .item4:after {
  content: '80%';
  left: 73%;
}
.progress-list li + li {
  margin-top: 13px;
}

@media (max-width: 1199px) {
  .progress-list li .item1:after {
    left: 30%;
  }
  .progress-list li .item2:after {
    left: 65%;
  }
  .progress-list li .item3:after {
    left: 55%;
  }
  .progress-list li .item4:after {
    left: 65%;
  }
}
@media (max-width: 479px) {
  .progress-list li .item1:after {
    left: 20%;
  }
  .progress-list li .item2:after {
    left: 50%;
  }
  .progress-list li .item3:after {
    left: 50%;
  }
  .progress-list li .item4:after {
    left: 55%;
  }
}
/*================   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);
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  display: inline-block;
}
.inline-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;
}
.inline-list li + li {
  margin-left: 25px;
}
.inline-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) {
  .inline-list li + li {
    margin-left: 7px;
  }
}
@media (max-width: 979px) {
  .inline-list li {
    text-align: center;
    display: block;
  }
  .inline-list li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
/*==================  Marked List  ======================*/
.marked-list {
  margin-top: -4px;
}
.marked-list li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #3b3d44;
}
.marked-list li time {
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  line-height: 28px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.marked-list li time:hover {
  color: #f44236;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 2px;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #f44236;
}
.marked-list li:last-child {
  border-bottom: none;
}
.marked-list li + li {
  margin-top: 15px;
}
.marked-list a:hover {
  text-decoration: none;
  color: #f44236;
}

.marked-list_mod1 li:before {
  top: 2px;
}
.marked-list_mod1 li + li {
  margin-top: 10px;
}

/*==================   Terms List   ======================*/
.terms-list dt {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #4baf4f;
}
.terms-list dd a {
  display: inline-block;
  color: #4baf4f;
}
.terms-list dd a:hover {
  color: #f44236;
}
.terms-list dd + dt {
  margin-top: 27px;
}

/*==================   Info List   ======================*/
.info-list li:before {
  display: inline-block;
  height: 128px;
  width: 128px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 128px;
  font-size: 40px;
  border: 2px solid #c5c5c7;
  color: #c5c5c7;
  margin-bottom: 26px;
}
.info-list li h6 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
    font-size: 20px;
}
.info-list li p, .info-list li .terms-list dd, .terms-list .info-list li dd {
  padding: 0 10px;
}
.info-list li * + p, .info-list li .terms-list * + dd, .terms-list .info-list li * + dd {
  margin-top: 7px;
}

.info-list_mod1 li {
  position: relative;
}
.info-list_mod1 li h6, .info-list_mod1 li p, .info-list_mod1 li .terms-list dd, .terms-list .info-list_mod1 li dd {
  padding-left: 158px;
}
.info-list_mod1 li:before {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .info-list_mod1 li {
    text-align: center;
  }
  .info-list_mod1 li h6, .info-list_mod1 li p, .info-list_mod1 li .terms-list dd, .terms-list .info-list_mod1 li dd {
    padding-left: 0;
  }
  .info-list_mod1 li:before {
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*==================    Buttons    ======================*/
[class*='btn'] {
  display: inline-block;
}

.btn {
  font-size: 22px;
  color: #fff;
  padding: 17px 31px 21px;
}
.btn:hover {
  background: #4baf4f;
}
.btn:active {
  background: #3c8b3f;
}

.btn.bg-primary:hover {
  background: #01bbd4;
}
.btn.bg-primary:active {
  background: #018ea1;
}

.btn.bg-secondary:hover, .btn.bg-secondary2:hover {
  background: #4baf4f;
}
.btn.bg-secondary:active, .btn.bg-secondary2:active {
  background: #3c8b3f;
}

.btn_mod1 {
  padding: 17px 34px 21px;
}

.btn_wr {
  margin-top: 70px;
  float: right;
}
.btn_wr .btn + .btn {
  margin-left: 6px;
  margin-top: 0;
}

.btn2 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #01bbd4;
}
.btn2:hover {
  color: #f44236;
}

.btn3 {
  font-size: 48px;
  line-height: 49px;
  font-weight: 700;
  font-family: "Arial";
  letter-spacing: -0.48px;
  background: #01bbd4;
  color: #fff;
  position: relative;
  border: 3px solid #fff;
  padding: 33px 43px 33px 152px;
}
.btn3:before {
  position: absolute;
  top: 56px;
  left: 33px;
  font-size: 94px;
  color: #fff;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn3:hover {
  background: #fff;
  color: #01bbd4;
}
.btn3:hover:before {
  color: #01bbd4;
}
.btn3:hover:active {
  background: #e6e6e6;
}

@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .btn3 {
    padding: 33px 43px 33px 32px;
    text-align: center;
  }
  .btn3:before {
    display: none;
  }

  .btn_wr {
    text-align: center;
    margin-top: 70px;
    float: none;
  }
  .btn_wr .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
    padding: 17px 36px 21px;
  }
}
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-top: 12px;
}
.box_cnt {
  padding-left: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 767px) {
  .box_aside {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .box_cnt__no-flow {
    overflow: visible;
  }
  .box_cnt {
    padding-left: 0;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 14px;
  line-height: 31px;
  /*letter-spacing: -0.6px;*/
  text-transform: uppercase;
}
.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: 0;
}
.sf-menu a {
  display: block;
  padding: 32px 10px;
}
@media (max-width: 1199px) {
  .sf-menu a {
    padding: 32px 10px;
  }
}
@media (max-width: 979px) {
  .sf-menu {
    font-size: 16px;
    line-height: 32px;
  }
}

.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f9e900;
  background: #fff;
}
.sf-menu > li.active > a {
  color: #4baf4f;
  background: #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 235px;
  padding: 20px 0;
  background: #429a46;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  font-size: 14px;
  line-height: 37px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.sf-menu ul a {
  padding: 0 30px;
}

.sf-menu ul > li > a {
  color: #fff;
  background: #429a46;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #4baf4f;
  background: #fff;
}

.sf-menu ul ul {
  position: absolute;
  top: 41.6%;
  left: 250px;
  background: #429a46;
  color: #fff;
  width: 200px;
  z-index: 4;
  padding: 0;
}

.sf-menu ul ul > li > a {
  color: #fff;
  background: #429a46;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #4baf4f;
  background: #fff;
}

@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: #4baf4f;
  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: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #4baf4f;
  z-index: 999;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 37px;
    line-height: 37px;
    color: #4baf4f;
    border-radius: 40%;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:before {
    content: '\f0aa';
    display: inline-block;
    background: #ffef00;
    width: 37px;
    /* margin-left: -2px; */
}
.toTop:hover {
  color: #3b3d44;
  text-decoration: none;
}

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

/*=================       Tabs     ======================*/
.resp-tabs-container {
  background: #fff;
  padding: 48px 35px 82px 30px;
}
.resp-tabs-container h6 {
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  color: #3b3d44;
}
.resp-tabs-container p, .resp-tabs-container .terms-list dd, .terms-list .resp-tabs-container dd {
  color: #7c7d81;
}
.resp-tabs-container * + p, .resp-tabs-container .terms-list * + dd, .terms-list .resp-tabs-container * + dd {
  margin-top: 17px;
}

.resp-tabs-list li {
  display: inline-block;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #7c7d81;
  background: #dddddd;
  padding: 20px 63px 9px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.resp-tabs-list li:first-child {
  padding: 20px 38px 9px;
}
.resp-tabs-list li:last-child {
  padding: 20px 53px 9px;
  margin-left: -2px;
}
.resp-tabs-list li:hover {
  background: #fff;
  color: #01bbd4;
}
.resp-tabs-list .resp-tab-active {
  background: #fff;
  color: #01bbd4;
}
.resp-tabs-list li + li {
  margin-left: -2px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 1199px) {
  .resp-tabs-list li,
  .resp-tabs-list li:first-child,
  .resp-tabs-list li:last-child {
    padding: 20px 20px 10px;
  }

  .resp-tabs-list li + li {
    margin-left: -2px;
  }
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    padding: 10px 0;
    background: #01bbd4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .resp-accordion:hover {
    cursor: pointer;
    background: #f44236;
  }

  .resp-tab-active {
    background: #f44236;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h2, .parallax h4 {
  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;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax3 .btn {
  padding: 17px 48px 21px;
}

/*==================   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 50px "FontAwesome";
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(1, 187, 212, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8001BBD4', endColorstr='#8001BBD4')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8001BBD4', endColorstr='#8001BBD4');
  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 {
  background: #4baf4f;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
  z-index: 2;
  padding-top: 1px;
}
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .brand {
  float: left;
}
header .nav, header .search-form_toggle {
  float: right;
}
header .nav {
  /*padding-right: 215px;*/
  padding-right: 70px;
}
@media (max-width: 1350px) {
  header .nav {
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  header .brand {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand {
    padding-bottom: 10px;
    padding-left: 0;
  }
  header .brand, header .nav {
    float: none;
  }
}

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

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

.well2 {
  padding-top: 120px;
  padding-bottom: 135px;
}

.well3 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.well4 {
  padding-top: 63px;
  padding-bottom: 80px;
}

.well__ins1 {
  padding-top: 60px;
}

.well__ins2 {
  padding-top: 70px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #4baf4f;
  text-align: center;
  padding-top: 10px;
}
footer .inline-list li a {
  height: 37px;
  width: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  line-height: 37px;
  color: #4baf4f;
  background: #fff;
}
footer .inline-list li a:hover {
  background: #f44236;
}
footer .inline-list li + li {
  margin-left: 70px;
}
footer hr {
  border: none;
  background: #fff;
  width: 100%;
  height: 1px;
  margin: 0;
}
footer .copyright {
  padding-bottom: 21px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
footer .copyright > * {
  display: inline-block;
}
footer .copyright p em, footer .copyright .terms-list dd em, .terms-list footer .copyright dd em {
  text-transform: uppercase;
}
footer .copyright a:hover {
  color: #f44236;
}
footer .copyright * + p, footer .copyright .terms-list * + dd, .terms-list footer .copyright * + dd {
  margin-top: 0;
}
footer * + hr {
  margin-top: 84px;
}
footer * + .copyright {
  margin-top: 21px;
}

@media (max-width: 979px) {
  footer .inline-list li {
    display: inline-block;
  }
  footer .inline-list li + li {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  footer .inline-list li + li {
    margin-left: 0;
  }
}
