@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=Nunito:wght@400;600;700;800&family=Rubik:wght@400;500;600;700&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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;
    float: right;
}
@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 */

/* Middel Text Start */
.mid{
    z-index: 999;
    margin: 130px auto;
} 
.mid .mid-text{
    margin-top: 150px;
}
.mid #email a{
    color: gray;
}
.mid #email:hover a{
    color: white;
}
@media (max-width: 380px) {
    body{
        background-image: none;
    }
    .mid{
        z-index: 999;
        background-image: url("img/bg..jpg");
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -999;
        position: center center;
        padding-bottom: 80px;
        margin-bottom: 30px;
        margin-top: -20px;
    } 
    .mid .mid-text{
        margin-top: 50%;
    }
    .mid .mid-text p{
        margin: 0;
        font-size: 25px!important;
        text-wrap: nowrap;
        text-align: center;
    }
    .mid #law{
        margin: 12px auto;
    }
    .mid .mid-para #email{
        padding: 8px 16px;
        text-wrap: nowrap;
        font-size: 15px;
    }
    .mid .mid-para #fourth{
        justify-content: center;
        display: flex;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .mid .mid-para #events{
        border-right: hidden!important;
       margin-top: 10px;
    }
}
@media (min-width: 381px) and (max-width: 563px) {
    body{
        background-image: none;
    }
    .mid{
        z-index: 999;
        background-image: url("img/bg..jpg");
        background-size: cover;
        background-repeat: repeat-y;
        z-index: -999;
        position: center center;
        padding-bottom: 80px;
        margin-bottom: 30px;
        margin-top: -25px;
    } 
    /* .mid .mid-text{
        margin-top: 50%;
    } */
    .mid #law{
        margin: 12px auto;
    }
    .mid .mid-text p{
        margin: 0;
        font-size: 30px!important;
        /* text-align: justify; */
        text-wrap: nowrap;
        text-align: center;
    }
    .mid .mid-para #email{
        padding: 8px 16px;
        text-wrap: nowrap;
        font-size: 15px;
    }
    .mid .mid-para #fourth{
        justify-content: center;
        display: flex;
        margin-bottom: 8px;
    }
    .mid .mid-para #events{
        border-right: hidden!important;
       margin-top: 10px;
    }
}
@media (min-width: 564px) and (max-width: 690px) {
    body{
        background-image: none;
    }
    .mid{
        z-index: 999;
        background-image: url("img/bg..jpg");
        background-size: cover;
        background-repeat: repeat-y;
        z-index: -999;
        position: center center;
        padding-bottom: 80px;
        margin-bottom: 30px;
        margin-top: -25px;
    } 
    .mid .mid-text{
        margin-top: 25%;
    }
    .mid #law{
        margin: 12px auto;
    }
    .mid .mid-text p{
        margin: 0;
        font-size: 35px!important;
        /* text-align: justify; */
        text-wrap: nowrap;
        text-align: center;
    }
    .mid .mid-para #email{
        padding: 8px 16px;
        text-wrap: nowrap;
        font-size: 15px;
    }
    .mid .mid-para #fourth{
        justify-content: center;
        display: flex;
        margin-bottom: 8px;
    }
    .mid .mid-para #events{
        border-right: hidden!important;
       margin-top: 10px;
    }
}
@media (min-width: 691px) and (max-width: 767px) {
    body{
        background-image: none;
    }
    .mid{
        z-index: 999;
        background-image: url("img/bg..jpg");
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -999;
        position: center center;
        padding-bottom: 80px;
        padding-top: 50px;
        margin-bottom: 30px;
        margin-top: -25px;
    } 
    .mid .mid-text{
        padding-top: 0%;
    }
    .mid #law{
        margin: 12px auto;
    }
    .mid .mid-text p{
        margin: 10px 0;
        font-size: 37px!important;
        /* text-align: justify; */
        text-wrap: nowrap;
        text-align: center;
    }
    .mid .mid-para #email{
        padding: 6px 16px;
        text-wrap: nowrap;
        font-size: 25px!important;
    }
    .mid .mid-para #fourth{
        justify-content: center;
        display: flex;
        margin-bottom: 8px;
        font-size: 24px !important;
    }
    .mid .mid-para #events{
       border-right: hidden!important;
       margin-top: 10px;
    }
    .mid .mid-para span{
        font-size: 26px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body{
        background-image: none;
    }
    .mid{
        background-image: url("img/bg..jpg");
        background-size: cover;
        background-repeat: repeat-y;
        z-index: -999;
        position: center center;
        padding-bottom: 80px;
        margin-bottom: 0px;
        margin-top: -5px;
    } 
    .mid .mid-para span{
        color: white;
        font-size: 17px;
        margin: 0px;
    }
    .mid .mid-para #email{
       padding: 10px!important ;
       margin-right: -20px;
    }
    .mid #fourth{
        /* background-color: red; */
        margin: 0px 10px;
    }
    .mid .mid-para{
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* .mid{
        z-index: 999;
        background-image: url("img/bg..jpg");
        background-size: cover;
        background-repeat: repeat-y;
        z-index: -999;
        position: center center;
        padding-bottom: 80px;
        margin-bottom: 30px;
    }  */
    .mid{
        z-index: 999;
        margin: 80px auto;
    } 
    .mid .mid-text{
        margin-top: 180px;
    }
    .mid .mid-text{
        margin-top: 120px;
    }
    .mid .mid-text{
        margin-top: 120px;
    }
    .mid .mid-para #events{
        border-right: 1px solid white;
    }
    .mid .mid-text p{
        margin: -15px;
        padding: 0;
        font-size: 50px!important;
        color: white;
        font-family: "Roboto", serif;
        font-weight: 500;
    }
}
.mid .mid-para #events{
    border-right: 1px solid white;
}
.mid .mid-text p{
    margin: -15px;
    padding: 0;
    font-size: 60px;
    color: white;
    font-family: "Roboto", serif;
    font-weight: 500;
}
.mid .mid-para span{
    color: white;
    font-size: 17px;
}
.mid .mid-para #email{
    background-color: white;
    color: grey;
    padding: 8px 16px;
    text-wrap: nowrap;
    font-size: 15px;
}
.mid .mid-para #email:hover{
    background-color: grey;
    color: white;
    border: 1px solid white;
    cursor: pointer;
}

.start-about{
    background-color: rgb(40,74,118);
    padding-bottom: 10%;
    padding-top: 10%;
}
.start-about small{
    line-height: 1.9em;
    text-align: justify;
    letter-spacing: 0.09em;
    font-size: 14px;
    color: white;
    font-family: "Roboto", serif;
}
.start-about h2{
    font-size: 70px;
    font-weight: 700;
    color: white;
}
.start-about p{
    font-size: 23px;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 45px;
}
@media (max-width: 767px) {
    .start-about{
        background-color: rgb(40,74,118);
        margin-top: -30px!important;
    }
    .start-about span{
        line-height: 1.8em;
        text-align: justify;
        letter-spacing: 0.05em;
        font-size: 14px;
        color: white;
        margin-top: -15px;
    }
    .start-about h2{
        font-size: 35px;
        font-weight: 700;
        color: white;
        text-wrap: nowrap;
        text-align: center;
        margin-right: 10px!important;
    }
    .start-about p{
        font-size: 23px;
        letter-spacing: 0.05em;
        color: white;
        margin-bottom: 45px;
        text-align: center;
    }
}
.our-story img{
    width: 100%;
    height: auto;
}
.our-story-text{
    padding: 0 40px;
}
.our-story-text h5{
    line-height: 1.6em;
    text-align: justify;
    letter-spacing: 0.07em;
    font-size: 16px;
    color: #294e7f;
    font-family: "Roboto", serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.our-story-text p{
    line-height: 1.8em;
    text-align: justify;
    letter-spacing: 0.009em;
    font-size: 14px;
    color: black;
    font-family: "Roboto", serif;
}
@media (max-width: 480px) {
    .our-story{
        border: none!important;
    }
    .our-story-text{
        padding: 0 15px;
    }.our-story-text h4{
        font-size: 27px;
    }
    .our-story-text p{
        text-align: justify;
        font-size: 14px;
        line-height: 1.7em;
        letter-spacing: 0.01em;
        margin-top: 25px;
    }
}
@media (min-width:481px) and (max-width: 1199px) {
    .our-story{
        border: none!important;
    }
}
@media (max-width:991px) {
    .our-story img{
        margin: 0px 0px;
    }
    .our-story .our-story-text{
        margin-top: 0px;
    }
}
@media (min-width:992px) and (max-width: 1360px) {
    .our-story img{
        margin: 60px 0px;
    }
    .our-story .our-story-text{
        margin-top: 0px;
    }
}
@media (min-width: 1501px) and (max-width: 2400px) {
    /* .our-story img{
        margin: 60px 0px;
    } */
    .our-story .our-story-text{
        margin-top: 40px;
    }
}
.footer-start{
    background-color: rgb(21,26,44);
    padding: 30px;
    color: white;
}
.footer-start #horizon{
    font-size: 30px;
    color: white;
}
.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: #8db9ca;
    font-weight: 900;
}
@media (max-width: 580px) {
    .footer-start{
        background-color: rgb(21,26,44);
        padding: 25px 10px;
        color: white;
    }
    .footer-start #horizon{
        margin-left: 20px;
        text-align: center;
    }
    .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;
    }
}
.about-start{
    background-color: #222222;
    margin: 0;
    padding: 0;
}
.about-start h4 span{
    font-size: 50px;
}
.about-start span:nth-child(odd){
    display: inline-block;
    width: 38%;
    margin-bottom: 12px;
    height: 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.about-start .about-left small{
    color: black;
    font-size: 17px;
}
.about-start .about-left p{
    color: rgba(15, 14, 14, 0.795);
    text-align: justify;
    font-size: 14px;
    /* line-height: 2em; */
    letter-spacing: 0.05em;
}
.about-start .about-icon{
    /* background-color: red; */
    margin-left: 35px;
}
.about-start .about-right .about-icon p{
    background-color: #5a4e65;
    width: 90px;
}
.about-icon i {
    padding: 5px;
    margin: 5px;
}
.about-start .about-left .btn{
    background-color: #4875b0;
    padding: 10px 5px;
}
.about-start .about-left .btn:hover{
    background-color: #222222;
}
@media (max-width: 991px) {
    .about-start{
        padding: 10px;
    }
    .about-start h4 span{
        font-size: 30px;
    }
    .about-start span:nth-child(odd){
        width: 0;
    }
    .about-start .about-icon{
        display: none;
    }
    .about-start .about-left .btn{
        background-color: #4875b0;
        padding: 10px 5px;
        text-wrap: nowrap;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    .about-start span:nth-child(odd){
        width: 0;
    }
    .about-start .about-icon{
        display: none;
    }
}
.events-start{
    background-color: #222222;
    margin: 0;
    padding: 0;
}
.events-start h4 span{
    font-size: 50px;
}
.events-start h4 span:nth-child(odd){
    display: inline-block;
    width: 37%;
    margin-bottom: 12px;
    height: 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.events-start .events-div h4{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #294e7f;
}
.events-start .events-div div{
    text-align: justify;
    margin: 0;
    color: black;
}
.events-start .events-div div #description{
    padding-left: -10px;
    padding-right: 10px;
    font-weight: bold;
}
.events-start .events-div .slide .carousel-inner{
    display: flex;
}
.events-start .events-div .slide .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}