@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

* {
    margin: 0;
    padding: 0;
}

body {

    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    font-family: "Sarabun", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sarabun", sans-serif;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.error {
    color: red;
}

.success {
    color: green;
}

a:hover {
    text-decoration: none;
}

.headline {
    text-align: center;
    margin-bottom: 50px;
}

.headline h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

.headline h3 {
    font-size: 18px;
    margin-top: 0;
}

.headline-white {
    color: #938d8d;
}
.img{
    
}


.bg-gray {
    background: #f2f3f3 !important;
}

.bg-white {
    background: #ffffff !important;
}

.top {
    width: 100%;
    height: 40px;
    background: #ececec;
}

.top .left {
    float: left;
}

.top .left ul {
    padding-top: 8px;
}

.top .left ul li {
    list-style-type: none;
    float: left;
    margin-right: 14px;
    color: #e4144d;
}

.top .left ul li i {
    color: #e4144d;
}

.top .right {
    float: right;
}

.top .right ul {
    padding-top: 8px;
}

.top .right ul li {
    list-style-type: none;
    float: left;
    margin-left: 5px;
}


.top .right ul li a {
    color: #e4144d;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: block;
    transition: all 0.4s ease;
}

.top .right ul li a:hover {
    background: #e4144d;
    color: #fff;
}

.header {
    width: 100%;
    height: auto;
    background: #fff;
}

.header .inner {
    height: auto;
    display: table;
}

.header.logo {
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.header .logo img {
    max-width: 100%;
    height: 90px;
}

.header .navbar-form .form-control {
    width: 300px;
}

.header .right {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
}

.header .right ul {
    float: right;
    margin-bottom: 0;
}

.header .right ul li {
    list-style-type: none;
    float: left;
    margin-left: 14px;
    color: #e4144d;
}

.header .right ul li a {
    color: #e4144d;
}

.header .navbar-form .search-top {
    width: 100%;
}

.nav {
    background: #e4144d;

}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #e4144d;
}

.menu-mobile {
    display: none;
    padding: 20px;
    color: #fff;
}

.menu-mobile:hover {
    color: #fff;
}

.menu-mobile:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #76767e;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 20px;
    display: block;
    color: #fff;
}

.menu > ul > li:hover {
    background: #333;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.bx-wrapper {
    position: relative;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

.bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.welcome {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333;
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.welcome .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #333;
}

.welcome h2 {
    color: #fff;
    margin-bottom: 25px;
}

.welcome p {
    color: #fff;
}

.welcome p.button {
    color: #fff;
    margin-top: 35px;
}

.welcome p.button a {
    background: #e4144d;
    color: #fff;
    padding: 10px 14px;
    transition: all 0.4s ease;
    text-decoration: none;
}

.welcome p.button a:hover {
    background: #fff;
    color: #e4144d;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;

}

.service .item {
    text-align: justify;

}

.service .icon {
    text-align: center;
}

.service .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #e4144d;
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
}

.product .product-carousel {
    position: relative;
}

.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: #e4144d;
}



.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.7;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 9999;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.testimonial-v1 .text h4 {
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


.home-blog {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
}

.home-blog .item {}

.home-blog .item .photo {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-blog .text {
    padding: 14px;
    background: #f2f3f3;
}

.home-blog .text h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}

.home-blog .text p.button {
    margin-top: 25px;
}

.home-blog .text p.button a {
    background: #e4144d;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
    background: #333;
}



.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #2a2a2a;
}

.footer-main h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #525252;
}

.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #e4144d;
    left: 0;
    bottom: -2px;
    height: 4px;
}

.footer-main .footer-col p {
    color: white;
    font-size: 16px;
    line-height: 22px;
}

.footer-main .footer-col p a {
    color: #ffffff;
}

.footer-main .footer-col p span {
    display: block;
    color: #ffffff;
}

.footer-main .footer-col ul li {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.footer-main .footer-col ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-main .footer-col ul li a:hover {
    color: #fff;
}

.footer-main .footer-col ul li:before {
    color: #a3a3a3;
    content: "\f0a4";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}

.footer-main .footer-col .contact-item {
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}

.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}

.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #2a2a2a;
    border-radius: 50%;
}

.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
}

.footer-main .footer-col p.social {
    margin-bottom: 10px;
}


.footer-bottom {
    width: 100%;
    height: auto;
    background: #141314;
    padding: 14px 0;
}

.footer-bottom .copyright {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}


.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}

.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #e4144d;
    color: #fff;
    border: 4px solid #e4144d;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}


ul.prod-slider li {
    height: 450px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
}

ul.prod-slider li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999999;
}

.bx-controls {
    display: none;
}

.prod-pager-thumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}

#prod-pager {
    margin-top: 20px;
}

#prod-pager a {
    float: left;
    margin-right: 3px;
}

ul.nav-tabs {
    margin-top: 50px;
}

.product .p-title h2 {
    color: #e4144d;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.product .p-status {
    margin-bottom: 10px;
}

.product .p-review {
    margin-bottom: 10px;
}

.product .p-price {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.product .p-price span {
    font-size: 30px;
}

.product .p-price del {
    color: #c7c7c7;
}

.product .p-short-des {
    margin-bottom: 30px;
}

.product .p-quantity {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 35px;
    font-size: 14px;
}

.product .p-quantity input[type="number"] {
    height: 30px;
    width: 100px;
    border: 2px solid #c7c7c7;
}

.product .btn-cart {
    margin-bottom: 30px;
}

.product .btn-cart a {
    padding: 10px 14px;
    background: #e4144d;
    color: #fff;
}

.product .btn-cart1 input[type="submit"] {
    border: 0;
    padding: 10px 14px;
    background: #e4144d;
    color: #fff;
}

.product .share {
    line-height: 30px;
    font-weight: 700;
}

.product .nav {
    background: transparent;
}

.product .nav-tabs li a {
    font-weight: 700;
    color: #333;
}

.product .tab-content > .tab-pane {
    padding-top: 20px;
}

.review-form h2 {
    font-size: 24px;
    font-weight: 700;
}

.review-form .btn-default {
    background: #e4144d;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px 14px;
}

.rating-section {
    margin-bottom: 14px;
}


.page-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.page-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #333;
}

.page-banner h1 {
    color: #43413f;
    text-align: center;
    z-index: 999;
    position: relative;
}

.page {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page h3.special {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}

.page h3.special:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #e4144d;
    left: 0;
    bottom: -2px;
    height: 4px;
}



.cform input[type="submit"] {
    background: #e4144d;
    border: 0;
}

.cform address span,
.cform address a span {
    color: #e4144d;
}

.page iframe {
    width: 100%;
}


.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.gal-item .box {
    height: 350px;
    overflow: hidden;
}

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 14px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

.gal-container .description h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}

/* Footer Style */
i.red {
    color: #BC0213;
}

.gal-container {
    padding-top: 0px;
    padding-bottom: 75px;
}

.videos {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.videos .adv img {
    width: 100%;
    height: auto;
}

.videos .prop-4-col:nth-of-type(4n+1) {
    clear: both;
}

.videos .prop-3-col:nth-of-type(3n+1) {
    clear: both;
}

.videos h2 {
    color: #464646;
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}

.videos h3 {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}

.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}

.single-room .photo-col2 {
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-room .photo-col3 {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-room-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.single-room-text h2 {
    background: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}

.single-room-text h2 a {
    color: #333;
    padding: 8px !important;
    font-weight: 600;
    display: block;
}

table.bill-address tr td:nth-of-type(1) {
    font-weight: bold;
    width: 200px;
}

.user-sidebar ul {
    text-align: center;
}

.user-sidebar ul li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.user-sidebar ul li a {
    padding: 7px 20px;
    min-height: 40px;
    line-height: 40px;
    background: #444;
    color: #fff;
}

.user-content h3 {
    margin-bottom: 20px;
}


/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
    width: 100%;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-search input {
    height: 36px;
    border: 2px solid #afafaf;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.widget-search input:focus {
    border: 2px solid #e4144d;
}

.widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #e4144d;
    background: #e4144d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-search button:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.widget h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e4144d;
}

.widget ul li {
    display: block;
    float: none;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #333;
    top: 1px;
    left: 3px;
}

.widget ul li a {
    color: #333;
    font-size: 14px;
}

.widget ul li a:hover {
    color: #e4144d;
}

.widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    padding: 4px 10px;
    border: 2px solid #afafaf;
    font-size: 12px;
    margin-right: 5px;
}

.widget ul.tag-cloud li:before {
    content: '';
}

.widget ul.tag-cloud li:hover {
    background: #e4144d;
    border: 2px solid #e4144d;
}

.widget ul.tag-cloud li:hover a {
    color: #fff;
}

.card .nav-tabs {
    border-bottom: 2px solid #DDD;
    background: #fff;

}

.card .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {}

.card .nav-tabs > li > a {
    border: none;
    color: #666;
}

.card .nav-tabs > li.active > a,
.card .nav-tabs > li > a:hover {
    border: none;
    color: #e4144d !important;
    background: transparent;
}

.card .nav-tabs > li > a::after {
    content: "";
    background: #e4144d;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.card .nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 14px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}


.vid iframe {
    width: 100%;
    height: 250px;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 14px;
    margin-bottom: 20px;
}

div.pagination a {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    text-decoration: none;
    /* no underline */
    background-color: #e4144d;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #cf0d42;
    color: #FFF;
    background-color: #b20b39;
}

div.pagination span.current {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    font-weight: bold;
    background-color: #b20b39;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.ad-section img {
    width: 100% !important;
    height: auto !important;
}

.breadcrumb {
    background: #fff;
    margin-top: -40px;
}

.breadcrumb ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #e4144d;
}

.breadcrumb ul li:last-child {
    color: #333;
}

.breadcrumb ul li a {
    color: #e4144d;
}

.bs-slider .item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 500px;
}

.home-newsletter {
    padding: 80px 0;
    background: #e4144d;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-newsletter .single h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}

.home-newsletter .single .form-control {
    height: 50px;
    border-color: #333;
    outline: none;
}

.home-newsletter .single .btn {
    min-height: 50px;
    background: #333;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

/* ----scroll to top css end ----*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.moving-vertical {
    -webkit-animation-name: float-bob;
    animation-name: float-bob;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


.section-padding {
    padding: 100px 0;
}




/* WRAPPER */
.tickerv-wrap {
    background: #eee;
    box-sizing: content-box;
    height: 200px;
    /* Take note of this */
    overflow: hidden;
    /* Hide scrollbars */
    padding: 10px;
}

/* TICKER ANIMATION */
@keyframes tickerv {
    0% {
        margin-top: 0;
    }

    /* Quite literally -ve height of wrapper */
    25% {
        margin-top: -26px;
    }

    /* 1 X 25 px */
    50% {
        margin-top: -52px;
    }

    /* 2 X 25 px */
    75% {
        margin-top: -78px;
    }

    /* 3 X 25 px */
    100% {
        margin-top: 0;
    }

    /* Back to first line */
}

.tickerv-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    animation-name: tickerv;
    /* Loop through items */
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
}

.tickerv-wrap ul:hover {
    /* Pause on mouse hover */
    animation-play-state: paused;
}

/* ITEMS */
.tickerv-wrap ul li {
    font-size: 18px;
    line-height: 36px
        /* Same as wrapper height */
}


@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .about-thumb {
        text-align: center;
    }
}


/*----- about style start -----*/
@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .about-inner {
        margin-top: 65px;
        text-justify: auto;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .about-thumb {
        text-align: center;
    }
}

/*------- Scrollbar------*/

.scrollbar {
    height: 250px;
    width: 600px;
    overflow-y: auto;
    background-color: #e5e3e0;
    border-radius: 10px;
    margin: 0 auto;
}

.content1 {
    list-style: circle;
    height: 200px;
    color: black;
    text-align: left;
}



/* Designing for scroll-bar */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bigicon {
    font-size: 35px;
    color: orange;
}

.col-container {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
    padding: 16px;
}


.anyClass {
    height: 180px;
    overflow-y: scroll;
    text-align: center;
}

.my-card {
    position: absolute;
    left: 40%;
    top: -20px;
    border-radius: 80%;
    
}


.mission-vision {
  background-color: #FFF; }
  .mission-vision .mission {
    padding: 50px; }
    @media screen and (max-width: 940px) {
      .mission-vision .mission {
        padding: 30px 10px; } }
  .mission-vision .vision {
    padding: 50px; }
    @media screen and (max-width: 940px) {
      .mission-vision .vision {
        padding: 30px 10px; } }
  .mission-vision .mv-det {
    margin: auto; }


