@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=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(fl-chapps.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #000;
    font: 400 14px/27px "Open Sans", sans-serif;
    -webkit-text-size-adjust: none;
}

address b {
    margin-top: 30px !important;
    float: left;
    width: 100%;
}

address b {
    font: 400 30px/55px "Fjalla One", sans-serif;
}

.leftim img {
    width: 50% !important;
}

.captcha input {

    float: left;
    width: 30%;
    border: none;
    padding: 12px 25px;
    margin-right: 30px;
    background: #ccc;
    margin-left: 33px;

}

.grid_12.mfInput {

    float: left;
    width: 100% !important;
    margin-bottom: 50px !important;

}

address a {
    font-weight: bold;
}

.welcome img {
   border-radius: 50%;
  width: 270px !important;
  height: 270px;
  margin: 0 auto 20px auto;
  display: block;
}

.welcome .color1 {
    padding: 0px 0px 20px 0px;
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h4, h5, .terms-list dt, h6 {
  text-transform: uppercase;
}

h1 {
  font: 400 36px/36px "Fjalla One", sans-serif;
}

h2 {

    font: 400 53px/normal "Fjalla One", sans-serif;
    color: rgb(112,48,160);

}

h3 {
  font: 400 45px/55px "Fjalla One", sans-serif;
}

h4 {
  font: 400 36px/42px "Fjalla One", sans-serif;
}

h5, .terms-list dt {

    font: 400 26px/36px "Fjalla One", sans-serif;
    color: rgb(112,48,160);

}

h6 {
  font: 400 20px/32px "Fjalla One", sans-serif;
}

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;
}

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;
}

@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
}

time {
  display: block;
  text-align: center;
  font: 400 42px/42px "Fjalla One", sans-serif;
  margin-top: 33px;
  color: #39b54a;
}
time span {
  display: block;
  font-size: 15px;
  line-height: 13px;
  text-transform: uppercase;
}

.time {
  width: 125px;
  height: 125px;
  border: 1px solid #39b54a;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

address {
  color: #ffffff;
  text-transform: uppercase;
  font: 400 20px/32px "Fjalla One", sans-serif;
}

.bull {
  display: inline-block;
  position: relative;
  font-size: 20px;
  pointer-events: none;
}

@media (max-width: 479px) {
  h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p, .terms-list * + dd {
  margin-top: 23px;
}

* + h5, .terms-list * + dt {
  margin-top: 50px;
}

* + .btn {
  margin-top: 41px;
}

* + .btn2 {
  margin-top: 59px;
}

* + .fb-page {
  margin-top: 25px;
}

* + .row {
  margin-top: 44px;
}

* + .terms-list {
  margin-top: 56px;
}

h2 + p, .terms-list h2 + dd {
  margin-top: 50px;
}

* + .offs1 {
    margin-top: 30px;
}

.testi h5 {
    text-align: left;
}

.testi p {
    text-align: left;
}

* + .offs2 {
    margin-top: 0px;
}

* + .offs3 {
  margin-top: 66px;
}

* + .offs4 {
  margin-top: 56px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}

div#stuck_container {
    background: #a967db;
}
.brand_logo {
    display: inline-block;
    padding-top: 14px;
}
.brand_logo + * {
  margin-left: 7px;
}
.brand_name {
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    padding: 0px 0px 6px;
    width: 80%;
}

@media (max-width: 767px) {
  .brand {
    margin-left: 0;
  }
  .brand img {
    max-width: 13%;
  }
  .brand h1 {
    font: 400 28px/36px "Fjalla One", sans-serif;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #a967db;
}

.bg-secondary {
  background: #39b54a;
}

.bg-other {
  position: relative;
  background: transparent;
}
.bg-other:before {
  position: absolute;
  content: url("../images/page-1_img07.jpg");
  top: 0;
  right: 55.6%;
}
@media (max-width: 767px) {
  .bg-other:before {
    display: none;
  }
}
.bg-other:after {
  position: absolute;
  content: "";
  width: 4000px;
  height: 100%;
  left: 41.8%;
  z-index: -1;
  top: 0;
  background: #39b54a;
}
@media (max-width: 1199px) {
  .bg-other:after {
    right: inherit;
    margin-left: -2000px;
  }
}

.bg-other1 {
  position: relative;
  background: transparent;
}
.bg-other1:before {
  position: absolute;
  content: url("../images/page-2_img01.jpg");
  top: 0;
  left: 55.6%;
}
@media (max-width: 767px) {
  .bg-other1:before {
    display: none;
  }
}
.bg-other1:after {
  position: absolute;
  content: "";
  width: 4000px;
  height: 100%;
  right: 41.8%;
  z-index: -1;
  top: 0;
  background: #39b54a;
}
@media (max-width: 1199px) {
  .bg-other1:after {
    right: inherit;
    margin-left: -2000px;
  }
}

/*==================  Colors  ======================*/
.color1 {
    color: #000;
}

.color-white {
  color: #ffffff;
}

.color-secondary {
  color: #39b54a;
}

.sitemap {
    padding-top: 30px;
}

.social {
    position: fixed;
    top: 35%;
    left: 0px;
   
}

.social a:hover {

    background: #2695c9;

}


.social a {
    width: 40px;
    background: #7030a0;
    float: left;
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
    padding: 7px 0px;
}

.grid_5 img {
    border-radius: 50%;
    width: 69%;
}

.grid_6 img {
    border-radius: 50%;
    width: 40%;
}

/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    text-transform: uppercase;
    font: 400 16px/16px "Fjalla One", sans-serif;
    color: #fff;
    background: #7030a0;
    border: 1px solid #dadada;
    padding: 10px 50px 10px;
    border-radius: 27px;
}
.btn:hover {
    color: #7030a0;
    background: transparent;
    border: 1px solid #7030a0;
}
.btn:active {
  color: #333333;
}
.btn_mod1 {
  color: #ffffff;
  border-color: #ffffff;
}

.btn2 {
  display: inline-block;
  text-transform: uppercase;
  font: 400 16px/16px "Fjalla One", sans-serif;
  color: #ffffff;
  background: #39b54a;
  padding: 18px 21px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn2:hover {
  color: #21672a;
}
.btn2:active {
  color: #333333;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 37px;
}
.box_cnt {
  margin-top: 21px;
  text-transform: uppercase;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.box_cnt:hover {
  color: #39b54a;
}
.box_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 767px) {
  .box_aside {
    float: none;
  }
}
/*==================      Wrap      ======================*/
.wrap {
  display: inline-block;
  border: 1px solid #edf0f6;
  padding: 42px 50px 61px;
}
.wrap .fa {
  position: relative;
  display: inline-block;
  top: 24px;
  font-size: 22px;
  line-height: 22px;
  color: #676767;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.wrap .fa:hover {
  color: #39b54a;
}
.wrap img + * {
  margin-top: 46px;
}
.wrap h5, .wrap .terms-list dt, .terms-list .wrap dt {
  font: 400 24px/30px "Fjalla One", sans-serif;
  text-transform: none;
}
.wrap h5 + *, .wrap .terms-list dt + *, .terms-list .wrap dt + * {
  margin-top: 17px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .wrap {
    padding: 40px 10px 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .wrap {
    padding: 30px 0px 40px;
  }
  .wrap img {
    max-width: 80%;
  }
}
@media (max-width: 479px) {
  .wrap {
    padding: 20px 5px 50px;
  }
}
/*==================      Copy      ======================*/
.copy {
  margin: 31px 0px 0 51px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font: 400 18px/36px "Fjalla One", sans-serif;
}
.copy a:hover {
  color: #39b54a;
}

/*==================    Inline List    ======================*/
.inline-list {
  display: inline-block;
  color: #ffffff;
}
.inline-list:before, .inline-list:after {
  content: '';
  display: inline-block;
}
.inline-list :after {
  clear: both;
}
.inline-list li {
  list-style: none;
  float: left;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.inline-list li .fa {
  font-size: 16px;
  line-height: 16px;
}
.inline-list li + li {
  margin-left: 25px;
}
.inline-list li > a:hover {
  text-decoration: none;
}
.inline-list li > a:hover.fa-twitter {
  color: #77BFE5;
}
.inline-list li > a:hover.fa-facebook {
  color: #3B5998;
}
.inline-list li > a:hover.fa-google-plus {
  color: #DA4835;
}
.inline-list li > a:hover.fa-rss {
  color: #FB7629;
}
.inline-list li > a:hover.fa-pinterest {
  color: #CB2027;
}
.inline-list li > a:hover.fa-linkedin {
  color: #0177B5;
}

.inline-list_mod1 {
  margin-top: 65px;
  float: right;
  display: block;
}
.inline-list_mod1:before, .inline-list_mod1:after {
  content: '';
  display: table;
}
.inline-list_mod1:after {
  clear: both;
}
.inline-list_mod1 li {
  float: left;
}
.inline-list_mod1 li + li {
  margin-left: 6px;
}
.inline-list_mod1 li > a:hover {
  text-decoration: none;
}
.inline-list_mod1 li > a:hover.fa-twitter {
  background: #88d0e1;
}
.inline-list_mod1 li > a:hover.fa-google-plus {
  background: #ff8a8e;
}
.inline-list_mod1 li > a:hover.fa-facebook-f {
  background: #6982b8;
}
.inline-list_mod1 li > a:hover.fa-rss {
  background: #f6cf71;
}

@media (max-width: 979px) {
  .inline-list_mod1 {
    float: none;
    display: block;
    text-align: center;
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@media (max-width: 767px) {
  .inline-list {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .inline-list_mod1 {
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -o-transform: translateX(15%);
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  color: #262626;
}
.index-list li {
  margin-top: 3px;
  position: relative;
  padding-left: 124px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:nth-child(n+3) {
  margin-top: 55px;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  color: #39b54a;
  font: 400 42px/105px "Fjalla One", sans-serif;
  position: absolute;
  width: 102px;
  height: 102px;
  top: 0;
  left: 0;
  text-align: center;
  border: 1px solid #39b54a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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;
}

@media (max-width: 479px) {
  .index-list li {
    padding: 80px 0 0 0;
    display: block;
    text-align: center;
  }
  .index-list li:first-child {
    margin-top: 5px;
  }
  .index-list li:before {
    top: -30px;
    left: 30%;
  }
}

.topcontainer a:hover {
    color: #ccc;
}

.emailcontainer::before {

    content: '\f0e0';
    font-family: FontAwesome;
    padding-right: 10px;

}

.phonecontainer::before {

    content: '\f095';
    font-family: FontAwesome;
    padding-right: 10px;

}

.phonecontainer {

    color: #fff;
    text-align: right;

}

.topcontainer {
    background: #7030a0;
    border-bottom: 4px solid #fff;
    padding: 10px 0px;
}

.emailcontainer {
    color: #fff;
    text-align: left;
}
/*==================   Contact List   ======================*/
.contact-list address {
    text-transform: none;
    display: block;
    color: #000;
    font: 400 18px/30px "Open Sans", sans-serif;
}
.contact-list address p, .contact-list address .terms-list dd, .terms-list .contact-list address dd {
    font: 200 20px/30px "Open Sans", sans-serif;
    color: rgb(128,0,128);
}
.contact-list address p + *, .contact-list address .terms-list dd + *, .terms-list .contact-list address dd + * {
  margin-top: 20px;
}
.contact-list address dl:before, .contact-list address dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-list address dl:after {
  clear: both;
}
.contact-list address dl + dl {
  margin-top: 0px;
}
.contact-list address dt {
    float: left;
    width: 76px;
}
.contact-list address dd {
    float: left;
}
.contact-list address dd > a[href^="mailto:"] {
    margin-right: 20px;
    color: #000;
}
.contact-list address dd > a[href^="mailto:"]:hover {
    color: #7030a0;
    text-decoration: none;
}
.contact-list address dd a:hover {
    color: #7030a0;
}
@media (max-width: 1199px) {
  .contact-list address dd {
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .contact-list address dd > a[href^="mailto:"] {
    margin-right: 0px;
  }
}
/*==================  Terms List  ======================*/
.terms-list {
  color: #464646;
}
.terms-list dt {
  color: #464646;
}
.terms-list dt + dd {
  margin-top: 18px;
}
.terms-list dd + dt {
  margin-top: 49px;
}
.terms-list a + * {
  margin-top: 104px;
}
.terms-list .privacy {
  color: #39b54a;
  font: 400 18px/30px "Open Sans", sans-serif;
}
.terms-list .privacy:hover {
  color: #333333;
}

/*========================   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;
}
.sf-menu > li + li {
  margin-left: 43px;
}
.sf-menu a {
    display: block;
    padding-bottom: 10px;
}

.welcome li::before {
    content: '\f101';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #7030a0;
}

.sf-menu .active a {
    border-bottom: 1px solid #fff;
}

.welcome li {
    padding-left: 30px;
    display: flex;
}

.topcontainer a {
    font-size: 18px;
}

.welcome li b {
    padding-right: 12px;
    color: #7030a0;
    font-weight: bold;
}

.sf-menu {
  display: inline-block;
  font: 400 20px/20px "Fjalla One", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #39b54a;
    border-bottom: 1px solid #fff;
    transition: all .8s ease-in-out;
}

.sf-menu ul {
  display: none;
  position: absolute;
  font: 400 14px/35px "Fjalla One", sans-serif;
  top: 48px;
  left: -20px;
  width: 109px;
  padding: 18px 22px 13px 33px;
  background: #39b54a;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li + li {
  margin-top: -1px;
  border-top: 1px dashed #62cd70;
}
.sf-menu ul > li > a {
  color: #ffffff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #b0f6b9;
}

.sf-menu ul ul {
  position: absolute;
  top: 74px;
  left: 109px;
  width: auto;
  padding: 14px 32px 13px 24px;
  z-index: 4;
  background: #6d6d6d;
}

.sf-menu ul ul > li + li {
  border-top: 1px dashed #8a8a8a;
}
.sf-menu ul ul > li > a {
  color: #ffffff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #d5d5d5;
}

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #39b54a transparent;
  top: -7px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
}

@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: 999999999999;
  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: #333333;
  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: 9999999991;
}

.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;
}

.welcome h2 {
    text-align: center;
}

.banner img {
    width: 100%;
}
.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 {
  z-index: 999;
  border-bottom: none;
}
.isStuck .container.bg-primary {
    margin-top: 0;
    padding: 12px 0;
    background: #a967db;
}
.lt-ie9 .isStuck .container.bg-primary {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6333333', endColorstr='#E6333333')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6333333', endColorstr='#E6333333');
  zoom: 1;
}
.isStuck .container.bg-primary .sf-menu {
  background: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    background: rgb(112,48,160);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.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;
}
.parallax_cnt h2 {
  color: #ffffff;
  line-height: 85px;
}
.parallax_cnt h2 span {
  line-height: 120px;
  font-size: 120px;
}
@media (max-width: 767px) {
  .parallax_cnt {
    text-align: center;
  }
  .parallax_cnt h2 {
    line-height: 50px;
    font-size: 48px;
  }
  .parallax_cnt h2 span {
    line-height: 80px;
    font-size: 70px;
  }
}
@media (max-width: 400px) {
  .parallax_cnt {
    text-align: center;
  }
  .parallax_cnt h2 {
    line-height: 38px;
    font-size: 36px;
  }
  .parallax_cnt h2 span {
    line-height: 60px;
    font-size: 50px;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #fff;
}
header .brand {
    display: inline-block;
    width: 34%;
}
header .nav {
    display: inline-block;
    padding: 24px 0px;
    margin-left: 37px;
    float: right;
}
header .search-form,
header .inline-list {
  float: right;
  margin-right: 41px;
}
header .container.bg-primary,
header .container.bg-secondary {
  padding-top: 15px;
  padding-bottom: 38px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999999999999;
}
header .container.bg-primary {
    padding-bottom: 15px;
}

.brand_name span {
    float: left;
    width: 100%;
    font-size: 25px;
}
header .container.bg-secondary {
  top: 0;
}
header .container.bg-primary {
  position: relative;
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1;
  left: 0;
}
header.header__mod1 {
  position: relative;
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 181px;
}
header.header__mod1 .container.bg-secondary {
  position: relative;
  top: 0;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
header.header__mod1 .container.bg-primary {
  z-index: 0;
  position: relative;
  margin-top: 0;
}
@media (max-width: 979px) {
  header.header__mod1 {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .container.bg-primary {
    padding: 30px 0 5px;
    display: block;
    text-align: center;
  }
  header .container.bg-primary .inline-list {
    padding: 15px 0 0 0;
    float: none;
    margin-right: 0px;
  }
  header .container.bg-secondary {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .container.bg-secondary {
    padding: 10px 0;
  }
  header .container.bg-primary {
    padding: 10px 0 0;
    /*margin-top: -20px;*/
  }
  header .inline-list {
    float: none;
    margin-right: 0px;
    transform: translateX(-10%);
  }
  header .brand, header .nav {
    float: none;
  }
  header .brand
  {
      width: 100%;
  }
  header .nav
  {
      display: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
main a > h5, main .terms-list a > dt, .terms-list main a > dt {
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: inline-block;
}
main a > h5:hover, main .terms-list a > dt:hover, .terms-list main a > dt:hover {
  color: #8c8c8c;
}
main a.color-secondary > h5, main .terms-list a.color-secondary > dt, .terms-list main a.color-secondary > dt {
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: inline-block;
  text-transform: none;
}
main a.color-secondary > h5:hover, main .terms-list a.color-secondary > dt:hover, .terms-list main a.color-secondary > dt:hover {
  color: #6ad078;
}

/*==================      Well     ======================*/
.well1 {
  padding-top: 109px;
  padding-bottom: 100px;
}

.well2 {
  padding-top: 115px;
  padding-bottom: 90px;
  z-index: 0;
}
.well2_offs1 {
  padding-bottom: 60px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .well2.bg-other1 {
    padding-top: 55px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .well2.bg-other1 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .well2 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .well2 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.map {
    float: left;
    width: 100%;
    padding-top: 50px;
}
    .map iframe 
{
    float:left;
    width: 100%;
    height: 350px;
    }
.well3 {
    padding-top: 60px;
    padding-bottom: 70px;
    background: url(../images/slider-shadow.png) no-repeat;
    background-position: top center;
    background-size: 76%;
}
.well3_offs1 {
  padding-bottom: 113px;
}
.well3_offs2 {
  padding-bottom: 136px;
}

.footercontainer .container [class*="grid_"] {
    margin-left: 0px;
}
.well3_offs3 {
  padding-bottom: 77px;
}
.well3_offs4 {
  padding-bottom: 36px;
}
.well3_offs5 {
  padding-bottom: 99px;
}

.promo li {
    display: inline-block;
}

.promo a {
    font-size: 14px;
}

.promo li {
    font-size: 14px;
}

.promo {
    float: right;
}

.footercontainer {
    float: left;
    width: 100%;
    background: #a967db;
    padding: 15px 0px;
    font-size: 14px;
}

.well4 {
  padding-top: 134px;
  padding-bottom: 124px;
}

.well5 {
    padding-top: 15px;
    padding-bottom: 60px;
}
.well5_offs1 {
  padding-bottom: 146px;
}
.well5_offs2 {
  padding-bottom: 100px;
}
.well5_offs3 {
  padding-bottom: 93px;
}
.well5_offs4 {
  padding-bottom: 170px;
}
.well5_offs5 {
  padding-bottom: 98px;
}

.well6 {
  padding-top: 175px;
  padding-bottom: 170px;
}

.well7 {
    padding-top: 70px;
    padding-bottom: 136px;
}
.well7_offs1 {
  padding-bottom: 77px;
}
.well7_offs2 {
  padding-bottom: 36px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  color: #ffffff;
}
footer .fa-twitter,
footer .fa-google-plus,
footer .fa-facebook-f,
footer .fa-rss {
  text-align: center;
  font-size: 16px;
  line-height: 59px;
  width: 59px;
  height: 59px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
footer address {
  margin-top: 58px;
}
footer address + a {
  margin-top: 69px;
}
footer a[href^="mailto:"] {
  display: block;
  position: relative;
  font: 400 20px/24px "Fjalla One", sans-serif;
  color: #39b54a;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
footer a[href^="mailto:"]:hover {
  color: #21672a;
}
footer a[href^="mailto:"]:before {
  content: '\e00f';
  font: 400 18px/32px 'fl-chapps';
  position: absolute;
  top: -43px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.testi .leftim img {
  width: 240px !important;
  height: 240px;
}
.tra.welcome img {
  border-radius: 50%;
  width: 100% !important;
  height: 270px;
  margin: 0 auto 20px auto;
  display: block;
}
.box_inner h5
{
 text-align: center;
}
.hom.btn
{
 display: table;
  margin: 40px auto 0 auto;
}
.testi .row.leftim
{
 display: flex;
}
.contact-list
{
 display: flex;
}













@media (min-width: 980px) and (max-width: 1199px) {
  footer .fa-twitter,
  footer .fa-google-plus,
  footer .fa-facebook-f,
  footer .fa-rss {
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  
  .captcha input {
    margin-left: 15px;

}
  .topcontainer .grid_6 {
            width: 460px !important;
        }
        .footercontainer .container .grid_6 
        {
            width: 460px !important;
        }
        
        main .container .grid_6 {
            width: 460px !important;
        }
.welcome img {
  border-radius: 50%;
  width: 240px !important;
  height: 240px;
  margin: 0 auto 20px auto;
  display: block;
}
.grid_3.welcome img {
  border-radius: 50%;
  width: 220px !important;
  height: 220px;
  margin: 0 auto 20px auto;
  display: block;
}
.container .abt-txt .grid_10 {
    width: 100%;
  }
        
        
}

@media (max-width: 1023px) {
.welcome img {
  border-radius: 50%;
  width: 200px !important;
  height: 200px;
  margin: 0 auto 20px auto;
  display: block;
}
.testi .leftim img {
  width: 200px !important;
  height: 200px;
}
.grid_3.welcome img {
    border-radius: 50%;
    width: 172px !important;
    height: 172px;
  }
h5 {
  font: 400 22px/28px "Fjalla One", sans-serif;
  color: rgb(112,48,160);
}
.container .abt-txt .grid_10 {
    width: 748px;
  }







}
@media (max-width: 979px) {
  footer {
    display: block;
    text-align: center;
  }
  footer .copy {
    margin: 15px 0 0 0;
  }
  footer address {
    margin-top: 40px;
  }
  footer address + a {
    margin-top: 45px;
  }
  h2
  {
      font-size: 40px;
  }
  .rd-mobilepanel_title
  {
      font-size: 16px;
  }
  header .brand
  {
      float: left;
  }
  .sf-menu > li + li
  {
      margin-left: 30px;
  }
  /*header .brand
  {
      width: 100%;
  }
  header .nav
  {
      padding: 0;
  }*/
}
@media (max-width: 767px)
{
    header, main, footer, .topcontainer, #stuck_container
    {
        float: left;
        width: 100%;
    }
    .cont .container .grid_8 {
  width: 100%;
}
.wel1 .first {
  width: 100% !important;
  font-size: 16px !important;
}
.rd-mobilepanel_title {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
  }
.container .abt-txt .grid_10 {
    width: 100%;
  }
.bannercontainer .container {
    width: 640px;
    padding: 0;
  }
.welcome li {
  padding-left: 30px;
  display: flex;
  text-align: left;
}
.testi .row.leftim
{
 display: grid;
}
.contact-list
{
 display: grid;
}

}

@media (max-width: 639px)
{
.rd-mobilepanel_title {
    font-size: 15px;
  }
.bannercontainer .container {
    width: 100%;
    padding: 0;
  }
h2 {
    font-size: 24px;
    line-height: 1.7;
  }
.social {
  top: 0;
  left: 37%;
  width: 120px !important;
}

}

@media (max-width: 479px)
{
.social {
    top: 0;
    left: 34%;
    width: 120px !important;
  }
 footer p {
    text-align: center !important;
    font-size: 13px !important;
  }
h5 {
    font: 400 20px/25px "Fjalla One", sans-serif;
    color: rgb(112,48,160);
    margin-top: 15px;
  }

}


@media (max-width: 359px)
{
 .social {
    top: 0;
    left: 32%;
    width: 120px !important;
  }


}

@media (min-width: 320px) and (max-width: 480px) 
{
    h2 {
    font-size: 28px;
    line-height: 44px;
}

.container .contact_f.grid_8 {
    width: 100% !important;
}

.testi .container .grid_6 {
    margin-bottom: 30px;
}

.container fieldset .grid_12 {
    margin-top: 30px;
}

.captcha input {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 18px;
}

.center767 {
    text-align: left;
}

.captcha.mfInput.focused {
    float: left;
    width: 100%;
}

.welcome ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
}

.welcome li {
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
    display: block;
}

.rd-mobilemenu_ul .active a {
    background: #7030a0;
    color: #fff;
}

.container .grid_6 {
    width: 100% !important;
}

.rd-mobilemenu_ul a:hover {
    background: #7030a0;
    color: #fff;
}

footer p {
    text-align: center !important;
}

.offs1 .grid_4 {
    margin-bottom: 30px;
}

.footercontainer .container [class*="grid_"] {
    margin: 0px;
}

.wel1 .first {
    width: 100% !important;
    font-size: 17px;
    line-height: 27px;
}

.promo {
    float: left;
    width: 100%;
    text-align: center;
}

.welcome li {
    text-align: left;
}
.phonecontainer {
    text-align: left;
}

.social {
    z-index: 999;
    position: relative;
    float: left;
    width: 100%;
}

.topcontainer .grid_6 {
    width: 100% !important;
}

.row + .row, [class*="grid_"] + [class*="grid_"] {
    margin-top: 0px;
}

.nav {
    display: none !important;
}

header .brand {
    width: 100%;
}
div#stuck_container {
    background: transparent;
}

.bg-primary {
    background: #7030a0;
}
/*.social {
  top: 0;
  left: 36%;
  width: 120px !important;
}*/




    }