*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    font-family: 'Roboto Condensed';
    font-size: 18px;
}
.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;
}
.main1>h1{
    margin-top:50px ;
    margin-left: 55px;
}
.main1>p{
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 30px;
     /* font-family: 'Raleway'; */
    font-size: 18px;
}
.sec>h4{
    margin-top:30px ;
    margin-left: 55px;
    font-weight: bold;
}
.sec>h5{
    margin-left: 55px;
    font-weight: bold;
}
.sec>p{
    margin-left: 70px;
    margin-right: 70px;
     /* font-family: 'Raleway'; */
    font-size: 18px;
}
.sec1>h4{
    margin-top:30px ;
    margin-left: 55px;
    font-weight: bold;
}
.sec1>h5{
    display: inline-block;
    margin-left: 55px;
    font-weight: bold;
}
.all{
    margin-top: 10px;
}
.all h1{
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.main{
    background: #3c5077;
    margin-left: 51px;
    margin-right: 51px;
    padding: 10px;
    color: #fff;
    
}
.left{
    background: url("./Img/cont.webp");
    background-size: cover;
    width: 500px;
    margin-left: 96px;
}

.lbl{
    
    padding-left: 10px;
}
.lbl2{
    padding-left: 10px;
}
#text{
    width: 225px;
}
.ct{
    width: 562px;
    height: 15vh;
    background: #3c5077;
    display: flex;
    margin-left: 51px;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 30px;
}
.btn1{
    padding: 10px 60px;
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 30px;
}
.popup{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition:transform 0.4s,top0.4s ;
}
.open-popup{
    visibility: visible;
    top: 800px;
    transform: translate(-50%,-50%) scale(1);
}
.popup img{
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.popup h2{
    font-size: 38px;
    font-weight: 500px;
    margin: 30px 0 10px;
}
.popup button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

iframe{
    width: 100%;
    height: 460px;
}

.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: 'Times New Roman', Times, serif;
}
.ft ul li ul{
   background-color: black;
}
.ftt{
    padding-left: 86px;
    padding-top: 30px;
}
.ftt h5{
    margin-right: 211px;
}
.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:425px)
{
    .logo>img{
      margin-left: 3px;
      width: 150px;
      height: 95px;
     }
     hr{
        margin-top: 113px;
     }
    .ct{
        width: 323px;
    }
    .main>h1{
        margin-top: 20%;
    }
        .slider{
        max-width: 1600px;
        margin: 0 auto;
        overflow: hidden;
    }
    .slider_item{
        display: flex;
        animation: carousel 2s linear infinite;
    }
    .slider_img1{
        /* display: block; */
        width: 138px;
        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);
    }
        .foot>img{
        margin-left: 100px;
        width: 145px;
        height: 120px;
    }
  
    .ftt h5{
        margin-left: 120px;
        width: 137px;
    }
    .ftt i{
        margin-left: 130px;
    }
    .ftt label{
        margin-left: 106px;
    }
    .ftt p{
        margin-left: 86px;
    }
    .ftt{
        margin-left: -88px;
    }
}

 @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;
         /* font-weight: 900; */
         position: absolute;
         /* bottom: 60%;
         left: -10%; */
         color:#fff;
     }
     .carousel-caption>p{
         position: absolute;
         bottom: 0;
         left: -10%;
         font-size: 10px;
     }
     .bt{
         margin-right: 200px;
     }
     hr{
        margin-top: 128px;
        width: 425px;
     }
     .ct{
        width: 273px;
     }
     .main1>p{
        font-size: 16px;
     }
     .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);
    }
    .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{
        margin-left: 5px;
    }
    .foot>img{
        margin-left: 93px;
        width: 115px;
        height: 95px;
    }
    .ft ul{
        margin-left: -150px;
    }
    .ft>h5{
        margin-left: -48px;
    }
    .ftt{
        margin-left: -55px;
    }
    .ftt>h5{
       width: 150px;
        margin-left: 73px;
    }
    .ftt i{
        margin-left: 100px;
    }
    a{
        display: block;
        text-align: center;
    }
   
    .ftt>p{
        margin-left: 35px;
    }
    .ftt label{
        margin-left: 39px;
    }
    .ftt>ad{
        padding-left: 100px;
    }
    .btn{
        transition: 0.5s;
    }
    .back-to-top{
        position: fixed;
        right: 28px;
        bottom: 28px;
    }
  }