
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.header {
    /*background-color: #b5b5b57a;*/
    background-color: white;
}

.header nav.nav {
    padding: 8px 0;
    /*background-color: #a01212;*/
    /*background-color: #e81313;*/
    background-color: #5F0A2C;
}

.header nav.nav form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header nav.nav form input {
    text-align: left;
}
.header nav.nav form input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0px !important;
    border: none !important;
    outline-offset: 0px !important;
}
.header nav.nav a,
.header nav.nav input {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    text-align: right;
}
.header .info {
    padding: 10px 0;
}
.header .name h2 {
    font-weight: 700;
    color: #000000;
    margin: 0;
}
.header nav.navbar {
    /*background-color: #800000;*/
    /*background-color: #e81313;*/
    background-color: #5F0A2C;
}
.header nav.navbar a.nav-link {
    padding: 15px 18px;
}
.header nav.navbar .active a {
    color: #ffffff !important;
}
.header nav.navbar a {
    color: #ffffff;
    text-decoration: none;
    background-color: #5F0A2C;
    transition: all 0.3s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.header nav.navbar a:hover {
    color: #ffffff;
}

.header nav.navbar .dropdown-menu,
.header nav.navbar span.dropdown {
    padding: 0 !important;
    border: none;
    background: none;
}

.header nav.navbar .dropdown:hover > .dropdown-menu {
    
    display: block;
    margin-top: 0;
}

.header nav.navbar span.dropright:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .header nav.navbar span.dropdown:hover .dropdown-menu {
        margin-top: 0 !important;
    }
}

@media (max-width: 1200px) {
    .header a.nav-link {
        padding: 10px 4px !important;
    }
}

@media (max-width: 767px) {
    .header .nav a,
    .header input {
        text-align: center !important;
        margin: 0;
    }

    .header .img,
    .header img {
        display: block;
        margin: 0 auto;
    }

    .header h2 {
        padding: 20px 0;
    }

    .header .nav a,
    .header input {
        font-size: 12px !important;
    }

    .header h2 {
        font-size: 16px;
    }
}

.sec .bg-gr {
    margin: 0 0 10px !important;
}

.sec .bg-pk,
.sec .bg-gr {
    /*background-color: #bbb8a4;*/
    /*background-color: wheat;*/
    /*border-radius: 14px;*/
    border-radius: 1px;
    padding: 2px 12px;
    margin: 10px 0;
    border: 1px solid;
    text-align: center;
    box-shadow: 5px 5px 10px;
}

.sec .bg-pk h4,
.sec .bg-gr h4 {
    margin: 0;
    color: #000000;
    font-weight: 700;
}

.sec .bg-pk a,
.sec .bg-gr a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}

.sec .card {
    border: none;
}

.sec .card .para p {
    margin: 0 !important;
    line-height: 30px;
    color: #000000 !important;
}

.sec .card .para button {
    margin: 0 auto;
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    /*background-color: #800000;*/
    background-color: #5F0A2C;
    margin-top: 10px;
}

.sec .card .para button:hover {
    background-color: #a01212;
}

.sec .card-body {
    background-color: #ffffff;
    /*border-radius: 14px;*/
    border-radius: 1px;
    /*border: 1px solid;*/
    height: 100%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

.sec .card-body ul {
    padding: 0 14px;
}

.sec .card-body ul li {
    margin: 10px 0;
    font-size: 14px;
}

.sec .card-body a {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.sec .card-body p {
    margin-top: 10px;
    margin-bottom: 0;
}

.sec .card-body .bor {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sec .card-body .bor span {
    font-size: 18px;
}

.sec .card-body .bor i {
    font-size: 18px;
    color: #ffffff;
    background-color: #333333;
    border-radius: 50px;
    padding: 0 6px;
}

.sec .modal-content {
    background: none;
    border: none;
}

.sec .modal-dialog {
    max-width: none;
    margin: auto;
}

.sec .auto .modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto !important;
}

.sec h4.img-head {
    text-align: center;
    margin-top: 6px;
}

.sec a img {
    margin-top: 16px;
}

.sec .modal-body {
    padding: 0 !important;
}

.sec .modal-body button {
    position: absolute;
    right: 16px;
    background-color: #0000008a;
    padding: 4px 10px;
    border-radius: 50px;
    color: #fff;
    top: 16px;
    outline: 0;
    z-index: 999;
}

.sec .modal-body button span:focus {
    outline: 0;
}

@media (max-width: 991px) {
    .sec .bg-gr {
        margin: 10px 0 !important;
    }
}

.sec ul {
    margin: 0;
}

@media (max-width: 767px) {
    .sec .card-body {
        height: auto !important;
    }
}

.sec .first-table th,
.sec .first-table td {
    border: 1px solid #000000;
    padding: 4px 6px;
}

.footer {
    background: #333;
    color: #fff;
}
.top-ftr{
    padding: 50px 0;
}
@media (max-width: 576px) {
    .footer {
        display: block;
        margin: 0 auto;
    }
}

.footer h4 {
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}

.footer ul li a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 6px 0;
    color: #999;
    line-height: 18px;
    padding-left: 20px;
}

.footer ul li a:before {
    font-family: fontawesome;
    content: "\f054";
    position: absolute;
    left: 0;
    margin-left: 16px;
}

.footer ul li a:hover {
    font-weight: 700;
    padding-left: 30px;
}

.footer nav.flex-column a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 6px 0;
    color: #999;
    line-height: 18px;
    font-size: 12px;
    padding-left: 30px;
}

.footer nav.flex-column a:hover {
    color: #999;
    font-size: 16px;
    font-weight: 700;
}

.footer nav.flex-column a.uk {
    background: url(../img/flag-uk.png) no-repeat 0 7px;
}

.footer nav.flex-column a.other {
    background: url(../img/flag.png) no-repeat 0 7px;
}

.footer img {
    margin-bottom: 10px;
}

.footer .ext {
    padding-top: 20px;
}

.footer .copyright {
    text-align: center;
    background: #292929;
    padding: 10px 0;
}

.footer .copyright p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

@media (max-width: 991px) {
    .footer h4 {
        padding: 10px 0 5px;
        margin: 0;
    }
}

.dropdown-menu a.dropdown-item{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff!important;
    color: #5F0A2C!important;
    border-bottom: 1px solid #ca658d!important;
}
.dropdown-menu a.dropdown-item:hover {
    color: #fff!important;
    background: #5F0A2C!important;

}
.navbar{
    padding: 0;
}
.sub-menu{
    display: none;
}
.submenu1:hover ~ .sub-menu, .sub-menu:hover{
    display: block;
    top:0;
    left: 100%;
}
.submenu1:after{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    float: right;
    margin-top: 10px;
}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,1);
}
.section-title{
    color: #333;
}
.section-title i{
    color: #7b7b7b;
}
.carousel-caption{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
}
.carousel-indicators {
    display: none;
}
.custom-tab{
    border-bottom:0;
}
.custom-tab li a.active{
    background: #5F0A2C!important;
    color: #fff!important;
}
.custom-tab li a{
    border:0;
    background: #e8dde2;
    margin-right: 10px;
    color: #5F0A2C;
    border:0!important;
    border-radius:0!important;
}
.custom-btn {
    
    border: 0;
    background: #e8dde2;
    margin-right: 10px;
    color: #5F0A2C;
    border: 0 !important;
    border-radius: 0 !important;
}
.btn-light
{
    color:#212529;
    background-color:#5F0A2C;
    border-color:#f8f9fa

}
.c-no {
            height:auto;
        }

        

        .counter-Txt {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 20px;
        }

            .counter-Txt span {
                display: block;
                font-size: 36px;
            }

        @media(min-width:320px) and (max-width:767px) {
            .c-no {
                height: 100%;
            }

            .counter-Txt {
                margin-top: 35px;
            }

            .margin-bot-35 {
                margin-bottom: 35px;
            }
        }