/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

/* Custom Width */
.w-50 {
    width: 50% !important;
}

.error {
  color: red;
}

/* Nav Pills */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover
{
  background-color: transparent;
  color: #0394dd;
  border-bottom: 2px solid #0394dd;
  border-bottom-width: 3px;
}

.nav-pills > li > a 
{
  color: #1e2022;
}

.nav-pills {
    text-align:center;
}

/* Modal */
.modal-open[style] 
{
  padding-right: 0px !important;
}

a{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:active,
a:focus,
a:hover{
  color: #0394dd;
  text-decoration: none;
}

.our-features {
    padding-left: 12px;
    list-style: none;
}

.our-features li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #0394dd;
  display: inline-block;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
hr {
    width: 3rem !important;
    height: 0.25rem;
    margin-top: -10px;
    margin-bottom: 10px;
    border-width: 3px;
    margin-top: -10px;
    border-color: #0394dd;
}

.hr_light
{
  width: 100% !important;
  border-color: #eee !important;
}

.img-responsive {
    padding-top: 4rem;
}

.my-border {
    width: 3rem !important;
    height: 0.25rem;
    background-color: #0394dd !important;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

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

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

.go-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.font-light {
    font-weight: 200;
}

/* Sticky Contact */
.contact-bar span {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  position: fixed;
  z-index: 999;
  background: #0394dd;
  color: white;
  transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  /* left: -80px; */
  right: -80px;
}

.contact-bar span:hover {
  background-color: #1e2022;
}

.product-bar span {
  transform: none;
  -webkit-transform: none;
  right: 0;
  position: absolute;
}



/* Footer */
.footer-heading {
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    color: #fff;
}
.footer-p {
    color: rgba(255, 255, 255, 0.6);
}

a.footer-p:hover{
  color: #0394dd;
  text-decoration: none;
}

.footer-hr {
    border-bottom: 2px solid #0394dd;
    max-width: 50%;
    border-width: 3px;
    margin-top: -10px;
    border-color: #0394dd;
}

/* Section */
.section{
    padding: 50px 0;
    padding-bottom: 20px;
    position: relative;
}

.section-heading {
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    color: #1e2022;
    text-align: center;
}

.section-heading-2 {
    font-size: 20px;
}

/* Background */
.bg-darker {
  background-color: #191919;
}

.bg-dark {
    background-color: #1e2022;
}

/* Text */
.text-white {
    color: #fff;
}

.text-black {
   color: #1e2022; 
}

.text-grey {
    color: #6f6f6f;
}

.text-custom {
    color: #0394dd;
}

/* Background */
.bg-custom {
    background-color: #0394dd;
}

/* Button */
.btn-custom {
    background-color: #0394dd;
    border-radius: 0;
    color: #fff;
}
.btn-custom:hover {
    background-color: #1e2022;
    color: #fff;
}

/* Margin - Padding */
.ml-auto {
    margin-left: auto;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

/* Top Header */
.top-header-nav a, .top-header-nav div{
  font-size: 15px;line-height: 50px; 
}

.social-icon a {
  position: relative;display: inline-block;text-align: center;width: 35px;height: 35px;
  line-height: 36px;font-size: 14px;color: rgba(255, 255, 255, 0.6);border-radius: 50%;
}

.social-icon a:hover {
  background-color: #0394dd;
}

/* Banner */
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 550px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 40px;
}

/*.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}*/

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background-color: #080d15;*/
    opacity: .7;
}

.header-text {
    position: absolute;
    top: 30%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    z-index: 3;
}

.banner-font {
    font-size: 7rem !important;
    color: #0394dd;
    text-shadow: 2px 2px #fff;
    line-height: 80px;
    font-weight: bold;
}

.banner-sub-font {
    font-size: 5rem !important;
    padding-top: 2rem;
    font-weight: bold;
    line-height: 60px;
}

@media (max-width: 767px) {
    .banner-font {
        font-size: 4rem !important;
        color: #0394dd;
        text-shadow: 2px 2px #fff;
        line-height: 20px;
        font-weight: bold;
        }
  }

@media (min-width: 768px) and (max-width: 991px) {
  .banner-font {
    font-size: 5rem !important;
    color: #0394dd;
    text-shadow: 2px 2px #fff;
    line-height: 25px;
    font-weight: bold;
    }
}

/* Why Us */
.why-us {
    padding: 20px 0; text-align: center; border-bottom: 3px solid transparent;
    position: relative; transition: all 0.5s ease-in-out;
}

.why-us:after {
    content: ""; position: absolute; bottom: 0px; border: 9px solid transparent;
    border-top-color: transparent; transform: rotate(180deg); transition: all 0.4s ease-in-out;
}

.why-us .why-us-icon {
    width: 120px; height: 120px; line-height: 120px; border-radius: 50%; margin: 0 auto;
    background: #0394dd; color: #fff; font-size: 50px; margin-bottom: 30px; transition: all 0.5s ease-in-out;
}

.why-us:hover .why-us-icon {
    background: #fff; color: #0394dd;
}

.why-us h3 {
    font-size: 20px; line-height: 20px; margin: 10px 0; color: #1e2022;
}

.why-us p {
    font-size: 16px; color: #1e2022; margin-top: -3px; margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
    .why-us {
        margin-bottom: 10px;
    }
}


/* Parallax 1 */

.contact-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
    background: #0394dd;
    background-size: 100% 100%;
    opacity: 0.3;
  }
.contact-section {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../custom/images/parallax_1.jpg");
  min-height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-section {
    background-color: #1e2022 !important;
    background-image: none;
    padding-top: 2rem;
    height: 120px;
}

.parallax-inner {
    padding-top: 20px;
    padding-bottom: 50px;
}

.parallax-font {
    font-size: 5rem !important;
    color: #fff;
    font-weight: bold;
}

/* Our gallery */
.our-gallery img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  transition: all 0.20s linear 0s;
}

.our-gallery:hover img{
    transform: none;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

/* Reviews */
.resp-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.comment{
    margin: 0 15px;
}
.comment-title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1e2022;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.comment-review{
    /* background: #0394dd; */
    border-radius: 10px;
    padding: 25px;
    position: relative;
}
.comment-review:before{
    content: "";
    /* border-bottom: 20px solid #0394dd; */
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: -15px;
    left: 46%;
}
.comment-review .description{
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}
@media screen and (max-width: 990px){
    .comment{
        margin: 20;
    }
}

.owl-theme .owl-controls .owl-page span
{
    margin-top: 2rem;
    background: #0394dd;
}

/* Contact Form */
.form-group .form-control:focus{
    border-color: #0394dd;
    box-shadow:none;
    outline: 0 none;
}

.form-control {
  border-color: #e4e4e7;
  height: 50px;
}





