@charset "UTF-8";
@import url(animate.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #777;
  font: 400 13px/20px "PT Sans Narrow", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h5 {
  font-weight: 700;
  color: #333333;
}

h4, h6 {
  color: #136CFA;
}

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

h2 {
  font-size: 25px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}
h3 span {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 86px;
}
h3 span:before, h3 span:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #d9d9d9;
  top: 50%;
}
h3 span:before {
  left: 0;
}
h3 span:after {
  right: 0;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
h6 a:hover {
  color: #333333;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

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

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

.center {
  text-align: center;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h3 {
  margin-top: 11px;
}

* + h4 {
  margin-top: 4px;
}

* + h6 {
  margin-top: 21px;
}

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

* + .btn__lg {
  margin-top: 14px;
}

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

* + .inline-list {
  margin-top: 24px;
}

* + .off1 {
  margin-top: 19px;
}

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

* + .description {
  margin-top: 26px;
}

* + .map {
  margin-top: 18px;
}

* + .contact-form {
  margin-top: 18px;
}

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

p + p {
  margin-top: 20px;
}

.row + .row {
  margin-top: 49px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  background: #136CFA;
  position: absolute;
  top: 0;
}
.brand_name {
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  bottom: 11px;
  left: 30px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f2f2f2;
  position: relative;
}

.bg-primary_hover {
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.bg-primary_hover:hover {
  background: #136CFA;
  color: #fff;
}
.bg-primary_hover:hover h1, .bg-primary_hover:hover h2, .bg-primary_hover:hover h3, .bg-primary_hover:hover h4, .bg-primary_hover:hover h5, .bg-primary_hover:hover h6 {
  color: #fff;
}
.bg-primary_hover:hover h1 a:hover, .bg-primary_hover:hover h2 a:hover, .bg-primary_hover:hover h3 a:hover, .bg-primary_hover:hover h4 a:hover, .bg-primary_hover:hover h5 a:hover, .bg-primary_hover:hover h6 a:hover {
  color: #333333;
}
.bg-primary_hover + img {
  position: absolute;
  right: 0;
  top: -81px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .bg-primary_hover + .bg-primary_hover {
    margin-top: 84px;
  }
  .bg-primary_hover + .bg-primary_hover + .bg-primary_hover {
    margin-bottom: 60px;
  }
}

.bg-secondary {
  background: #136CFA;
  color: #fff;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #fff;
}

/*==================     Icons     ======================*/
.info-box {
  text-align: right;
  padding-top: 9px;
  padding-bottom: 11px;
}
.info-box p {
  display: inline-block;
  font-size: 12px;
}
.info-box .fa-phone {
  font-weight: 700;
  color: #333333;
  margin-right: 23px;
}
.info-box .fa-phone:before {
  color: #136CFA;
  padding-right: 3px;
}
.info-box .fa-phone:hover {
  color: #136CFA;
}
.info-box .fa-envelope-o {
  color: #136CFA;
  font-size: 12px;
}
.info-box .fa-envelope-o:before {
  padding-right: 5px;
}
.info-box .fa-envelope-o:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .info-box {
    text-align: center;
  }
}

.social li {
  display: inline-block;
}
.social li a {
  font-size: 18px;
  line-height: 40px;
}
.social li a:hover {
  color: #333333;
}
.social li + li {
  margin-left: 26px;
}

.contact-info {
  display: block;
}
.contact-info a, .contact-info address {
  margin-top: 20px;
  display: inline-block;
  font-size: 22px;
  line-height: 23px;
  color: #777;
}
.contact-info a:hover {
  color: #136CFA;
}

.fa-envelope, .fa-mobile, .fa-map-marker {
  color: #136CFA;
}

.fa-envelope {
  font-size: 66px;
  line-height: 61px;
}
.fa-envelope a {
  margin-left: 54px;
}

.fa-mobile {
  font-size: 86px;
  line-height: 73px;
}
.fa-mobile a {
  margin-left: 64px;
}

.fa-map-marker {
  font-size: 79px;
  line-height: 80px;
}
.fa-map-marker address {
  margin-left: 70px;
}

@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;
  }
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #136CFA;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 16px 6px 18px;
  color: #fff;
}
.btn:hover {
  background: #c33031;
}
.btn:active {
  background: #9a2627;
}

.btn__lg {
  padding: 6px 29px 6px 30px;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 22px;
  padding-top: 6px;
}
.box_cnt__no-flow p q .fa-quote-right {
  font-size: 37px;
  line-height: 23px;
  padding-right: 13px;
  padding-top: 10px;
  float: left;
  color: #136CFA;
}
.box_cnt__no-flow * + h4 {
  margin-top: 6px;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  padding-top: 103px;
  position: relative;
}
.index-list li:before {
  content: counter(li,decimal);
  counter-increment: li;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 67px;
  background: #136CFA;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==================   Inline List  ======================*/
.inline-list:before, .inline-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}
.inline-list li img {
  width: 100%;
}
.inline-list li h4, .inline-list li p, .inline-list li .btn, .inline-list li .overlay {
  position: absolute;
}
.inline-list li h4, .inline-list li p, .inline-list li .btn {
  z-index: 1;
  color: #fff;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.inline-list li p, .inline-list li .btn, .inline-list li .overlay {
  opacity: 0;
}
.lt-ie9 .inline-list li p, .lt-ie9 .inline-list li .btn, .lt-ie9 .inline-list li .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.inline-list li h4 {
  top: 38%;
  width: 100%;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.inline-list li h4 a:hover {
  color: #136CFA;
}
.inline-list li h4.mod1 {
  top: 44%;
}
.inline-list li p {
  top: 70%;
  left: 21%;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -moz-transform: translateX(-13%);
  -ms-transform: translateX(-13%);
  -o-transform: translateX(-13%);
  -webkit-transform: translateX(-13%);
  transform: translateX(-13%);
}
.inline-list li .btn {
  top: 70%;
  left: 50%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inline-list li .btn:hover, .inline-list li .btn:active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.inline-list li .overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  background: rgba(0, 0, 0, 0.6);
}
.lt-ie9 .inline-list li .overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
  zoom: 1;
}
.inline-list li:hover h4, .inline-list li:hover p, .inline-list li:hover .btn, .inline-list li:hover .overlay {
  opacity: 1;
}
.lt-ie9 .inline-list li:hover h4, .lt-ie9 .inline-list li:hover p, .lt-ie9 .inline-list li:hover .btn, .lt-ie9 .inline-list li:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.inline-list li:hover h4 {
  top: 18%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inline-list li:hover h4.mod1 {
  top: 44%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inline-list li:hover p {
  top: 25%;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.inline-list li:hover .btn {
  top: 62%;
  left: 50%;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inline-list li:hover .btn:hover, .inline-list li:hover .btn:active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.inline-list li:hover .overlay {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media (min-width: 1370px) and (max-width: 1649px) {
  .inline-list li:hover p {
    top: 13%;
    left: 7px;
    right: 7px;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .inline-list li:hover h4 {
    top: 5%;
  }
  .inline-list li p {
    left: 7px;
    right: 7px;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (min-width: 768px) and (max-width: 1369px) {
  .inline-list li {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .inline-list li h4 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .inline-list li p {
    display: none;
  }
  .inline-list li .overlay {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .inline-list li:hover h4 {
    top: 30%;
  }
  .inline-list li:hover .btn {
    top: 47%;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media (max-width: 767px) {
  .inline-list li {
    width: 100%;
  }
}

/*========================   Menu   ==========================*/
nav {
  padding: 32px 0 26px;
  text-align: right;
}
@media (max-width: 767px) {
  nav {
    display: none;
  }
}

.sf-menu {
  display: inline-block;
  text-align: left;
}
.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: 7.5px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #777;
  font-size: 18px;
  line-height: 20px;
  padding: 17px 14px 13px 16px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #136CFA;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #136CFA;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 197px;
  padding: 11px 0 10px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #777;
  background: #fff;
  padding: 4px 0 3px 20px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #136CFA;
}

.sf-menu ul ul {
  position: absolute;
  top: 32%;
  left: 100%;
  width: 120px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #fff;
  background: #136CFA;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #777;
  background: #fff;
}

.sf-menu ul .sf-with-ul {
  position: relative;
}
.sf-menu ul .sf-with-ul:before {
  content: "";
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 8px;
  right: 22px;
  font-family: "FontAwesome";
  color: #136CFA;
}

@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: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #333333;
  color: #FFF;
}
.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 {
  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: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@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  ======================*/
@media (max-width: 767px) {
  .stuck_container {
    background: #136CFA;
  }
  .stuck_container .brand {
    position: relative;
    width: 100%;
  }
  .stuck_container .brand img {
    display: none;
  }
  .stuck_container .brand_name {
    position: relative;
    text-align: center;
    bottom: 3px;
    left: 0;
    font-size: 35px;
    line-height: 50px;
  }
}

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck nav {
  padding: 0;
}
.isStuck nav .sf-menu > li > a {
  padding: 22px 14px 23px 16px;
}
.isStuck nav .search-form {
  margin-top: 12px;
}
.isStuck .brand img {
  width: 46.5%;
  float: right;
}
.isStuck .brand_name {
  right: 66px;
  top: 9px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #136CFA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #136CFA;
  background: none;
  text-decoration: none;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
}

.head_shadow {
  position: relative;
  padding-bottom: 21px;
}
.head_shadow:before {
  position: absolute;
  content: '';
  bottom: 21px;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-box-shadow: 0 -10px 34px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -10px 34px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -10px 34px 0 rgba(0, 0, 0, 0.2);
}

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

.mg_add {
  margin-top: 8px;
}

.section1 {
  padding: 49px 10px 56px 30px;
  max-width: 150px;
}
.section1 h2 + p {
  margin-top: 4px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .section1 {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .ins_media {
    padding: 0 66px;
  }
  .ins_media:before, .ins_media:after {
    width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ins_media {
    padding: 0 52px;
  }
  .ins_media:before, .ins_media:after {
    width: 40px;
  }
}

.img_ablso1 {
  right: 13px;
  top: -6px;
}

.img_ablso2 {
  right: 11px;
  top: -51px;
}

.img_ablso3 {
  right: 19px;
  top: -8px;
}

.img_ablso1, .img_ablso2, .img_ablso3 {
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .img_ablso1, .img_ablso2, .img_ablso3 {
    position: relative;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.description dt {
  display: block;
  text-transform: uppercase;
  color: #136CFA;
}
.description dd {
  display: inline;
}
.description dl + dl {
  margin-top: 20px;
}

.terms-list dt {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #136CFA;
}
.terms-list dt + dd {
  margin-top: 7px;
}
.terms-list dd + dt {
  margin-top: 29px;
}
.terms-list + a {
  color: #136CFA;
  margin-top: 20px;
  display: inline-block;
}
.terms-list + a:hover {
  text-decoration: underline;
}

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

.well__ins1 {
  padding-bottom: 30px;
}

.well__ins2 {
  padding-top: 33px;
}

.well1 {
  padding-top: 20px;
  padding-bottom: 33px;
}

.well1__ins1 {
  padding-bottom: 65px;
}

.well1__ins2 {
  padding-bottom: 12px;
}

.well1__ins3 {
  padding-top: 8px;
}

.well1__ins3 {
  padding-bottom: 0;
}

.well2 {
  padding-top: 51px;
  padding-bottom: 63px;
}

.well2__ins1 {
  padding-bottom: 20px;
}

.well3 {
  padding-top: 33px;
  padding-bottom: 0;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  padding-top: 10px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #333333;
}
footer * + ul {
  margin-top: 15px;
}
footer ul li + li {
  margin-top: 7px;
}
footer ul li a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .clr1 {
  color: #136CFA;
}
footer .copyright {
  padding-top: 8px;
  padding-bottom: 12px;
}
* + footer .copyright {
  margin-top: 5px;
}
footer .fb-page {
  margin-top: 9px;
}
@media (min-width: 800px) and (max-width: 1076px) {
  footer .fb-page {
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  footer [class*='grid_']:nth-child(n+2) {
    margin-left: 4px;
  }
}

.footer_ins1 {
  padding-top: 29px;
}
