body,html{
    width:100%;
    overflow-x:hidden;
}


.top-nav {
   background-color: #8bc53e;
    border-top: 5px solid transparent;
    /* border-image: url(../images/top-border.png) 30 30 30 30 round round; */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 1px 6px 0px rgba(0, 0, 0, 0.12) !important;
    padding: 2px 0px;
    z-index: 999999 !important;
    position: relative;
    border-bottom: 0px;
}

    .top-nav .time {
        float: left;
        font-size: 12px;
        color: #000;
        text-decoration: none;
    }

        .top-nav .time i {
            font-size: 13px;
        }

    .top-nav ul {
        margin: 0px;
        padding: 0px;
    }

    .top-nav li {
        list-style-type: none;
        font-size: 13px;
        text-align: right;
        padding-right: 6px;
        padding-left: 6px;
        display: inline-block !important;
    }

        .top-nav li:nth-child(1) {
            border-right: solid 1px #898787;
        }

        .top-nav li:nth-child(2) {
            border-right: solid 1px #898787;
        }

        .top-nav li:nth-child(3) {
            border-right: solid 1px #898787;
        }

        .top-nav li:nth-child(4) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(5) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(6) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(7) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(8) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(9) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(10) {
            padding-left: 0px;
            padding-right: 2px;
        }

        .top-nav li a {
            color: #000000;
        }

            .top-nav li a:hover {
                text-decoration: none;
            }

    .top-nav .btn-xs {
        padding: 2px 4px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
        border: solid 1px;
        background-color: #fff;
        color: #000;
        cursor: pointer;
    }

    .top-nav .btn-block {
        padding: 2px 4px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
        border: solid 1px;
        background-color: #000;
        color: #fff;
        cursor: pointer;
    }

    .top-nav .btn-yellow {
        padding: 2px 4px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
        border: solid 1px;
        background-color: #f6d20a;
        color: #000;
        cursor: pointer;
    }

    .top-nav .input-sm {
        height: 25px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
        display: inline-block !important;
    }
.bg-white{
    background-color:#fff;
}

.top-margin {
    border: 3px solid #243040;
    height: 310px;
}

.important_update {
     position: relative; 
     top: -20px;
}

.color{
    background: linear-gradient(135deg,rgb(255, 155, 0),#af3a3b 7%,#80061c 7%,#88061f);
}

.text-white{
   color:#fff;
}
.mb-5{
    margin-bottom:10px;
}

.bg-img {
    background-color: #F5F5F5;
    background-image: url(../images/4tab.jpg) !important;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 35px;
}

.gap2 {
    margin-top: 45px;
    margin-bottom: 10px;
}







.boxa {
    padding-top: 28px;
    background: #00b2d7;
    opacity: .95;
    border: 1px solid #16c1e5;
}
.boxd {
    padding-top: 28px;
    background: #d45a00;
    opacity: .95;
    border: 1px solid #e76c12;
}
.boxc {
    padding-top: 28px;
    background: #ebab00;
    opacity: .95;
    border: 1px solid #f4b715;
}
.boxb {
    padding-top: 28px;
    background: #96b300;
    opacity: .95;
    border: 1px solid #a8c511;
}
.tab-btn {
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    margin: 10px 0px;
    outline: none;
    position: relative;
    color: #3b3b3b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}
.tab-btn:hover, .tab-btn:active {
    color: #3b3b3b;
    text-decoration: none;
    background: #e9e9e9;
}

.dark_wrapper p {
    color: #ffffff !important;
}
.itema{
        border: 2px solid #182d43;
       margin: 2px;
       background-color:#fff;
}


.logo_top:before {
    content: '';
    position: absolute;
    right: -380px;
    width: 100%;
    /* left: -84px; */
    background-color: #1d406e;
    height: 13.8%;
    -webkit-transform: skewx(-45deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(-35deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}








@media only screen and (min-width:320px) and (max-width:1000px){
    .top-margin {
    border: 3px solid #243040;
    /* height: 310px; */
    position: absolute;
    top: 635px;
    left: 0;
}
    .top_rated_wraper.bg-services {
    margin-top: 213px;
}
   .bg-img {
   background-image: none !important;
   position: relative;
    top: -153px;
}
   
   .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    width: 120%;
}
   



.pro-icon-text {
    border: 1px solid #ddd;
    padding: 2px;
}
.icon-text h4 {
    color: #fff;
}
.icon-text p {
    color: #fff;
}
}
@media only screen and (min-width:320px) and (max-width:600px){
.logo_top:before{
       width: 100%;
    height: 17%;
    left: -84px;
}
.logo_top:before {
    content: '';
    position: absolute;
    right: -380px;
    width: 100%;
    /* left: -84px; */
    background-color: #8bc53e00;
    height: 13.8%;
    -webkit-transform: skewx(-45deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(-35deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
}/*end mobile view*/
.menu_wrapper .nav> li> a {
    color: #ffffff !important;
}

.breacrumb_wrapper {
    background-color: #8bc53e !important;
}


.breadcrumb > li a, .breadcrumb > li a:hover {
    color: #ffffff !important;
}
.breadcrumb > .active {
    color: #ffffff !important;
}
.rs_btn {
    color: #ffffff;
    background: #1d406e !important;
}
.btn.rs_btn:before {
    background: #8bc53e !important;
    color: #ffffff;
}
.menu_wrapper ul li ul > li > a {
    padding: 0px 0 6px 8px !important;
}
.menu_wrapper ul li ul {
    
    min-width: 300px !important;
    background-color: #1d406e !important;
}
.menu_wrapper ul li ul> li> a:hover, .menu_wrapper ul li ul> li> a:focus, .menu_wrapper ul li ul> li> a:active, .menu_wrapper ul li ul> li> a.active {
    color: #ffffff;
    box-shadow: inset 1px 50px 1px #8bc53e;
    -webkit-box-shadow: inset 1px 50px 1px #8bc53e;
    -moz-box-shadow: inset 1px 50px 1px #8bc53e;
    -ms-box-shadow: inset 1px 50px 1px #8bc53e;
    -o-box-shadow: inset 1px 50px 1px #8bc53e;
}
    .menu_wrapper ul li ul > li > a {
        color: #ffffff;
    }
.menu_wrapper .nav li i:before {
    color:#fff;
}
.rs_heading h3 {
    color: #1d406e !important;
}


/*Gallery*/
/*.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}*/



.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
/*End Gallery*/

/*Return to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(139, 197, 62);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*End Return top*/