@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    
}
html{
    scroll-behavior: smooth;

}
html,body{
    font-family: 'Poppins',sans-serif;
    overflow-x: hidden;
    width: 100%;
    height: 100%;

}
button,input,textarea{
    font-family: 'poppins',sans-serif;


}
header{
    display: flex;
    flex-wrap: wrap;

}

a{
    list-style: none;
    text-decoration: none;
}
.contact1{
    width: 100%;
    height: 45px;
    background-color:rgb(209, 40, 10);
    display: flex;
    justify-content: space-between;
    
}
.contact1 .phone{
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0px 0px 0px 80px  ;
}

.contact1 .phone i{
    color: #fff;
}
.contact1 .phone span{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding-left:8px ;
}
.contact1 .phone span:hover{
    color: black;
}

.contact1 .number a{
    color: red;
}
.contact1 .manubar1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contact1 .manubar1 i{
    color: white;
    padding: 15px;

}
.contact1 .manubar1 i:hover{
    background-color: blue;
}


.contact2{
    width: 100%;
    background-color:#fff;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.contact2 #logo a img{
    padding: 5px 0px 5px 70px;
}
.contact2 .manubar{
    display: flex;
    align-items: center;
    gap: 20px;
}
 .contact2 nav .show {
    display:flex;
    gap:20px ;
    
}
.contact2 nav ul li a i{
    color:red;

}
.contact2 nav ul li a{
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.contact2 nav ul li a:hover{
    color: red;
}

.sub-menu-1{
    display: none;
}
nav .show li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: white;
    z-index: 99;
    
}
nav .show li:hover .sub-menu-1 ul{
    display: block;
} 
 nav .show li:hover .sub-menu-1 ul li{
    width: 180px;
    padding: 10px;
    border-bottom: 1px dotted black;
    border-radius: 0;
  text-align:left;
} 
.manubar .show li i{
    padding: 3px;
}
.btn1 .button{
    border-radius:30px;
    width: 180px;
    background-color: green;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0px 20px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
#btn .button:hover{
    background-color: red;
}
#logo #menubar a i{
    display: none;
}
.btn .button{
    display: none;

}

/* <-------------------contribute-form---------> */
.contribute-form{
  position: fixed;
    max-width: 100vw;
 width: 470px;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #f7f7f7;
    overflow: auto;
    z-index: 100000;
    transition: all 0.4s;
box-sizing: border-box;
    
    
}
.top-line{
    display: flex;
    justify-content: space-between;
}
h3{
    font-size: 22px;
    font-weight: 500;
    padding:30px 15px ;
}
.x-bar i{
    font-size: 32px;
    font-weight: 500;
    padding:30px 20px ;

}
.form-p p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.35px;
    text-align: center;
    padding: 30px 15px;
    color: #949494;
}
.form-phone{
    text-align: center;
    flex-wrap: wrap;
    display: inline-block;
    
}

.form-phone .ph-img {
    border-radius:30px;
    width: 200px;
    background-color:rgba(248, 219, 219, 0.993);
    border: none;
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px 20px;
    color: red;
}
.form-phone .ev-img{
    border-radius:30px;
    width: 200px;
    background-color:rgba(248, 219, 219, 0.993);
    border: none;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0px 20px;
    color: red;
}
.form-phone i{
    padding: 3px;
}
.form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;

    
}
.form .name input{
    width: 320px;
    height: 50px;
    border-radius: 20px;
    border:none;
    outline: none;
    padding: 0px 15px;
    margin: 20px;
    font-size: 14px;
    font-weight: 500;

    
}
.form .email input{
    width: 320px;
    height: 50px;
    border-radius: 20px;
    border: none;
    padding: 0px 15px;
    margin: 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;

}
.form .message  textarea{
    width: 320px;
    height: 100px;
    border-radius: 20px;
    border: none !important;
    padding: 10px 15px;
    margin: 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;



}
.form  .send input{
    width: 320px;
    height: 50px;
    border-radius: 20px;
    border: none;
    padding: 10px 15px;
    color: #fff;
    background-color: red;
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.form  .send input:hover{
    background: transparent;
    border: 2px solid red;
    color:red;
}

#form{
    right: -100%;
}



/* <-------bannner image------> */

#swiper {
    width: 100%;
    height: 80%;

  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items:center;
  }


 

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

  /* <--------------------welcome to trust-----------------------> */
  .swiper {
    width: 85%;
    height: 85%;
    background-color: rgba(228, 219, 219, 0.61);
    
  }
  .con-card{
    width: 100%;
    background-color: rgba(228, 219, 219, 0.61);
     padding: 40px 0px;
  }
  .con-card-header h1{
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: rgb(243, 18, 18);
  padding: 10px;
  }
   .con-card-header p{
    font-size: 14px;
  font-weight: 350;
  text-align: center;

   
   }
  

  .slid-card{
  margin-top: 30px;
  width: 100%;
  height:620px;
  
  }
.card{
  width: 320px;
  background: #fff;
  border-radius: 5px;
  height: 530px !important;
  
  
}
.card .image-box{
  height: 200px;
  padding: 10px;

}
.card .image-box img{
  height: 100%;
  border-radius: 8px 8px 0 0;
  
}
.card .profile_card{
  padding: 10px;
}
.profile_card h5{
     font-size: 16px;
     font-weight: 600;
     padding: 10px;
     
     
}
.profile_card p{
     font-size: 14px;
     font-weight: 400;
          padding: 10px;
          color: rgb(156, 154, 154);
}
.profile_card a {
    padding: 5px 25px;
border-radius: 20px;
background-color: red;
color: #fff;

}
.profile_card a button:hover{
       background-color: transparent;
       border: 2px solid red;
       color: red;
}


  .swiper-slide {
  
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
 



  /* <---------about us---------> */
  .container-banner{
    width: 100%;
    height: auto;
   background-color: darkgreen;
   
}
.con-banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}
.ban-img{
    padding: 60px 20px;
}

.banner3 img{
    width:700px;
    height:100% ;
    max-width: 100%;
}
.ban-final{
    padding-left: 40px;
    
}
.ban-final h1{

    font-size: xx-large;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    padding-bottom: 30px;
    color: #fff;

}
.ban-final p{
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
    color: #fff;
    letter-spacing: 0.35px;

}
.ban-final a{
    padding: 10px;
    background-color: rgb(209, 40, 10);
    border-radius: 20px;
    color: #fff;
    outline: none;
    
}
.ban-final a:hover{
    background-color: transparent;
    outline: 2px solid rgb(209, 40, 10);
}

/* <-------------foooter---------------> */

  .footer{
    background-color: #24262b;
}
.container1{
   
    display: flex;
    flex-wrap: wrap;
   width: 100%;
    gap: 40px;
    justify-content: center;
    padding: 15px;
   
}
.container1 .f1{
    width:270px;
}

 .f1  li{
    padding: 5px;
    line-height: 1.5;
    font-size: 13px;
}
.f1 li a{
    color: #ffffffff !important;
}
.f1 ul li a:hover{
    color: red;
    border-bottom: 2px solid red;

}

.f1  h3{
    font-family:'Montserrat';
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 600;
    color: red;
    text-transform: capitalize;
    
} 
a{
    color:inherit;
}
.f1 p{
    font-family:sans-serif;
    padding: 5px;
    line-height: 1.8;
    letter-spacing: 0.35px;
    font-size: 12px;
    font-weight: 100;
    color: #ffffffff;
}
.f1 p span{
    font-family:sans-serif;
    line-height: 1.8;
    letter-spacing: 0.35px;
    font-size: 16px;
    font-weight: 400;
}


.copy-rights p{
    width: 100%;
    font-family:sans-serif;
    padding: 15px 0px;
    line-height: 1.8;
    letter-spacing: 0.35px;
    color: #ffffffff;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    margin: 0 !important;
    display: block;
}
.f1 iframe{
    width: 100%;
    max-width:  90vh !important;
   
}




/* <-------------------Legal-Advisors---------------> */

.Legal-Advisors{
    background: #faf7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}
.title{
    padding: 40px;
}

.bor-box{
    display: flex;
    gap: 20px;
    padding: 20px;
    width:300px;
    align-items: center;
    background: #ffffff;
    
}
.bor-box img{
    width: 100px;
    height: 100px;
 
}
.Legal{
    gap: 15px;
    padding-top: 40px;
}
.text-name{
    display: flex;
    flex-direction: column;
}
.text-name p{
    font-family: 'lora';
    font-weight: 600;
    }
.text-name h6{
    font-family:  monospace;
    font-weight: 500 ;
}

.title{
    background-color: #f5f5f5;
}
.title h1{
    padding: 85px 0px 0px 0px;
}

/* <---------contact-text--------> */

.contact-text{
    text-align:left;
    padding: 5px 0px 20px 60px;
}
.contact-text p{
    font-size: 16px;
    font-weight:250;
    line-height: 23px;
    letter-spacing: 0.35px;
}

.contact-text p span{
    font-size: 14px;
    font-weight: 400;

}

/* <----------------------contact-form----------------> */

.contact-maps{
    padding: 0px 20px;
}

.contact-forms{
    overflow: auto;
    z-index: 100000;
    transition: all 0.4s;
    box-sizing: border-box;


}

.contact-form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    max-width: 100%;
}
.contact-forms h4{
    text-align: left;
    padding: 5px 80px;
    font-size: 35px;
    color: #5d8c2b;
}
.contact-forms p{
    text-align: left;
    padding: 5px 80px;
    font-size: 18px;
    font-weight: 300;
}
.contact-form .name input{
    width: 420px;
    height: 50px;
    border-radius: 20px;
    border:none;
    outline: none;
    padding: 0px 15px;
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 10px 10px 5px 6px #f7f7f7;
    max-width: 100vh !important;


    
}
.contact-form .email input{
    width: 420px;
    height: 50px;
    border-radius: 20px;
    border: none;
    padding: 0px 15px;
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: 10px 10px 5px 6px #f7f7f7;
    max-width: 100vh !important;



}
.contact-form .message  textarea{
    width: 420px;
    height: 100px;
    border-radius: 20px;
    border: none !important;
    padding: 10px 15px;
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: 10px 10px 5px 6px #f7f7f7;
    max-width: 100vh !important;





}
.contact-form  .send input{
    width: 420px;
    height: 50px;
    border-radius: 20px;
    border: none;
    padding: 10px 15px;
    color: #fff;
    background-color: red;
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    max-width: 100vh !important;

}
.contact-form  .send input:hover{
    background: transparent;
    border: 2px solid red;
    color:red;
}

/* <----------contact-card----------------> */
.contact-container{
        background: #efefef;

}

.card-box{
      width: 340px;
    position: static;
    background-color:white;
    overflow: hidden;
    padding: 10px ;
    border-radius: 10px;
    height: 180px;
}

.card-box i{
    font-size: 40px;
    padding: 10px;
    color: red;

}

.card-text h4{
    padding: 10px;
}

.card-text p{
    color: #5d8c2b;
    padding: 10px;

}
.card-box .card-text {
        transform: translateY(20px);
    transition: 0.35s linear;


}
.card-box:hover i{
    transform: translateY(-100px);
    transition: 0.35s linear;


}
.card-box:hover .card-text{
    transform: translateY(-40px);
    transition: 0.35s linear;

}
.card-box:hover{
    border-bottom: 5px solid red;
        transition: 0.35s linear;

}

/* <--------------services--------------------> */

.ser-banner-img {
    width: 100%;    
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.services{
    margin: 20px;
}
.services h3{
    text-transform: capitalize;
    color: purple;
    font-size: 26px;
    font-weight: 600;
}
.services img{
    padding: 5px;
}

.sub img{
    float: left;
    margin: 15px;
}

.sub p{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.scond-img img{
    width: 300px;
    height: 180px;
}
.sub-tittle1 img{
    width: 350px;
    height: 190px;
}
.sub-tittle ul li{ 
padding: 15px;
border-bottom: 1px solid rgb(185, 184, 184);
background: transparent;
border-radius: 0;
text-align:left;
}
.sub-tittle ul li a{
    text-transform: capitalize;
    font-weight: 500;
    color: rgb(116, 114, 114);
}
.sub-tittle ul li a:hover{
    color: red;
}
.sub-tittle ul li i{
    float: right;
}
.services-text{
padding: 50px 20px; 
    
    
    
}
.services-text h3{
    text-align: center;
    padding: 6px;
    width: 224px;

    color:white;
    font-size: 2vw;
    background-color: #3c57a8;

    font-weight: 600;
    text-transform: capitalize;
}
/*********Gallery********/
.gallery-container{
    padding: 20px 0px;
    gap: 30px;
}
.galler-container .gallery-img{
    cursor: pointer;
    width: 300px;
}
.gallery-img img{
    width: 100%;
    width: 300px;

}
.scrolled{
    top:0;
    right: 0;
    width: 100%;
}

.gallery-popup{
    position: fixed;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}
.gallery-popup span{
    position: absolute;
    font-weight: 600;
    font-size: 40px;
    padding: 10px;
    z-index: 9999;
    color: var(--white-color);
    cursor: pointer;
    z-index: 100;
}
.gallery-popup img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 750px;
}
.gallery-popup img {
    animation: popup .3s  linear;
  }
  .gallery-popup button{
    border-radius: 50%;
    color: var(--white-color);
    cursor: pointer;


  } 
  #prev{
    font-size: 30px;
    position: absolute;
    top:50%;
    left: 22%;
    position: absolute;
    font-size: 20px;

    width: 50px;
    z-index: 999;
    height: 50px;
}
.gallery-popup span{
    position: absolute;

}
.popupclose{
    color: black;
    width: 50px;
height: 50px;
background-color: white;
display: flex;
align-items: center;
top: 20px;
left: 20px;
justify-content: center;
border-radius: 50%;

}
.float{
    position: fixed;
    top:80vh;
    z-index: 999;
    right: 20px;
}
.bounce{
    animation:bounce 1s infinite;
}
@keyframes bounce{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);

    }
}

#Next{
    right: 22%;
    top:50%;
    position: absolute;
    font-size: 20px;

    width: 50px;
    z-index: 999;
    height: 50px;


}
html {
    scroll-behavior: smooth;
  }
  
  #progress {
    position: fixed;
    bottom: 20px;
    left: 30px;
    height: 70px;
    width: 70px;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(240, 157, 157, 0.2);
    cursor: pointer;
    z-index: 999;
  }
  #progress-value {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
    border: 3px solid blue;

  }

  .size{
    height: 110vh !important;
    width: 100% !important;
  }
  @media(max-width:992px) {
    .size{
        height:60vh !important;
        width: 100% !important;
                min-height: 600px !important;
      }
          .container1 .f1 {
              width: 300px;
          }
                   .contact2 nav ul  {
                      padding: 30px;
                   }
          .contact2 nav ul li a{
            font-size: 20px;
            line-height: 70px;
          }
                .sub-menu-1 ul li a {
                      font-size: 15px !important;
                  }
    
  }



  @media(max-width:768px) {
    .size{
        height:40vh !important;
        width: 100% !important;
                min-height: 400px !important;
      }
    
  }
  @media(max-width:576px) {
    .size{
        height:30vh !important;
        width: 100% !important;
                min-height: 300px !important;
      }
    
  }
  @media(max-width:476px) {
    .size{
        height: 20vh !important;
        min-height: 200px !important;
        width: 100% !important;
      }
      .form-phone a{
        display: inline-block;
      }
     
        
    
  }





  




/* <---------Responsive----------------> */



@media(max-width:992px){
    .sub-menu-1 ul li {
            width: 100% !important;
            padding: 10px;
            border-bottom: 1px dotted black;
            border-radius: 0;
            text-align: left;
        }
   
    header .contact1{
display: none;
    }
    .swiper-slide{
        height: 100% !important;

    }
    .services-text h3{
        font-size: 14px;
    }
    .services-text{
        padding: 30px 20px;
    }
    .contact2{
        flex-direction: column;
        position: relative;
    }
    .contact2 #logo a img{
        padding: 5px ;
    }
    #logo img{
        width: 200px;
        height: 100px;
    }
    .contact2 .manubar nav .show{
    display: flex;
    flex-direction: column;
    position:absolute;
    top: 100px;
    width: 100%;
   min-height: 70vh;
    max-height:180vh;
    background-color: white;
    overflow: none;
    gap:5px;
    z-index: 99;
    }
    nav .show li{
        right: 0px;
        padding: 8px;
        text-align: left;
        
    }
    .contact2 #menushow{
        display: none;
    }
    .btn .button{
        display: block;
        max-width: 70vh !important;
    }

    .btn1 .button{
        display:none;
    }
    .btn .button{
        border-radius:30px;
        width:  180px;
        background-color: green;
        font-size: 14px;
        padding: 10px 20px;
        margin: 5px 30px;
        color: #fff;
        cursor: pointer;
        outline: none;
        text-align: center;
    }
    #logo #menubar a i{
        display: block;
        font-size: 35px;
        padding: 0px 15px;
    }
    
    #logo #menubar a {
        display: block;
        font-size: 22px;
        font-weight: 400;
        position: absolute;
        top: 40px;
        right: 10px;
       
    }
    nav .show #drop .sub-menu-1{
        display: none;
     }
     nav .show #drop:hover .sub-menu-1{
        display: block;
        width: 100%;
        z-index: 0;
        border-radius: 0;
        box-shadow: 0 ;
        position:static;
     }
     #drop{
        position: relative;
     }
         
     #arrow{
        position: absolute;
        right: 40px;
        top:30px;
       
     }
    .con-banner{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ban-img img{
        width: 100%;
    }
    .ban-final{
        margin-top: 30px;
    }
    .container1{
        align-items: center;
    }
    
    .contact-text{
        text-align:left;
        padding: 5px 0px;
    }
    .contact-text p{
        font-size: 16px;
        font-weight:250;
        line-height: 23px;
        letter-spacing: 0.35px;
        padding:5px 0px 50px 60px ;
    }
    
    .contact-text p span{
        font-size: 14px;
        font-weight: 400;
    
    }
    .card-box{
        width: 800px;
        max-width: 100%;
    }
    .sub{
        display: flex;
        flex-direction: column;
    }
    .ser-banner-img{
        height: 15vh;
    }
    .sub-tittle1{
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .container-banner{
        padding: 50px 0px;
    }
    .contact-forms h4{
        text-align: center;
        padding: 5px;
    }
    .sub img{
        width: 100%;
        padding: 10px;
    }
    .sub p{
        padding: 0px 0px 0px 22px !important;
    }
    .scond-img img{
        width:100%;
        height:230px;
        padding: 10px;
    }
    .sub-tittle1 img{
        width:100%;
        height: 220px;
        padding: 10px;
    }
   
 


}





