﻿body {
    color: black !important;
    font-family: "Nunito Sans";
    /*text-transform:uppercase;*/
    background-repeat: repeat;

}
#all{
    margin:1px 0px 1px 0px;
    padding:1px 0px 5px 0px;
}
#back{
    width:100%;
    margin:0!important;
    padding:0!important;
}

.pull-right {
    float: right !important;
}
/*------ top head start ------*/
.top-head {
    background: #000;
    color: #fff;
    z-index: 999999999;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.top-head-cont {
    padding: 2px 0px 2px 0px;
}
.top-text {
    display: inline-block;
    padding: 7px 5px 7px 5px;
    font-size: 16px;
    color: #fff;
}
    .top-text a {
        font-family: Roboto;
        text-decoration: none !important;
        color: #fff !important
    }

        .top-text a i {
            padding: 0px 5px 0px 7px !important;
        }

            .top-text a:hover, .top-text a i:hover {
                color: #f37020 !important;
            }
/*------ top head end ------*/

/*----- top social strat ------*/
.social {
    text-align: right;
    padding: 7px 5px 7px 5px;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

    ul.social-share li a {
        display: inline-block;
        color: #fff;
        background: #404040;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 2px;
    }

        ul.social-share li a:hover {
            background: #F4B22E;
            color: #000;
        }
/*----- top social end ------*/

/*----- header start ------*/
.header {
    padding: 5px 5px 5px 5px;
}

.logo-img {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
    height: 120px !important;
    width: 120px !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.logo-img2 {
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
    height: 120px !important;
}
/*----- header end ------*/

/*----- heading style start -----*/
.heading-text1 {
    color: #ff7200;
    font-size: 30px;
    padding: 10px 10px 10px 10px;
    text-shadow: 1px 1px 1px lightgrey;
}

    .heading-text1 span {
        color: #404040;
    }

.heading-cont1 {
    color: #ff7200;
    font-size: 22px;
    padding: 10px 10px 10px 10px;
    text-shadow: 1px 1px 1px lightgrey;
}

    .heading-cont1 span {
        color: #404040;
    }
.tab-heading {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    font-size: 30px;
    color: #ff5b11;
    font-family: Exo !important;
    text-shadow: 1px 1px 1px lightgrey;
    text-align: center !important;
    align-content: center !important;
}

    .tab-heading span {
        color: #606060;
        text-align: center !important;
        align-content: center !important;
    }

.card-heading-1 {
    color: #0000a0 !important;
    padding: 5px 0px 5px 20px !important;
    line-height: 25px !important;
    font-size: 20px !important;
    display: block;
    text-shadow: 1px 1px 1px #E4E4E4;
}

.card-heading-2 {
    color: #a9ba13 !important;
    padding: 5px 0px 5px 20px !important;
    line-height: 25px !important;
    font-size: 20px !important;
    display: block;
    text-shadow: 1px 1px 1px #E4E4E4;
}

.card-heading-3 {
    color: #ff5b11 !important;
    padding: 5px 0px 5px 20px !important;
    line-height: 25px !important;
    font-size: 20px !important;
    display: block;
    text-shadow: 1px 1px 1px lightgrey;
}

.card-heading-4 {
    color: #404040 !important;
    padding: 5px 0px 5px 20px !important;
    line-height: 25px !important;
    font-size: 18px !important;
    font-weight:500;
    display: block;
    text-shadow: 1px 1px 1px lightgrey;
}
/*----- heading style end -----*/

/*----- footer start ------*/
.footer {
    background: #eeeeee;
    margin: 5px 0px 5px 0px;
    padding: 50px 0;
    font-family: "Lato",sans-serif;
}

.foot-cont-head {
    float: left;
    width: 100%;
    color: #007cc0;
    font-size: 19px;
    font-family: Roboto;
    padding-bottom: 30px;
}

    .foot-cont-head img {
        float: left;
        width: 100%;
        display: block;
    }

.foot-cont {
    float: left;
    width: 100%;
}

    .foot-cont ul {
        padding: 0;
        margin: 0;
    }

        .foot-cont ul li {
            float: left;
            width: 100%;
            border-bottom: 1px dashed #000000;
            list-style: none;
            padding: 5px 0;
        }

            .foot-cont ul li.selected a {
                color: #ff7f00;
            }

            .foot-cont ul li a {
                text-decoration: none;
                color: #484848;
                font-size: 13px;
            }

                .foot-cont ul li a:hover {
                    color: #ff7f00;
                }

.foot-cont1 {
    float: left;
    width: 100%;
    color: #484848;
    font-size: 13px;
    padding: 10px 0;
}

    .foot-cont1 p {
        margin: 0px 0px 3px 0px;
        padding: 0px 0px 0px 0px;
    }

    .foot-cont1 img {
        display: inline;
        padding: 17px 1px;
    }

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .foot-cont1 img {
        padding: 20px 0px;
        width: 18%;
    }
}

.socialmedia {
    float: left;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 5px 0;
    font-size: 12px;
}

    .socialmedia p {
        margin: 0px 0px 3px 0px;
        padding: 0px 0px 0px 0px;
    }

    .socialmedia img {
        display: inline;
        padding-right: 10px;
    }

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .socialmedia {
        font-size: 11px;
    }
}
/*------ footer end --------*/

/*------ footer strip start ------*/
.footerstrip {
    float: left;
    width: 100%;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    color: #a3b2b9;
    background: #012234;
    padding: 20px 0;
}

.copyrights {
    float: left;
    width: 100%;
}

    .copyrights p {
        margin: 0px 0px 3px 0px;
        padding: 0px 0px 0px 0px;
    }

.copyrights1 {
    float: right;
    width: 100%;
}

    .copyrights1 p {
        margin: 0px 0px 3px 0px;
        padding: 0px 0px 0px 0px;
        text-align: right !important;
    }
/*------ footer strip end ------*/


/*----- home banner start ----*/
.banner {
    width: 100%;
    margin: 2px 0px 1px 0px;
}
.first-slide, .second-slide, .third-slide {
    background: rgba(0, 0, 0, .25);
    transition: opacity .15s linear;
    width: 100%;
}

.slider-content {
    background: rgba(0, 0, 0, .25);
    transition: opacity .15s linear;
    width:100%;
}
.slide-text {
    color: #ff7200;
    text-align: center;
    align-content: center;
    font-size: 50px;
    font-weight: 500;
    vertical-align: middle !important;
    text-shadow: 1px 1px 1px lightgrey;
}

.slide-link{
    padding:30px 0px 0px 0px;
    display:block;
    text-align:center;
    align-content:center;
}
    .slide-link a {
        font-size: 18px !important;
        color: rgb(255, 255, 255) !important;
        text-align: center;
        background-color: #ff7200;
        height: 34px !important;
        line-height: 30px !important;
        padding: 10px 10px 10px 10px !important;
        border-radius: 4px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        font-weight: 400 !important;
    }

        .slide-link a:hover {
            color: rgb(255, 255, 255) !important;
            -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            background-color: #444;
        }
/*----- home banner end ----*/
/*---- inner banner start ---*/
.banner-inner1 {
    background: url('../images/slide/innerbanner1.png') repeat 0 0;
    width: 100%;
    height: 200px;
    margin: 0px 0px 1px 0px !important;
    padding: 0px 0px 1px 0px !important;
}
.banner-inner2 {
    background: url('../images/slide/slide3.jpg') repeat 0 0;
    width: 100%;
    height: 200px;
    margin: 0px 0px 1px 0px !important;
    padding: 0px 0px 1px 0px !important;
}
.banner-text {
    font-family: Exo;
    font-weight: 600;
    font-size: 40px;
    padding: 80px 0px 80px 0px;
    text-align: center;
    align-content: center;
    color: #fff;
}
    .banner-text span {
        color: #0000a0;
    }
.banner-fade {
    background: rgba(0,0,0,0.5);
}
/*---- inner banner start ---*/

/*----- second slider start ------*/
.box {
    background: #FFF;
    margin: 40px auto;
}
.content {
    position: relative;
    width: 100%%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

    .content .content-overlay {
        background: rgba(0,0,0,0.5);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content:hover .content-overlay {
        opacity: 1;
    }

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 1rem;
    font-family: Nunito Sans;
    color: white;
    text-decoration: none;
    line-height: 1.5 !important;
}
.custom-header {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14), 0 0 2px 2px rgba(0, 0, 0, 0.098), 0 0 5px 1px rgba(0, 0, 0, 0.084);
}
.effect5 {
    position: relative;
}

    .effect5:before, .effect5:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 35px 20px #777;
        transform: rotate(-8deg);
    }

    .effect5:after {
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }

/*----- second slider end ------*/

/*------ rs list start -----*/
.rs-list {
    background: url('../images/body-bg.jpg') repeat 0 0;
    padding: 5px 0px 18px 0px;
    border-radius: 5px;
    margin: 5px 0px 5px 0px;
}

    .rs-list a {
        padding: 0 8px;
        margin: 0 5px 5px 5px;
        display: block;
        background: #0996d3;
        line-height: 30px;
        border-radius: 5px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        transform: skew(-11deg, 0deg);
    }

        .rs-list a:hover {
            background-color: #444;
        }
/*------ rs list end ----*/

/*----- margin start ------*/
.m-00 {
    margin: 0px 0px 0px 0px;
}

.mt-05 {
    margin-top: 5px !important;
}
.mt-010{
    margin-top:10px!important;
}
.plr-05 {
    padding: 0px 5px 0px 5px !important;
}

.pr-05 {
    padding-right: 5px !important
}

.pr-010 {
    padding-right: 10px !important;
}

.pl-07 {
    padding-left: 5px !important;
}

.pl-00 {
    padding-left: 0px !important;
}
/*----- marging end -----*/

/*------ border start -----*/
.border-darkblue {
    border: 1px solid #0000a0 !important;
    z-index: 4000;
}
.border-green {
    border: 1px solid #2d7c0a !important;
    z-index: 4000;
}
.border-darkred {
    border: 1px solid #cc2900 !important;
    z-index: 4000;
}
.border-pink {
    border: 1px solid #f4543c!important;
    z-index:4000;
}
/*------ border end -----*/



