*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: 'Raleway';
}
body{
    font-family: 'Roboto Condensed';
}
.navbar{
    background: #fff;
}
.dropdown-menu>a{
    font-size: 16px;
    font-style: italic;
}
.logo>a>img{
    width: 190px;
    height:  150px;
    margin-left: 30px;
}
.nav-link{
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    position: relative;
}
.nav-link:hover,.nav-link.active{
    color: #000;
}
/* .nav-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #009970;
    visibility: hidden;
    transition: 0.3s ease-in-out;
} */
  .nav-link:hover{
    border: 1px solid transparent;
    background-color: #a7d4f7;
 }
.nav-link:hover::before,.nav-link.active::before{
    width: 100%;
    visibility: visible;
}
.opt{
    border: 1px solid black;
    border-radius: 20px;
}
hr{
    margin-top: 157px;
}
.main h1{
    font-family: "Abril Fatface", Sans-serif;
    font-size: 40px;
    font-weight:bolder;
    word-spacing: 1px;
    color: #00196F;
    padding-left: 50px;
}
.main>img{
    width: 1351px;
    height: 400px;
}
.mn>p{
    padding-left:  90px;
    padding-right: 90px;
    font-size: 15px;
    font-weight: 700;
    background-color: #f2f2f3;
    padding-bottom: 40px;
}
.fa-circle{
    font-size: 8px;
      margin-left: -15px;
}
.pt{
    margin-bottom: 40px;
}
.pt h1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-top: 44px;
    margin-bottom: 40px;
}
.ppt{
    width: 602px; 
}
.ppt>h3{
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    /* margin-left: 329px; */
    text-align: center;
    font-weight: bold;
}
.ppt>a>img{
    width: 450px;
    height: 330px;
    margin-left: 153px;
}
.ppt>a>img:hover{
    transform: scale(0.9);
    transition-duration: 1s;
}


.mm{
    padding: 30px 0;
    background-color: rgb(243, 237, 237);
}
.mmb{
    padding:-1px 80px;
}
.mmb>h3{
    margin-left: 70px;
}
.slider1{
    max-width: 1780px;
    margin: 0 auto;
    overflow: hidden;
}
.slider_item1{
    display: flex;
    animation: carousel 4s linear infinite;
}
.slider_img1{
    display: block;
    width: 300px;
    height: 80px;
    border: 1px solid black;
    border-radius: 25px;
    margin-left: 10px;
    object-fit: cover;
}
@keyframes carousel{
    100%{
        transform: translateX(-520px);
    }
}


.footer{
    /* width: 1238px; */
    background-color: rgb(19, 18, 18);
    color: white;
    padding-left: 40px;
    padding-bottom: 20px;
}
.foot{
    width: 350px;
}
.foot>img{
    margin-left: 83px;
    margin-top: 90px;
    width: 214px;
    height: 181px;
}
.ft{
    padding: 40px;
}
.f1t{
    font-size: 18px;
    font-family: Manrope;
}
.ft ul li ul{
   background-color: black;
}
.ftt{
    padding-left: 86px;
    padding-top: 30px;
}
.ftt>label{
     font-family: 'Times New Roman', Times, serif;
}
.ft h5{
    text-align: center;
}
.footer>a{
    font-size: 22px;
}
.ft li {
    padding-top: 20px;
    display: block;
     font-size: 18px;
    padding-left: 80px;
}
.ft li a{
    color: white;
    text-decoration: none;
}
.btn{
    transition: 0.5s;
}
.btn-lg-square{
    padding-right: 32px;
    text-align: center;
    font-weight: bold;
    width: 45px;
    height: 45px;
}
.back-to-top{
    position: fixed;
    right: 40px;
    bottom: 45px;
}







/* Responsive */



@media (max-width:991px) {
    .logo>img{
     width: 355px;
    }
   /* .banner-card>img{
     max-inline-size: 100%;
     height: 600px;
     margin-top: 40px;
 }  */
 }
 @media (max-width:768px){
     .carousel-caption{
         position: relative;
     }
     .carousel-caption h5{
         font-size: 65px;
         font-family: 'Times New Roman', Times, serif;
         font-weight: 900; 
         position: absolute;
         bottom: 217%;
         left: -10%; 
         color:#fff;
     }
     .carousel-caption>p{
         position: absolute;
         bottom: 18%;
         left: -10%;
         font-size: 22px;
     }
 }
 
 @media (max-width:375px) {
     .logo>img{
      margin-left: 3px;
      width: 150px;
      height: 95px;
     }
    .carousel-item>img{
      max-inline-size: 100%;
      height: 300px;
      margin-top: 40px;
     } 
     .carousel-caption{
         position: relative;
         background-size: cover;
     }
     .carousel-caption>h5{
         font-size: 20px;
         font-family: 'Times New Roman', Times, serif;
        
         position: absolute;
        
         color:#fff;
     }
     .carousel-caption>p{
         position: absolute;
         bottom: 0;
         left: -10%;
         font-size: 10px;
     }
     hr{
        margin-top: 128px;
        width: 425px;
     }
     .main h1{
        width: 425px;
        font-size: 28px;
     }
     .main{
        width: 425px;
     }
     .main>img{
        width: 425px;
        background-size: cover;
     }
     .pt h1{
        margin-left: 12px;
     }
     .ppt>a>img{
        width: 290px;
        height: 260px;
        margin-left: 76px;
     }
     .ppt h3{
        text-align: center;
     }
     .slider{
        max-width: 1600px;
        margin: 0 auto;
        overflow: hidden;
    }
    .slider_item{
        display: flex;
        animation: carousel 2s linear infinite;
    }
    .slider_img1{
        display: block;
        width: 100px;
        height: 40px;
        border: 1px solid black;
        border-radius: 25px;
        margin-left: 10px;
        object-fit: cover;
    }
    @keyframes carousel{
        100%{
            transform: translateX(-250px);
        }
    }
    .mm{
        padding: 10px 0;
        background-color: rgb(243, 237, 237);
    }
    .footer{
        width: 430px;
    }
    .foot>img{
        margin-left: 114px;
        width: 115px;
        height: 95px;
    }
      
     .ft ul{
        margin-left: 5px;
    }
    .ftt>h5{
        margin-left: 50px;
    }
    .ftt i{
        margin-left: 58px;
    }
    .ftt>label{
        margin-left: 48px;
    }
    .ftt>ad{
        padding-left: 100px;
    }
    .btn{
        transition: 0.5s;
    }

    .back-to-top{
        position: fixed;
        right: 28px;
        bottom: 28px;
    }

  }