@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Bevan);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #323232;
  font: 400 18px/28px "Bevan", cursive;
  -webkit-text-size-adjust: none;
}

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

h1 {
  font-size: 120px;
  line-height: 120px;
}

h2 {
  font-size: 100px;
  line-height: 100px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

h3 {
  font-size: 80px;
  line-height: 80px;
}

h4 {
  font-size: 60px;
  line-height: 60px;
}

h5 {
  font-size: 48px;
  line-height: 48px;
}

h6 {
  font-size: 40px;
  line-height: 40px;
}

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

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

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

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

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

.text1 {
  font-size: 18px;
  color: #b0b0b0;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}

.text2 {
  font-size: 26px;
  color: #55b9f3;
  line-height: 26px;
}

.text3 {
  font-size: 16px;
  color: #55b9f3;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}

.line1 {
  border-bottom: 1px solid #b2b2b2;
}

/*=======================================================
                       Main Layout
=========================================================*/
h5 + .row {
  margin-top: 14px;
}

img + .text2 {
  margin-top: 47px;
}

.text2 + .text3 {
  margin-top: 20px;
}

.text3 + .btn {
  margin-top: 24px;
}

.offs1 {
  margin-top: 36px;
}

.offs2 {
  margin-bottom: 36px;
}

.offs4 {
  margin-top: 16px;
}

h6 + .offs5 {
  margin-top: 20px;
}

h6 + .offs7 {
  margin-top: 22px;
}

.offs6 {
  margin-top: 33px;
}

.offs8 {
  margin-top: 22px;
}

.offs9 {
  margin-top: 26px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.logo {
  background: #55b9f3;
  position: absolute;
  left: 23.8%;
  border-radius: 50%;
  width: 344px;
  top: 0;
  height: 308px;
  padding-left: 45px;
  padding-top: 9px;
}

@media (max-width: 1920px) {
  .logo {
    left: 22.8%;
  }
}

@media (max-width: 1800px) {
  .logo {
    left: 12.8%;
  }
}

@media (max-width: 1267px) {
  .logo {
    width: 16%;
    left: 7.8%;
    height: 12%;
  }
}

@media (max-width: 1076px) {
  .logo {
    top: 2%;
  }
}

@media (max-width: 800px) {
  .logo {
    background: none;
    top: 1%;
    left: 1.8%;
    width: 21%;
  }
}

@media (max-width: 767px) {
  .logo {
    top: 7%;
  }
}

@media (max-width: 543px) {
  .logo {
    top: 10%;
    height: 12%;
    width: 21%;
  }
}

@media (max-width: 360px) {
  .logo {
    top: 9%;
    height: 12%;
    left: -8.2%;
    width: 36%;
  }
}

@media (max-width: 320px) {
  .logo {
    top: 14%;
    height: 12%;
    left: -8.2%;
    width: 36%;
  }
}

.brand {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  float: right;
  position: relative;
  right: 22%;
}

@media (max-width: 543px) {
  .brand h1 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 1920px) {
  .brand {
    right: 20%;
  }
}

@media (max-width: 1800px) {
  .brand {
    left: -14%;
  }
}

@media (max-width: 1267px) {
  .brand {
    left: -24%;
  }
}

@media (max-width: 986px) {
  .brand {
    left: -6%;
  }
}

.brand_name, .brand_slogan {
  font-size: 60px;
  line-height: 60px;
}

.brand_name {
  overflow: hidden;
}

.brand_name a {
  position: relative;
}

.brand_name a:before {
  background: url("../images/page-1_img02.png") no-repeat;
  left: 238px;
  position: absolute;
  top: 23px;
  content: "";
  width: 100%;
  height: 100%;
}

.brand_slogan {
  margin-left: 50px;
  margin-top: 2px;
  position: relative;
}

@media (max-width: 543px) {
  .brand_slogan {
    font-size: 20px;
    line-height: 20px;
  }
}

.brand_slogan:before {
  background: url("../images/page-1_img01.png") no-repeat;
  left: -40px;
  position: absolute;
  top: 27px;
  content: "";
  width: 100%;
  height: 100%;
}

.brand_slogan:after {
  background: url("../images/page-1_img03.png") no-repeat;
  left: 429px;
  position: absolute;
  top: -10px;
  content: "";
  width: 100%;
  height: 100%;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #7f7f7f;
}

.bg1 {
  background: #afc136;
  margin: 10px 0;
}

.bg1 .row div, .bg1 .row {
  margin-top: 0;
}

.noBG {
  margin: 0;
}

.bg2 {
  background: #f3f3f3;
}

/*==================    Buttons    ======================*/
.btn {
  border: 4px solid #55b9f3;
  border-radius: 50%;
  height: 54px;
  width: 54px;
  display: inline-block;
  overflow: hidden;
  padding-left: 2px;
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  color: #55b9f3;
}

.btn:hover, .btn:active {
  background: #55b9f3;
  color: #ffffff;
}

.btn1 {
  border-radius: 50%;
  height: 107px;
  width: 106px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 107px;
  text-align: center;
  color: #ffffff;
  background: #fada2f;
}

.btn1:hover, .btn1:active {
  background: #55b9f3;
  color: #ffffff;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box .aside {
  float: left;
}

.box .cnt {
  overflow: hidden;
}

.box_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 991px) {
  .box1 {
    text-align: center;
  }
}

.box1 .aside {
  margin-right: 22px;
}

@media (max-width: 991px) {
  .box1 .aside {
    margin-right: 0px;
    float: none;
  }
}

.box1 .aside a {
  font-size: 50px;
  width: 107px;
  text-align: center;
  border-radius: 50%;
  height: 107px;
  line-height: 107px;
  color: #ffffff;
  background: #fada2f;
}

.box1 .aside a:hover {
  background: #323232;
}

.box1 .cnt {
  line-height: 22px;
  margin-top: 23px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #57cbec;
}

.box1 .cnt h6 {
  font-size: 26px;
  font-family: "Bevan", cursive;
}

@media (max-width: 1199px) {
  .box1 .cnt h6 {
    font-size: 20px;
  }
}

.box1 .cnt a {
  display: block;
}

.box1 .cnt a:hover {
  color: #323232;
}

/*==================      Row top      ======================*/
.row-top {
  overflow: hidden;
  padding: 45px 0 35px 0;
  background: #55b9f3;
}

/*==================      Logo car      ======================*/
.logo_car1 {
  position: relative;
}

.logo_car1 p {
  font-size: 24px;
  position: absolute;
  left: 45.8%;
  top: 56.3%;
  color: #2c2b2b;
}

@media (max-width: 742px) {
  .logo_car1 p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .logo_car1 p {
    left: 42.8%;
  }
}

@media (max-width: 500px) {
  .logo_car1 p {
    left: 38.8%;
    font-size: 12px;
  }
}

/*==================      Marked list      ======================*/
.marked-list {
  margin-top: 72px;
}

.marked-list p {
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  margin-top: 12px;
  color: #b0b0b0;
}

.marked-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 32px;
}

.marked-list li:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 19px;
  left: 1px;
  top: 3px;
  line-height: inherit;
  background: url("../images/marked_list.png") no-repeat;
}

.marked-list li a {
  font-size: 24px;
  color: #57cbec;
}

.marked-list li a:hover {
  color: #323232;
  text-decoration: none;
}

.marked-list1 li {
  margin-bottom: 42px;
}

/*==================      Thumb      ======================*/
.thumb {
  display: block;
  overflow: hidden;
  position: relative;
}

.thumb img {
  height: auto;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.thumb:hover img {
  transform: scale(1.2);
}

.thumb_overlay, .text_overlay {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  line-height: 36px;
  font-size: 30px;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  text-align: center;
}

@media (max-width: 360px) {
  .thumb_overlay, .text_overlay {
    line-height: 15px;
    font-size: 15px;
  }
}

.thumb_overlay:hover, .text_overlay:hover {
  opacity: 1;
}

.text_overlay {
  margin-top: 0px;
}

.thumb:hover .text_overlay {
  margin-top: 20%;
}

.thumb:hover .thumb_overlay {
  background: rgba(87, 203, 236, 0.79) none repeat scroll 0 0;
  opacity: 1;
}

/*==================      Follow icon      ======================*/
.follow_icon {
  float: right;
  margin-top: -11px;
}

.follow_icon li {
  float: left;
  margin-left: 3px;
}

@media (max-width: 1199px) {
  .follow_icon li {
    margin-left: 1px;
  }
}

.follow_icon li a {
  color: #3f3f3f;
  font-size: 14.56px;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  padding-left: 0px;
}

/*==================      Lists      ======================*/
.list1 {
  margin-top: 22px;
}

.list1 p, .list1 a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.list1 p {
  color: #7f7f7f;
  margin-top: 16px;
  line-height: 22px;
}

.list1 .text2 {
  margin-top: 37px;
}

.list1 ul {
  margin-top: 16px;
}

.list1 ul li + li {
  margin-top: 10px;
}

.list1 ul li:last-child {
  margin-top: 9px;
}

.list1 ul li a {
  color: #55b9f3;
  display: block;
  line-height: 21px;
}

.list1 ul li a:hover {
  color: #323232;
}

.list1 .offs3 {
  margin-top: 24px;
}

/*==================      Info block      ======================*/
section .info-block-text {
  padding: 101px 0px 83px 0px;
}

@media (max-width: 1199px) {
  section .info-block-text {
    padding: 121px 0 103px;
  }
}

section .info-block-text h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
  margin-left: -40px;
}

@media (max-width: 1199px) {
  section .info-block-text h2 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 979px) {
  section .info-block-text h2 {
    margin-left: 0px;
  }
}

@media (max-width: 485px) {
  section .info-block-text h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

section .info-block-text h2 span {
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  margin-top: 16px;
}

@media (max-width: 1199px) {
  section .info-block-text h2 span {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 485px) {
  section .info-block-text h2 span {
    font-size: 16px;
    line-height: 30px;
  }
}

section .info-block-text .btn1 {
  margin-left: -39px;
  margin-top: 15px;
}

@media (max-width: 979px) {
  section .info-block-text .btn1 {
    margin-left: 0px;
  }
}

.info-block {
  padding: 96px 62px 82px 26px;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .info-block {
    padding: 106px 0 92px;
  }
}

@media (max-width: 991px) {
  .info-block {
    width: 50%;
  }
}

@media (max-width: 980px) {
  .info-block {
    width: 100%;
  }
}

.info-block:before {
  background: #afc136;
  bottom: 0;
  content: "";
  right: -30px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 2;
}

@media (max-width: 980px) {
  .info-block:before {
    display: none;
  }
}

.info-block .img-wr {
  position: absolute;
  left: 105%;
  top: 0;
  width: 1111px;
}

@media (max-width: 980px) {
  .info-block .img-wr {
    padding-bottom: 25px;
    position: static;
    transform: translateY(0px);
    width: 100%;
  }
}

.info-block h6 {
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .info-block h6 {
    font-size: 26px;
    line-height: 39px;
  }
}

.info-block .btn1 {
  margin-top: 17px;
}

.info-block_mod {
  padding: 96px 4px 82px 26px;
  position: relative;
}

@media (max-width: 1199px) {
  .info-block_mod {
    padding: 106px 0 92px;
  }
}

@media (max-width: 991px) {
  .info-block_mod {
    width: 50%;
    float: right;
  }
}

@media (max-width: 980px) {
  .info-block_mod {
    width: 100%;
    float: none;
  }
}

.info-block_mod:before {
  background: #afc136;
  bottom: 0;
  content: "";
  left: -30px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 2;
}

@media (max-width: 980px) {
  .info-block_mod:before {
    display: none;
  }
}

.info-block_mod .img-wr {
  position: absolute;
  right: 105%;
  top: 0;
  width: 1111px;
}

@media (max-width: 980px) {
  .info-block_mod .img-wr {
    padding-bottom: 25px;
    position: static;
    transform: translateY(0px);
    width: 100%;
  }
}

.info-block_mod h6 {
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .info-block_mod h6 {
    font-size: 26px;
    line-height: 39px;
  }
}

.info-block_mod .btn1 {
  margin-top: 17px;
}

/*==================      Block      ======================*/
.block1 {
  background: #f3f3f3;
  padding: 39px 30px 40px 23px;
}

@media (max-width: 1199px) {
  .block1 {
    text-align: center;
  }
}

.block1 h6 {
  color: #57cbec;
  font-size: 26px;
}

.block1 h6 span {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-top: -4px;
}

.block1 p {
  color: #7f7f7f;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-top: 13px;
  line-height: 22px;
}

.block1 .aside {
  margin-right: 25px;
  margin-top: -10px;
}

@media (max-width: 1199px) {
  .block1 .aside {
    float: none;
    margin: 0 0 20px 0;
  }
}

.block1 .follow_icon {
  margin-top: 15px;
  float: none;
}

@media (max-width: 1199px) {
  .block1 .follow_icon {
    left: 50%;
    position: relative;
    margin-left: -71px;
  }
}

.block1 .follow_icon li a {
  color: #ffffff;
  border: none;
  background: #fada2f;
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.block1 .follow_icon li a:hover {
  background: #55b9f3;
}

/*==================      Term list      ======================*/
.term-list {
  margin-top: 43px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.term-list dt {
  color: #323232;
  font-weight: bold;
  margin-top: 19px;
}

.term-list dt:first-child {
  margin-top: 0px;
}

.term-list dd {
  color: #7f7f7f;
  line-height: 22px;
  margin-top: -3px;
}

.term-list dd a {
  display: block;
  margin-top: 43px;
  color: #57cbec;
}

.term-list dd a:hover {
  color: #323232;
}

/*========================   Menu   ==========================*/
.nav {
  background: #ffffff;
  float: right;
  padding-bottom: 45px;
  padding-top: 52px;
}

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

.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: 38px;
}

.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #55b9f3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sf-menu > li > a:after {
  background: url("../images/menu_pic.png") no-repeat;
  left: 39%;
  position: absolute;
  top: -33px;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  opacity: 1;
}

.sf-menu > li.active > a:after {
  opacity: 1;
}

.sf-menu ul {
  display: none;
  z-index: 1111;
  position: absolute;
  top: 100%;
  margin-top: 45px;
  padding: 17px 0 22px;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 0 2px 2px;
}

.sf-menu ul li + li {
  margin-top: 8px;
}

.sf-menu ul > li {
  padding-left: 29px;
  padding-right: 29px;
}

.sf-menu ul > li > a {
  color: #55b9f3;
  font-size: 14px;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ff8eaf;
}

.sf-menu ul ul {
  position: absolute;
  top: 49.5%;
  width: auto;
  margin-top: 0;
  padding: 0;
  left: 100%;
  padding-bottom: 19px;
  padding-top: 20px;
  text-align: left;
  z-index: 1111;
  background: #55b9f3;
}

.sf-menu ul ul > li > a {
  color: #ffffff;
}

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #c8ecfa;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

.sf-menu > li > .sf-with-ul:before {
  display: none;
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
  background: #7f7f7f;
  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: #fff;
  z-index: 999;
  border-bottom: 1px solid #b0b0b0;
}

.isStuck .nav {
  float: none;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 28px;
}

.isStuck .nav .sf-menu > li > a::after {
  top: -20px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 34px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  background: #393939 url("../images/toTop.png") no-repeat 10px 10px;
  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: #55b9f3 url("../images/toTop.png") no-repeat 10px 10px;
  text-decoration: none;
}

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

/*==================  RD Parallax    ======================*/
.parallax1, .parallax2, .parallax3, .parallax4 {
  background: #0076a3;
}

.parallax4 .parallax_image {
  opacity: 0.50;
}

.parallax4 h2, .parallax4 q, .parallax4 h6 {
  color: #ffffff;
}

.parallax4 q, .parallax4 h6 {
  text-transform: uppercase;
}

.parallax4 h2 {
  font-size: 100px;
  line-height: 100px;
}

@media (max-width: 1199px) {
  .parallax4 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.parallax4 q {
  font-size: 24px;
  line-height: 36px;
  display: block;
  margin-top: 37px;
}

.parallax4 h6 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 32px;
}

.parallax4 .btn1 {
  margin-top: 30px;
}

.parallax3 .parallax_image {
  opacity: 0.47;
}

.parallax3 h2, .parallax3 p {
  color: #ffffff;
}

.parallax3 h2 {
  font-size: 100px;
  line-height: 100px;
}

@media (max-width: 1199px) {
  .parallax3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.parallax3 h2 span {
  display: block;
  font-size: 48px;
  line-height: 50px;
  margin-top: 7px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .parallax3 h2 span {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .parallax3 h2 span {
    font-size: 28px;
    line-height: 28px;
  }
}

.parallax3 p {
  font-size: 36px;
  line-height: 48px;
  margin-top: 40px;
  text-transform: uppercase;
}

.parallax3 .btn1 {
  margin-top: 38px;
}

.parallax2 .parallax_image {
  opacity: 0.81;
}

.parallax2 h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
  margin-left: -49px;
}

@media (max-width: 1199px) {
  .parallax2 h2 {
    margin-left: 0px;
  }
}

.parallax2 h2 span {
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .parallax2 h2 span {
    font-size: 28px;
    line-height: 28px;
  }
}

.parallax2 .btn1 {
  margin-top: 32px;
  margin-left: -40px;
}

@media (max-width: 1199px) {
  .parallax2 .btn1 {
    margin-left: 0px;
  }
}

.parallax1 {
  position: relative;
  overflow: hidden;
}

.parallax1 .parallax_image {
  opacity: 0.77;
}

.parallax1 h2 {
  color: #ffffff;
}

.parallax1 h2 span {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .parallax1 h2 span {
    font-size: 28px;
    line-height: 28px;
  }
}

.parallax1 .btn1 {
  margin-top: 32px;
}

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

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

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

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

.well1 {
  padding: 61px 0 136px 0;
}

.well2 {
  padding: 311px 0 63px 0;
}

.well3 {
  padding: 127px 0 89px 0;
}

.well4 {
  padding: 211px 0 165px 0;
}

.well5 {
  padding: 85px 0 64px 0;
}

.well6 {
  padding: 83px 0 82px 0;
}

.well7 {
  padding: 121px 0 62px 0;
}

.well8 {
  padding: 128px 0 81px 0;
}

.well9 {
  padding: 83px 0 117px 0;
}

.well10 {
  padding: 121px 0 62px 0;
}

.well11 {
  padding: 83px 0 119px 0;
}

.well12 {
  padding: 83px 0 82px 0;
}

.well13 {
  padding: 45px 0 49px 0;
}

.well14 {
  padding: 83px 0 84px 0;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: gray;
  padding-top: 53px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}

footer a {
  padding-left: 6px;
}

footer a:hover {
  color: #55b9f3;
}

footer address {
  margin-left: -103px;
  margin-top: -15px;
}

@media (max-width: 991px) {
  footer address {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  footer .follow_icon {
    position: relative;
    left: 50%;
    float: none;
    margin-left: -111px;
  }
}

.footer {
  padding-bottom: 32px;
}
