body{
    margin: 0;
    padding: 0;
    font-family: 'Catamaran', sans-serif;
    width:100%;
    overflow-x: hidden;
}
.logo-width{
    width: 55%;
}
.navbar-inverse{
    border-radius: 0;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 8px -1px 7px #5f5f5f;
}
.divider svg:not([class*=bg]) path {
    fill: #fff;
}
svg {
    vertical-align: middle;
}
.about-bg{
    background:#f2f2f2;
}
.divider svg {
    /* background: #03a790; */
    background:#f2f2f2;
    height: 6vw;
    background-position: center;
}
.navbar{
    padding: 17px 0;
    margin-bottom: 0px;
}
.no-padding{
    padding: 0;
}
.slider-img{
    height: 447px;
    width: 100%;
    object-fit: contain;
}
.slider-heading{
    margin: 16% 0 13% 0;
    text-align: center;
}
.slider-heading h1{
    font-size: 55px;
    margin-bottom: 26px;
    letter-spacing: 6px;
    font-family: 'Monoton', cursive;
    /* font-weight: bold; */
    color:#fff;
}
.slider-heading p{
    color:rgb(219, 219, 219);
    font-size: 16px;
}
.product-heading{
    margin: 12% 0 4% 0 !important;
    text-align: center;
}
.product-heading h1{
   font-size: 30px !important;
   font-family: 'Catamaran', sans-serif;
   font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a {
    color: #1a144b;
    font-weight: bold;
    /* background: #1a144b; */
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #1a144b;
    font-weight: bold;
}
.slider-bg{
    /* background: #03a790; */
    background: url('../images/sliderbg.jpg');
    background-position: center;
}
.heading h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.heading h2::after
{
    content: '';
    border-bottom: 3px solid #000;
    width: 100%;
    display: block;
    margin: 11px 0 46px;
}
.heading p{
    text-align: center;
    font-size: 19px;
    line-height: 1.7;
}
.div-padding{
    padding: 59px 15px;
}
.reach-height-bg{
    /* background: #03a790; */
    background: url('../images/hights.jpg');
    background-position: center;
}
.reach-height{
    margin: 5% 0 5% 0;
    text-align: center;
}
.reach-height h1 {
    font-size: 40px;
    margin-bottom: 26px;
    letter-spacing: 6px;
    font-family: 'Monoton', cursive;
    /* font-weight: bold; */
    color: #fff;
}
.reach-height p {
    color: rgb(219, 219, 219);
    font-size: 16px;
}
.navbar-brand {
    padding: 0 12px;
    margin-top: -13px;
}
.product{
    text-align: center;
}
.product a{
    color: #000;
}
.product a:hover{
    text-decoration: none;
}
.product img{
    border: 1px solid #f2f2f2;
    background: #7262f50d;
}
.product img:hover{
    background: #fff;
}
.prod-list h5{
    font-weight: bold;
}
.prod-list p{
    font-size: 15px;
}
.product-detaial li{
    font-size: 15px;
    line-height: 2;
}
.footer-bg{
    background: #303030;
    color: #fff;
}
.footer-bg a{
    color: #fff;
}
.footer-nav {
    float: right;
    margin: 0 -18px 0 0;
    display: inline;
    list-style: none;
}
.footer-nav li {
    float: left;
    background: url(../images/separator2.gif) no-repeat 0 50%;
    padding: 0 18px 0 19px;
}
.footer-nav a{
   color: #fff;
}
.footer-nav li:first-child, .footer-nav li.first-child {
    background: none;
}
.header-social-icon{
    background: transparent !important;
    color: #262656 !important;
    font-size: 17px;
}
.social-icon {
    float: right;
    margin: 13px 0px 0 0;
    display: inline;
    list-style: none;
    font-size: 20px;
}
.social-icon li {
    float: left;
    padding: 0 18px 0 0px;
}

.nav-tabs {
    border: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    border-radius: 0;
    cursor: default;
    background-color: #201951;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    background: #f2f2f2;
    color: #000;
}
.navbar-collapse{
    border-top: 0px solid transparent;
}
@media screen and (max-width: 900px) and (min-width: 320px){
    .slider-heading h1 {
        font-size: 36px;
    }
    .slider-heading {
        margin: 45% 0 13% 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .footer-nav li {
        padding: 0 18px 0 16px;
    }
    .footer-nav {
        float: initial;
    }
    .link-margin{
        margin-top: 41px;
    }
    .product-heading {
        margin: 38% 0 0% 0 !important;
    }
    .wrapper1 {
        width: 100% !important;
    }
    .slick-next {
        right: 37px !important;
    }
}