/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: #464646;
    text-decoration: none
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

section {
    padding: 115px 0px 90px;
}


body {
    font-size: 16px;
    color: #464646;
    font-family: 'Poppins', sans-serif;
}



.navbar-default {
    background-color: transparent;
    border: none;

}

.navbar {
    margin: 0;
}

.navbar-nav > li > a {
    padding: 5px 20px;
}

.navbar-nav {
    margin-top: 20px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #EB6321;
    background-color: transparent;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.dropdown-menu li a {
    margin: 0;
    padding: 15px;
}

.btn-danger {
    background: #EB6321;
    color: #fff !important;
    transition: 0.3s
}

.btn-danger:hover {
    background: #BF4910 !important;
    color: #fff !important;
    transition: 0.3s
}


.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    /*    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);*/
}

.header.active {
    background: #fff;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.logo {
    width: 50%;
    transition: 0.3s;
}

.header.active .logo {
    width: 40% !important;
}

.navbar-brand {
    padding: 0px 15px;
    height: auto
}

.carousel-inner {
    height: 80vh;
}

.carousel-caption {
    top: 30%;
    text-align: left
}

.carousel-caption h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    /*
    color: #ec6926;    
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
*/
}

.carousel-caption p {
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    color: #464646;

}

.carousel-control span {
    font-size: 60px !important;
    color: #333190 !important
}

.text-blue {
    color: #1C468A
}

.text-orange {
    color: #F5703F
}

.fill {
    width: 100%;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 0px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


.feature-box {
    padding: 30px;
    transition: 0.3s;
    background: #FFF;
    border: solid 1px #f1f1f1;
    max-height: 340px !important;
    height: 100%;
}

.feature-box:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 6px;
    background: #ec6926;
    color: #fff
}

.feature-box i {
    font-size: 36px;
    color: #fff;
    line-height: 80px;
    transition: 0.3s;
}

.icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ec6926;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: 0.3s;
}

.feature-box:hover .icon {
    background: #fff;
}

.feature-box:hover .icon i {
    color: #ec6926
}

.wd-50 {
    width: 50%;
    float: left
}




.counter {
    padding: 100px;
}

#counter-stats {
    display: flex;
    justify-content: center;
    background: #ec6926;
    color: #fff
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.stats .fa {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}


.contact {
    background-image: url(../images/contactus.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 40px 0px 40px;
}

.contact a {
    color: #fff;
}


/**
 * Button
 */
.btn-transparent {
    background: transparent;
    color: #EB6321;
    border: 2px solid #EB6321;
    transition: 0.3s;
}

.btn-transparent:hover {
    background-color: #EB6321;
    color: #fff;
    transition: 0.3s;
}

.btn-rounded {
    border-radius: 0px;
}





h1 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

h1 span {
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 20px;
    line-height: 28px;
}


iframe {
    width: 100%;
    height: 350px;
    border: none;
}


footer {
    background-color: #BA4208;
    /*    background-image: url(../images/foot-bg.jpg);*/
    padding: 20px 0px 10px;
    position: relative;
    color: #fff;
    background-position: center;
}

footer p {
    margin-bottom: 15px;
}

footer p i {
    margin-left: 5px;
}

footer p a,
footer li a {
    color: #fff;
    text-decoration: none
}

footer p a:hover,
footer li a:hover {
    color: #fff;
    text-decoration: none
}

.powerdby,
.copy {
    font-size: 12px;
}

.powerdby {
    text-align: right !important
}


.bg-light {
    background: #FBFBFB !important
}


.orange-bg {
    background: #EB6321;
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
}


.slide-image {
    position: absolute;
    top: -150px;
    right: -150px;
}

.slide-image img {
    width: 100%;
}

.inner-banner{
    background-image: url(../images/privacy-policy.jpg);
    background-position: center;
    padding: 400px 0px 150px;
}









/*margins*/

.no-pad {
    padding: 0 !important
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mr10 {
    margin-right: 10px;
}

.ml20 {
    margin-left: 20px;
}





@media screen and (max-width: 768px) {

    .no-pad {
        padding: 15px !important;
    }

    .copy,
    .powerdby {
        text-align: center !important;
        font-size: 12px;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
        background: #fff
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
        text-align: left;
    }

    .carousel-inner {
        height: 100vh;
    }

    .carousel-caption {
        top: 20%;
    }

    .carousel-caption h2 {
        font-size: 32px
    }

    .counter {
        padding: 60px 30px;
    }

    .mobile-mar30 {
        margin-bottom: 30px;
    }

    .carousel-caption h2,
    .carousel-caption p {
        line-height: normal
    }

    .carousel-caption h2 {
        font-size: 28px;
    }

    .carousel-caption p {
        font-size: 16px
    }

    .slide-image {
        position: static
    }

    .slide-image img {
        width: 100%;
    }

    section {
        padding: 40px 0px 40px;
    }



}