/*rd-navbar Styles Begin*/

.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: -80px;
  left: 0;
  bottom: -56px;
  width: 200px;
  padding: 132px 0 76px;
  color: #fff;
  background: #ccf8fd;
  font-size: 16px;
  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(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 10px 15px 10px;
  font-family: 'Roboto', sans-serif;
  text-decoration:none;
  font-size:14px;
  line-height: 20px;
  color:#148e97;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:1px;
  
}
.rd-mobilemenu_ul li.current-menu-item a {
  background-color:#0071bc;color:#fff;
}
.rd-mobilemenu_ul a:hover {
  background-color:#fff;color:#148e97;
}
.rd-mobilemenu_submenu{list-style: none;text-align: left;padding-left:0px;}
.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: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  background:transparent;
  color: #000;
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: -14px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}

.rd-mobilepanel_toggle {
  position: absolute;
  top: 7px;
  right: 11px;
  width: 48px;
  height: 48px;
      border: none;
    background-color: transparent;
    outline: none;
}
.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:#148e97;
  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: 0px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-top: 20px;
  background-color:#000;
  text-align: center;
}
@media (min-width: 768px) {
  .stuck_container {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .stuck_container {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }
}

.isStuck {

  z-index: 999;
  box-shadow: 0px -15px 30px 2px #072029;
  padding-top: 30px;
  padding-bottom: 12px;
}

.isStuck li > a { color:#fff; }

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

/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 53px;
  color: #000;
  background: white;
  border-radius: 50%;
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
@media (min-width: 420px) {
  .toTop {
    right: 40px;
    bottom: 40px;
  }
}
.toTop:hover {
  color: #fff;
  background: #71d759;
  text-decoration: none;
}

.mobile .toTop,
.tablet .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;
  padding-top: 66px;
  padding-bottom: 87px;
}
@media (min-width: 998px) {
  .parallax_cnt {
    padding-top: 92px;
    padding-bottom: 125px;
  }
}
.parallax_cnt h2 + * {
  margin-top: 15px;
}
.parallax_cnt * + p {
  margin-top: 20px;
}
.parallax_cnt p {
  line-height: 24px;
}
.parallax_cnt * + .btn {
  margin-top: 33px;
}
.parallax_cnt p + * {
  margin-top: 7px;
}

.parallax-2 * {
  color: white;
}
.parallax-2 .parallax_cnt {
  position: relative;
  padding-top: 66px;
  padding-bottom: 60px;
}
@media (min-width: 998px) {
  .parallax-2 .parallax_cnt {
    padding-top: 92px;
    padding-bottom: 89px;
  }
}

.parallax-3 * {
  color: white;
}
.parallax-3 h2 + * {
  margin-top: 16px;
}
.parallax-3 * + .btn {
  margin-top: 27px;
}
.parallax-3 .parallax_cnt {
  position: relative;
  padding-top: 66px;
  padding-bottom: 60px;
}
@media (min-width: 998px) {
  .parallax-3 .parallax_cnt {
    padding-top: 89px;
    padding-bottom: 46px;
  }
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  opacity: 0;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  color: #fff;
  background: transparent;
  text-align: center;
}
.thumb_overlay img {
  position: absolute;
  width: auto;
  height: auto;
  left: 40%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumb:hover {
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.thumb:hover .thumb_overlay img {
  top: 50%;
  left: 50%;
}

/*==================   Accordion    ======================*/
.accordion {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.accordion_header {
  background-color: #31b5e8;
  color: white;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 46px;
  padding-right: 20px;
  border-bottom: 1px solid white;
}
.accordion_header:active {
  outline: none;
}

.accordion_cnt {
  font-size: 14px;
  line-height: 22px;
  padding: 12px 21px 44px;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}
.accordion_cnt:last-child {
  border-bottom: 1px solid #a8a8a8;
}

.ui-accordion-header {
  position: relative;
  cursor: pointer;
}
.ui-accordion-header:after {
  position: absolute;
  left: 22px;
  top: 14px;
  content: "\f055";
  color: white;
  font: 400 14px/20px "FontAwesome";
}
.ui-accordion-header-active:after {
  content: "\f056";
}

@media(min-width: 768px){#primary_nav_wrap ul li:hover > ul
{
	display:block
}
}
@media(max-width: 768px){#primary_nav_wrap ul li{display:block;text-align: left;}}

/*rd-navbar Styles End*/