body{
    font-family: 'Open Sans', sans-serif;
}
/* Nav / Navbar Styles
===================================*/
.navbar {
    background: #fff;
    border-bottom: none;
    padding: 15px 0;
    transition-duration: 0.6s;
    top: 46px;
    margin-bottom: 0px;
}
.nav_links {
    color: rgba(0,0,0,.6);
    font-weight: 700;
    font-size: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nav_links:hover {
    opacity: 1;
    color: #BDC8D5;
}
.nav_links:before {
    content: '';
    display: block;
    background: #1c344c;
    width: 0;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 42px;
    transition: all .3s ease-in-out;
    opacity: 0;
    border-radius: 0;
}
a.nav_links:hover:before {
    width: 100%;
    margin-left: -50%;
    opacity: 1;
}
li.nav_list {
    padding-left: 15px;
    padding-right: 15px;
}
/* jQuery Styles
===================================*/
.navbar-scroll {
    background: #ffffff;
    padding: 15px;
    box-shadow: none;
    transition-duration: 0.6s;
    top: 0px !important;
}
.nav-dropdown-scroll {
	background: #e7eaea;
	box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}
.container-fluid.topdetail_main {
    background: #1c344c;
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.top_detail_order {
    display: inline-flex;
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
}
li.top_detail_list {
    margin-right: 15px;
}
a.top_detail_link {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.top_icons {
    margin-right: 10px;
}
a.top_detail_link:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.top_detail_right {
    float: right;
}
ul.top_detail_right_order {
    margin-bottom: 0px;
    list-style: none;
    display: inline-flex;
    padding: 0px;
}
a.top_detail_right_link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
a.top_detail_right_link:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
i.fa.fa-shopping-cart {
    margin-right: 10px;
}
a.navbar-brand {
    padding: 0px;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 1;
    background: transparent;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    filter: none;
    opacity: 1;
    background-image: none !important;
}
span.glyphicon.glyphicon-chevron-left {
    font-size: 20px;
    background: #00000073;
    padding: 25px;
    border-radius: 50px;
    line-height: 0px;
    left: 25px;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    margin-left: -10px;
}
span.glyphicon.glyphicon-chevron-right{
    font-size: 20px;
    background: #00000073;
    padding: 25px;
    border-radius: 50px;
    line-height: 0px;
    right: 25px;
}
.glyphicon-chevron-right:before {
    content: "\e080";
    margin-left: -10px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 40%;
}
h3.slider_head {
    color: rgb(64, 71, 97);
    text-shadow: none;
    font-size: 40px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 20px;
}
h3.slider_head:after{
    width: 100px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
}
div#myCarousel {
    margin-top: 80px;
}
p.slider_para {
    color: #000;
    text-shadow: none;
    font-size: 18px;
    margin-bottom: 0px;
}
h1.equipment_head {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
}
.container.equipment {
    padding-bottom: 40px;
    padding-top: 40px;
}
img.service_img {
    width: 100%;
}
.container-fluid.services {
    box-shadow: 0px -9px 18px 0px rgb(0 0 0 / 30%);
    padding-bottom: 40PX;
    padding-top: 40px;
}
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #ee1c4e;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background:#ee1c4e;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.faq .card .card-header:hover {
    background: #1c344c;
    padding-left: 10px;
}
.faq .card .card-header:hover .faq-title{
    color: #fff;
}
p.faq_para {
    color: #000;
    font-size: 18px;
}
.more_service_btn {
    margin-top: 40px;
    text-align: center;
}
a.more_service_link {
    font-size: 20px;
    color: #000000!important;
    border-radius: 10px;
    font-weight: 700!important;
    background-color: RGBA(0,0,0,0);
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid #1c344c;
    box-shadow: 0px 2px 18px 0px #c1c1c1;
}
a.more_service_link:hover {
    border: 2px solid #fff;
}
i.fa.fa-angle-right.more_service_icon {
    margin-left: 12px;
    font-weight: 600;
}
.container-fluid.about {
    box-shadow:0px 2px 18px 0px rgb(0 0 0 / 30%);
    padding-bottom: 40PX;
    padding-top: 40px;
}
img.about_img {
    width: 100%;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
}
h2.service_head {
    font-size: 30px;
    text-align: center;
    color: #1c344c!important;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 30px;
}
h4.about_subhead {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
p.about_para {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 26px;
    color: #000;
}
.container-fluid.arrivals {
    padding-bottom: 40px;
    padding-top: 40px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 15px;
    width: 263px;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}
  
.img-cont:hover .overlay {
    display: block;
    background: #ffffff4a;
}
  img.arrivals_img {
    border-radius: 5px;
    transition: all 1s;
    width: 100%;
  }
  
  img.arrivals_img:hover{
    transform: scale(1.1);
  }
  
  
  .img-cont:hover .title {
    top: 90px;
  }
  
  .button.arrivals {
    position: absolute;
    left:0;
    top: 120px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    left: 62px;
  }
  
  .button.arrivals a {
    text-align: center;
    color: white;
    border: solid 2px #1c344c;
    z-index: 1;
    text-decoration: none;
    padding: 12px 24px;
    background: #1c344c;
}
  
  .img-cont:hover .button {
    opacity: 1;
  }
  h4.arrivals_heading {
    color: #333;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
p.arrivals_price {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
    color: #333;
}
.container-fluid.repair {
    background-image: linear-gradient(rgb(0 0 0 / 40%), #1a1a1a57), url(../images/repair.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
}
.repair_main {
    background: #ffffff9c;
    padding: 15px;
    text-align: center;
}
p.repair_para {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
h3.repair_head {
    color: #000;
    font-size: 26px;
    font-weight: 400;
}
p.address_para {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.container-fluid.footer {
    padding-bottom: 20px;
    padding-top: 40px;
    background: #000;
}
.footer_logo {
    margin-bottom: 30px;
}

p.footer_para {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}
h4.address_head {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.address_icon {
    margin-right: 10px;
}
p.address_para {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
h3.footer_head {
    font-size: 30px;
    font-weight: 700;
    color: #ee1c4e!important;
    margin-bottom: 40px;
}
.more_service_btn.ft {
    text-align: inherit;
}
a.more_service_link.ft {
    color: #fff !important;
    font-weight: 700!important;
    border: 2px solid #fff;
    box-shadow: none;
}
a.more_service_link.ft:hover {
    border: 2px solid transparent;
}
a.more_service_link.ft:hover {
    border: 2px solid transparent;
    background: hsla(0,0%,100%,.2);
}
p.copy_para {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}
a.copy_link {
    color: #fff;
    text-decoration: none;
}
#pageYOffset {
    position:fixed;
    right:0;
    padding:10px;
    color:#fff;
    background:#337ab7;
  }
  #goTop {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 95%;
    transform: translateY(-50%);
    padding: 8px 14px;
    color: #fff;
    background: #0000005c;
    border: none;
    opacity: 0;
    transition: opacity 0.4s linear;
}
    #goTop.is-visible {
      opacity:1;
    }
    i.fa.fa-angle-up.scrolltop_icon {
        font-size: 26px;
        font-weight: 800;
    }
    .container.mobile_logo_main {
        display: none;
    }