@media (max-width:2560px) {
    /* .mm{
        display: none;
    } */
    .bbanner .col-md-9{
        padding: 0px;
    }
    .menutop{
        background-color:#1273c0;
        padding: 0px 0px;
    }
    nav{
        background: #fff;
    }
    nav .nav-link{
        color:#1273c0!important;
        font-weight: 600;
    }
    nav a {
        color: #fff!important;
    }
    .navbar-brand{
        width: 20%;
    }
    .dropdown-item{
        color: #4c00c7!important;
    }
    .a1{
        padding: 40px 0px;
        /* background-color: red; */
    }
    .nav-up span {
        color:#ffeb3b;
      }
    
      .nav-up {
        background: rgb(18 115 192);
        padding: 5px 0px;
      }
    .a1 .cc{
        border: 1px solid #ffeb3b;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 20px;
        box-shadow: 0px 0px 0px 1px #1273c0;
    }
    .a1 .cc:hover {
    border: 1px solid #3051b3;
    background: linear-gradient(360deg, #ffeb3bc9, transparent);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px black;
    }

    .a1 .cc img {
        padding: 10px 30px;
    }
    
}

@media (max-width:1920px) {
    
}

@media (max-width:1440px) {
    
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    /* .dm{
        display: none;
    }
    .mm{
        display: block;
    } */
}

@media (max-width:576px) {
    .nav-up .ii{
        padding-left: 0px;
    }
    
}

@media (max-width:425px) {
    
}

@media (max-width:375px) {
    
}

@media (max-width:320px) {
    
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
   
    margin-top: 30px;
    padding-top: 40px;
    background: rgb(18 115 192);
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #fff;
    /* text-align: center; */
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: 700;
    color: #FFEB3B;
}

/* .footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
   position: absolute;
    content: "";
    width: 59px;
    height: 2px;
    bottom: 0;
    left: 90px;
    background: #4bb2f7;
} */

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s;
}

.footer .footer-link a::before {
    
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    color: #ffeb3b;
}

.footer .footer-link a:hover {
    color: #fbaf32;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
        width: 28px;
    color: #ffeb3b;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffeb3b;
    border-radius: 35px;
    font-size: 16px;
    color: #1273c0;
}


    .footer .footer-social a:hover {
        background: #ffffff;
        text-decoration: none;
    }


.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    background: white;
    border: 1px solid #ffeb3b;
    border-radius: 5px;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    background: #ffeb3b;
}

.footer .copyright p {
    margin: 0;
    color: #000000b0;
    font-weight: 500;
}

.footer .copyright p a {
    color:#1273c0;
}

.footer .copyright p a:hover {
    color: #719a0a;
}

.headingg{
    font-family: sans-serif; 
    font-size: 22px; 
    margin-block-start: 0.83em; 
    margin-block-end: 0.83em; 
    margin-inline-start: 0px; 
    margin-inline-end: 0px;
}

.card-style{
    border-radius: 15px; 
    overflow: hidden; 
    transition: transform 0.3s ease-in-out;
}


/* @import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

.dm nav {
	background-color:#1273c0;
}
.dm nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
}
	
.dm nav ul li {
	display:inline-block;
	background-color: #1273c0;
	}

.dm nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}

.dm nav a:hover { 
	background:linear-gradient(90deg, #004e8b, transparent); 
}


.dm nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; 
}
	

.dm nav ul li:hover > ul {
    display: inherit;
    z-index: 9;
}
	

.dm nav ul ul li {
    width: 221px;
    float: none;
    display: list-item;
    position: relative;
}
.dm nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 219px;
}

	

li > a:after { content:  ' 🢛'; }
li > a:only-child:after { content: '  - '; } */