*{
    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;
}
.main>img{
    width: 100%;
    height: 500px;
    margin-top: 120px;
}
img{
    display: inline;
}
.main>p{
    margin-top: 30px;
    padding: 30px 105px;
     /* font-family: 'Raleway'; */
    font-size: 17px;
    font-weight: bold;
}
.sb{
    margin-bottom: 50px;
}
.sd>img{
    width: 515px;
    height: 350px;
    border: 1px solid black;
    margin-left: 74px;
}
.sd1>p{
    /* font-family: 'Raleway'; */
    font-weight: bold;
    margin-left: 40px;
}
.sd1>img{
    width: 20px;
    height: 20px;
}
.fa-circle{
    font-size: 8px;
     margin-left: -15px;
}
.button{
    background-color: rgb(53, 53, 241);
    color: #fff;
    padding: 5px 5px;
    margin-bottom: 10px;
    border: 1px transparent;
}
.button>a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.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 p{
    margin-left: -57px;
}
/* .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;
        }
         .sd>img{
            width: 300px;
            height: 260px;
            margin-left: 76px;
        }
         .sd1 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: 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;
     }
     .main>img{
        max-inline-size: 100%;
        height: 400px;
     }
     .sd>img{
        margin-left: 58px;
        width: 280px;
        height: 200px;
     }
     .main>p{
        padding: 30px 54px;
     }
     .sd1 h3{
        text-align: center;
        margin-top: 20px;
     }
     .sd1>p{
        font-size: 14px;
     }
     .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);
    }
    .foot>img{
        margin-left: 114px;
        width: 115px;
        height: 95px;
    }
    .ft ul{
        margin-left: 10px;
    }
     .ft ul{
        margin-left: -22px;
    }
   
    .ftt i{
        margin-left: 126px;
    }
    .ftt p{
        margin-left: 64px;
    }
    .ftt>label{
        margin-left: 20px;
    }
    .ftt>ad{
        padding-left: 100px;
    }
    .btn{
        transition: 0.5s;
    }

    .back-to-top{
        position: fixed;
        right: 28px;
        bottom: 28px;
    }
  }