*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway';
}
body{
    font-family: 'Roboto Condensed';
}

.slide>img{
    width: 60px;
    height: 40px;
    margin-left: -88px;
}
.slide1>img{
    width: 60px;
    height: 40px;
    margin-right: -22px;
}
.icon-bar {
  position: fixed;
  top: 74%;
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 27px;
  text-decoration: none;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.fa-facebook {
  background: #3B5998;
  margin-top: 10px;
  border-radius: 50%;
  color: white;
}

.fa-whatsapp {
  background:green;
  border-radius: 50%;
  /* color: white; */
}

.fa-instagram {
  background: #dd4b39;
   margin-top: 10px;
   border-radius: 50%;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
   margin-top: 10px;
   border-radius: 50%;
  color: white;
}

/* .youtube {
  background: #bb0000;
  color: white;
} */
.navbar{
    background: #fff;
    top:-15px;
}
.dropdown-menu>a{
    font-size: 16px;
    font-style: italic;
}
.logo>img{
    width: 190px;
    margin-left: 30px;
    height: 150px;
}
.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;
}
.carousel-item>img{
    height: 530px;
    margin-top: 110px;
    background-size: cover;

}
.carousel-caption{
    position: relative;
    background-size: cover;
}
.carousel-caption>h5{
    font-size: 90px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    position: absolute;
    bottom: 144%;
    left: -17%;
    color:#fff;
}
/* .tt>h5{
    font-size: 90px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    position: absolute;
    bottom: 37%;
    left: -17%;
    color:#fff;
} */
.carousel-caption>p{
    position: absolute;
    bottom: 40px;
    left: -17%;
    font-weight: bold;
    font-size: 28px;
}
.para h1{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    word-spacing: -2px;
    mix-blend-mode: darken;
    color: #00196F;
}
.parap{
    animation: bann linear;
    animation-timeline: view();
    animation-range:  entry 0% cover 40%;
}
.para>p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Manrope';
    margin-bottom: 0;
}
.parap h2{
    text-align: center;
    /* font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    font-weight: 1000;
    font-size: 38px;
    color: #010f3b;
}
.parap>p{
    text-align: center;
    font-size: 20px;
    font-weight: 580;
    font-family: 'Manrope';
    margin-bottom: 0;
}
.ar{
    width: 100px;
}
.bt{
    justify-content: center;
   width: 170px;
   padding: 0 19px;
   border: 1px solid black;
   background-color: #00196F;
}
.bt:hover{
    background-color: coral;
    
}
.bt>btn{
    padding: 10px;
    align-content: center;
    justify-content: center;
}
.button{
    background-color: rgb(53, 53, 241);
    color: #fff;
    border: 1px transparent;
    font-size: 20px;
    padding: 5px 12px;
}
.btn{
    justify-content: center;
}
.bt a{
    text-decoration: none;
    color: #fff;
}
.bt a:hover{
    color: black;
}
.mid>h2{
    margin-top: 30px;
    font-size: 55px;
    color: rgb(238, 70, 126);
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.container{
    width: 90%;
    padding: 20px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* section{
    height: 600px;
    margin: 0;
    display: grid;
    grid-template-rows: 500px 100px;
    grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
    align-items: center;
    justify-items: center;
}
.item>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 15px;
}
.name{
    margin-top: 2px;
    color: #8c52ff;
}
.occupation{
    font-style: italic;
    margin-top: 2px;
}
main#carousel{
    grid-row: 1/2;
    grid-column: 1/8;
    width: 100vw;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform-style:preserve-3d ;
    perspective: 600px;
    --item:5;
    --middle:3;
    --position:1;
}
div.item{
    text-align: center;
    padding: 20px;
    border: 3px solid black;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    width: 300px;
    height: 250px;
    background-color: white;
    --r:calc(var(--position)-var(--offset));
    --abs:max(calc(var(--r)*1),var(--r));
    transition: all 0.25s linear;
    transform: rotateY(calc(-10deg *var(--r)))
    translateX(calc(-300px * var(--r)));
    z-index: calc((var(--position) - var(--abs)));
}
div.item:nth-of-type(1){
    --offset:1;
}
div.item:nth-of-type(2){
    --offset:2;
}

div.item:nth-of-type(3){
    --offset:3;
}

div.item:nth-of-type(4){
    --offset:4;
}
div.item:nth-of-type(5){
    --offset:5;
}
input:nth-of-type(1){
    grid-column: 2/3;
    grid-row: 2/3;
}
input:nth-of-type(1):checked ~ main#carousel{
    --position:1;
}
input:nth-of-type(2){
    grid-column: 3/4;
    grid-row: 2/3;
}
input:nth-of-type(2):checked ~ main#carousel{
    --position:2;
}
input:nth-of-type(3){
    grid-column: 4/5;
    grid-row: 2/3;
}
input:nth-of-type(3):checked ~ main#carousel{
    --position:3;
}
input:nth-of-type(4){
    grid-column: 5/6;
    grid-row: 2/3;
}
input:nth-of-type(4):checked ~ main#carousel{
    --position:4;
}
input:nth-of-type(5){
    grid-column: 7/7;
    grid-row: 2/3;
}
input:nth-of-type(5):checked ~ main#carousel{
    --position:5;
} */





/* Update slider  */
/* .op>h1{
    text-align: center;
    font-weight: bold;

}
.slider{
    height: 250px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
}
.slide-track{
    display: flex;
    width: calc(250px * 6);
    animation: scroll 8s linear infinite;
}

@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 3));
    }
}
.slide{
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
img{
    width: 100%;
    transition: transform 1s;
}
img:hover{
    transform: translateZ(20px);
}
.slider::before,.slider::after{
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,
    rgba(255,255,255,0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
.slider::before{
    left: 0;
    top: 0;
}
.slider::after{
    right: 0;
    top: 0;
    transform: rotateZ('180 deg');
} */




.box{
    width: 180px;
    margin: 0 10px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
    transition: 1s;
}
.box img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.box:hover{
    transform: scale(1.3);
    z-index: 2;
}

h5{
    text-align: center;
    font-weight: bold;
}
.mm{
    padding: 30px 0;
    background-color: rgb(243, 237, 237);
}
.mmb{
    padding:20px 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);
    }
}

@keyframes bann{
    from{
        /* opacity: 0; */
        scale: 0;
        clip-path: inset(100% 100% 0 0);
    }
    to{
        /* opacity: 1; */
        scale: 1;
        clip-path: inset(0 0 0 0);
    }
}

#slider {
  position: relative;
  width: 50%;
  height: 32vw;
  margin: 150px auto;
  font-family: 'Helvetica Neue', sans-serif;
  perspective: 2200px;
  transform-style: preserve-3d;
}

input[type=radio] {
  position: relative;
  top: -8%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
}

.slide3>img{
    width: 60px;
    height: 40px;
    margin-left: 314px;
    margin-top: -493px;
}
.slide4>img{
    width: 60px;
    height: 40px;
    margin-right: 314px;
    margin-top: -493px;
}

input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

input[type=radio]:checked {
  opacity: 1;
}




#slider label,
#slider label img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
}



/* Slider Functionality */

/* Active Slide */
#s1:checked ~ #slide1,
 #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
   #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2,
 #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
   #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(20%, 0, -100px);
}


/* Next to Next Slide */
#s1:checked ~ #slide3,
 #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
   #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(40%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4,
 #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
   #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-40%, 0, -250px);
}

/* Previous Slide */
#s1:checked ~ #slide5,
 #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
   #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}




.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 h5{
    margin-right: 230px;
}
.ftt>label{
     font-family: 'Times New Roman', Times, serif;
}
.ft h5{
    margin-left: -62px;
}
.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;
}
/* .ad1{
    line-height: 0%;
} */
.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;
}





.bannera {
    position: relative;
    height: 180px;
    padding: 11px 0 16px;
    margin-left: auto;
    margin-bottom: 20%;
    text-align: center;
}

.dg-container {
    position: relative;
    width: 100%;
    height: 350px;
}

.dg-wrapper {
    width: 320px;
    height: 250px;
    margin: 0 29%;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper a:first-child {
    z-index: 2;
}

.dg-wrapper a img {
    display: block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    width: 190%;
    height:365px;
    background: #fff;
}

.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}

.dg-container nav {
    display: none;
}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}

.dg-container #lightButton2 {
    bottom: 20px;
}

.dg-container .button1 {
     position: relative;
     margin-top: 10%;
     z-index: 5;
 }

.dg-container .button1 li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button1 .light {
    background: #01BDFF;
}







/* Responsive */



@media (max-width:991px) {
   .logo>img{
    width: 160px;
   }
  /* .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){
    .carousel-inner{
    position: relative;
    width: 106%;
    }
     .carousel-item>img{
     max-inline-size: 100%;
     height: 383px;
     margin-top: 65px;
    } 
     .carousel-caption>h5{
        font-size: 36px;
        font-family: 'Times New Roman', Times, serif;
        font-weight: 900;
        position: absolute;
        bottom: 165%;
        left: -10%;
        color:#fff;
    }
    .carousel-caption>p{
        position: absolute;
        bottom: -7%;
        left: -10%;
        font-size: 16px;
    }
     .slide>img{
        margin-left: 5%;
    }
    .parap>p{
        margin: 0 20px;
    }
    .para>p{
        margin: 0 30px;
    }
      .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);
    }
    .footer{
        width: 444px;
    }
     .foot>img{
        margin-left: 100px;
        width: 145px;
        height: 120px;
    }
    .ft{
        margin-left: 20px;
    }
    .ftt h5{
        margin-left: 120px;
        width: 137px;
    }
    .ftt i{
        margin-left: 130px;
    }
    .ftt label{
        margin-left: 106px;
    }
    .ftt p{
        margin-left: 63px;
    }
    .bannera{
        margin-top: 10%;
    }
     .dg-wrapper{
        margin: 0 auto;
    }
.dg-wrapper a img{
    width: 60%;
    height: 50%;
}
.dg-container{
    margin-left: 15%;
}
.dg-container .button1{
    margin-right: 35%;
    margin-top: -26%;
}



}






@media (max-width:375px) {
    nav{
        width: 375px;
    }
    .logo>img{
     margin-left: 3px;
     width: 150px;
     height: 95px;
    }
   .carousel-item>img{
     max-inline-size: 100%;
     height: 383px;
     margin-top: 40px;
    } 
    .slide>img{
        margin-left: 5%;
    }
    .carousel-caption{
        position: relative;
        background-size: cover;
    }
    .carousel-caption>h5{
        font-size: 36px;
        font-family: 'Times New Roman', Times, serif;
        font-weight: 900;
        position: absolute;
        bottom: 165%;
        left: -10%;
        color:#fff;
    }
    .carousel-caption>p{
        position: absolute;
        bottom: -7%;
        left: -10%;
        font-size: 16px;
    }
    .icon-bar {
    position: fixed;
    top: 74%;
    transform: translateY(-50%);
    }
    .icon-bar a{
    padding: 4px;
    font-size: 22px;
    }
    .bt{
        margin-right: 200px;
    }
    .para h1{
        font-size: 24px;
        margin: 0 34px;
    }
    .para>p{
        font-size: 16px;
        margin: 0 40px;
    }
    .parap h2{
        font-size: 28px;
    }
    .parap>p{
        font-size: 16px;
        margin-left: 55px;
        margin-right: 55px;
    }
    .mid>h2{
        font-size: 36px;
    }
    .box{
        width: 54px;
        margin: 0 10px;
        box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
        transition: .1s;
    }
    .box img{
        display: block;
        width: 100%;
        border-radius: 5px;
    }
    .box h5{
        font-size: 10px;
    }
    .box:hover{
        transform: scale(1.5);
        z-index: 2;
    }
    .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);
    }
    /* .mmb>h3{
        text-align: center;
    } */
    .slider{
        padding-bottom: 15px;
    }
    .footer{
        width: 396px;
    }
    .foot{
        margin-left: 5px;
    }
    .foot>img{
        margin-left: 93px;
        width: 115px;
        height: 95px;
    }
    .ft ul{
        margin-left: -150px;
    }
    .ft>h5{
        margin-left: -48px;
    }
    .ftt>h5{
       width: 150px;
        margin-left: 73px;
    }
    .ftt i{
        margin-left: 100px;
    }
    a{
        display: block;
        text-align: center;
    }
   
    .ftt p{
        margin-left: -20px;
    }
    .ftt label{
        margin-left: -28px;
    }
    .ftt>ad{
        padding-left: 100px;
    }
    .btn{
        transition: 0.5s;
    }

    .back-to-top{
        position: fixed;
        right: 28px;
        bottom: 28px;
    }


    .dg-wrapper{
        margin: 0 auto;
    }
.dg-wrapper a img{
    width: 44%;
    height: 46%;
    margin-left: 9%;;
}
.dg-container{
    margin-left: 16%;
}
.dg-container .button1{
    margin-right: 38%;
    margin-top: -35%;
}


 }
 
