@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: #09459b;
    cursor: pointer;
}

.text-color {
    color: #09459b;
}

a {
    text-decoration: none !important;
}

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

.btn-same a {
    background-color: #09459b;
    color: white;
    padding: 8px 30px;
    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 #09459b;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}
.ns1 {
    background: #09459b;
    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 #09459b;
    top: 10px;
    left: 8px;
    z-index: 1;
} */

.main-border h5 {
    margin-top: -10px;
    background-color: #09459b;
    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;
}

.nav-link:focus, .nav-link:hover {
    color: rgb(197 197 197)!important;
}


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

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

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

.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;
}

#counter .item {
    background: #fff;
    width: 100%;
    padding: 35px 10px;
    margin: 35px;
    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: #09459b;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
}
#counter .item h3 {
    color: #212529;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 600;
}
.text-blue {
    color: #09459b;
}

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

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

.Gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    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;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255)!important;
}

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

 .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background: #09459b!important;
  }



@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;
}


}

.item{
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}