﻿/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600');*/
body {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #616161;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #212121;
}

p {
    text-align: justify;
}
.text-center p { text-align:center; }
a, a:hover, a:focus, a:active { text-decoration:none; outline:none; }

.main-wrapper {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

section {
    padding: 50px 0px;
}

.head {
    padding: 0 0 0 0;
    margin-top: 120px;
}

.header {
}

.bg-light1 {
    background-color: #fff !important;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    border-bottom: 5px solid #d32c2a;
}

.bg-light {
    background-color: #fff !important;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0px;
    left: 0;
    -webkit-transition: top 0.3s; /* Safari */
    transition: top 0.3s;
}

.fixed-header {
    top: -42px;
}

.outerlink {
    float: right;
    display: block;
    background-color: #d32c2a;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
}

ul {
    padding: 0 0 0 0;
}

ul {
    list-style: none;
    padding: 10px 0px;
}

.social-border a {
    color: #fff !important;
    padding: 10px 10px;
}

    .social-border a:hover {
        color: #000 !important;
        text-decoration: none;
    }

.social-border {
    padding: 10px 25px;
}

.outerlink li {
    display: inline-block;
    float: right;
    list-style: none;
    padding: 0px 16px 11px 0px;
}

    .outerlink li a {
        color: #fff;
    }

.navbar-brand {
    height: 60px;
    padding: 8px 0px;
}

    .navbar-brand img {
        max-height: 100%;
        position: relative;
        width: auto;
    }

.section-heading {
    font-size: 40px;
    color: #d32c2a;
    line-height: 60px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-weight: normal;
}

.welcome-div a {
    text-decoration: none;
}

.btn-rm {
    color: #000;
    border: 2px solid;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}

.navbar-nav > .nav-item > a {
    font-weight: bold;
    color: #000 !important;
    font-size: 18px;
    padding: 0px;
}

    .navbar-nav > .nav-item > a:hover {
        color: #d22829 !important;
    }

.btn-rm:hover {
    color: #d22829;
    border-color: #d22829;
}

/*.height-clc {
    height: 535px;
}*/

.light {
    width: 100%;
    width: 100%;
    height: 5px;
    background: #d32c2a;
    padding: 0;
    margin: 0px;
}

.bg-orange {
    background-color: #d32c2a;
}
    .bg-orange .btn-rm:hover { color:#fff; border-color:#fff; text-decoration:none;}
.navbar-light .navbar-nav .active > .nav-link {
    color: #d22829 !important;
}
.banner-content { left:0; bottom:0; right:0; top:0; }
.bg-gray { background-color:rgba(0,0,22,0.1); }
.carousel-caption { text-align:left; top:50%; bottom:auto; left:20px;
                    background-color:rgba(255,255,255,0.85); padding:20px 20px 20px 20px!important; border-radius:4px; border:solid 1px rgba(255,255,255,0.2); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); max-width:600px; }
    .carousel-caption h5 { font-size:32px; /*color:#df6c29;*/ color:#D1272A; text-shadow:1px 1px 0 rgba(255,255,255,0.2); }
    .carousel-caption p { text-align:left; text-transform:capitalize; color:#000;}
.activity-div {
    color: #fff;
    text-align: center;
    display: block;
    margin: 10 auto;
    overflow: hidden;
    transition: .3s;
    padding: 15px;
}
a.activity-div {
    color: #fff!important;
    text-align: center;
    display: block;
    margin: 10px auto;
    overflow: hidden;
    transition: .3s;
    padding: 15px;
    height:calc(100% - 25px);
}
    .activity-div:hover {
        background-color: rgba(255,255,255,0.2);
        transform: scale(1.04);
        box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
        color: #000!important;
        box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
    }

    .activity-div h3 {
        color: #fff;
        margin: 10px; font-size:18px;
    }

.activity-img img {
    border: 5px solid #fff;
    border-radius: 50%;
}

footer {
    min-height: 200px;
    background-color: #273238;
    border-top: solid 1px rgba(255,255,255,0.5);
    padding: 40px 0px 10px;
    color: #fff;
    text-align: center;
}

    footer h3, footer h5 {
        margin: 5px 0px 5px;
        color: #fff;
    }

address {
    max-width: initial;
    margin: 0 auto 20px;
}

    address h3 {
        font-size: 24px;
        color: #fff;
    }
address h4 {
        font-size: 20px;
        color: #d32c2a;
    }
footer a, footer small a:hover {
    color: #fff;
}

    footer a:hover, footer small a {
        color: #d32c2a;
    }

    footer a i {
        color: #d32c2a;
    }

footer hr {
    height: 2px;
    border: solid 1px rgba(255,255,255,0.2);
    margin: 10px 0px 10px;
}

footer ul {
    margin: 10px auto 5px;
}

    footer ul li {
        padding: 0px 20px;
        border-right: solid 1px rgba(255,255,255,0.4);
        list-style: none;
        display: inline-block;
    }

        footer ul li a {
            color: rgba(255,255,255,0.5);
        }

            footer ul li a:hover {
                color: #d32c2a;
            }

footer small {
    color: rgba(255,255,255,0.4);
}

.about-banner {
    background-image: url(../images/aboutus.jpg);
}
.contact-banner {
    background-image: url(../images/aboutus.jpg);
}
.banner {
    background-repeat: none;
    background-size: cover;
    min-height: 330px;
    position: relative;
    opacity: 0.5;
}

.inner-banner {
    position: absolute;
    bottom: 53px;
    min-height: 90px;
    height: auto;
    color: #fff;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.page-breadcrumb {
    color: #fff;
    font-size: 14px;
}

    .page-breadcrumb a {
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

.inner-banner h3, .inner-banner a, .inner-banner span {
    padding: 0% 1%;
    margin-top: 10px;
    color: #fff;
}

.page-breadcrumb span {
    color: #df6c29;
    font-weight: 600;
}
.ninja-forms-req-symbol {
    color: #ff0000;
}
.left-img-box { float:left; max-width:40%; margin-right:30px; margin-bottom:20px; }
@media only screen and (max-width: 768px) {
    .navbar-brand {
        height: 50px;
    }

    .head {
        padding: 0 0 0 0;
        margin-top: 50px;
    }
    .left-img-box { max-width:80%; float:none ; margin:15px auto; }
    .navbar { padding-left:0; padding-right:0; }
}
@media only screen and (max-width: 768px) {
    body { padding-top:20px; }
}
.points {
    padding: 0;
    list-style: none;
}

    .points.row {
        padding-left: 10px;
    }

    .points > li {
        position: relative;
        padding: 4px 15px 4px 30px;
    }

        .points > li:before {
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: #ff6a00;
            left: 10px;
            top: 12px;
            content: "";
            transform: rotate(45deg);
        }

.card-img-top { background-color:rgba(0,0,0,0.4); }

.btn-link { color:#616161; }
    .btn-link:hover { color:#df6c29; }

.slbOverlay, .slbWrapOuter { z-index:99999!important; }

#img1, #img2, #img3, #img4, #img5, #img6, #img7, #img8, #img9, #img10, #img11 { display:block; padding:15px 15px 0; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; }
    #img1:hover, #img2:hover, #img3:hover, #img4:hover, #img5:hover, #img6:hover, #img7:hover, #img8:hover, #img9:hover, #img10:hover, #img11:hover {
        color:#333; cursor:pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.3); 
    }