@import url(animate.css);
@import url(fl-line-ui.css);
@import url(fl-fill-round-icons.css);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Righteous|Roboto:400,300,100,500,400italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #2a2d2d;
  font: 300 15px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6, .terms-list dt {
  font-weight: 400;
}

h1 {
  font-size: 22px;
  line-height: 25px;
  font-family: "Righteous", cursive;
  letter-spacing: -1.188px;
}

h2 {
  font-size: 310px;
  line-height: 310px;
  font-family: "Righteous", cursive;
}

h3 {
  font-size: 177px;
  line-height: 180px;
  font-weight: 100;
  letter-spacing: -7.08px;
  margin-left: -17px;
}

h4 {
  font-size: 76px;
  line-height: 80px;
  letter-spacing: -3.04px;
  font-weight: 300;
}

h5 {
  font-size: 52px;
  line-height: 90px;
  font-family: "Righteous", cursive;
  text-transform: uppercase;
}

h6, .terms-list dt {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
h6 a:hover, .terms-list dt a:hover {
  color: #4582c4;
}

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

time {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #858a8a;
  font-style: italic;
}

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

article.mod1 .wr {
  padding: 20px 75px 25px 20px;
}
article .wr {
  padding: 25px 75px 35px 20px;
}
article time + h6, article .terms-list time + dt, .terms-list article time + dt {
  margin-top: 8px;
}
article * + p {
  margin-top: 40px;
}

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

strong {
  font-weight: 700;
}

blockquote {
  position: relative;
}
blockquote:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 60px;
  border-style: solid;
  border-width: 23px 8px 62px;
  border-color: #4582C4 transparent transparent;
  transform: skew(-37deg);
}
blockquote p {
  display: inline-block;
  max-width: 530px;
  background: #4582c4;
  color: #fff;
  padding: 50px 44px 66px 60px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}
blockquote h6, blockquote .terms-list dt, .terms-list blockquote dt {
  padding-right: 17px;
  font-size: 25px;
  line-height: 32px;
}
blockquote h6 span, blockquote .terms-list dt span, .terms-list blockquote dt span {
  font-size: 15px;
  line-height: 22px;
  display: block;
  font-weight: 300;
  color: #8f9595;
}
blockquote p + h6, blockquote .terms-list p + dt, .terms-list blockquote p + dt {
  margin-top: 28px;
}

.fa {
  line-height: inherit;
}

.img_add {
  margin-top: 10px;
}

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

.border {
  padding-top: 10px;
  border-top: 1px solid #b7b6b9;
}

.center {
  text-align: center;
}

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

.clr2 {
  clear: left;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 250px;
    line-height: 300px;
  }

  blockquote h6 span, blockquote .terms-list dt span, .terms-list blockquote dt span {
    color: #2a2d2d;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 180px;
    line-height: 230px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 120px;
    line-height: 170px;
  }

  article img {
    width: 100%;
  }

  .clr {
    clear: left;
  }

  .clr2 {
    clear: none;
  }
}
@media (max-width: 479px) {
  h5 {
    font-size: 32px;
    line-height: 50px;
  }

  h2 {
    font-size: 80px;
    line-height: 150px;
  }

  h3 {
    font-size: 157px;
    line-height: 160px;
  }

  h4 {
    font-size: 56px;
    line-height: 70px;
  }

  blockquote p {
    padding: 20px 24px 16px 10px;
    font-size: 20px;
    line-height: 25px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 66px;
}

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

* + blockquote {
  margin-top: 90px;
}

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

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

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

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

* + .info-list {
  margin-top: 90px;
}

* + .off {
  margin-top: 102px;
}

* + .off2 {
  margin-top: 82px;
}

* + .off3 {
  margin-top: 90px;
}

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

* + .index-list {
  margin-top: 100px;
}

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

h6 + .off, .terms-list dt + .off {
  margin-top: 41px;
}

h6 + .off2, .terms-list dt + .off2 {
  margin-top: 20px;
}

h3 + .off {
  margin-top: 65px;
}

p + h6, .terms-list p + dt {
  margin-top: 45px;
}

time + h6, .terms-list time + dt {
  margin-top: 7px;
}

.wr + .wr {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .resp-bg + .resp-bg {
    padding-top: 0;
  }

  .resp-off {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .resp-off_479 {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-top: 40px;
  padding-left: 143px;
  position: relative;
}
.brand_name {
  overflow: hidden;
  color: #fff;
}
.brand:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 111px;
  width: 111px;
  background: #fff;
  color: #2a2d2d;
  font-size: 32px;
  line-height: 100px;
}

@media (max-width: 1199px) {
  .brand {
    padding-left: 0;
  }
  .brand:before {
    display: none;
  }
}
/*==================  Backgrounds  ======================*/
.bg-p {
  background: url(../images/bg-p.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s {
  text-align: right;
  background: url(../images/bg-s.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s2 {
  background: url(../images/bs-s2.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s3 {
  background: url(../images/bg-s3.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-s3 h4 {
  color: #fff;
}
.bg-s3 h4:before {
  background: #fff;
}
.bg-s3 .btn {
  background: #fff;
  color: #2a2d2d;
  padding: 25px 45px;
}
.bg-s3 .btn:hover {
  color: #fff;
}

.bg-s4 {
  background: url(../images/bg-s4.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s5 {
  background: url(../images/bg-s5.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s6 {
  background: url(../images/bg-s6.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s7 {
  background: url(../images/bg-s7.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s8 {
  background: url(../images/bg-s8.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s9 {
  background: url(../images/bg-s9.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s10 {
  background: url(../images/bg-s10.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: right;
}

.bg-s11 {
  background: url(../images/bg-s11.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s12 {
  background: url(../images/bg-sx.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s15 {
  background: url(../images/bg-s12.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-s14 {
  background: #ff357b;
}
.bg-s14 h4 {
  color: #fff;
}
.bg-s14 h4:before {
  background: #fff;
}

@media (max-width: 1199px) {
  [class*='bg-'] {
    background-attachment: scroll;
  }

  .bg-p {
    background-position: 90%;
  }

  .bg-s2 {
    background-position: 80%;
  }

  .bg-s7 {
    background-position: 90%;
  }

  .bg-s9 {
    background-position: 90%;
  }

  .bg-s10 {
    background-position: 60%;
  }

  .bg-s12 {
    background-position: 80%;
  }

  .bg-s13 {
    background-position: 70%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .bg-s h4 {
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  .bg-s3 .col-xs-12.col-sm-4.col-md-4 + .col-xs-12.col-sm-4.col-md-4 {
    margin-top: 30px;
  }

  .bg-s5 {
    background-position: 80%;
  }

  .bg-s6 {
    background-position: 90%;
  }
}
@media (max-width: 479px) {
  .resp-bg {
    background: rgba(255, 255, 255, 0.4);
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-ie9 .resp-bg {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66FFFFFF', endColorstr='#66FFFFFF')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66FFFFFF', endColorstr='#66FFFFFF');
    zoom: 1;
  }

  .bg-s4, .bg-s7 {
    padding: 0;
  }
}
/*==================     Wrapper     ======================*/
.wr {
  background: #ffffff;
  padding: 25px 75px 35px 20px;
}

.wr2 {
  display: block;
}

/*================  Terms List  ======================*/
.terms-list {
  color: #fff;
}
.terms-list dd {
  font-size: 15px;
  line-height: 20px;
}
.terms-list * + dd {
  margin-top: 20px;
}
.terms-list * + dt {
  margin-top: 39px;
}
.terms-list dd > a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin-top: 23px;
}
.terms-list dd > a:hover {
  color: #4582c4;
  text-decoration: underline;
}

/*==================     Dash     ======================*/
.dash {
  position: relative;
}
.dash:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 140px;
  background: #ff357b;
  bottom: -6px;
  left: 17px;
}

h4.dash:before {
  left: auto;
  bottom: -22px;
}

.dash_right:before {
  right: 0;
  bottom: -22px;
}

.dash_center:before {
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

h4.dash_center:before {
  left: 0;
}

h6.dash:before, .terms-list dt.dash:before {
  height: 2px;
  width: 62px;
  left: 0;
  bottom: -14px;
}

/*==================   Info-list   ======================*/
.info-list li h6 span, .info-list li .terms-list dt span, .terms-list .info-list li dt span {
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  color: #858a8a;
}
.info-list li:before {
  font-size: 90px;
  line-height: 160px;
  color: #ff357b;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.info-list li p {
  padding: 0 40px;
}
.info-list li * + h6, .info-list li .terms-list * + dt, .terms-list .info-list li * + dt {
  margin-top: 6px;
}
.info-list li * + p {
  margin-top: 40px;
}
.info-list li:hover:before {
  color: #4582c4;
}
.info-list li:nth-child(n+4) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .info-list li:nth-child(n+4) {
    margin-top: 0;
  }
}
/*==================     Icons     ======================*/
.fl-fill-round-icons-home131:before,
.fl-fill-round-icons-phone344:before,
.fl-fill-round-icons-mouse41:before {
  font-size: 80px;
  line-height: 140px;
  color: #ff357b;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 25px 57px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-size: 14px;
  color: #fff;
  background: #ff357b;
}
.btn:hover {
  background: #4582c4;
}
.btn:active {
  background: #3469a2;
}

@media (min-width: 768px) and (max-width: 979px) {
  .btn {
    padding: 25px 37px;
  }
}
/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 23px;
}
.marked-list li:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #ff357b;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #ff357b;
  text-decoration: none;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 110px;
}
.index-list li h6, .index-list li .terms-list dt, .terms-list .index-list li dt, .index-list li p {
  color: #fff;
}
.index-list li h6:before, .index-list li .terms-list dt:before, .terms-list .index-list li dt:before {
  background: #fff;
}
.index-list li * + p {
  margin-top: 40px;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  text-align: center;
  left: 0;
  top: 6px;
  height: 75px;
  width: 75px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  line-height: 75px;
  font-weight: 500;
  color: #ff357b;
}
.index-list li:nth-child(n+4) {
  margin-top: 45px;
}
.index-list li.col-xs-6.col-sm-4.col-md-4:nth-child(3n + 4) {
  clear: left;
}
@media (max-width: 767px) {
  .index-list li:nth-child(n+3) {
    margin-top: 45px;
  }
  .index-list li.col-xs-6.col-sm-4.col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .index-list li.col-xs-6.col-sm-4.col-md-4:nth-child(2n + 3) {
    clear: left;
  }
  .index-list li::before {
    left: 5px;
  }
}

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

/*==================      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 {
  padding-top: 33px;
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.92px;
  color: #fff;
  font-weight: 400;
}
.sf-menu > li + li {
  margin-left: 14px;
}
.sf-menu a {
  display: block;
  padding: 10px 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .sf-menu > li + li {
    margin-left: 4px;
  }
}
.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #ff357b;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #ff357b;
}

.sf-menu ul {
  display: none;
  position: absolute;
  left: -70px;
  top: 100%;
  width: 240px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: transparent;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li + li {
  margin-top: 2px;
}
@media (max-width: 800px) {
  .sf-menu ul {
    left: -40px;
  }
}

.sf-menu ul > li > a {
  -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);
  color: #FFF;
  background: #ff357b;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ff357b;
  background: #fff;
}

.sf-menu ul ul {
  position: absolute;
  top: 10px;
  width: 240px;
  left: 250px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #ff357b;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ff357b;
  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: #4582c4;
  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  ======================*/
.stuck_container {
  position: relative;
  padding-bottom: 38px;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}

@media (max-width: 1199px) {
  .stuck_container:after {
    display: none;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .stuck_container {
    padding-bottom: 78px;
  }
}
@media (max-width: 479px) {
  .stuck_container {
    padding-bottom: 85px;
  }
}
@media (max-width: 435px) {
  .stuck_container {
    padding-bottom: 20px;
  }
}
.isStuck {
  padding-bottom: 18px;
  background: #4582c4;
  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);
}
.isStuck.stuck_container:after {
  display: none;
}
.isStuck .sf-menu {
  padding-top: 17px;
}
.isStuck .brand {
  padding-top: 23px;
}
.isStuck .brand:before {
  height: 75px;
  line-height: 70px;
}
.isStuck .inline-list {
  padding-top: 29px;
}

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

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

/*==================   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_video, .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_video:before, .thumb_overlay:before {
  content: '\f01d';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  font: 400 60px "FontAwesome";
  line-height: 60px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #ff357b;
}
.lt-ie9 .thumb_overlay_video:before, .lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay:before {
  content: '\f00e';
}
.thumb:hover .thumb_overlay_video,
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(69, 130, 196, 0.1);
}
.lt-ie9 .thumb:hover .thumb_overlay_video, .lt-ie9
.thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A4582C4', endColorstr='#1A4582C4')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A4582C4', endColorstr='#1A4582C4');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay_video:before, .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);
}

/*=================       Tabs     ======================*/
.resp-tabs .main-wr .wr {
  padding: 20px 55px 25px 20px;
}
.resp-tabs * + .resp-tabs-container {
  margin-top: 48px;
}
.resp-tabs .main-wr + .main-wr {
  margin-top: 30px;
}

.resp-tabs-list {
  margin-left: 15px;
}
.resp-tabs-list li {
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 30px 58px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: transparent;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.resp-tabs-list li:hover {
  color: #ff357b;
  background: #fff;
}
.resp-tabs-list li + li {
  margin-left: 6px;
}
.resp-tabs-list .resp-tab-active {
  color: #ff357b;
  background: #fff;
}

.resp-accordion {
  display: none;
}

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

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

@media (max-width: 767px) {
  .resp-tabs {
    padding: 0 10px;
  }

  .resp-accordion {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 4px 0 10px;
    padding: 20px;
    background: #4582c4;
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -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:last-child {
    margin-top: 20px;
  }
  .resp-accordion:hover {
    cursor: pointer;
    background: #fff;
    color: #ff357b;
  }

  .resp-tab-active {
    background: #fff;
    color: #ff357b;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url(../images/header-bg.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
header h2, header h5, header p {
  color: #fff;
}
header p {
  font-size: 19px;
}
header .brand {
  float: left;
}
header .nav {
  display: inline-block;
  margin-right: 137px;
}
header .dash-top {
  position: relative;
}
header .dash-top:before {
  position: absolute;
  content: '';
  top: 0;
  width: 1170px;
  height: 1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.3);
}
.lt-ie9 header .dash-top:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF');
  zoom: 1;
}
header .inline-list {
  float: right;
  padding-right: 40px;
  padding-top: 48px;
}
header .inline-list li a {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
header .inline-list li a:hover {
  color: #ff357b;
}
header .inline-list li + li {
  margin-left: 14px;
}
header .btn {
  border: 2px solid #fff;
  padding: 23px 53px;
  color: #fff;
  background: transparent;
}
header .btn:hover {
  background: #fff;
  color: #ff357b;
}
header .btn:active {
  background: #e6e6e6;
}
header * + h2 {
  margin-top: -94px;
}
header * + p {
  margin-top: 50px;
}
header * + .btn {
  margin-top: 40px;
}

@media (max-width: 1500px) {
  header .nav {
    margin: 0;
  }
}
@media (max-width: 1400px) {
  header .nav {
    margin-left: 60px;
  }
  header .brand, header .inline-list {
    float: none;
  }
}
@media (max-width: 1199px) {
  header {
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  header * + h2 {
    margin-top: -50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-list {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  header .brand {
    float: left;
    padding-left: 20px;
    display: inline-block;
  }
  header .inline-list {
    display: inline-block;
    float: right;
  }
}
@media (max-width: 479px) {
  header .well {
    padding-bottom: 50px;
  }
}
@media (max-width: 435px) {
  header {
    text-align: center;
    padding-top: 20px;
  }
  header .nav {
    display: none;
  }
  header .brand, header .inline-list {
    float: none;
    padding: 0;
  }
  header .brand {
    display: block;
  }
  header .inline-list {
    display: inline-block;
    margin-top: 20px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

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

.well2 {
  padding-top: 370px;
  padding-bottom: 376px;
}

.well3 {
  padding-top: 425px;
  padding-bottom: 395px;
}

.well4 {
  padding-top: 50px;
  padding-bottom: 140px;
}

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

.well6 {
  padding-top: 425px;
  padding-bottom: 446px;
}

.well7 {
  padding-top: 166px;
  padding-bottom: 187px;
}

.well8 {
  padding-bottom: 187px;
}

.well__ins1 {
  padding-bottom: 400px;
}

.well2__ins1 {
  padding-bottom: 445px;
}

.well2__ins2 {
  padding-bottom: 416px;
}

.well2__ins3 {
  padding-top: 423px;
}

.well3__ins1 {
  padding-bottom: 462px;
}

.well4__ins1 {
  padding-bottom: 183px;
}

.well4__ins2 {
  padding-bottom: 40px;
}

.well4__ins3 {
  padding-bottom: 515px;
}

.well5__ins1 {
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right:50px;
}

.well5__ins2 {
  padding-bottom: 440px;
}

.well5__ins3 {
  padding-bottom: 380px;
}

@media (max-width: 991px) {
  [class*='well'] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 479px) {
  [class*='well'] {
    padding: 0;
  }

  .well4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .well4 {
  padding-bottom: 0;
}
footer a:hover {
  color: #4582c4;
}
footer a, footer address {
  color: #5a585d;
}
footer address {
  line-height: 26px;
}
footer .copyright {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 160px;
  font-size: 16px;
  line-height: 26px;
}
footer .copyright p, footer .copyright a {
  display: inline-block;
  color: #838383;
}
footer .copyright a:hover {
  color: #4582c4;
}
footer * + .row {
  margin-top: 98px;
}
