@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

body{
    overflow-x:hidden;
}

.socail-top i {
    margin-left: 15px;
    font-size: 20px;
    color: #8D2A3B;
    cursor: pointer;
}

.text-color {
    color: #8D2A3B;
}

a {
    text-decoration: none !important;
}

.nav-item a {
    color: #ffffff;
    font-weight: 500;
}

.btn-same a {
    background-color: none;
    color: white;
    padding: 0px 0px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
}

.home-banner {
    background-image: linear-gradient(#000000a3, #000000a3), url(./img/bn1.png);
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
}

.main-border {
    border: 2px solid #8d2a3b;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}
.ns1 {
    background: #000f65;
    padding: 6px;
    color: #fff;
    border-radius: 0px 50px 50px 0px;
}
.ns1 h4 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
a {
    color: rgb(255 255 255);
    text-decoration: underline;
}

.white-cir {
    border: 1px solid #ffffff;
    padding: 3px 9px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-top: 6px !important;
}
.black-cir {
    border: 1px solid rgb(255, 255, 255);
    padding: 3px 9px;
    border-radius: 50%;
    background-color: black;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 6px !important;
}
.pt-40{
    padding-top:40px;
}

/* .small-border{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #8D2A3B;
    top: 10px;
    left: 8px;
    z-index: 1;
} */


.as_mki p {
    font-size:14px;
    margin-bottom:0px;
}

.as_mki hr {
    margin:10px;
}

.main-border h5 {
    margin-top: -10px;
    background-color: #8D2A3B;
    color: white;
    padding: 10px;
    border-radius: 30px;
    bottom: 0;
    width: 100%;
    left: 0px;
    font-size: 15px;
}

.social-icons li{
    display: inline-block;
}
.fa-facebook
{
    background-color:#3B5998;
    color:white;
    padding:8px;
}

.fa-twitter
{
    background-color:#55ACEE;
    color:white;
    padding:8px;
}

.fa-google-plus
{
    background-color:#dd4b39;
    color:white;
    padding:8px;
}

.fa-linkedin
{
    background-color:#007bb5;
    color:white;
    padding:8px;
}

.fa-behance:before {
    content: "\f16d" !important;
    background-color:#bc2a8d;
    color:white;
    padding:8px;
}

.as_head1 {
    position: absolute;
    z-index: 1111111;
    width: 100%;
    background: #0017629e;
}
#sppb-addon-1562066930437 .custom
{
    margin-top:22px;
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
}
.hy-p {
    color: #1e1960;
    /* background: #8D2A3B; */
    font-size: 20px;
    padding: 10px;
    text-align: center;
    padding-bottom: 0px;
}
.bg-orange {
    background-color: #8D2A3B;
}

.bg-back {
    background-image: url(./img/bg.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: right;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100px !important;
    object-fit: contain;
}



.text-blue {
    color: #1e1960;
}

.news-title {
    font-size: 13px;
    line-height: 20px;
}
.news-title a {
    color: #1e1960;
}

.news-desc p{
    font-size:15px;
}

.Gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 15px;
    transition: 0.5s ease;
    margin-bottom: 10px;
}
.Gallery img:hover {
    transform: scale(1.05);
}

.address-img {
    background-image: linear-gradient(#0c0c3aeb,
            #0c0c3aeb), url(./img/footer.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    padding: 10px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

footer ul{
    padding: 0px !important;
}

footer ul li {
    list-style: none;
    padding-bottom: 10px;
   
}

.social-icons li{
    display: inline-block;
}

footer ul li a{
    color: #464646;
}

.as_head{
    padding-top: 10px;
    padding-bottom: 10px;
}

.as_po p {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13.5px;
    color: #fff;
}


.as_nks{
     position: absolute;
    z-index: 111111;
    width: 100%;
    bottom: -200px;
    top: 80%;
}




.as_bnrscl {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    /*border-top: 2px solid #8d2a3b;*/
}



.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: #97233b!important;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.nav-link:focus, .nav-link:hover {
    color: rgb(197 197 197) !important;
}

#counter .item {
    background: #fff;
    width: 100%;
    padding: 35px 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}
#counter .item .count {
    color: #8d2a3b;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 600;
}
#counter .item h3 {
    color: #212529;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 600px) and (min-width: 320px)  {

.as_res_lg {
    display:none;
}

.as_lgo {
    font-size:10px!important;

}
.as_main_lgo{
    width:100%!important;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 255 255)!important;
    background-color: #ffffff!important;
    border: var(--bs-border-width) solid rgb(255 255 255)!important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

    .as_bn_h1 {
        font-size: 24px;
        padding-top: 30px;
    }
.as_bn_p {
    font-size:13px!important;
}


}

.myu{
   border: 1px solid #ffffff;
}
