/*
* @Author: Nadeem
* @Date:   2019-01-25 17:37:47
* @Last Modified by:   Nadeem
* @Last Modified time: 2019-03-12 16:57:28
*/

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

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: #008dd2;
  border-bottom: 2px solid #008dd2;
  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: #008dd2;
  text-decoration: none;
}

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

.our-features li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #008dd2;
  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: #008dd2;
}

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

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

.my-border {
    width: 3rem !important;
    height: 0.25rem;
    background-color: #008dd2 !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: #008dd2;
  color: white;
  transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  /* left: -80px; */
  right: -80px;
}

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



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

a.footer-p:hover{
  color: #008dd2;
  text-decoration: none;
}

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

/* 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-danger {
    color: #008dd2;
}

/* Background */
.bg-danger {
    background-color: #008dd2;
}

/* Button */
.btn-info {
    background-color: #008dd2;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    padding:20px;
}

/* 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: #008dd2;
}

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

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

.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);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

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

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

/* 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: #008dd2; color: #fff; font-size: 50px; margin-bottom: 30px; transition: all 0.5s ease-in-out;
}

.why-us:hover .why-us-icon {
    background: #fff; color: #008dd2;
}

.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 {
  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%;
  padding-top: 100px;
  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 Product Categories */
.our-product{
    margin: 0 10px;
    padding-top: 30px;
}

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

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

.our-product .our-product-title{
    font-size:16px;
    font-weight: bold;
    margin:0;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #008dd2;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height:10px;
    background: #1e2022;
    opacity: 1;
}
.owl-theme .owl-controls {
    margin-top: 40px;
}

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

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

/* FAQ's */
.faq .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
.faq .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
.faq .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #008dd2;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}
.faq .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
.faq .panel-title a:before,
.faq .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #008dd2;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
.faq .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}

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

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

/* Chrome Solution */
.owl-carousel .owl-wrapper-outer{
       overflow: hidden;
       position: relative;
       width: 100%;
       z-index: 1;  
}
.owl-item { 
     transform: translateZ(0);
     -webkit-transform: translateZ(0); 
     -ms-transform: translateZ(0);
 }





