body{
	margin: 0;
	padding: 0;
}
/*******************************/
/*********** 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:#2f3b84;
	color: white;
	padding: 10px 0;
}
nav{background:#2f3b84;}
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: #c17849;
}
.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: 0px;
	padding-bottom: 0px;
}
.header-down img {
    width: 100%;
}
.header-down .hd{
	text-align: left;
}
.header-down .hd1{
	margin-top: 25px;
}
.header-down .hd2{
	text-align: center;
}
.header-down span{
	color: black;
	font-weight: 600;
	font-size: 16px;
}
.NewsScroll {
	background: #2f3b84;
	margin: 0;
  	padding:10px;
}
.mardown{
	background:#0084b8;
	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 red;
	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:#233799;
	font-weight: 900;
	font-size: 23px;
	border-bottom: 5px solid #ff6600;
}
.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:#4fb47d;
    margin-top: 40px;
}
.pricing-column .inner-box .pricing-header {
    
    text-align: center;
    
}
.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: #ffffff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #d5ae20;
    border-radius: 16px;
    z-index: 1;
    border: 6px solid #ffffff;
    /* -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); */
	background: url(../images/hfhfh.png);
	text-align: center;
	color: white;
	padding-top: 40px;
    background-size: cover;
	padding-bottom: 40px;
    background-attachment: fixed;
}
.courses span{
	border-bottom: 5px solid #ffffff;width: 75%;
}
.plan{
	padding-top: 80px;
	padding-bottom: 80px;
	
	/* background: url(../images/clgimg.jpg); */
	background: linear-gradient(40deg, #ffffff, #ffffff), url(../images/0RdQI6vj.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: #258203;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.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 rgb(230 188 124);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h6 {
    font-size: 15px;
    font-weight: 700;
    color:#fc0300
}

.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:#d7dae7;
}

.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:#233799;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #ffffff;
}

.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:#233799;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
}

.contact .contact-social a {
       margin-right: 10px;
    font-size: 24px;
    color: #233799;
}

.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 rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 95px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer{
	background:#2f3b84;
	padding-top:50px;
	padding-bottom: 50px;

}
.copyright {
    background-color:#ffffff;
    padding: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright a{
	color:#000000;
}
.copyright span{
	color:#000000;
	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) {}