*{
    padding: 0;
    margin: 0;
    font-family: "Josefin Sans", sans-serif;
}
#mynav{
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    position:sticky !important;
    top:0 !important;
    z-index: 999;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}

#mynav a{
    color: rgb(0, 0, 0) !important;
}

#mylinks{
    position: relative;
}
#mylinks::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    border-radius: .45rem;
}
#mylinks:hover::before{
    transform: scaleX(1);
}

#mynav button{
    color: white, !important;
}
/* #nav-d{ font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: .25rem;

} */

.b-slider{
    background-position: center;
    background-size: cover;
    background-position: center;
    height: 700px;
}

.inside-carousel{
    position: absolute;
    top:50%;
    left:5%;

}
.animated-tag{
    color:white;
    font-weight: 900;
    animation:fadeup 2s ease-in;
    /* font-size: 4rem; */
    font-size: clamp(2rem, 1.6056rem + 2.2535vw, 4rem);

}

@keyframes fadeup {
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
    
}
.mybtn{
    background-color: #1d3557; 
    color: white; 
    text-decoration: none;
    height: 50px;
    width:200px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:.45rem;
    animation:fadeup 2s ease-in;

}
@media screen and (max-width:500px){
    .mybtn{
        height: 44px;
        width: 140px;
    }
}
.mybtn:hover{
    background-color:black;
    color: white;

}
         /* SERVICES */


.services{
    background-color: #1d3557;
}
#p-head{
    color:white;
    font-weight: 800;
    letter-spacing: .12rem;
    font-size: clamp(1.45rem, 1.1444rem + 1.7465vw, 3rem);

}
.s-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:3rem 2rem 3rem 2rem;
    gap:2rem;
    overflow: hidden;
}
#simage{
    border-radius: 2rem 0 2rem !important;
    height: 200px !important;
    transition: transform 0.3s ease-in;
   
  
}
#c-head{
    font-weight: 700;
}
.my-cards{
    background-color: #f1faee !important;
    height: 350px !important;
    border-radius: 2rem 0 2rem !important;
    overflow: hidden; 
    text-decoration: none !important;
    color: #000000;
    
}

@media screen and (max-width:600px){
    .my-cards p{
        text-align: justify !important;
    }
}


.hide{
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 30%;
  color: white;
  transition: opacity 0.3s ease-in;

  

 
}

.my-cards:hover .hide{
    opacity: 1;
    transition: opacity 0.3s ease-in;

 
    /* animation:fadeup 2s ease-in; */
}
.my-cards:hover #simage{
    transform: scale(1.05);
    transition: transform 0.3s ease-in;
}



                                        /* Whatsapp&call buttons */
.whtspp{

    position: fixed;
    transform: scale(1.2);
    background-color: #24d745;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgb(0,0,0,0.15);
    border-radius: 50px;
    border-right: none;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 20px;
    bottom: 16%;
    z-index: 994;
    width: 40px;
    height: 40px;
    line-height: 35px;
    right: 5%;
  }
.whtspp:before,.whtspp:after{
    position:absolute;
    left:0;
    height: 100%;
    width:100%;
    content: "";
    z-index:-1;
    opacity: 0.2;
    background-color: #24d745;
    border-radius: 50%;

}


.whtspp:before{
animation: pulse 2s ease-out infinite;

}

.whtspp:after{
animation: pulse 2s 1s ease-out infinite;

}
@keyframes pulse {
100%{
    transform:scale(2.5);
    opacity: 0;
    
}
}

@media screen and (max-width:600px){
    .whtspp{
        right:8%;
        width: 35px;
        height: 35px;
        line-height: 30px;
    }
}


    .caller{
    
        position: fixed;
        transform: scale(1.2);
        background-color: #090e90;
        display: block;
        text-align: center;
        box-shadow: 0 0 20px rgb(0,0,0,0.15);
        border-radius: 50px;
        border-right: none;
        color: rgb(255, 255, 255);
        font-size: 0px;
        bottom: 28%;
        right: 5%;
        z-index: 994;
        width: 40px;
        height: 40px;
        line-height: 39px;
    }
    .caller:before,.caller:after{
        position:absolute;
        left:0;
        height: 100%;
        width:100%;
        content: "";
        z-index:-1;
        opacity: 0.2;
        background-color: #002fcb;
        border-radius: 50%;
    
    }
    
    
    .caller:before{
    animation: pulse 2s ease-out infinite;
    
    }
    
    .caller:after{
    animation: pulse 2s 1s ease-out infinite;
    
    }
    @keyframes pulse {
    100%{
        transform:scale(2.5);
        opacity: 0;
        
    }
    }
    
    @media screen and (max-width:600px){
        .caller{
            right:8%;
            bottom: 27%;
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
    }

         

                                                      /* aboutussection */

.aboutus{
    background-color: #457b9d;
    background-image: linear-gradient(56deg, rgba(254, 254, 254, 0.05) 0%, rgba(254, 254, 254, 0.05) 69%,rgba(160, 160, 160, 0.05) 69%, rgba(160, 160, 160, 0.05) 100%),linear-gradient(194deg, rgba(102, 102, 102, 0.02) 0%, rgba(102, 102, 102, 0.02) 60%,rgba(67, 67, 67, 0.02) 60%, rgba(67, 67, 67, 0.02) 100%),linear-gradient(76deg, rgba(169, 169, 169, 0.06) 0%, rgba(169, 169, 169, 0.06) 89%,rgba(189, 189, 189, 0.06) 89%, rgba(189, 189, 189, 0.06) 100%),linear-gradient(326deg, rgba(213, 213, 213, 0.04) 0%, rgba(213, 213, 213, 0.04) 45%,rgba(66, 66, 66, 0.04) 45%, rgba(66, 66, 66, 0.04) 100%),linear-gradient(183deg, rgba(223, 223, 223, 0.01) 0%, rgba(223, 223, 223, 0.01) 82%,rgba(28, 28, 28, 0.01) 82%, rgba(28, 28, 28, 0.01) 100%),linear-gradient(3deg, rgba(20, 20, 20, 0.06) 0%, rgba(20, 20, 20, 0.06) 62%,rgba(136, 136, 136, 0.06) 62%, rgba(136, 136, 136, 0.06) 100%),linear-gradient(200deg, rgba(206, 206, 206, 0.09) 0%, rgba(206, 206, 206, 0.09) 58%,rgba(6, 6, 6, 0.09) 58%, rgba(6, 6, 6, 0.09) 100%),linear-gradient(304deg, rgba(162, 162, 162, 0.07) 0%, rgba(162, 162, 162, 0.07) 27%,rgba(24, 24, 24, 0.07) 27%, rgba(24, 24, 24, 0.07) 100%),linear-gradient(186deg, rgba(166, 166, 166, 0.04) 0%, rgba(166, 166, 166, 0.04) 5%,rgba(210, 210, 210, 0.04) 5%, rgba(210, 210, 210, 0.04) 100%),linear-gradient(90deg, rgb(26,60,118),rgb(32,129,207),rgb(7,128,191));
}

.abtstn{
    padding:3rem 2rem 3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (max-width:800px){
    .abtstn{
        flex-wrap: wrap;
    }
}
.myabt{
  
       object-fit:fill;
       background-size:cover; 
       background-repeat: no-repeat;
       width:600px; 
       height: 500px;
       border-radius: 2rem;
       z-index: 99;
       left: 2%;
       position: relative;
       background-position: center center;
}

@media screen and (max-width:800px){
    .myabt{
        border-radius: 2rem 2rem 0 0;
        left:0;
        width:500px;
    }
}
.myabtd{
    height: 700px;
    width:500px;
    background-color:#e5e5e5;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:800px){
    .myabtd{
        border-radius: 0 0 2rem 2rem;
        height: 500px;

    }
}
.abtxt{
    padding: 0 1rem 0 3rem;
    text-align: justify;
}
@media screen and (max-width:800px){
    .abtxt{
        padding:1rem;
    }
}
.mybtna{
    background-color: #1d3557; 
    color: white; 
    text-decoration: none;
    height: 50px;
    width:200px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:.45rem;
}
.mybtna:hover{
     background-color:black;
     color: white;

}
@media screen and (max-width:500px){
    .mybtna{
        height: 44px;
        width: 140px;
    }
}
#c-heading{
    color:black;
    font-weight: 800;
    letter-spacing: .12rem;
    font-size: clamp(1.45rem, 1.1444rem + 1.7465vw, 3rem);
}
#coo-para{
    color:black;
    font-weight: 400;
    font-size: clamp(1.25rem, 1.1021rem + 0.8451vw, 2rem);
}

.c-inside{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem 3rem 2rem;
    flex-wrap: wrap;
    gap:2rem;
    overflow: hidden;
}
.c-card{
    width:500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: .45rem;
}
#c-logo{
    width: 60px;
    margin: 0 0 1rem 0;
}
.icard{
    padding:2rem;
    text-align: justify;
}

#p-crd{
    font-weight: 800;
}
.c-out{
   
    /* width: 350px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem;
    border-radius: .45rem;
    margin: 2rem;
  
}

@media screen and (max-width:400px){
  .c-out{
    padding: 1rem .45rem 1rem .45rem;
    margin: 1rem;
  }
}


#myowl{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .owl-stage-outer{
    padding:3rem !important;
} */

.twobuttons{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.inside-outlets{
    padding: 3rem 1rem 5rem 1rem;
}

.c-out h3{
    font-size: clamp(1.45rem, 0.8521rem + 0.8451vw, 1.75rem);
}

/* .c-out p{
    text-align: justify;
} */

#hideimage{
    width: 20px !important;
  height: 20px !important;
  margin: .25rem;
}
.in{
    display:flex;

flex-direction: column;}

.in  > p{
    word-wrap: break-word;
}


                                          /* FOOTER */


.f-section{
    background-color: #000000;
    color:white;
}


.inside-footer{
    display: flex;
    gap:15%;
    padding:3rem 2rem 3rem 2rem;
    justify-content: center;
}

@media screen and (max-width:992px){
    .inside-footer{
        display: none;
    }
}

.q-links{
    display:flex;
    flex-direction: column;
    gap:1rem;
    

    
}

.q-links > a{
    text-decoration: none;
    color:white !important;
    
}


#flinks{
    position: relative;
    text-decoration: none;
    color:white !important;
}
#flinks::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    border-radius: .45rem;
}
#flinks:hover::before{
    transform: scaleX(1);
}

.get-in-touch{
    display: flex;
    flex-direction: column;
    gap:1rem;
    
}
.get-in-touch  a {
    text-decoration:none;
    color:white;
}

.c-media{
    width:25%;

}

.my-footer-2{
    display: none;

}

@media screen and (max-width:992px){
    .my-footer-2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 4rem 2rem 1rem 2rem;
        gap:3rem;

        
    }
}

@media screen and (max-width:992px){
    .copyright{
        display: none;
    }
}
.caption-footer-2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.thefirst-acc{
    display: flex;
    flex-direction: column;
    gap:1rem;
}


.thesecond-acc{
    display: flex;
    flex-direction: column;
    gap:1rem;
}

.thesecond-acc a{ 
    text-decoration:none;
    color:white;
}

.accordion-button.collapsed::after {
    content: "";
    background: url("/static/images/d.png") no-repeat center; 
    display: inline-block;
    width: 20px; 
    height: 20px;
}

.accordion-button:not(.collapsed)::after {
    content: ""; 
    background: url("/static/images/up-arrow.png") no-repeat center; 
    display: inline-block;
    width: 20px; 
    height: 20px;
}








                    /* PRODUCT SECTION */


.img-section{
    height:600px;
    background-image: url('/static/images/product.jpg');
    
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size:cover; */
  
}
@media screen and (max-width:800px){
    .img-section{
        height: 400px;
    }
}
@media screen and (max-width:500px){
    .img-section{
        height: 300px;
    }
}
.ani-text{
    text-align: center;
    animation: bottomup 2s ease;
   position: relative;
   top:70%;
    
}

@keyframes bottomup {
 0%{
    transform: translateY(50px);
    opacity: 0;
 }

 100%{
    transform: translateY(0px);
    opacity: 1;
 }
}

.ani-text > h3 {
    font-weight: 600;
    color: white;
    font-size: clamp(1.75rem, 1.4675rem + 1.6142vw, 3rem); 

}

.p-cards{
    border-radius: 2rem 0 2rem !important;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border:none !important; */

    transition: background-image 0.3s;

}
.p-cards:hover #pimage{
    transform: scale(1.05);
}
#pi-head{
    font-weight: 700;
    
    font-size: 1.45rem !important;
}

#pimage{
    border-radius: 2rem 0 2rem !important;
    height: 200px !important;
    transition: 0.3s;
}

.p-cards:hover{
    /* background-color:#a2d9ff; */
    color:white;
    background-image: linear-gradient(17deg, rgba(41, 41, 41, 0.02) 0%, rgba(41, 41, 41, 0.02) 48%,rgba(10, 10, 10, 0.02) 48%, rgba(10, 10, 10, 0.02) 59%,rgba(164, 164, 164, 0.02) 59%, rgba(164, 164, 164, 0.02) 73%,rgba(79, 79, 79, 0.02) 73%, rgba(79, 79, 79, 0.02) 93%,rgba(42, 42, 42, 0.02) 93%, rgba(42, 42, 42, 0.02) 100%),linear-gradient(42deg, rgba(124, 124, 124, 0.02) 0%, rgba(124, 124, 124, 0.02) 15%,rgba(116, 116, 116, 0.02) 15%, rgba(116, 116, 116, 0.02) 23%,rgba(41, 41, 41, 0.02) 23%, rgba(41, 41, 41, 0.02) 44%,rgba(196, 196, 196, 0.02) 44%, rgba(196, 196, 196, 0.02) 54%,rgba(145, 145, 145, 0.02) 54%, rgba(145, 145, 145, 0.02) 100%),linear-gradient(151deg, rgba(85, 85, 85, 0.02) 0%, rgba(85, 85, 85, 0.02) 12%,rgba(72, 72, 72, 0.02) 12%, rgba(72, 72, 72, 0.02) 28%,rgba(156, 156, 156, 0.02) 28%, rgba(156, 156, 156, 0.02) 33%,rgba(230, 230, 230, 0.02) 33%, rgba(230, 230, 230, 0.02) 50%,rgba(13, 13, 13, 0.02) 50%, rgba(13, 13, 13, 0.02) 100%),linear-gradient(76deg, rgba(25, 25, 25, 0.02) 0%, rgba(25, 25, 25, 0.02) 9%,rgba(183, 183, 183, 0.02) 9%, rgba(183, 183, 183, 0.02) 32%,rgba(19, 19, 19, 0.02) 32%, rgba(19, 19, 19, 0.02) 86%,rgba(129, 129, 129, 0.02) 86%, rgba(129, 129, 129, 0.02) 88%,rgba(174, 174, 174, 0.02) 88%, rgba(174, 174, 174, 0.02) 100%),linear-gradient(90deg, rgb(41, 41, 41),rgb(8, 8, 8));
    transition: background-image 0.3s;

}

    #myg{
        position:absolute;
        right:1%;
        z-index: 100;
    }

    #mygr{
        position: absolute;
        left: 0;
        z-index: 100;
    }

 #myg1{
    position: absolute;
    right: 20%;
    z-index: 100;
    }

    #mygr2{
        position:absolute;
        left: 20%;
        z-index: 100;
    }


@media screen and (max-width:888px){
#myg{
    width: 80px;
}

#mygr{
    width: 70px;
}
#myg1{
    width: 70px;
}

#mygr2{
    width: 100px;
}

}

@media screen and (max-width:600px){
    #myg{
        width: 60px;
    }
    
    #mygr{
        width: 40px;
    }
    #myg1{
        width: 50px;
    }
    
    #mygr2{
        width: 70px;
    }
    
    }

    @media screen and (max-width:500px){
        #myg{
            width: 52px;
        }
        
        #mygr{
            width: 52px;
        }
        #myg1{
            width: 55px;
        }
        
        #mygr2{
            width: 55px;
        }
        
        }
    







    #b-head{
        font-weight: 800;
    letter-spacing: .12rem;
    font-size: clamp(1.45rem, 1.1444rem + 1.7465vw, 3rem);
    }


                    /* About us SECTION */


    .abt-section{
        height:600px;
        background-image: url('/static/images/about.jpg');
        
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-size:cover; */
      
    }
    @media screen and (max-width:800px){
        .abt-section{
            height: 400px;
        }
    }
    @media screen and (max-width:500px){
        .abt-section{
            height: 300px;
        }
    }
    .ani-text{
        text-align: center;
        animation: bottomup 2s ease;
       position: relative;
       top:70%;
        
    }
    
    @keyframes bottomup {
     0%{
        transform: translateY(50px);
        opacity: 0;
     }
    
     100%{
        transform: translateY(0px);
        opacity: 1;
     }
    }
    
    .ani-text > h3 {
        font-weight: 600;
        color: white;
        font-size: clamp(1.75rem, 1.4675rem + 1.6142vw, 3rem); 
    
    }
    
#abtimg{
    
  width: 100%;
  height: 100%;
  border-radius: .45rem;
}
.abt-info{
    height: 90%;
    width:100%;
    /* grid-row:span 1/auto; */
}
    .inside-a{
        display: grid;
        padding: 0 2rem 3rem 2rem;
        grid-template-columns:repeat(auto-fit,minmax(600px, 1fr));
        place-items: center;
        justify-content: center;
        line-height: 2rem;
        gap: 1rem;
    }

@media screen and (max-width:700px){
    .inside-a{
        display: grid;
        grid-template-columns:auto;
        /* column-gap: 1rem; */
        padding: 3rem 1rem 3rem 1rem;


    }
}
.abt-para > p{
    text-align: justify;
    padding: .45rem;
}

.h-para{
    border: 2px solid rgb(0, 0, 0);
    margin: 3rem 2rem 3rem 2rem;
    padding: 2rem;
    border-radius:2rem;
    text-align: justify;

}

.h-mana{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:3rem;
    padding: 3rem 2rem 3rem 2rem;
    flex-wrap: wrap;
}







.timeline {
    border-left: 1px solid rgb(0, 0, 0);
    position: relative;
    list-style: none;
  }
.timeline-item{
    background-image: linear-gradient( 89.5deg,  rgba(131,204,255,1) 0.4%, rgba(66,144,251,1) 100.3% );
     border:0 !important;
}
.timeline:nth-child(4){
    background-image: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);
    border:0 !important;

}

.timeline-item2{
    background-image: linear-gradient( 135deg, #FEB692 10%, #EA5455 100%);    border:0 !important;

}
.timeline-item3{
    background-image: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);
    border:0 !important;

}



  .timeline .timeline-item {
    position: relative;
  }

  .timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  .timeline .timeline-item:after {
    background-color: rgb(0, 0, 0);
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
  }

 




                                /* #branches page */

.b-section{
    height:600px;
    background-image: url('/static/images/branches.jpg');
    
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size:cover; */
  
}
@media screen and (max-width:800px){
    .b-section{
        height: 400px;
    }
}
@media screen and (max-width:500px){
    .b-section{
        height: 300px;
    }
}
.ani-text{
    text-align: center;
    animation: bottomup 2s ease;
   position: relative;
   top:70%;
    
}

@keyframes bottomup {
 0%{
    transform: translateY(50px);
    opacity: 0;
 }

 100%{
    transform: translateY(0px);
    opacity: 1;
 }
}

.ani-text > h3 {
    font-weight: 600;
    color: white;
    font-size: clamp(1.75rem, 1.4675rem + 1.6142vw, 3rem); 

}

.b-inside{
    display: flex;
    justify-content: center;
    padding: 3rem 1.25rem 3rem 1.25rem;
    flex-wrap: wrap;
    align-items: center;
    gap:2rem;
}

#g-card{
    background-image: radial-gradient( circle 815px at 23.4% -21.8%,  rgba(9,29,85,1) 0.2%, rgba(0,0,0,1) 100.2% );
    color:white;
    /* border: solid 1px black; */
    border-radius: 2rem 0 2rem;
    max-width: 22rem;
    width: 100%;
    overflow: hidden;
}

#g-card:hover #g-image{
    transform: scale(1.05);
}
#g-image{
    border-radius: 2rem 0 2rem 0;
    transition: 0.3s ease-in;
    height: 200px;
}

         
.btn-grad {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%);
   
    padding:.35rem .25rem .35rem .25rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    display:block;
    
    text-decoration: none;
    width: 40%;
    
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 
.h-b{
    opacity: 0;
    display: flex;
    background-color: rgba(77, 77, 77,.75);
    justify-content: center;
    align-items: center;
    height: 200px;
    transition: .5s ease;
    position:absolute;
    border-radius: 2rem 0 2rem 0;


}

#g-card:hover .h-b{
    opacity: 1;
    transform: scale(1.05);

}

                              /* #CAREERS */


.c-section{
    height:600px;
    background-image: url('/static/images/career.jpg');
    
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size:cover; */
  
}
@media screen and (max-width:800px){
    .c-section{
        height: 400px;
    }
}
@media screen and (max-width:500px){
    .c-section{
        height: 300px;
    }
}
.ani-text{
    text-align: center;
    animation: bottomup 2s ease;
   position: relative;
   top:70%;
    
}

@keyframes bottomup {
 0%{
    transform: translateY(50px);
    opacity: 0;
 }

 100%{
    transform: translateY(0px);
    opacity: 1;
 }
}

.ani-text > h3 {
    font-weight: 600;
    color: white;
    font-size: clamp(1.75rem, 1.4675rem + 1.6142vw, 3rem); 

}
.inside-career
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:2rem;
    padding: 3rem 2rem 3rem 2rem;
}

.text-c
{
    font-weight: 700;
    letter-spacing: .25rem;
    padding: 2rem 0 1rem 2rem;
}
.text-p{
padding: 0 2rem 0 2rem;
font-size: 1rem;
text-align: justify;
}

#ca-card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
      
}















                              /* #CONTACT US */


.co-section{
    height:600px;
    background-image: url('/static/images/contact.jpg');
    
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size:cover; */
  
}
@media screen and (max-width:800px){
    .co-section{
        height: 400px;
    }
}
@media screen and (max-width:500px){
    .co-section{
        height: 300px;
    }
}
.ani-text{
    text-align: center;
    animation: bottomup 2s ease;
   position: relative;
   top:70%;
    
}

@keyframes bottomup {
 0%{
    transform: translateY(50px);
    opacity: 0;
 }

 100%{
    transform: translateY(0px);
    opacity: 1;
 }
}

.ani-text > h3 {
    font-weight: 600;
    color: white;
    font-size: clamp(1.75rem, 1.4675rem + 1.6142vw, 3rem); 

}
#c-para{
    font-size: clamp(1.95rem, 1.743rem + 1.1831vw, 3rem);
   font-weight: 400;
    color: white;

}

.contact-us{
    background-color: #1d3557;
    color:white !important;
}

.contact-us  a{
    text-decoration: none;
    color:white;
}

.contact-inside{
    padding: 3rem 2rem 3rem 2rem;
    display:grid;
    gap:4rem;
    grid-template-columns:repeat(auto-fit,minmax(400px, 1fr));
     



}


@media screen and (max-width:480px){
    .contact-inside{
        grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));
  
    }
}
.inside-c{
    /* flex-direction: column;
    display: flex; */
    margin-left: 3rem;

}

@media screen and (max-width:928px){
    .inside-c{
        margin-left: 0;
    }
}

.c-links{
    display: flex;
    gap:1rem;
}

#submission
    {
    display: grid;
    gap: 2rem;
    flex-direction: column;
}

#my-input{
    background-color: inherit;
    color:white;
    /* text-align: center; */
    outline: 0;
    border-width: 0 0 3px;
    border-color:white;
}
#my-input:focus{
    border-color: #002fcb;
}

.m-area{
    background-color: inherit;
    border-color: white;
    color:white;
    outline: 0;
    border-width:3px;
    text-align: center;
   
}
.m-area:focus{
    border-color: #002fcb;
}



         
.btn-gra {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    display: block;
    outline: 0;
    border: none;
    width:150px;
  }

  .btn-gra:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 



/* Slider Logo */
.slider {
    width: 100px; 
    height: 50px; 
    position: relative;
    overflow: hidden;
}


.sl {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fade-animation 4s infinite ease-in;
}

.sl:nth-child(1) {
    animation-delay: 0s;
}

.sl:nth-child(2) {
    animation-delay: 2s; 
}

@keyframes fade-animation {
    0%, 20%, 100% { opacity: 1; }
    30%, 90% { opacity: 0; }
}

/* .g-mapframe{
    width:300px;

} */



               /* loader */

               .pre-loader{
                position: fixed;
                height: 100vh;
                background-color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index:9999 !important;
                top: 0;
                left:0;
                width: 100%;
            
            }
            
            .loa {
                width: 3.25em;
                transform-origin: center;
                animation: rotate4 2s linear infinite;
            
                }
                
                circle {
                fill: none;
                stroke:#071195;
                stroke-width: 2;
                stroke-dasharray: 1, 200;
                stroke-dashoffset: 0;
                stroke-linecap: round;
                animation: dash4 1.5s ease-in-out infinite;
                }
                
                @keyframes rotate4 {
                100% {
                    transform: rotate(360deg);
                }
                }
                
                @keyframes dash4 {
                0% {
                    stroke-dasharray: 1, 200;
                    stroke-dashoffset: 0;
                }
                
                50% {
                    stroke-dasharray: 90, 200;
                    stroke-dashoffset: -35px;
                }
                
                100% {
                    stroke-dashoffset: -125px;
                }
                }
                               