body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  margin: 0px!important;
}
h2,
h3,
h4 {
  font-family: 'Barlow', sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #24485e;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #24485e;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
.headerLogo{
  width: 172.5px;
  height: 41.6px;
}
#menu {
  padding: 15px 0px;
  transition: all 0.8s;
  max-width: 100vw;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  max-width: 100vw;
  position: sticky;
  
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#menu a.navbar-brand {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 3px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 2px;
  background: #20445a;
  content: "";
  transition: all 500ms ease;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #24485e 0%, #24485e 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #24485e;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #24485e;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: #24485e;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #24485e;
  background-image: #24485e;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #24485e;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
.btn-box-header {
  padding-left: 60px;
}
.btn-box-header i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  background: #24485e;
  text-align: center;
}
.theme-btn-one {
  border: none;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 17px 37px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn-one {
  background-color: #f36827;
}
.theme-btn-one:hover {
  transition: all 500ms ease;
  background-color: #20445a;
}
.theme-btn-one:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: #20445a;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn-one .btn-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .theme-btn-one {
    width: 100%;
    margin-top: 20px;
  }
}
/* Banner Section */
.header-top{
  background: #fff;
  padding: 18px 0px;
  border-bottom: 1px solid #dddddd;    
  position: relative;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 1030;
}
.auto-container{
  position: static;
  max-width: 100vmax;
  padding: 0px 15px;
  margin: 0 auto;
}
.auto-container-header{
  position: static;
  max-width: 100vmax;
  padding: 0px 200px;
  margin: 0 auto;
}

.header-top .phone-box p a {
  font-size: 17px;
  font-weight: 500;
  color: #f36827;
}

#root > div > div.header-top > div > div > div.phone-box.pull-left > i{
  color: #f36827;
}
.header-top .phone-box p i {
  position: absolute;
  left: 0px;
  top: 8px;
}
.header-top .single-box p {
  color: #222;
  padding-left: 26px;
}
#root > div > div.header-top > div > div > div.phone-box.pull-left > p{
  margin-bottom: 0px;
}
.top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-inner p, .far, .fa-solid, #root > div > div.header-top > div > div > div:nth-child(3) > div > ul > li > a > i{
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .auto-container-header{
    position: static;
    max-width: 100vmax;
    padding: 0px;
    margin: 0 auto;
  }
  .header-top .phone-box p a {
    font-size: 16px;
    font-weight: 400;
  }
  .header-top .single-box p {
    padding-left: 6px;
  }
  .top-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .top-inner > div{
    margin-bottom: 10px;
  }
  .top-inner p, .far, .fa-solid{
    font-size: 16px;
  }
  .top-inner p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1230px) {
  .auto-container-header{
    position: static;
    max-width: 100vmax;
    padding: 0px 20px;
    margin: 0 auto;
  }
}
.phone-box, .single-box{
  display: flex;
  align-items: center;
}
.single-box{
  padding-left: 20px;
}
.single-box > p , .single-box > ul {
  margin-bottom: 0;
}
.header-top .top-inner .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
}
.fa-clock {
  color: #f36827;
}
.far{
  font-weight: 900
}
 .header-top .single-box:before {
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 24px;
  left: 0px;
  top: 0px;
}
.header-top .top-inner .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
/* Header Section */
.intro {
  max-width: 100vmax;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.intro h1 {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 76px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 350px) {
  .intro h1 {
    font-size: 46px;
  }
}
.intro h1 span {
  font-weight: 800;
  color: #24485e;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: left;
}

.call-now{
  border: 1px dashed #20445a;   
   position: relative;
  display: inline-block;
  padding: 4px;
}
.btn-box .call-now{
  margin-right: 22px;
}
.inner{
  background-color: #20445a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px 30px 23px 30px;
}
.call-now .inner i{
  color: #fff;
  font-size: 50px;
}
.inner span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
.inner h3 > a{
  display: block;
  font-size: 30px;
  color: #fff!important;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .btn-box .call-now{
    margin-right: 0px;
    width: 100%;
  }
  .inner{
    padding: 20px 15px;
  }
  .btn-box .call-now i{
    display: none;
  }
  header .intro-text {
    padding-top: 80px;
  }
  .inner h3 > a{
    font-size: 23px;
  }
  .intro h1{
    line-height: 55px;
  }
  .intro p {
    font-size: 20px;
  }
}
.inner h3 {
  display: block;
  font-size: 30px;
  color: #fff!important;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
/* Features Section */

#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #24485e 0%, #24485e 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}

#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#about h2::after {
  position: absolute;
  content: "";
  background: #24485e;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 45%;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #f36827;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
@media screen and (max-width: 480px) {
  #about {
    padding: 50px 0 50px 0;
  }
  #about h2::after {
    left: 40%;
  }
}
#about img {
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
  font-size: 18px;
  color: rgb(10, 10, 10);
}
/* Services Section */
.service-block-one .inner-box {
  border-bottom: 2px solid #f36827;
}
.service-block-one  {
  margin-bottom: 20px;
}
.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  max-height: 220px;
  min-height: 220px;
}
.service-style-three .service-block-one .inner-box .lower-content .text {
  background: #f1f7fb;
  transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .text {
  height: 220px;
  display: block;
  background-color: #183445;
  padding: 35px;
  z-index: 0;
}
.service-block-one .inner-box .lower-content h3 {
  margin-top: 0;
}
.service-block-one .inner-box .lower-content .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  font-size: 70px;
  color: #2c3345;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px dashed rgba(0,0,0,.2);
}
#why {
  padding: 50px 0 50px 0;
  background: #fff;
  color: rgb(10, 10, 10);
}
#why .service-desc {
  margin: 10px 10px 20px;
}
#why h2 {
  color: #0e1e28;;
}
#why .section-title h2::after {
  position: absolute;
  content: "";
  color: #0e1e28;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#why i.fa {
  font-size: 28px;
  width: 100px;
  height: 100px;
  padding: 35px 0;
  background: #20445a;
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#why h3 {
  font-weight: 500;
  padding: 5px 0;
  color: rgb(10, 10, 10);
}
#why p {
  color: rgb(10, 10, 10);
}
#why .service-desc {
  margin-bottom: 40px;
}
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #24485e 0%, rgb(36, 72, 94) 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: #f36827;
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #f36827;
  background: rgba(14, 30, 40, 0.8) 0%;
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #F1F7FB;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
  color: #fff;
  font-size: 20px;
}

#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 20px ;
  color: #fff;
  background-color: #2d4f64;
  border-bottom: 4px solid #f36827;
}
/* form Section */
#form {
  color: #24485e
}
#form .container{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px;
  margin-top: -30px;
  z-index: 1;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.137);
}
.form-container{
  margin-left: -5px;
  padding-right: 120px;
  margin-right: 0px;
  display: block;
}
@media screen and (max-width: 480px) {
  #form .container{
    padding: 30px 10px;
    width: 95%!important;
    margin-top: -100px;
  }
  .form-container{
    margin-left: 0px;
    padding-right: 0px;
  }
  h2{
    font-size: 19px;
  }
}
.form-logo h2{
  margin: 0px;
  padding-left: 10px;
}
.form-logo{
  margin-bottom: 10px;
}
/* Contact Section */
.map-container{
  max-width: 100vmax;
  width: 100%;
  height: 70vh;
  background: #20445A;
}
#contact {
  padding: 50px 0 60px;
  background: #20445A;
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 10px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #777;
  padding: 10px 20px;
  transition: all 500ms ease;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#social-footer {
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
}
#social-footer ul li {
  display: inline-block;
  margin: 0 20px;
}
#social-footer i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#social-footer i.fa:hover {
  color: #24485e;
  background: #fff;
}
/* Service Area Section*/
.service-area{
  position: static;
  max-width: 1370px;
  padding: 0px 15px;
  margin: 0 auto;
}
.service-area .info-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f7fb;
  margin-top: -388px;
  z-index: 1;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content_block_3 .content-box {
  position: relative;
  padding: 78px 40px 56px 70px;
}
.content_block_3 .content-box .icon-layer {
  position: absolute;
  right: -60px;
  bottom: 15px;
}
.content_block_3 .content-box .sec-title {
  margin-bottom: 8px;
}
.content_block_3 .content-box .text p {
  margin-bottom: 34px;
}
.content_block_3 .content-box .text .location-list li {
  position: relative;
  display: inline-block;
  width: 33.333%;
  font-size: 18px;
  color: #222;
  padding-left: 27px;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .content_block_3 .content-box .text .location-list li {
    width: 50%;
  }
  .content_block_3 .content-box {
    padding: 30px;
  }
}
.content_block_3 .content-box .text .location-list li:before {
  position: absolute;
  content: "\f058";
  font-family: 'font awesome 5 Free';
  font-size: 16px;
  font-weight: 700;
  left: 0;
  top: 0;
}
.content_block_3 .content-box .text .location-list li:before {
  color: #f36827;
}
.content_block_4 .content-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 430px 50px 35px;
}
@media screen and (max-width: 480px) {
  .content_block_4 .content-box {
     margin-left: 0px;
     padding: 430px 10px 35px;
  }
}
.content_block_4 .content-box .text p {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 21px;
}
.content_block_4 .content-box .support-box {
  border: 1px dashed #6de5f2;
}
.content_block_4 .content-box .support-box {
  position: relative;
  display: block;
  padding: 16px 30px 16px 80px;
}
.content_block_4 .content-box:before {
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(90deg,rgba(0,0,0,0.95)0%,rgba(0,0,0,0.0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* Footer Section*/
#footer {
  background: #0a1820;
  padding: 30px 0;
  position: relative;
  width: 100%;
  background: #0a1820;
  padding: 36px 0px;
} 
#footer p {
  color: #fff;
  font-size: 16px;
  margin: 0px;
}
#footer a {
  color: #24485e;
}
#footer a:hover {
  border-bottom: 2px solid #24485e;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}
.site-footer
{
  background-color:#0e1e28;
  padding: 45px 0 0px 0;
  font-size:15px;
  line-height:24px;
  border-top: 4px solid #6de5f2;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [className^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}


.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
footer p {
  margin-top: 20px;
}


 .logo-widget .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.logo-widget .social-links li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #162e3d;
  text-align: center;
  border-radius: 50%;
}
.footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .logo-widget .text {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.widget-title {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.widget-title h3 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}
.widget-title:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}
.widget-title:before {
  border: 1px solid #f36827;
}
.widget-content li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.widget-content li a {
  display: inline-block;
  color: #fff;
}
.widget-content li span {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 2px;
}

#success{
  display: block;
}
.other-text{
  text-align: center;
  margin: auto;
}
#root > div > div.header-top > div > div > div.phone-box.pull-left > p{
  padding-left: 26px;
}
.brands{
  display: flex;
  flex-direction: column;
  background-color: #F1F7FB;
  padding: 30px;
}
.other-text h3 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  color: #333;
}
.image-brand{
  height: 181px;
}
@media screen and (max-width: 480px) {
  .image-brand{
    height: 140px;
  }
}

@media screen and (max-width: 580px) {
  .service-area-image{
    width: 100%;
  }
  #root > div > div.header-top > div > div > div.phone-box.pull-left > p {
    padding-left: 6px;
}
}
@media screen and (max-width: 767px) {
  .container-images{
    margin: auto;
  }
}



.brandsSlider {
  z-index: 1;
  background-color: #F1F7FB
}
.slick-slide{
  height: auto!important;
}
.brandsSlider img {
  margin: 0 10px;
}
@media screen and (max-width: 760px) {
  .brandsSlider {
    padding: 50px 20px;
  }
  .brandsSlider img {
    margin: 0
  }
}
@media screen and (min-width: 760px) {
  .brandsSlider {
    padding: 80px 90px;
  }
  .brandsSlider img {
    margin: 0
  }
}
@media screen and (min-width: 1440px) {
  .brandsSlider {
    padding: 50px 190px;
  }
  .brandsSlider img {
    margin: 0
  }
}

@media screen and (min-width: 1640px) {
  .brandsSlider {
    padding: 50px 300px;
  }
  .brandsSlider img {
    margin: 0
  }
}
#eapps-yelp-reviews-fd060d76-9b44-4f44-9297-9a0489a90db8 > div > a{
  visibility: hidden;
}