@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: local('Courgette Regular'), local('Courgette-Regular'), url(https://fonts.gstatic.com/s/courgette/v5/wEO_EBrAnc9BLjLQAUk1VvoP.ttf) format('truetype');
}
@font-face {
  font-family: 'Electrolize';
  font-style: normal;
  font-weight: 400;
  src: local('Electrolize'), local('Electrolize-Regular'), url(https://fonts.gstatic.com/s/electrolize/v6/cIf5Ma1dtE0zSiGSiED7AXEBuIo.ttf) format('truetype');
}
img.img-responsive {
  display: inline;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.delay {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
p {
  color: color3;
}
p a:link {
  color: #8c9395;
  text-decoration: none;
}
p a:visited {
  color: #0741f8;
}
p a:hover {
  color: #0741f8;
  text-decoration: none;
}
.col-header {
  padding: 15px 0px;
  text-align: center;
  background-image: url(../img/header-bg.jpg);
  background-repeat: repeat;
}
.col-header .col-logo {
  padding: 10px 25px;
}
@media (min-width: 576px) {
  .col-header .col-logo {
    text-align: center;
    display: inherit;
  }
  .col-header .col-logo img {
    display: inline;
  }
}
@media (min-width: 768px) {
  .col-header .col-logo {
    text-align: center;
    padding: 10px 0px 0px 10px;
  }
}
@media (min-width: 992px) {
  .col-header .col-logo {
    text-align: center;
    padding: 10px 0px;
  }
}
@media (min-width: 1200px) {
  .col-header .col-logo {
    text-align: left;
  }
}
.col-header .head-caption {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .col-header .head-caption {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .col-header .head-caption {
    padding-left: 45px;
  }
}
@media (min-width: 1200px) {
  .col-header .head-caption {
    padding-left: 65px;
  }
}
.col-header .head-caption h2 {
  color: #0741f8;
  font-family: 'Electrolize', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .col-header .head-caption h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .col-header .head-caption h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .col-header .head-caption h2 {
    font-size: 22px;
  }
}
.col-header .phone {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-header .phone {
    padding: 35px 0px 15px;
  }
}
@media (min-width: 992px) {
  .col-header .phone {
    padding-top: 50px;
  }
}
.col-header .phone h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 5px 0;
  font-style: italic;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 992px) {
  .col-header .phone h3 {
    text-align: right;
  }
}
.col-header .phone h3 a:link {
  font-weight: 600;
  color: #000;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 992px) {
  .col-header .socialIcons {
    padding: 65px 0px;
  }
}
.col-nav {
  background-color: #0741f8;
  background-image: url(../img/nav-bg.jpg);
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
    clear: both;
  }
}
.navbar-default {
  background: none;
  border: 0px;
  margin: 0px;
  z-index: 500;
  border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  border-bottom: 6px solid #0741f8;
  background: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  border-bottom: 6px solid #000;
}
.navbar-default .navbar-nav > li,
.navbar-default .navbar-nav > li > a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 0px 20px;
}
.navbar-nav {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .navbar-nav {
    width: 100.1%;
    display: table;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  padding: 15px 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 130%!important;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 576px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 130%!important;
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 120%!important;
    padding: 25px 13px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 150%!important;
    padding: 28px 8px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 165%!important;
    padding: 30px 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li:first-child.active > a,
  .navbar-default .navbar-nav > li:first-child > a:hover,
  .navbar-default .navbar-nav > li:first-child > a:focus {
    border-radius: 0px 0 0 0px;
  }
  .navbar-default .navbar-nav > li:last-child.active > a,
  .navbar-default .navbar-nav > li:last-child > a:hover,
  .navbar-default .navbar-nav > li:last-child > a:focus {
    border-radius: 0 0px 0px 0;
  }
}
.navbar-default .navbar-collapse {
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    padding: 0 20px 20px !important;
  }
}
.navbar-collapse,
.navbar-form {
  order-color: none;
  border: 0px;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}
.navbar-toggle {
  margin-right: 0;
  width: 100%;
  border: none;
}
.navbar-toggle .fa {
  color: #fff;
  font-size: 120%!important;
}
.navbar-toggle .fa .menu {
  font-family: 'Open Sans', sans-serif;
  padding-left: 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #141d27;
  color: #fff;
}
.text-center {
  text-align: center;
  bottom: 20%;
  position: absolute;
}
#first-slider .carousel-indicators {
  bottom: 5%;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 225px;
  height: 100%;
  width: 100%;
  min-height: 250px;
}
@media (min-width: 768px) {
  #first-slider .carousel .item {
    min-height: 325px;
  }
}
@media (min-width: 992px) {
  #first-slider .carousel .item {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  #first-slider .carousel .item {
    min-height: 640px;
  }
}
.carousel-inner .item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#first-slider h3,
#first-slider h4 {
  text-align: center;
  display: -webkit-inline-box;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-family: 'Courgette', cursive;
  font-size: 150%;
  color: #fff;
  position: relative;
  top: 20px;
  font-weight: 800;
  padding: 20px;
  text-shadow: 2px 0 0 #0741f8, -2px 0 0 #0741f8, 0 2px 0 #0741f8, 0 -2px 0 #0741f8, 1px 1px 0 #0741f8, -1px -1px 0 #0741f8, 1px -1px 0 #0741f8, -1px 1px 0 #0741f8, 1px 1px 5px #0741f8;
}
@media (max-width: 768px) {
  #first-slider h3,
  #first-slider h4 {
    font-size: 130%;
    top: 10px;
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  #first-slider h3,
  #first-slider h4 {
    font-size: 130%;
    top: 50px;
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  #first-slider h3,
  #first-slider h4 {
    font-size: 200%;
    top: 100px;
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  #first-slider h3,
  #first-slider h4 {
    font-size: 250%;
    margin-left: 10%;
  }
}
#first-slider h4 {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #first-slider h4 {
    font-size: 190%;
    top: 0px;
  }
}
@media (min-width: 768px) {
  #first-slider h4 {
    font-size: 200%;
    top: -10px;
  }
}
@media (min-width: 992px) {
  #first-slider h4 {
    font-size: 460%;
    top: 125px;
  }
}
#first-slider .carousel-control {
  width: 30%;
}
#first-slider .carousel-indicators li {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: solid 2px rgba(255, 255, 255, 0.6);
}
#first-slider .carousel-indicators .active {
  width: 18px;
  height: 18px;
  background-color: #0741f8;
  border: solid 2px #fff;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left,
.fa-angle-right {
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 50px !important;
  font-weight: 800;
  color: #fff;
  border: 0;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
  padding-top: 3px;
}
.carousel-control .fa-angle-left {
  left: 20%;
}
.carousel-control .fa-angle-right {
  right: 20%;
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(../img/hero-001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide1 {
    background-position: -250px 0px;
  }
}
#first-slider .slide2 {
  background-image: url(../img/hero-002.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide2 {
    background-position: -250px 0px;
  }
}
#first-slider .slide3 {
  background-image: url(../img/hero-003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide3 {
    background-position: -250px 0px;
  }
}
#first-slider .slide4 {
  background-image: url(../img/hero-004.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide4 {
    background-position: -250px 0px;
  }
}
#first-slider .slide5 {
  background-image: url(../img/hero-005.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide5 {
    background-position: -250px 0px;
  }
}
#first-slider .slide6 {
  background-image: url(../img/hero-006.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide6 {
    background-position: -250px 0px;
  }
}
#first-slider .slide7 {
  background-image: url(../img/hero-007.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide7 {
    background-position: -250px 0px;
  }
}
#first-slider .slide8 {
  background-image: url(../img/hero-008.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide8 {
    background-position: -250px 0px;
  }
}
#first-slider .slide9 {
  background-image: url(../img/hero-009.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide9 {
    background-position: -250px 0px;
  }
}
#first-slider .slide10 {
  background-image: url(../img/hero-010.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide10 {
    background-position: -250px 0px;
  }
}
#col-featured {
  background-color: #0055c9;
  background-image: url(../img/featured-bg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 15px;
  position: relative;
  min-height: 160px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #col-featured {
    min-height: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #col-featured {
    min-height: 140px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #col-featured {
    min-height: 160px;
    padding-bottom: 60px;
  }
}
#col-featured .container {
  position: relative;
  z-index: 1;
}
#col-featured a {
  text-decoration: none;
}
.content-bottom .row {
  margin-bottom: 70px;
  padding: 25px;
}
.container.hero.nogap {
  margin-bottom: 0px;
}
.content-main .row {
  padding: 15px 0px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .content-main .row {
    margin-bottom: -120px;
  }
}
.feature-box {
  margin-bottom: 10px;
  padding: 15px!important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .feature-box {
    width: 64%;
    margin-left: 18% !important;
    padding: 5px!important;
  }
}
.feature-box .feature-details {
  text-align: center;
  font-family: 'Electrolize', sans-serif;
  font-weight: 200;
  background-color: #8c9395;
}
.feature-box .feature-details h4 {
  font-size: 22px;
  padding: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 20px;
  }
}
.col-content {
  padding: 90px 0px 90px 0px;
  background-image: url(../img/content-bg.jpg);
  background-repeat: repeat;
  background-color: #fff;
}
@media (min-width: 992px) {
  .col-content {
    background-image: url(../img/content-bg2.png), url(../img/content-bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: bottom right;
  }
}
.col-content h1,
.col-content h2,
.col-content h3,
.col-content h4,
.col-content h5 {
  color: #0741f8;
  font-family: 'Electrolize', sans-serif;
  font-weight: 800;
}
.col-content h1 small,
.col-content h2 small,
.col-content h3 small,
.col-content h4 small,
.col-content h5 small {
  font-size: 60%;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #47629b;
}
.col-content h1 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: .9;
}
.col-content h2 {
  font-size: 27px;
}
.col-content h3 {
  font-size: 20px;
}
.col-content h4 {
  font-size: 20px;
}
.col-content p,
.col-content ul li {
  color: #675f5b;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
.col-content li a {
  color: #47629b;
}
.col-content p {
  margin-bottom: 26px;
}
.col-content p a:link,
.col-content p a:hover,
.col-content p a:visited,
.col-content p a:active {
  color: #47629b;
}
.col-content ul {
  margin-bottom: 0;
}
.col-content .col-side ul {
  padding-left: 10px;
}
.col-content .col-side ul li {
  font-size: 18px;
  font-weight: 600;
}
.col-content .col-side img {
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.col-content .col-main ul li {
  padding-left: 10px;
}
.col-content .alert-success {
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  background-color: #d8ebfe;
  border: 0px solid #0741f8;
  border-left-width: 5px;
  border-radius: 3px;
}
.col-content .center-text {
  text-align: center;
}
.col-content .gap {
  padding: 32px 0px;
}
.col-content .container {
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .col-content .container {
    padding: 0px 0px;
  }
}
.col-content .gallery img {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 479px) {
  .col-content .gallery img {
    width: 43%;
  }
}
.col-content ul li .small {
  font-size: 11px;
}
.col-content .well {
  overflow: auto;
}
.col-content tbody > tr > td img {
  padding: 5px;
}
.col-content .ag-services {
  text-align: center;
  padding-top: 15px;
}
.col-content .ag-services img {
  display: inline-block;
}
@media (min-width: 992px) {
  .col-content .ag-services {
    padding-left: 25px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .col-content .ag-services {
    padding-left: 45px;
  }
}
.col-content .services-right-col {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .col-content .services-right-col {
    padding-left: 25px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .col-content .services-right-col {
    padding-left: 45px;
  }
}
.main-padding-top {
  padding: 40px 0px 90px 0px !important;
}
@media (min-width: 768px) {
  .main-padding-top {
    padding: 60px 0px 90px 0px !important;
  }
}
.col-contact {
  background-color: #8c9395;
  padding: 50px 0px;
}
.col-contact h2 {
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Electrolize', sans-serif;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .col-contact h2 {
    font-size: 40px;
  }
}
.col-contact p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-contact p {
    letter-spacing: -0.25px;
  }
}
.col-contact p a:link {
  color: #e4b849;
}
.col-contact p a:visited {
  color: #e4b849;
}
.col-contact p a:hover {
  color: #fff;
}
.card {
  padding: 20px 10px;
}
hr {
  background-image: url(../img/hr.png);
  text-align: center;
  height: 6px;
  border: 0;
  margin: 50px 0px;
}
.service-content {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  padding: 60px 0px;
  color: #fff;
  position: relative;
}
.service-content p,
.service-content ul li {
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-content p,
  .service-content ul li {
    font-size: 17px;
  }
}
.service-content ul {
  margin-bottom: 0px;
}
.service-content li a:link {
  color: #e4b849;
  text-decoration: none;
}
.service-content li a:visited {
  color: #e4b849;
}
.service-content li a:hover {
  color: #fff;
}
.service-content h2 {
  color: #fff;
  font-family: 'Electrolize', sans-serif;
  font-weight: 800;
  font-size: 27px;
}
.col-testimonial {
  background-color: #0741f8;
  background-image: url(../img/nav-bg.jpg);
  background-repeat: repeat;
  padding: 60px 0px;
}
.col-testimonial .fb {
  color: #fff;
}
#testimonial4 {
  overflow: hidden;
  min-height: 275px;
  position: relative;
}
#testimonial4 .carousel-inner {
  width: 95%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}
.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  text-indent: 0;
  margin: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #fff;
  background-color: #8c9395;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 13px;
  height: 13px;
  border: none;
  margin: 2px;
  background-color: #0741f8;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #fff;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial4_control_button .carousel-control {
  top: 50%;
  opacity: .5;
  width: 40px;
  bottom: auto;
  height: 60px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 0;
  text-transform: uppercase;
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: transparent;
  border: 0;
}
.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}
.testimonial4_header h4 {
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Electrolize', sans-serif !important;
  font-size: 34px!important;
  font-weight: 800!important;
  position: relative;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .testimonial4_header h4 {
    font-size: 50px!important;
  }
}
.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
  padding: 0px;
  position: relative;
  text-align: center;
}
.testimonial-text {
  padding: 5px 30px 20px 30px;
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.testimonial-byline p {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .testimonial4_control_button .carousel-control {
    display: none;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial4_control_button .carousel-control.left {
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 2%;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial4_control_button .carousel-control.left {
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 5%;
  }
}
.testimonial {
  max-width: 100%;
  margin: 20px auto 0;
}
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  border-top: solid #ccc 3px;
  border-bottom: solid #ccc 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-maps {
    padding-bottom: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-maps {
    padding-bottom: 25%;
  }
}
@media (min-width: 1200px) {
  .google-maps {
    padding-bottom: 20%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
footer {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  padding: 60px 0px;
  color: #fff;
  position: relative;
}
footer p {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
footer p a:link {
  color: #fff;
}
footer p a:visited {
  color: #fff;
}
footer p a:hover {
  color: #ccc;
}
.copyright {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}
.footerNav {
  text-align: center;
  padding: 15px 0px;
  border-top: solid #97a996 1px;
  border-bottom: solid #989eab 1px;
}
@media (min-width: 992px) {
  .footerNav {
    text-align: left;
  }
}
.footerNav a:link {
  color: #fff;
  padding: 0 5px;
}
.footerNav a:visited {
  color: #fff;
}
.footerNav a:hover {
  color: #ccc;
}
.nopadding {
  padding: 0px!important;
}
.noleftpadding {
  padding-left: 0px!important;
}
.norightpadding {
  padding-right: 0px!important;
}
.nomargin {
  margin: 0px!important;
}
.btn-primary {
  background-color: #0741f8;
  border-color: #0741f8;
}
.btn-primary:hover {
  background-color: #141d27;
  border-color: #141d27;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primaryvisited {
  background-color: #0741f8;
  border-color: #0741f8;
}
@media (max-width: 767px) {
  .wrap-embed-contact-form {
    display: none;
  }
}
.grow img {
  -webkit-transition: .75s ease;
  -o-transition: .75s ease;
  transition: .75s ease;
}
.grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .75s ease;
  -o-transition: .75s ease;
  transition: .75s ease;
}
