@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", serif;
}
h6{
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 0.07em;
    font-size: 16px;
    color: #294e7f;
    font-family: "Roboto", serif;
    font-weight: 700;
    margin-bottom: 10px;
}
body{
    background-image: url("img/bg..jpg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -999;
    width: 100%;
    height: 100%;
    font-family: "Roboto", serif;
}
/* Navbar Start*/

.start-navbar{
    background-color: rgb(40,74,118);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.start-navbar .navbar-brand{
    padding: 0;
    margin: -2px;
}
.start-navbar .nav-item{
    margin: 0px 15px;
}
@media (max-width:322px) {
    .start-navbar{
        top: 0;
    }
}
@media (min-width:323px) and (max-width:570px) {
    .start-navbar{
        top: 0;
    }
}
@media (min-width:571px) and (max-width: 767px) {
    .start-navbar{
        top: 0px;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .start-navbar{
        top: 0px;
    }
}
@media (min-width:992px) and (max-width: 992px) {
    .start-navbar{
        top: 0px;
    }
}
.start-navbar .navbar ul .nav-item a{
    color: white;
}
.start-navbar .navbar ul .nav-item:hover a{
    color: grey;
}
.start-navbar .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Navbar End */

.about{
    background-color: #222222;
    padding-bottom: 5%;
    padding-top: 8%;
    margin-top: 0px;
}
.about span{
    line-height: 1.9em;
    text-align: justify;
    letter-spacing: 0.01em;
    font-size: 16px;
    color: black;
    font-family: "Roboto", serif;
    font-weight: 700;
}
.about h2{
    font-size: 70px;
    font-weight: 700;
    color: white;
    text-align: end;
    font-family: "Nunito", sans-serif;
}
/* .about p{
    line-height: 1.8em;
    text-align: justify;
    letter-spacing: 0.009em;
    font-size: 14px;
    color: black;
    font-family: "Roboto", serif;
} */
.about button{
    background-color: #4875b0;
    border: none;
}
.about button:hover{
    background-color: #222222;
}
.about .img{
    padding: 70px 0px;
    /* background-color: red!important; */
    text-align: center;
}
.about .img img{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.about .about-icon{
    margin-left: 30px;
}
.about .img .about-icon i{
    font-size: 14px;
    border-radius: 10px;
    color: white;
    padding: 10px;
    background-color: #4875b0;
    margin-top: 15px;
    margin-right: 10px;
}
.about .img .about-icon i:hover{
    background-color: #222222;
}
@media (max-width: 720px) {
    .about{
        background-color: #222222;
        padding-bottom: 10%;
        padding-top: 8%;
        margin-top: 80px;
    }
    .about .white-div{
        margin: 15px;
    }
    .about .white-div h6{
        padding-top: 30px;
     }
    .about .img{
        padding: 30px 0px;
        text-align: center;
    }
    .about .img img{
        width: 290px;
    }
    .about .about-icon{
        margin-top: 30px;
    }
    .about .img .about-icon i{
        font-size: 14px;
        border-radius: 10px;
        color: white;
        padding: 10px;
        background-color: #4875b0;
        margin-top: 15px;
        margin-right: 10px;
    }
    .about span{
        line-height: 1.9em;
        text-align: justify;
        letter-spacing: 0.01em;
        font-size: 15px;
        color: black;
        font-family: "Roboto", serif;
        font-weight: 700;
    }
    .about h2{
        font-size: 40px;
        font-weight: 700;
        color: white;
        text-align: center;
    }
    .about p{
        line-height: 1.8em;
        text-align: justify;
        letter-spacing: 0.009em;
        font-size: 14px;
        color: black;
        font-family: "Roboto", serif;
    }
    .about button{
        background-color: rgb(40,74,118);
        border: none;
    }
}
/* @media (min-width: 576px) and (max-width: 767px){
    .about .white-div{
        margin: 0px;
    }
} */
@media (min-width:721px) and (max-width: 991px) {
    .about{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 3%; 
        margin-top: 80px;
    }
    .about .img{
        padding-top: 40px;
    }
    .about .img img{
        width: 400px;
    }
    .about span{
        line-height: 1.9em;
        text-align: justify;
        letter-spacing: 0.01em;
        font-size: 15px;
        color: black;
        font-family: "Roboto", serif;
        font-weight: 700;
    }
    .about h2{
        font-size: 40px;
        font-weight: 700;
        color: white;
        text-align: center;
    }
    .about p{
        line-height: 1.8em;
        text-align: justify;
        letter-spacing: 0.009em;
        font-size: 14px;
        color: black;
        font-family: "Roboto", serif;
    }
    .about button{
        background-color: rgb(40,74,118);
        border: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 10%;
        margin-top: 0px;
    }
    .about .white-div{
        margin: 0px;
    }
    .about .hide{
        opacity: 0;
    }
    .about span{
        line-height: 1.9em;
        text-align: justify;
        letter-spacing: 0.01em;
        font-size: 16px;
        color: black;
        font-family: "Roboto", serif;
        font-weight: 700;
    }
    .about h2{
        font-size: 60px;
        font-weight: 700;
        color: white;
        text-align: end;
    }
    .about p{
        line-height: 1.8em;
        text-align: justify;
        letter-spacing: 0.009em;
        font-size: 14px;
        color: black;
        font-family: "Roboto", serif;
    }
    .about button{
        background-color: rgb(40,74,118);
        border: none;
    }
}
.footer-start{
    background-color: rgb(21,26,44);
    padding: 40px;
    color: white;
}
.footer-start #horizon{
    font-size: 30px;
}
.footer-start .footer-mid-div{
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.footer-start .footer-mid-div p{
    margin: 10px;
    font-size: 15px;
    font-weight: 100;
    padding-left: 20px;
}
.footer-start .footer-icon{
    margin: 50px 20px 20px 20px;
}
.footer-icon i{
    font-size: 18px;
    margin: 10px;
}
.footer-start .footer-icon i:hover{
    color: #037ef3;
    font-weight: 900;
}
@media (max-width: 580px) {
    .footer-start{
        background-color: rgb(21,26,44);
        padding: 25px 10px;
        color: white;
    }
    .footer-start #horizon{
        margin: 10px 20px;
        text-align: center;
        text-wrap: wrap;
        font-size: 20px;
    }
    .footer-start .footer-mid-div{
        border-left: none;
        border-right: 1px solid white; 
    }
    .footer-start .footer-mid-div p{
        margin: 15px 0;
        border-block-start-color: none!important;
        /* padding-left: 10px; */
    }
    .footer-start #tel{
        margin-left: 20px;
    }
    .footer-start .footer-icon{
        margin: 20px 10px;
    }
    .footer-icon i{
        font-size: 18px;
        margin: 10px;
    }
}
@media (min-width: 581px) and (max-width: 767px) {
    .footer-start #horizon{
        margin-left: 20px;
    }
    .footer-start .footer-mid-div{
        border-left: none;
        border-right: 1px solid white; 
    }
    .footer-start .footer-mid-div p{
        margin: 15px 0;
        border-block-start-color: none!important;
        /* padding-left: 10px; */
    }
    .footer-start #tel{
        margin-left: 20px;
    }
    .footer-start .footer-icon{
        margin: 20px 10px;
    }
    .footer-icon i{
        font-size: 18px;
        margin: 10px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer-start .footer-mid-div p{
        margin-left: 0;
    }
    .footer-start .footer-icon{
        margin: 15px 10px 0px 0px;
    }
    .footer-icon i{
        font-size: 18px;
        margin: 10px;
    }
}
.events{
    background-color: #222222;
    padding-bottom: 5%;
    padding-top: 6%;
    margin-top: 30px;
}
.events span{
    line-height: 1.9em;
    text-align: justify;
    letter-spacing: 0.01em;
    font-size: 16px;
    color: black;
    font-family: "Roboto", serif;
    font-weight: 700;
}
.events h2{
    font-size: 60px;
    font-weight: 700;
    color: white;
    text-align: center;
    font-family: "Nunito", sans-serif;
}
.events  h4{
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 0.07em;
    font-size: 18px;
    color: #294e7f;
    font-family: "Roboto", serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.events .events-para{
    text-align: justify;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.699);
    font-family: "Roboto", serif;
    font-weight: 700;
}
.events .slider{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    margin-top: 40px;
    border: 1px solid black;
}
@media (max-width: 767px) {
    .events h2{
        font-size: 45px;
        font-weight: 700;
        color: white;
        text-align: center;
        text-wrap: nowrap;
        font-family: "Nunito", sans-serif;
    }
    .events{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 3%;
        margin-top: 90px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .events h2{
        font-size: 40px;
        font-weight: 700;
        color: white;
        text-align: center;
        text-wrap: nowrap;
        font-family: "Nunito", sans-serif;
    }
    .events{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 3%;
        margin-top: 75px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .events h2{
        font-size: 50px;
        font-weight: 700;
        color: white;
        text-align: center;
        text-wrap: nowrap;
        font-family: "Nunito", sans-serif;
    }
    .events{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 6%;
        margin-top: 50px;
    }
}
.prize{
    background-color: #222222;
    /* background-color: red; */
    padding-bottom: 10%;
    padding-top: 6%;
    margin-top: 30px;
}
.prize h2{
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-align: center;
    font-family: "Nunito", sans-serif;
}
.prize p{
    text-align: justify;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.699);
    font-family: "Roboto", serif;
    font-weight: 700;
    /* margin: 30px 20px; */
}
@media (max-width: 767px) {
    .prize{
        /* margin-top: 0px; */
        padding-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .prize{
        /* margin-top: 0px; */
        padding-top: 100px;
    }
}

.carousel-indicators{
    opacity: 0;
}
.events .events-section{
    margin-top: -48px;
    padding-top: 20px;
}
@media (max-width: 1199px) {
    .events .events-section{
        /* margin-top: 0px; */
        padding-top: 20px;
    }
}
.our-people{
    background-color: #222222;
    padding-bottom: 5%;
    padding-top: 5%;
    margin-top: 60px;
}
.our-people h3{
    font-size: 45px;
    font-weight: 700;
    color: white;
    text-align: end;
    font-family: "Nunito", sans-serif;
}
.our-people .db-line p{
    border: 2px solid white;
    margin: 10px 80px 0 0;
    width: 100%;
}
.our-people .profile-card{
    position: relative;
    width: 220px;
    height: 280px;
    background-color: #294e7f;
    padding: 30px;
    box-shadow: -5px 8px 45px rgba(51, 51, 51, 0.126);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.our-people .profile-card .img:hover img{
    filter: grayscale(0%);
    border-radius: 20px;
    border: 1px solid white;
}
.our-people .profile-card .img{
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: red; */
}
.our-people .img img{
    object-fit: fill;
    /* border: 15px solid white; */
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
    transform: translateY(-70px);
    transition: all linear 0.5s; 
    z-index: 99;
    box-shadow: rgba(241, 236, 236, 0.74) 0px 6px 8px -2px, rgba(236, 229, 229, 0.966) 0px 3px 7px -3px;
}
.our-people .caption{
    text-align: center;
    /* background-color: red; */
    margin-top: -100px;
    pointer-events: none;
    cursor: pointer;
}
.our-people .caption h5{
    font-size: 21px;
    color: white;
    font-weight: 600;
}
.our-people .caption p{
    font-size: 15px;
    font-weight: 500;
    margin: 2px 0 12px 0;
    color: white;
}
/* .our-people .caption .social-links{
    margin-top: 10px;
}
.our-people .social-links span i{
    font-size: 14px;
    border-radius: 10px;
    color: #294e7f;
    padding: 8px 8px;
    background-color: white;
    margin: 0 auto;
    font-weight: 900;
}
.our-people .social-links span i:hover{
    background-color: #222222;
    color: white;
    border: 1px solid white;
} */
@media (max-width: 768px) {
    .our-people{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 6%;
        margin-top: 80px;
    }
    .our-people h3{
        font-size: 45px;
        font-weight: 700;
        color: white;
        text-align: center;
        font-family: "Nunito", sans-serif;
    }
    .our-people .db-line p{
        border: 2px solid white;
        margin: 10px 80px 0 0;
        width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .our-people{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 6%;
        margin-top: 0 px;
    }
    .our-people h3{
        font-size: 45px;
        font-weight: 700;
        color: white;
        text-align: center;
        font-family: "Nunito", sans-serif;
    }
    .our-people .db-line p{
        border: 2px solid white;
        margin: 10px 80px 0 0;
        width: 100%;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .our-people{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 6%;
        margin-top: 0 px;
    }
    .our-people h3{
        font-size: 40px;
        font-weight: 700;
        color: white;
        text-align: center;
        font-family: "Nunito", sans-serif;
    }
    .our-people .db-line p{
        border: 2px solid white;
        margin: 10px 80px 0 0;
        width: 100%;
    }
}
.contact{
    background-color: #222222;
    padding-bottom: 5%;
    padding-top: 6%;
    margin-top: 30px;
}
.contact h2{
    font-size: 50px;
    font-weight: 700;
    color: white;
    text-align: end!important;
    font-family: "Nunito", sans-serif;
    margin-right: -20px;
}
.contact .contact-card{
    background-color: #294e7f;
    /* width: 220px; */
    height: 200px;
    margin: 0 auto;
    border: 1px solid white;
    box-shadow: rgb(177, 150, 150) 0px 6px 8px -2px, rgba(10, 0, 0, 0.966) 0px 3px 7px -3px;
}
.contact .contact-icon{
    background-color: white;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    color: #294e7f;
    margin: 0px auto;
}
.contact .motion{
    animation: 2s box infinite linear;
}
@keyframes box{
	0%{
		transform: translate(0 , 10px);
	}
	50%{
		transform: translate(0px, 30px);
	}
	100%{
		transform: translate(0 , 10px);
	}
}
.contact .motion-1{
    animation: 1.5s box1 infinite linear both;
}
@keyframes box1{
	0%{
		transform: translate(0px , 30px);
	}
	50%{
		transform: translate(0px, 10px);
	}
	100%{
		transform: translate(0px , 30px);
	}
}
.contact .contact-icon:hover {
    background-color: #222222;
    color: white;
    border: 1px solid white;
}
.contact .contact-icon:hover a i{
    color: white;
}
.contact .contact-icon i{
    align-self: center;
}
.contact .contact-caption h5{
    color: white;
}
.contact .form{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media (max-width: 768px) {
    .contact{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 6%;
        margin-top: 80px;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {
    .contact{
        background-color: #222222;
        padding-bottom: 5%;
        padding-top: 6%;
        margin-top: 80px;
    }
    .contact h2{
        font-size: 40px;
        font-weight: 700;
        color: white;
        text-align: end!important;
        font-family: "Nunito", sans-serif;
        margin-right: -20px;
    }
}
.conference{
    background-color: #222222;
}