body{
	margin: 0;
	padding: 0;
}
#breadcums {
    background-image: linear-gradient(106deg, #3140853b, #31408585), url(../imgg/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px 30px;
    background-position: center;
    background-attachment: fixed;
}
h1.mb-2.mb-lg-0.breadcums-text {
    color: white;
}
.breadcrumbs {
    padding: 15px 0;
    min-height: 40px;
    color: white;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #314085;
    content: "/";
    padding-left: 10px;
    font-weight: 900;
}
#breadcums a {
    color: #fff;
    text-decoration: none;
}
#breadcums nav {
    background:transparent
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    /* background: #ffffff; */
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #000000;
    background: #f3d519;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #000000;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}
.header{
	background:#314085;
	color: white;
	padding: 10px 0;
}
.top-strip {
    background:#314085;
    padding: 8px 0;
    font-size: 18px;
}
.top-strip a{
    color: #fff;
    text-decoration: none;
}
.top-strip a:hover{
    color: #fff;
    text-decoration: none;
}
.top-strip i{
    color: #fff;
}
nav{background:#314085;}
nav .nav-link{color: white!important;
	font-weight: 600;
	margin-right: 10px;
}
nav .nav-link:hover{
	text-decoration: underline;
}
nav .dropdown-item { color: white; }

    .dropdown-menu.show {
        display: block;
        background: #314085;
    }

.pages{ padding-top: 30px;padding-bottom: 30px; }
.pages input{margin-top: 15px;}
.pages select{margin-top: 15px;}
.pages .ss{margin-top: 15px;}
.pages textarea{margin-top: 15px;}

.misvis p{ color: black;
	font-size: 19px;
	font-weight: 400; }

.header-down{
	/* padding-top: 20px;  */
    /* padding-bottom: 20px; */
    background: #eaedff;
}
.header-down img {
    width: 90%;
}
.header-down .hd{
	text-align: left;
}
.header-down .hd1{
	margin-top: 25px;
}
.header-down .hd2{
	text-align: right;
}
.header-down span{
	color: black;
	font-weight: 600;
	font-size: 16px;"
}
.NewsScroll {
	background:#eaedff;
	margin: 0;
  	padding:10px;
}
.mardown{
	background:#377c9e;
	padding: 20px;
}
.mardown img{
	transition: transform .2s; /* Animation */
}
.mardown img:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.about{

	padding-top:75px;
	padding-bottom: 26px;
	background-position: center;
	background-repeat: no-repeat;
}
.about h3,p{
	color:white;
}
.card-body {
    flex: 1 1 auto;
    padding: 5px;
    color: white;
}
.about .card{
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #314085;
	padding: 10px;
}
.about .card:hover {
    border: 2px solid #ff6600;
    box-shadow: 6px 6px 10px -3px #233799;
}
.about .card-text{ color: black; }
.about .sp1{
	color:#727271;
	font-weight: 600;
	font-size: 23px;
	padding-top: 110px;

}
.about .sp2{
	color: #314085;
    font-weight: 900;
    font-size: 23px;
    border-bottom: 5px solid #90929d;
}
.sp2{color:#233799;
	font-weight: 900;
	font-size: 23px;
	border-bottom: 5px solid #ff6600;}
.about .aboutp{
	margin-top: 20px;
}
.about .abt {
    border: 7px solid #ffffff;
    margin: 5px;
    background:#377c9e;
    margin-top: 40px;
}
.pricing-column .inner-box .pricing-header {
    
    text-align: center;
    
}
.why .sp1 {
    color: #727271;
    font-weight: 600;
    font-size: 23px;
    padding-top: 110px;
}

.pricing-column .inner-box .pricing-content {
    position: relative;
    padding: 40px 15px 50px;
    background: #ffffff;
    color: #696969;
}
.pricing-column .inner-box .pricing-header .title {
    position: relative;
    top: -43px;
    width: 297px;
    margin: 0 auto;
    line-height: 66px;
    color: #314085;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #eaedff;
    border-radius: 16px;
    z-index: 1;
    border: 6px solid #314085;
    /* -webkit-box-shadow: 2px 3px 5px 1px rgb(0 0 0 / 7%); */
    -ms-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.07);
     /* box-shadow: 2px 3px 5px 1px rgb(0 0 0 / 7%); */
}
.why{padding-top: 50px;
	padding-bottom: 50px;}
.courses{
	background: url(../images/201.jpg);
	text-align: center;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}
.courses span{
	border-bottom: 5px solid #ffffff;width: 75%;
}
.plan{
	padding-top: 80px;
	padding-bottom: 80px;
	
	background: url(../imgg/clgimg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.plan img{
	margin-top: 40px;
	margin-bottom: 80px;
}
.testimonial{
	border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align:center;
    border: 5px solid #fff;
    /*background-color:#e8e8e8;*/
}
.testi-content{
    margin:0 auto;
    max-width:800px;
    text-align: center;
}
.testi-content h3{
    padding:10px 0;
    font-size:20px;
    color:#fff;
}
.testi-content p{
    text-align: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    padding:20px ;
    /* background-repeat: no-repeat; */
    background-position: 50%;
    background-size: 100% 100%;
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    /* background: #ffffff; */
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 0px;
    /*transform: scale(1.1);*/
    transition: .3s;
    text-align: center;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 0px;
    transform: scale(1.1);
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #314085;
    opacity: 0;
}

.team .team-social a:hover {
    color:#314085;
    background: #fff;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    /* position: relative; */
    padding: 3px 6px;
    /* text-align: center; */
    background: #ffffff;
    border: 1px solid rgb(255 255 255);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h6 {
    font-size: 17px;
    font-weight: 700;
    color:#314085;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
    color: black;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background: #314085;
    border-radius: 20px;
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color:#314085;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color:#fff;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color:#ffffff;
}

.contact .contact-social a {
       margin-right: 10px;
    font-size: 24px;
    color:#fff;
}

.contact .contact-social a:hover {
    color: #bd0000;
}

.contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgb(49 64 133);
}

.contact .contact-form textarea {
    height: 95px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgb(49 64 133);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer{
	background:url(../imgg/bg1.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
	padding-top:50px;
	padding-bottom: 50px;

}
.copyright {
    background:#343e85;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 7px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.copyright a{
	color:#ffffff;
}
.copyright span{
	color:#ffffff;
	font-size:19px;
	font-weight: 600;
}
.btn-secondary {
    color: #fff;
    background-color: #233799;
    border-color: #6c757d;
    }
/* RESPONSIVE */
@media (max-width:2560px) {
	footer .foot{
		padding: 5px;
		padding-right: 5px;
		padding-left: 5px;

	}
}
@media (max-width:1440px) {
	footer .foot{
		padding: 5px;
		padding-right: 5px;
		padding-left: 5px;

	}
}
@media (max-width:1024px) {
    .na{
        justify-items: center;
    }
	footer .foot{
		padding: 5px;
		padding-right: 5px;
		padding-left: 5px;

	}
}
@media (max-width:768px) {
	.header-down .hd{
	text-align: center;
	}
	.mardown img{
	margin-top:20px;
	}
	.about{
	padding-top: 50px;
	text-align: justify;
	}
	.about h3,p{
	color:white;
	}
}
@media (max-width:576px) {
    .header-down img{
    width: 100%;
    }
    .header-down .ad{
        display: none;
    }
}
@media (max-width:425px) {}
@media (max-width:375px) {}
@media (max-width:320px) {}

/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}}