@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,400italic|Ubuntu+Condensed);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #303334;
  color: #303334;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.terms-list dt {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 32px;
  line-height: 45px;
}
h2 {
  font-size: 73px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;

}
h3 {
  font-family: arial;
  font-size: 32px;
  line-height: 37px;
  font-weight: 400;
}
h4{
  font-family: arial;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
h4 a:hover {
  color: var(--c-base1);
}
h4 a:active {
  color: #d9b513;
}
h5 {
  font-size: 18px;
  line-height: 21px;
}
h6 {
  font-size: 15px;
  line-height: 20px;
}
p small {
  font-family: arial;
  font-size: 12px;
  line-height: 12px;
  color: #9b9e9f;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  display: inline-block;
}
p,
ul,
.terms-list dd {
  color: #a0a3a4;
}
p a:hover,
ul a:hover {
  text-decoration: underline;
}
p .fa,
ul .fa {
  text-decoration: none;
}
time {
  display: block;
}
address {
  font-size: 20px;
  line-height: 28px;
}
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;
}
blockquote {
  position: relative;
  padding-left: 30px;
}
blockquote q {
  font-style: italic;
  color: #fff;
}
blockquote cite {
  color: #fff;
}
blockquote:before {
  position: absolute;
  content: '“';
  left: 0;
  top: 16px;
  font: 400 60px/26px 'Ubuntu Condensed', sans-serif;
  color: #fff;
}
blockquote p + h4 {
  margin-top: 17px;
}
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;
}
.clear {
  background: #fff;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.center {
  text-align: center;
}
h2 + p > small {
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .row > .grid_4 > img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 53px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 48px;
}
p + .row {
  margin-top: 43px;
}
p + .center {
  margin-top: 60px;
}
* + h4 {
  margin-top: 24px;
}
* + p {
  margin-top: 12px;
}
* + .btn3 {
  margin-top: 51px;
}
.row + .btn3 {
  margin-top: 53px;
}
.row + .btn__offset {
  margin-top: 33px;
}
.row + .row {
  margin-top: 68px;
}
p + .row__offset {
  margin-top: 21px;
}
p + .row__offset2 {
  margin-top: 13px;
}
p + .row__offset3 {
  margin-top: 63px;
}
ul + p {
  margin-top: 5px;
}
* + .resp-tabs-container {
  margin-top: 22px;
}
* + .owl-carousel {
  margin-top: 106px;
}
.owl-carousel + .btn1 {
  margin-top: 97px;
}
* + time {
  margin-top: 24px;
}
time + p {
  margin-top: 26px;
}
p + .btn3 {
  margin-top: 41px;
}
.fa + h4 {
  margin-top: 8px;
}
h3 + p {
  margin-top: 3px;
}
h2 + p {
  margin-top: 7px;
}
* + .map {
  margin-top: 25px;
}
* + .contact-form {
  margin-top: -29px;
}
* + dl {
  margin-top: 18px;
}
* + dd {
  margin-top: 9px;
}
* + dt {
  margin-top: 56px;
}
* + .contact-info {
  margin-top: 73px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      News      ======================*/
.news h4 {
  color: #fff;
}
.news p {
  color: #fff;
}
.news a {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news a .overlay {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/page-1_img23.png") center no-repeat var(--c-base1);
}
.lt-ie9 .news a .overlay {
  filter: alpha(opacity=0);
}
.news a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news a:hover .overlay {
  opacity: 1;
}
.lt-ie9 .news a:hover .overlay {
  filter: alpha(opacity=100);
}
.news a + h4 {
  margin-top: 17px;
}
.news h4 + p {
  margin-top: 15px;
  padding-left: 14px;
  padding-right: 15px;
}
/*==================   Latest News  ======================*/
.latest-news time,
.latest-news p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
.latest-news time {
  font-size: 10px;
  line-height: 20px;
}
.latest-news p {
  font-size: 12px;
}
.latest-news .btn3 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.latest-news .btn3:hover {
  cursor: pointer;
  color: #303334;
}
.latest-news a {
  position: relative;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.latest-news a .overlay {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/logo.png") center no-repeat #ffffff;
}
.lt-ie9 .latest-news a .overlay {
  filter: alpha(opacity=0);
}
.latest-news a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.latest-news a:hover .overlay {
  opacity: 1;
}
.lt-ie9 .latest-news a:hover .overlay {
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .latest-news a {
    display: inline-block;
  }
}
/*================= Contact Info =====================*/
.contact-info {
  display: block;
}
.contact-info a,
.contact-info address {
  margin-top: 25px;
  display: inline-block;
  font: 400 30px/27px 'Ubuntu Condensed', sans-serif;
  color: #303334;
}
.contact-info a:hover {
  color: var(--c-base1);
}
.contact-info a:active {
  color: #d9b513;
}
.fa-envelope,
.fa-mobile,
.fa-map-marker {
  color: var(--c-base1);
}
.fa-envelope {
  font-size: 66px;
  line-height: 70px;
}
.fa-envelope a {
  margin-left: 19px;
}
.fa-mobile {
  font-size: 86px;
  line-height: 80px;
}
.fa-mobile a {
  margin-left: 43px;
}
.fa-map-marker {
  font-size: 79px;
  line-height: 80px;
}
.fa-map-marker address {
  margin-left: 20px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .contact-info a,
  .contact-info address {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-info a,
  .contact-info address {
    font-size: 20px;
  }
  .contact-info address {
    margin-top: 15px;
  }
  [class*='fa-'] a,
  [class*='fa-'] address {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .contact-info a,
  .contact-info address {
    font-size: 25px;
  }
  [class*='fa-'] a,
  [class*='fa-'] address {
    margin-left: 0;
  }
}
/*==================   Inline List  ======================*/
.inline-list:before,
.inline-list:after {
  content: ' ';
  display: table;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
}
.inline-list li + li {
  margin-left: 10px;
}
/*==================  Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list_wrapper {
  margin-left: 57px;
}
.index-list_wrapper .btn3 {
  text-decoration: none;
}
.index-list_wrapper p + .btn3 {
  margin-top: 47px;
}
.index-list li {
  position: relative;
}
.index-list li:before {
  content: counter(li, decimal-leading-zero) '.';
  counter-increment: li;
  position: absolute;
  top: -3px;
  left: -2px;
  font: 400 30px/26px 'Ubuntu Condensed', sans-serif;
  color: #303334;
}
.index-list li:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 129px;
  background: #cbcbcb;
  left: -27px;
  top: 64px;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.00000000000000006123, M12=-1, M21=1, M22=0.00000000000000006123);
  zoom: 1;
}
/*==================  Terms List  ======================*/
.terms-list dd a {
  color: #141924;
}
.terms-list dd a:hover {
  text-decoration: underline;
}
/*==================  Marked List  ======================*/
.marked-list {
  margin-top: -6px;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list li {
  position: relative;
  padding-left: 22px;
}
.marked-list li:before {
  color: #fff;
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 12px 'FontAwesome';
  line-height: inherit;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  color: #fff;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li a:hover {
  color: #303334;
  text-decoration: none;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  text-transform: uppercase;
  color: #fff;
  display: block;
  overflow: hidden;
}
.brand_name a {
    display: flex;
    height: 87%;
    background: transparent;
    justify-content: center;
    align-items: center;
}
.brand_name a img {
  padding-right: 7px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: var(--c-base1);
}
/*==================     Icons     ======================*/
.fa-trophy,
.fa-child,
.fa-flag,
.fa-star,
.fa-pagelines {
  font-size: 32px;
  line-height: 35px;
}
/*==================    Buttons    ======================*/
.btn1,
.btn2 {
  display: inline-block;
  font: 400 20px/50px 'Ubuntu Condensed', sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 2px solid var(--c-base1);
  padding: 5px 34px;
  color: #fff;
  background: rgba(90, 94, 96, 0.06);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lt-ie9 .btn1 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f5a5e60', endColorstr='#0f5a5e60');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f5a5e60', endColorstr='#0f5a5e60');
  zoom: 1;
}
.btn1:hover {
  color: #303334;
  background: #fff;
}
.btn1:active {
  background: #e6e6e6;
  border: 2px solid #d9b513;
}
.btn2 {
  background: var(--c-base1);
  padding: 7px 48px;
  border: none;
  margin-left: -5px;
}
.btn2:hover {
  background: #fff;
  color: #303334;
}
.btn2:active {
  background: #e6e6e6;
}
.btn3 {
  font: 400 16px/30px 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  color: #303334;
  display: inline-block;
  padding: 1px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn3:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 13px;
  padding-left: 8px;
}
.btn3:hover {
  color: var(--c-base1);
}
.btn3:active {
  color: #d9b513;
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn1,
  .btn2 {
    font-size: 15px;
    line-height: 30px;
    padding: 3px 14px;
  }
  .btn2 {
    padding: 5px 14px;
  }
}
@media (max-width: 767px) {
  .btn1,
  .btn2 {
    font-size: 15px;
    line-height: 30px;
    padding: 3px 14px;
  }
  .btn2 {
    padding: 5px 14px;
  }
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box__button {
  display: block;
  text-align: center;
  margin-left: 14px;
}
.box_wrapper:before,
.box_wrapper:after {
  content: " ";
  display: table;
}
.box_wrapper:after {
  clear: both;
}
/*===============   Custom Box 1   ===================*/
.custom-box01 {
  width: 33.33333333%;
  float: left;
  position: relative;
  overflow: hidden;
}
.custom-box01_link {
  padding: 1px;
  position: absolute;
  right: 0;
  left: 50%;
  top: 50%;
  margin-top: -53px;
  margin-left: -150px;
  height: 105px;
  width: 299px;
  background: #fff;
  text-align: center;
  z-index: 1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.custom-box01_link h4 {
  color: #3b424b;
  margin-top: 35px;
  text-transform: uppercase;
}
.custom-box01_link h4 + p {
  margin-top: -2px;
}
.custom-box01_link p {
  font-size: 12px;
  color: #717478;
}
.custom-box01_link:hover {
  cursor: pointer;
  background: var(--c-base1);
  color: #fff;
}
.custom-box01_link:hover h4,
.custom-box01_link:hover p {
  color: #fff;
}
.custom-box01_link:hover + .custom-box01_img img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-box01_link:hover + .custom-box01_img .overlay {
  opacity: 0.5;
}
.lt-ie9 .custom-box01_link:hover + .custom-box01_img .overlay {
  filter: alpha(opacity=50);
}
.custom-box01_img {
  position: relative;
}
.custom-box01_img img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 100%;
  display: block;
}
.custom-box01_img .overlay {
  z-index: 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;
  background: rgba(64, 63, 75, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.lt-ie9 .custom-box01_img .overlay {
  filter: alpha(opacity=0);
}
.lt-ie9 .custom-box01_img .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99403f4b', endColorstr='#99403f4b');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99403f4b', endColorstr='#99403f4b');
  zoom: 1;
}
.custom-box01_wrapper:before,
.custom-box01_wrapper:after {
  content: " ";
  display: table;
}
.custom-box01_wrapper:after {
  clear: both;
}
.custom-box01_wrapper .custom-box01_link:hover {
  background: none;
}
.custom-box01_wrapper .custom-box01_link:hover h4 {
  color: #3b424b;
}
.custom-box01_wrapper .custom-box01_link:hover p {
  color: #717478;
}
.custom-box01_wrapper .custom-box01_link:hover:hover + .custom-box01_img .overlay {
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.9);
}
.lt-ie9 .custom-box01_wrapper .custom-box01_link:hover:hover + .custom-box01_img .overlay {
  filter: alpha(opacity=90);
}
.lt-ie9 .custom-box01_wrapper .custom-box01_link:hover:hover + .custom-box01_img .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  zoom: 1;
}
.custom-box01_wrapper .custom-box01_img .overlay {
  z-index: 0;
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.lt-ie9 .custom-box01_wrapper .custom-box01_img .overlay {
  filter: alpha(opacity=0);
}
.lt-ie9 .custom-box01_wrapper .custom-box01_img .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  zoom: 1;
}
/*===============   Custom Box 2  ===================*/
.custom-box02 {
  position: relative;
  width: 50%;
  padding-left: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
  box-sizing: border-box;
  background: #fff;
  opacity: 1;
}
.lt-ie9 .custom-box02 {
  filter: alpha(opacity=100);
}
.custom-box02 img {
  width: 100%;
}
.custom-box02_link {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -89.5px;
  margin-top: -15.5px;
  z-index: 1;
}
.custom-box02_link:hover + .overlay {
  opacity: 0.5;
  background: rgba(48, 51, 52, 0.9);
}
.lt-ie9 .custom-box02_link:hover + .overlay {
  filter: alpha(opacity=50);
}
.lt-ie9 .custom-box02_link:hover + .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6303334', endColorstr='#e6303334');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6303334', endColorstr='#e6303334');
  zoom: 1;
}
.custom-box02_link h4,
.custom-box02_link p {
  color: #3b424b;
}
.custom-box02_link h4 {
  text-transform: uppercase;
}
.custom-box02_link p {
  font-size: 12px;
}
.custom-box02_link h4 + p {
  margin-top: -1px;
}
.custom-box02_link:hover h4,
.custom-box02_link:hover p {
  color: #fff;
}
.custom-box02 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.9;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: rgba(255, 255, 255, 0.9);
}
.lt-ie9 .custom-box02 .overlay {
  filter: alpha(opacity=90);
}
.lt-ie9 .custom-box02 .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  zoom: 1;
}
.custom-box02_wrapper {
  margin-left: -1px;
}
.custom-box02_wrapper:before,
.custom-box02_wrapper:after {
  content: " ";
  display: table;
}
.custom-box02_wrapper:after {
  clear: both;
}
/*===============   Custom Box 3   ===================*/
.custom-box03 {
  text-align: center;
}
.custom-box03 p {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-box03 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-box03 img + h4 {
  margin-top: 17px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .custom-box01 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .custom-box01 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .custom-box01 {
    width: 100%;
  }
  .custom-box02 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .custom-box01 .custom-box01_link {
    margin-top: -40px;
    margin-left: -130px;
    height: 80px;
    width: 260px;
  }
  .custom-box01 .custom-box01_link h4 {
    margin-top: 20px;
  }
}
/*========================   Menu   ==========================*/

/*==================   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: 0;
  width: 240px;
  padding: 20px 0;
  color: #fff;
  background: #2b3643;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: var(--c-base1);
  color: #FFF;
  text-decoration: none;
}
.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: #2b3643;
  color: #fff;
  -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;
  letter-spacing: 0;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.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: #fff;
  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;
}
.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) {
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  background: #303334;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  background: var(--c-base1);
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 0.75);
}
.toTop:hover {
  color: var(--c-base1);
  background: #fff;
  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: repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax6 h2 {
  line-height: 62px;
}
.parallax6 small {
  line-height: 38px;
}
.parallax6 p {
  color: #fff;
  font-weight: 400;
}
.parallax3 h3,
.parallax3 h4,
.parallax3 small,
.parallax3 p,
.parallax3 time,
.parallax3 .btn3 {
  color: #fff;
}
.parallax1 .btn1 {
  border: 2px solid #fff;
  padding: 5px 25px;
}
.parallax1 .btn1:hover {
  border: 2px solid var(--c-base1);
  background: var(--c-base1);
  color: #fff;
}
.parallax1 .btn1:active {
  background: #d9b513;
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  display: inline-block;
  font: 400 18px/22px 'Ubuntu', sans-serif;
}
.resp-tabs-list li {
  cursor: pointer;
  float: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-tabs-list li:hover {
  color: #484d4f;
}
.resp-tabs-list li + li {
  margin-left: 38px;
}
.resp-tabs-list .resp-tab-active {
  color: #303334;
}
.resp-accordion {
  display: none;
  text-align: center;
  font: 400 25px/26px 'Ubuntu', sans-serif;
  background: var(--c-base1);
  padding: 5px;
  margin: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-accordion:hover {
  cursor: pointer;
  background: #303334;
  color: #fff;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*========================================================
                     #header  Section
=========================================================*/

#header .camera_container + .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.lt-ie9 #header .camera_container + .stuck_container {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff');
  zoom: 1;
}
#header .stuck_container {
  text-align: center;
}
#header .brand {
  float: left;
  margin-left: 100px;
  margin-top: auto;
  margin-bottom: auto;
}
#header .nav {
  float: right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 50px;
}
#header .inline-list {
  float: right;
  font-size: 15px;
  line-height: 36px;
  padding-top: 45px;
}
#header .inline-list li {
  height: 36px;
  width: 36px;
}
#header .inline-list li + li {
  margin-left: 3px;
}
#header  li a {

  display: block;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header li a:hover {
  text-decoration: none;
  color: #303334;
  background: var(--c-base1);
}
#header li a:active {
  background: #d9b513;
}
#header .inline-list + .nav {
  margin-right: 26px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header h1 {
    
  }
  #header .nav {
    float: none;
    display: flex;
    text-align: center;
  }
  #header .inline-list {
    padding-top: 26px;
  }
  #header .inline-list + .nav {
    margin-left: 0;
  }

}
@media (max-width: 767px) {
  #header .nav {
    float: none;
  }
  #header .brand {
    float: left;
  }
  #header .inline-list {
    padding-top: 18px;
  }
}
@media (max-width: 479px) {
  #header .brand {
    float: none;
  }
  #header .inline-list {
    float: none;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #303334;
}
/*==================      Well     ======================*/
.well {
  padding-top: 329px;
  padding-bottom: 306px;
}
.well2 {
  padding-top: 166px;
  padding-bottom: 115px;
}
.well3 {
  padding-top: 346px;
  padding-bottom: 326px;
}
.well4 {
  padding-top: 258px;
  padding-bottom: 276px;
}
.well5 {
  padding-top: 156px;
  padding-bottom: 204px;
}
.well6 {
  padding-top: 365px;
  padding-bottom: 356px;
}
.well7 {
  padding-top: 279px;
  padding-bottom: 369px;
}
.well8 {
  padding-top: 260px;
  padding-bottom: 388px;
}
.well__ins1 {
  padding-top: 267px;
}
.well3__ins1 {
  padding-bottom: 366px;
}
.well3__ins2 {
  padding-bottom: 319px;
}
.well4__ins1 {
  padding-bottom: 356px;
}
.well5__ins1 {
  padding-top: 267px;
}
.well6__ins1 {
  padding-top: 247px;
}
.well6__ins3 {
  padding-top: 348px;
}
.well7__ins1 {
  padding-top: 267px;
}
@media (min-width: 768px) and (max-width: 979px) {
  [class*='well'] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  [class*='well'] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 479px) {
  [class*='well'] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #303334;
  color: #fff;
  text-align: center;
  font-family: 'Ubuntu Condensed', sans-serif;
}
footer h1 {
  color: #5a5e60;
  text-transform: uppercase;
  display: inline-block;
}
footer a {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
}
footer a:hover {
  color: var(--c-base1);
}
footer a:active {
  color: #d9b513;
}
footer [class*='fa-'] {
  display: block;
  font-size: 27px;
  line-height: 40px;
  color: var(--c-base1);
}
footer img {
  display: inline-block;
  margin-right: 13px;
}
footer .box__button,
footer .wrapper {
  display: block;
}
footer .inline-list {
  display: inline-block;
}
footer .inline-list li {
  display: inline-block;
}
footer .inline-list li a {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  color: var(--c-base1);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .inline-list li a:hover {
  text-decoration: none;
  color: #fff;
}
footer .inline-list li a:active {
  color: #e6e6e6;
}
footer .inline-list li + li {
  margin-left: 68px;
}
footer .btn1 {
  display: inline-block;
  padding: 5px 50px;
}
footer .btn1:hover {
  border: 2px solid #fff;
}
footer .copyright {
  font-size: 20px;
  line-height: 28px;
  color: #5a5e60;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
footer .copyright a {
  display: inline-block;
}
footer .copyright a:hover {
  color: var(--c-base1);
}
footer .copyright a:active {
  color: #d9b513;
}
footer .fa + a,
footer .fa + address {
  margin-top: 14px;
}
footer .row + .wrapper {
  margin-top: 96px;
  margin-right: 33px;
}
footer .wrapper + .inline-list {
  margin-top: 51px;
}
footer .inline-list + .box__button {
  margin-top: 53px;
}
footer .box__button + .copyright {
  margin-top: 113px;
}
@media (max-width: 767px) {
  footer .inline-list li a {
    font-size: 15px;
  }
  footer .inline-list li + li {
    margin-left: 8px;
  }
}
@media (max-width: 479px) {
  footer .inline-list li a {
    font-size: 12px;
  }
  footer .inline-list li + li {
    margin-left: 4px;
  }
}
