@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,600');
input,
button,
select,
textarea,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", lucida grande, Arial, sans-serif;
  font-weight: 300;
}
input strong,
button strong,
select strong,
textarea strong,
body strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}
::selection {
  background: #008fc3;
}
::-moz-selection {
  background: #008fc3;
}
body,
p,
.gform_body .gfield input,
.gform_body .gfield textarea,
.gform_body .gfield select {
  font-size: 16px;
  line-height: 1.5;
}
h1 {
  font-size: 48px;
  line-height: 1.5;
}
h2 {
  font-size: 24px;
  line-height: 1.5;
}
h3 {
  font-size: 18.72px;
  line-height: 1.5;
}
h4 {
  font-size: 16px;
  line-height: 1.5;
}
h5 {
  font-size: 13.28px;
  line-height: 1.5;
}
h6 {
  font-size: 12px;
  line-height: 1.5;
}
#topcontrol {
  background-color: rgba(0,0,0,0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 3px;
  color: #FFFFFF;
  height: 48px;
  line-height: 55px;
  margin: 0 15px 15px 0;
  text-align: center;
  width: 48px;
  z-index: 10000;
}
#scrolltotop:before {
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) #FFFFFF;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  left: 28%;
  position: absolute;
  top: 17%;
  width: 0;
}
#topcontrol:hover {
  background-color: #006a90;
}
a:hover,
a:active,
a:focus,
.sidebar-content .nav.nav-tabs.nav-stacked .parent ul a.selected,
.sidebar-content .nav li li a:hover,
div[role="complementary"] div > ul > li:hover {
  color: #00719a;
}
a,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus,
.nav li a:hover,
.nav li a:focus,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
nav[role="navigation"] .nav-normal > .active > a,
nav[role="navigation"] .nav-normal li a:hover,
nav[role="navigation"] .nav-pills-square > .active > a,
nav[role="navigation"] .nav-bar > li > a:hover,
nav[role="navigation"] .nav-bar > li > a:focus,
nav[role="navigation"] .nav-bar > .active > a,
nav[role="navigation"] .nav-bar-top > .active > a,
nav[role="navigation"] .nav-bar-top > li > a:hover,
nav[role="navigation"] .nav-bar-underline > .active > a,
nav[role="navigation"] .nav-underline > .active > a,
nav[role="navigation"] .nav-underline > li > a:hover,
nav[role="navigation"] .nav-separator > .active > a,
nav[role="navigation"] .nav-separator > li > a:hover,
.sidebar-content .nav a.active,
div[role="complementary"] div > ul > li:active,
.sidebar-content .nav li a:hover,
.sidebar-content .nav li a:focus {
  color: #008fc3;
}
.nav a:hover .caret {
  border-bottom-color: #008fc3;
  border-top-color: #008fc3;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover,
.nav-tabs.nav-stacked > .active > a:focus,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.grid li a:hover img,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.gform_wrapper li.gfield_error input[type="text"]:focus,
.gform_wrapper li.gfield_error input[type="url"]:focus,
.gform_wrapper li.gfield_error input[type="email"]:focus,
.gform_wrapper li.gfield_error input[type="tel"]:focus,
.gform_wrapper li.gfield_error input[type="number"]:focus,
.gform_wrapper li.gfield_error input[type="password"]:focus,
.gform_wrapper li.gfield_error textarea:focus {
  border-color: #008fc3;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover,
.nav-tabs.nav-stacked > .active > a:focus,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.progress .bar,
.progress-striped .bar,
.progress-info.progress-striped .bar,
.progress-striped .bar-info,
nav[role="navigation"] .nav-pills-square li a:hover {
  background-color: #008fc3;
}
.form-control:focus {
  border-color: #008fc3;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(0,143,195,0.6);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #008fc3;
  border-color: #008fc3;
}
.accent {
  color: #008fc3 !important;
}
.accent2 {
  color: #1f497d !important;
}
.accent3 {
  color: #121212 !important;
}
.accent6 {
  color: #333333;
}
.btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
}
.btn-primary {
  border-color: #1f497d;
  background-color: #1f497d;
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
}
.btn-primary:hover,
.btn-primary .disabled,
.btn-primary [disabled] {
  background-color: #1b3f6d;
  border-color: #1b3f6d;
  color: #fff;
}
.btn-primary:active,
.btn-primary .active,
.btn-primary:focus,
.btn-primary .focus {
  background-color: #17365c;
  border-color: #17365c;
  color: #fff;
}
.btn-custom {
  border-color: #008fc3;
  background-color: #008fc3;
  color: #fff;
  text-shadow: none;
}
.btn-custom:hover,
.btn-custom .disabled,
.btn-custom [disabled] {
  background-color: #0080af;
  border-color: #0080af;
  color: #fff;
}
.btn-custom:active,
.btn-custom .active,
.btn-custom:focus,
.btn-custom .focus {
  background-color: #00719a;
  border-color: #00719a;
  color: #fff;
}
.btn-transparent {
  color: #008fc3;
  background-color: transparent;
  border-color: #115871;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  color: #fff;
  background-color: #115871;
  border-color: #115871;
}
.btn-transparent2 {
  color: #008fc3;
  border-color: #008fc3;
}
.btn-transparent2:hover,
.btn-transparent2:active,
.btn-transparent2:focus {
  background-color: #008fc3;
  border-color: #008fc3;
}
.btn-lg {
  min-width: 260px;
  padding: 14px;
}
.font-32 {
  font-size: 32px;
}
.font-24 {
  font-size: 24px;
}
.font-22 {
  font-size: 22px;
}
.font-18 {
  font-size: 18px;
}
header .main-header.header-shadow {
  box-shadow: none;
}
.about-us-menu #menu-item-195 > .dropdown-menu {
  display: none;
}
.about-us-menu #menu-item-195 > a:after {
  display: none;
}
header img.brand {
  max-width: 140px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
header nav[role="navigation"] > ul:first-child {
  margin-top: 0;
}
header nav[role="navigation"] > ul ul.dropdown-menu > li > a:hover,
header nav[role="navigation"] > ul ul.dropdown-menu > li > a:active,
header nav[role="navigation"] > ul ul.dropdown-menu > li > a:focus {
  color: #fff;
  background: #008fc3;
}
header nav[role="navigation"] > ul > li + li {
  margin-left: 10px;
}
header nav[role="navigation"] > ul > li > a {
  padding: 10px;
  color: #000;
  font-size: 0.85vw;
  text-transform: uppercase;
}
header nav[role="navigation"] > ul > li > a .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
header nav[role="navigation"] > ul > li:hover > a,
header nav[role="navigation"] > ul > li:active > a,
header nav[role="navigation"] > ul > li:focus > a,
header nav[role="navigation"] > ul > li.active > a {
  color: #fff;
  background-color: #1f497d;
}
header nav[role="navigation"] > ul > li:hover .caret,
header nav[role="navigation"] > ul > li:active .caret,
header nav[role="navigation"] > ul > li:focus .caret,
header nav[role="navigation"] > ul > li.active .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
header nav[role="navigation"] > ul > li > a:focus {
  background-color: transparent;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:active > a,
.dropdown-submenu:focus > a {
  color: #fff;
  background: #008fc3;
}
.dropdown-toggle.disabled::after {
  border-left-color: #000;
}
nav[role="navigation"] ul li li:hover > a {
  color: #fff;
}
.home .main-header {
  border-bottom: 4px solid #7abaff;
}
.main-header .container {
  max-width: 1490px;
  padding: 10px 0;
}
.main-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header .flex-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-header .flex-box > a {
  margin-left: 20px;
}
#popup_search .modal-dialog {
  width: 100%;
  padding: 0;
  height: 100%;
}
#popup_search .modal-body {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#popup_search .modal-content {
  height: 100%;
  position: relative;
  background-color: rgba(255,255,255,0.85);
  border-radius: 0;
  border: none;
  width: 100%;
}
#popup_search .close {
  right: -30px;
  position: absolute;
  top: 50%;
  opacity: 0.8;
  z-index: 999;
  color: #fff;
  background: #1f497d;
  padding: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
#popup_search .close:hover,
#popup_search .close:focus,
#popup_search .close:active {
  opacity: 1;
}
#popup_search .modal-body form.navbar-search .search-query {
  height: 50px;
  border-color: #666 !important;
  color: #666 !important;
  font-size: 16px;
}
#popup_search .modal-body form i {
  margin-top: 10px;
  color: #666;
}
header.smaller img.brand {
  width: 100px;
}
.home .breadcrumb-segment {
  display: none;
}
.breadcrumb-segment {
  background-color: #1f497d;
}
.breadcrumb-segment .breadcrumb > li a {
  color: #fff;
}
.breadcrumb-segment .breadcrumb > .active {
  color: #008fc3;
}
.hp-banner-wrapper {
  position: relative;
}
.hp-banner {
  height: 630px;
  position: relative;
  overflow: hidden;
}
.hp-banner-wrapper h1 {
  font-size: 68px;
  line-height: 1.2;
}
.hp-banner video,
.hp-banner-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 9;
  width: 100%;
  height: 100%;
}
.hp-banner video {
  height: 200%;
}
.hp-banner-wrapper .content {
  width: auto;
  height: auto;
  text-align: center;
}
#slide-video-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slide-video-banner .owl-dots button + button {
  margin-left: 10px;
}
#slide-video-banner .owl-dots button span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: block;
  border-radius: 100%;
}
#slide-video-banner .owl-dots button.active span {
  background-color: #1f497d;
}
#slide-video-banner .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slide-video-banner .owl-nav button span {
  font-size: 75px;
}
#slide-video-banner .owl-nav button.owl-prev {
  left: 20px;
}
#slide-video-banner .owl-nav button.owl-next {
  right: 20px;
}
.hp-banner-wrapper .content {
  margin-top: -40px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#slide-banners .wooslider-control-nav {
  z-index: 40;
  margin-top: -25px !important;
  bottom: 0;
}
.hp-banner.custom-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-banner h1 {
  font-size: 60px;
}
.testimonial .col-md-3 {
  max-width: 20%;
}
.announcement-section .testimonial h3 {
  color: #008FC3;
  padding-left: 20%;
}
.announcement-section .testimonial i {
  display: none;
}
.announcement-section .carousel-indicators {
  position: absolute;
  left: 0%;
  z-index: 15;
  width: 42%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}
.announcement-section .carousel-indicators li {
  background: transparent;
  border: 1px solid #008FC3;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.testimonial img {
  border: none;
  margin-top: -50px;
}
.announcement-section .carousel-indicators li.active {
  background: #008FC3;
  margin: 0 5px;
}
.hp-service {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hp-service {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hp-service > p {
  display: none;
}
.hp-service .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  padding: 0 15px;
}
.hp-service .col > .img img {
  border-radius: 100%;
}
.hp-service .col .img {
  position: relative;
  max-width: 204px;
  margin: 0 auto;
}
.hp-service .blue-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(top,transparent,rgba(31,73,125,0.8));
  background-image: linear-gradient(to bottom,transparent,rgba(31,73,125,0.8));
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.hp-service .col:hover .blue-filter,
.hp-service .col:active .blue-filter,
.hp-service .col:focus .blue-filter {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hp-s3 h2 {
  margin-top: 40px;
  font-size: 32px;
}
.hp-s3 .list-unstyled {
  margin-left: 45px;
}
.hp-s3 .list-unstyled li {
  position: relative;
}
.hp-s3 .list-unstyled li + li {
  margin-top: 5px;
}
.hp-s3 .list-unstyled li:before {
  content: '•';
  position: absolute;
  left: -30px;
  color: #1f497d;
}
.hp-s4,
.hp-s4 .container {
  max-width: 100%;
  padding: 0;
}
.hp-s4 {
  border-bottom: 2px solid #fff;
}
.hp-s4 .flex-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.hp-s4 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.hp-s4 .col a {
  display: block;
  position: relative;
  border: 3px solid #fff;
  overflow: hidden;
}
.hp-s4 .flex-box br,
.hp-s4 .flex-box .col a + p {
  display: none;
}
.hp-s4 .col h3 {
  color: #fff;
  font-size: 18px;
}
.hp-s4 .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 110px 30px 0;
  background-image: -webkit-linear-gradient(to bottom,transparent 50%,#1e4473);
  background-image: linear-gradient(to bottom,transparent 50%,#1e4473);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hp-s4 .col h3 {
  -webkitr-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
.hp-s4 .col a:hover .filter,
.hp-s4 .col a:active .filter,
.hp-s4 .col a:focus .filter {
  top: 0;
  opacity: 1;
  background: rgba(30,68,115,0.8);
}
.hp-s4 .col a:hover .content img,
.hp-s4 .col a:active .content img,
.hp-s4 .col a:focus .content img {
  margin-top: -130px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hp-s4 .content {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 120px 30px;
}
.hp-s4 .col .content img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hp-s4 .col .content h3 {
  position: relative;
  z-index: 9;
}
.cta-footer .row {
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-footer {
  font-size: 13px;
}
.main-footer h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #008fc3;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-footer a:hover,
.main-footer a:active,
.main-footer a:focus {
  text-decoration: none;
  color: #008fc3;
  opacity: 1;
}
.footer-service ul > li {
  width: 50%;
  float: left;
}
.footer-social {
  margin-left: 20px;
}
.footer-social li {
  position: relative;
}
.footer-social li i {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bottom-footer {
  padding: 20px 15px !important;
  font-size: 13px;
  border-top: 1px solid #282d38;
}
footer #menu-bottom-footer li {
  line-height: inherit;
}
.single-post .sharedaddy h3:before {
  border: none !important;
}
.single-post article.content > footer {
  margin-bottom: 5px;
}
body {
  overflow-x: hidden;
}
.home article.grid figure {
  margin: 0 25px 0 0;
  float: left;
}
.list-margin > li {
  margin-bottom: 1.5em;
}
.announcement-section article.horizontal-e.blog-list .btn {
  border-color: #008fc3;
  background-color: #008fc3;
  color: #ffffff;
}
@media (min-width: 1200px) and (max-width: 1580px) {
  .hp-s4 .col h3 {
    font-size: 14px;
  }
  .hp-s4 .col a:hover h3,
  .hp-s4 .col a:active h3,
  .hp-s4 .col a:focus h3 {
    bottom: 75%;
  }
  .hp-s4 .filter {
    padding: 60px 15px;
    font-size: 14px;
  }
  .hp-s4 .content {
    padding: 90px 15px;
  }
  .hp-s4 .col .content img {
    max-width: 4vw;
  }
  .hp-s4 .col a:hover .content img,
  .hp-s4 .col a:active .content img,
  .hp-s4 .col a:focus .content img {
    margin-top: -110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .font-22 {
    font-size: 20px;
  }
  .margin-top-60 {
    margin-top: 5%;
  }
  header nav[role="navigation"] > ul > li + li {
    margin-left: 0;
  }
  header nav[role="navigation"] > ul > li > a {
    padding: 10px 4px;
    font-size: 12px;
  }
  .hp-banner {
    height: 500px;
  }
  .hp-s4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .hp-s4 .col a {
    max-width: 450px;
    margin: 0 auto;
  }
  .hp-s3 h2 {
    margin-top: 0;
  }
  .footer-service ul > li {
    width: 100%;
    float: none;
  }
}
@media (max-width: 991px) {
  .font-22 {
    font-size: 20px;
  }
  nav[role="navigation"] select {
    display: block;
  }
  nav[role="navigation"] ul {
    display: none;
  }
  .hp-banner {
    height: 400px;
  }
  .hp-banner > div {
    background-color: rgba(255,255,255,0.8);
  }
  .hp-service .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .hp-s4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .cta-footer .row {
    display: block;
    height: auto;
    padding: 40px 0;
  }
  .cta-footer .row .btn {
    max-width: 350px;
    margin: 20px auto 0;
  }
  .footer-service ul > li {
    width: 100%;
    float: none;
  }
  .hp-banner.slide1 {
    background: url('/wp-content/uploads/sites/2616/scripts/video_banner/r1/01/bg-video-banner-01.jpg') no-repeat scroll center center / cover;
  }
  .hp-banner.slide2 {
    background: url('/wp-content/uploads/sites/2616/scripts/video_banner/r1/02/bg-video-banner-02.jpg') no-repeat scroll center center / cover;
  }
  .hp-banner.slide3 {
    background: url('/wp-content/uploads/sites/2616/scripts/video_banner/r1/03/bg-video-banner-03.jpg') no-repeat scroll center center / cover;
  }
  .hp-banner.slide4 {
    background: url('/wp-content/uploads/sites/2616/scripts/video_banner/r0/bg-video-banner-r0.jpg') no-repeat scroll center center / cover;
  }
  .hp-banner h1 {
    font-size: 48px;
  }
  .hp-banner.custom-banner > div {
    background-color: transparent;
  }
  .custom-banner h1 {
    font-size: 45px;
  }
  .custom-banner h2 {
    font-size: 20px;
  }
  .custom-banner .btn {
    margin-bottom: 40px;
  }
  .hp-s4 .col:hover .content img {
    margin-top: -150px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .hp-s4 .content {
    padding: 90px 30px;
  }
  .hp-s4 .filter {
    padding-top: 80px;
  }
  .home article.grid.blog-list {
    text-align: center;
  }
  .home article.grid figure {
    float: none;
    margin: 10px auto;
    display: block;
    clear: both;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header .flex-box > a {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  html {
    height: auto;
  }
  .font-32,
  .hp-s3 h2 {
    font-size: 24px;
  }
  .hp-banner {
    height: 750px;
  }
  .hp-banner-wrapper h1 {
    font-size: 38px;
  }
  .custom-banner h1 {
    font-size: 35px;
  }
  body {
    overflow-x: hidden;
    padding-top: 106px !important;
  }
  ._navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 29;
  }
  .main-header .row {
    display: block;
  }
  header img.brand {
    width: 150px;
    margin-bottom: 10px;
  }
  header.smaller img.brand {
    width: 100px;
  }
  .hp-banner .content {
    width: 100%;
  }
  .hp-banner h1 {
    font-size: 36px;
  }
  .hp-s4 {
    overflow-x: hidden;
  }
  .hp-s4 .col h3 {
    left: 15px;
  }
  .hp-s4 .col a:hover h3,
  .hp-s4 .col a:active h3,
  .hp-s4 .col a:focus h3 {
    bottom: auto;
    top: 0;
  }
  .hp-s4 .flex-box {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  .hp-s4 .filter {
    padding: 50px 15px;
  }
  .hp-service {
    display: block;
  }
  .hp-service .col + .col {
    margin-left: 0;
  }
  .hp-s4 .content {
    padding: 90px 15px;
  }
  .hp-s4 .col .content img {
    max-width: 50px;
  }
  .hp-s4 .col h3 {
    left: 0;
    font-size: 16px;
  }
  .hp-s4 .filter {
    padding-top: 40px;
  }
  .hp-s4 .col:hover .content img {
    margin-top: -140px;
  }
  .cta-footer {
    background-image: url('/wp-content/uploads/sites/2616/2018/05/ccsnct-cta-footer.jpg') !important;
  }
  .footer-social {
    display: inline-block;
    text-align: left;
  }
  .footer-service {
    margin-bottom: 20px;
  }
  #menu-bottom-footer {
    margin: 0 auto;
    display: table;
    float: none !important;
  }
  .home article.grid figure {
    margin: 10px auto;
    float: none;
  }
  .announcement-section .testimonial .col-md-3 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .announcement-section .testimonial img {
    margin-top: 0px;
  }
  .announcement-section .testimonial h3 {
    padding-left: 0px;
  }
  .announcement-section .carousel-indicators {
    width: auto;
    padding-left: inherit;
    margin-left: inherit;
    left: 50%;
  }
  .announcement-section div#testimonials-announcement-slider {
    text-align: center;
  }
}
