@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{


    --official-cyan:#42A18B;
    --official-gray:#5D6069;
    --official-off-white:#F0F5F5;
    --official-footer: #15161F;
    --input: #0A5F4D;

    --official-smartcyan:#13C8A0;
    --official-smartyellow:#ffbd27;
    --official-smartred:#CB5B4B;
    --official-smart4:#E7AF33;

    --box-shadow3:.4rem .4rem 1rem #ccc,
                -.4rem -.4rem 1rem #fff;

    --box-shadow2:.2rem .2rem 1rem #080808,
                -.2rem -.2rem 1rem #080808;

    --box-shadow:.1rem .1rem 1rem #080808,
                -.1rem -.1rem 1rem #080808;


    --light-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);


    --grad-input: linear-gradient( to right, #F6C83F, #42A18B, #42A18B, #F6C83F);

     --grad-input2: linear-gradient(to right, #FA6400, #FA6400, #AF3024);

     --grad-input-hover: linear-gradient(to right, #42A18B, #42A18B, #F6C83F);

     --grad-ib: linear-gradient(to right, #AF3024, #AF3024, #82007E, #82007E);
}



/*loader 2*/

.loader-container2{
    position: fixed;
    top:0; left:0;
    height:100%; 
    width:100%;
    z-index: 1000000000000000000000000000000000000000000000000000000000000000000000;
    background:#1B1D21;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader-container2 img{
    width:40rem;
}

.loader-container2.fade-out{
    top:-110%;
    opacity:0;
}













*{
  font-family: 'Poppins', sans-serif;
  margin:0; 
  padding:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #fafafa;
}


body{
    font: 15px/1.5 Lato, sans-serif;
    padding:0;
    margin:0;
    background-color:#fff;
    width: 100%;
    top: 0px !important;
}


.google{
 background-color: #fff;
}


body > .skiptranslate {
    display: none;
}

#google_translate_element a {
  display: none;
}

.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
display: none !important;
} 

#google_translate_element{
  background: #fff !important;
  text-align: center;
  width: 200px;
  margin: auto;
}

#google_translate_element select{
  padding: 0px !important;
  outline: none;
  width: 100% !important;
  color: #AF3024 !important;
  background-color: #fff !important;
  
}


.profit{
  text-align: center;
  padding:2rem 0;
  font-size: 2rem;
  color: #AF3024;
}


#profit1{
  padding: 0rem 0%;
  height: 100vh;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

#profit2{
  padding: 0rem 0%;
  height: 90vh;
  padding-bottom: 7rem;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

#profit3{
  padding: 0rem 0%;
  height: 90vh;
  padding-bottom: 9rem;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


.btn{
  display: inline-block;
  margin-top: 1rem;
  background:#5FAEFC;
  color:#fff;
  padding:.8rem 3rem;
  border:none;
  cursor: pointer;
  font-size: 1.7rem;
  width: 100%;
  border-radius: 0rem;
}

.btn:hover{
  background-color:#4d4d4d;
  color: #fff;
  border-radius: 25px;
}








/*Home Styling*/

#home{
  margin-top: 7rem;
  margin-bottom: -1rem;
}


.home{
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}


/*.home .home-slider .swiper-wrapper .box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}*/

.home .box img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}


.home .home-slider{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;

}


.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  height: 100%;
  background: rgba(50, 53, 55, 0.1);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  padding: 20rem 8rem;
  margin: auto;
  text-align: center;
  overflow: hidden;

}


.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 8rem;
  color:#fff;
  text-transform: uppercase;
  padding: 7px;
  font-weight: 700;
}


.home .home-slider .swiper-wrapper .box .content p{
  font-size: 2.5rem;
  color:#fff;
  padding:5px;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
  }


  .un-c{
    color: #5FAEFC;
  }


  .btn5{
  display: inline-block;
  margin-top: 1rem;
  background: none;
  color:#fff;
  padding:.8rem 3rem;
  margin: 20px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5rem;
  border: 1px solid #fff;
  transition: color 0.4s Linear;
  position: relative;
}


.btn5:hover{
  border: 1px solid #fff;
  border-radius: 5rem;
}


.btn5::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5FAEFC;
  border-radius: 5rem;
  z-index: -1000000000000000000000000;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}


.btn5::before{
  transform: scaleY(0);
}


.btn5:hover::before{
   transform: scaleY(1);
}

.nav-btn-bar{
  display: inline-block;
}


#nav-btn{
  display: inline-block;
  margin-top: 1rem;
  background: none;
  color:#fff;
  padding:1.3rem 2rem;
  margin: 20px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 1rem;
  background: var(--official-cyan);
  transition: color 0.4s Linear;
  position: relative;
}


#nav-btn:hover{
 background: var(--official-gray);
  color: #fff;
}


.home-btn-case{

  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;

}


.swiper-button-prev{
   left: 0%;
}

.swiper-button-next{
   right: 0%;
}



.swiper-button-next,
.swiper-button-prev{
   padding: 3rem 2rem;
   top: 50%;
   opacity: .6;
   
}


.swiper-button-next::after,
.swiper-button-prev::after{
   color: #fff;
   font-size: 3rem;
}



.swiper-button-next:hover,
.swiper-button-prev:hover{
   opacity: 1;
}



#ib{
 
  display: none;
  
}



/*what we do design bg styling
*/


#design_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
}


#design_bg h3{
color: var(--official-cyan);
font-size: 3rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 5px;
}


.headline{
height: 20px;
width: 40px;
margin: auto;
}

.headline img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg .head-box{
  padding-top: 6rem;
  width: auto;
  margin: auto;
}






/*Contact Section styling
*/


#design_bg_contact{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
  margin-top: 9.5rem;
  margin-bottom: -7.5rem;
}


#design_bg_contact h3{
color: var(--official-cyan);
font-size: 2.5rem;
text-align: center;
font-weight: 400;
letter-spacing: 4px;
padding-bottom: 2rem;
}


#design_bg_contact p{
color: #fff;
font-size: 3rem;
text-align: center;
letter-spacing: 5px;
}


.headline_contact{
height: 20px;
width: 40px;
margin: auto;
}

.headline_contact img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg_contact .head-box_contact{
  padding-top: 10rem;
  width: auto;
  margin: auto;
}












/*Banner Styling*/

#banner{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/Bdesign1.png);
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
}



/*Banner Base Styling*/

#banner_base{
  background-image: url(images/design2.png);
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
  padding: 0rem 0%;
}


.banner_base{
  width: 100%;
  height: 45vh;
}

.banner_base img{
  width: 100%;
  height: 100%;
}








/*gallery Styling*/

.gallery{
  padding: 2rem 2%;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

.gallery .heading{
  color: var(--official-gray);
}


.gallery .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .box-container .box{
  margin: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #ebebeb;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 400px;
  height: auto;
  background-color: #fff;
}

.gallery .box-container .box >img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  padding: 1rem;
}



.gallery .box-container .box >h3{
  font-size: 1.6rem;
  color: #000;
}


.gallery .box-container .box >p{
  font-size: 1.5rem;
  color:#808080;
  padding: 1rem 0;
}


.gallery .box-container .box a{
  color: #fff;
  background: var(--official-cyan);
  text-decoration: none;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}


.gallery .box-container .box a:hover{
  color: #fff;
  background: var(--official-gray);
  transition: 0.3s;
}



.btn7{
  display: inline-block;
  color:var(--official-cyan);
  padding:.6rem 2rem;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5rem;
}


.btn7:hover{
  background-color: #fff;
  color: #5FAEFC;
}

.gallery .box-container .box:hover{
  color: #5FAEFC;
}




/*gallery2 Styling*/

.gallery2{
  padding: 4rem 0%;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

.gallery2 .heading{
  color: #4d4d4d;
}


.gallery2 .box-container2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery2 .box-container2 .box2{
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 250px;
  height: 55vh;
}



.gallery2 .box-container2 .box2 >h3{
  font-size: 1.6rem;
  color: #4D4D4D;
}


.gallery2 .box-container2 .box2 >p{
  font-size: 1.3rem;
  color:#808080;
  padding: 1rem 0;
  line-height: 30px;
}


.btn7{
  display: inline-block;
  color:#2166CC;
  padding:.6rem 2rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5rem;
  text-decoration: underline;
}


.btn7:hover{
  background-color: #fff;
  color: #2166CC;
}

.gallery2 .box-container2 .box2:hover{
  color: #2166CC;
}







#grad-team{
  background-image: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}








/*Footer Styling*/

/*NewsLetter Styling*/


#newsletter{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
  background-repeat: no-repeat;
  background-position: 20% 30%;
  background-color: var(--official-footer);
  overflow: hidden;
  padding: 40px 80px;
  margin: 0px 0;
}

#newsletter h4{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#newsletter p{
  font-size: 14px;
  font-weight: 600;
  color: #818ea0;
  margin: 15px 0 20px 0;
}

#newsletter p span{
  color: var(--official-smartyellow);
}

#newsletter .form{
  display: flex;
  width: 100%;
}


#newsletter input{
  height: 5.8rem;
  padding:0 1.25rem;
  font-size: 14px;
  width: 100%;
  border:1px solid transparent;
  border-radius: 4px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#newsletter button{
  background-color: var(--official-cyan);
  color: #fff;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.normal {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border:none;
  outline: none;
  transition: 0.2s;
}





/*Footer Styling*/

.footer-logo{

  width: 200px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 1rem;
}


.footer-logo img{
  width: 100%;
  height: 100%;
}

#index_footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px 80px;
}



.col1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}


#index_footer .logo{
  margin-bottom: 30px;
}


#index_footer h4{
  font-size: 14px;
  padding-bottom: 20px;
}

#index_footer p{
  font-size: 13px;
  margin: 0 0 8px 0;
}

#index_footer a{
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 10px;
  color: var(--official-cyan);

}

#index_footer .follow{
  margin-top: 20px;
}


#index_footer .follow i{
  color: var(--official-cyan);
  padding-right: 6px;
  cursor: pointer;
  font-size: 2rem;
}


.row{
  margin: 10px 0 15px 0;
}

#index_footer .follow i:hover, #index_footer a:hover {
  color: var(--official-gray);
}

#index_footer .copyright{
  width: 100%;
  text-align: center;
  font-size: 17px;
}





#credit{
  position: relative;
  background-image: url(images/design4.png);
  width: 100%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  overflow:hidden;
  padding: 3rem 2rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  z-index: 90;
}

.credit{
  padding-top: 11rem;
}


#credit span{
   color: var(--official-cyan);
}








/*Services2 Styling*/


.headline2{
height: 20px;
width: 40px;
margin: auto;
}

.headline2 img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.head-box2{
  padding-top: 8rem;
  width: auto;
  margin: auto;
}


.head-box2 h3{
color: var(--official-cyan);
font-size: 3rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


.head-box2 p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 5px;
}



.services2{
  padding: 5rem 3%;
  position: relative;
  height: auto;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
  margin-top: -15rem;
}


.services2 h1{
  color: #4d4d4d;
}

.services2 p{
  color: #4d4d4d;
  text-align: center;
  margin-bottom: -20px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 300;
}



.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 30rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
   padding-top: 10rem;
   padding-bottom: 10rem;
}

.services2 .boxx-container .box{
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
   padding: 2rem;
   text-align: center;
}

.services2 .boxx-container .box:hover{
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
}

.services2_heading{
  background-color:#5FAEFC ;
  border: 3px solid #5FAEFC;
  width: 10%;
  margin: auto;
  margin-bottom: 40px;
}


.services2 .boxx-container .box .W_box{
  height: 100px;
  width: 150px;
  margin: auto;
  margin-bottom: 3rem;
}



.services2 .boxx-container .box img{
   margin: 1rem 0;
   height: 100%;
   width: 100%;
}

.services2 .boxx-container .box h3{
   font-size: 1.5rem;
   padding: 1rem 0;
   color: #808080;
   text-transform: capitalize;
}

.services2 .boxx-container .box p{
   line-height: 25px;
   font-size: 1.4rem;
   color: #808080;
   padding-top: .5rem;
   font-weight: 300;
}

.heading{
   text-align: center;
   padding-bottom: 2.5rem;
   font-size: 4rem;
   color: var(--black);
   text-transform: capitalize;
}










/*helpthem styling*/

#helpthem{
  padding: 4rem 5%;
  position: relative;
  background-image: url(images/design5.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


#helpthem .helpthem-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0% ;
}

#helpthem .helpthem-container .helpthem-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;

}


#helpthem .helpthem-container .helpthem-box h1{
color: #fff;
font-size: 60px;
font-family: 'Nunito', sans-serif;
font-weight: 900;
width: 700px;
line-height: 55px;

}


.vid-box{
  border: 2px solid #ffff;
  border-radius: 50%;
  padding: 25px;
  height: 10rem;
  width: 10rem;
  margin: 7px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

}

#helpthem .helpthem-container .helpthem-box i{
font-size: 35px;
color: #fff;

}


.vid-box:hover{
  background-color: var(--official-cyan);
  color: #fff;
  border: none;

}


.help{
  width: 140px;
  height: 50px;
  object-fit: cover;
}

.help img{
  width: 100%;
  height: 100%;
}


.helpthem-hr hr{
  border-top: 0.1px dotted #ccc;
  margin-top: 2rem;
}



.helpthem-container2{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 7rem 5%;
  gap: 5rem;

}


.helpthem-main{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}




.helpthem-box2{
  width: 250px;
  color: #fff;
}


.helpthem-box2 h3 {
padding-bottom: 1.5rem;
font-size: 20px;
}

.helpthem-box2 p {
font-size: 17px;
line-height: 25px;
}


.v1box{
  width: 60px;
  height: 100px;
  object-fit: cover;
}

.v1box img{
  width: 100%;
  height: 100%;
}

.v1box img:hover{
  transform: rotate(360deg);
}









/*Header Control Stylings*/


/*i{
  font-size: 20px;
  color: #fff;
}

i:hover{
  color: #5FAEFC;
  transition: 0.3s ease;  
}*/


/*Header-control*/

.fixed-header{
  width: 100%;
  position: fixed;
  background-color:  #fff;
  top: 0;
  z-index:20;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}


.fixed-header .flex-container .logo-box{
  
  width:150px ;
  height:50px ;
  margin: 0;
  padding-top: 4px;
}


.fixed-header .flex-container .logo-box img{
  
  width:100%;
  height:100%;
}



.navbar{
  color: #fff;
  height: 100px;
  padding-top: 15px;
  overflow: hidden;
  display: flex;
}

.img1{
  margin-left: 0px;
  margin-top: 5px;
}


.flex-container{
  margin: 0 auto;
  overflow: hidden;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  border-bottom: 2px solid var(--official-cyan);
  overflow: hidden;
}


.navbar-nav li a{
  float: left;
  display: block;
  color: var(--official-gray);
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
  position: relative;
}

.navbar-nav a:hover{
  color:var(--official-cyan);
  transition: 0.3s ease;
}

.navbar-nav .active a{
  color:var(--official-cyan);
    font-weight:400;
}

.navbar-nav .active a::after, .navbar-nav a:hover::after{
  content: "";
  width:40%;
  height: 2px;
  background-color: var(--official-cyan);
  position: absolute;
  bottom: 10px;
  left: 20px;
  transition: 0.3s ease;
}

.navbar ul{
  margin: 8px 0 0 0;
  padding-top: 0;
  list-style-type: none;
  display: flex;
}




/*Dropdown Starts*/


.dropdown {
  position: relative;
  margin-top:-1rem;
}


.dropdown #dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: var(--official-gray);
  padding: 14px 25px;
  margin-top: 9px;
  background: none;
}

.dropdown #dropbtn:hover{
  color:var(--official-cyan);
  transition: 0.3s ease;
}


.dropdown-content{
  display: none;
  position: fixed;
  min-width: 110px;
  height: auto;
  background-color: var(--official-cyan);
  color: #ffff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1098009389383837367636;
}

.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #fff;
}

.dropdown-content a:hover {
  background-color: var(--official-gray);
  color:#fff;
  transition: 0.3s ease;
}

.show {
  display: block;
}


/*Dropdown Ends*/





.side-nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: var(--box-shadow2);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}


.side-nav a{
  padding: 20px 10px 20px 30px;
  text-decoration: none;
  font-size:16px;
  color: #4d4d4d;
  display: block;
  transition: 0.3s;
}


.side-nav a:hover{
  color: var(--official-cyan);
  font-weight: 400;

}


.side-nav hr{
  color: #3b5998;
  width: 200px;
}


.side-nav .btn-close{
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;

}


.open-slide{
  display: none;
}




hr{
  height: 1px;
  background-color: var(--official-gray);
  border:none;
}








#grad1{
  background-image: linear-gradient(to right, #CE9A9C, #ADD7E5);
}

#grad3{
  background-image: linear-gradient(to right, #0f2f5e, #e20309);
}

#grad4{
  background-image: linear-gradient(to right, #003a6a, #00e6ec);
}

#grad5{
  background-image: linear-gradient(to right, #00303c, #569DE3);
}




/*our_customer styling*/

#our_customer{
  position: relative;
  background-image: url(images/home-img-1.jpg);
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  overflow:hidden;
}



/*Feedback Calculator CreditCard NeedHelp*/

#fccn{
  padding: 3rem 3%;
  position: relative;
  background-image: url(images/design3.png);
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow:hidden;
}

.fccn_box_container{

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  position: relative;
  background-image: url(images/engine.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow:hidden;
  margin: 0;

}

.fccn_box{
  width: 300px;
  border: 0.5px solid #b3b3b3;
  text-align: center;
  padding: 1rem 1rem;
  gap: 1rem;
  border-radius: 2rem;
} 

#fccn .fccn_box:nth-child(1) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #616161;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}

#fccn .fccn_box:nth-child(2) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #FF4400;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}

#fccn .fccn_box:nth-child(3) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #DEB887;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}

#fccn .fccn_box:nth-child(4) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #616161;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}


#fccn .fccn_box:nth-child(1) .fccn_h3{
  background-color: #787878;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box:nth-child(2) .fccn_h3{
  background-color: #FF6644;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box:nth-child(3) .fccn_h3{
  background-color: #DEB867;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box:nth-child(4) .fccn_h3{
  background-color: #787878;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box .fccn_h3 h3{

   font-weight: 400;

}


#fccn .fccn_box .fccn_p{
  width: 100%;
  padding: 1.5rem;
  color: #808080;
  margin-top: 0;
}

#fccn .fccn_box .fccn_p p{

   font-weight: 400;

}

#fccn .fccn_box .fccn_btn{

  margin-bottom: 3rem;
  margin-top: 1rem;

}

#fccn .fccn_box:nth-child(1) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #787878;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box:nth-child(2) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #FF6644;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box:nth-child(3) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #DEB867;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box:nth-child(4) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #787878;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box button:hover{
  background-color: #fff;
  color: #1a1a1a;
}



#logbanner{

margin-top:7.4rem;

}


.logbanner{
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.logbanner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}








/* Register Styling */


/*admin-form-container*/

#admin1a{
  width: 100%;
  height: 100%;
  padding: 0rem 0%;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


.admin-form-container{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:0rem;
  padding: 0rem 0rem 0rem 0rem;
  overflow: hidden;

}


.container{
  position: relative;
  max-width: 100%;
  width: 800px;
  border-radius: 10px;
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);*/
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 5rem;
  
}


.container .forms{
  width: auto;
  transition: height 0.2s ease;
}

.container .form{
width: auto;
padding: 25px;
}


.title{
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #808080;
  margin-top: -10px;
  margin-bottom: -3px;

}


.form .input-field{
  position: relative;
  height: 60px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.input-field i.showhidepw{
  right: 0;
  cursor: pointer;
  padding: 10px;

}


fieldset{
  width: 100%;
  border: 0.3px solid #fff;
  padding: 5px;
  margin: 5px auto;
  border-radius: 5px;
}

legend{

  font-size: 13px;
  margin-top: 10px;
  padding: 0px 5px;
  color: #fff;

}

.form p{
  font-size: 13px;
  margin-top: 5px;
  color: var(--official-footer);
  }



.input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background: var(--official-footer);
  color: #fafafa;
  border-radius: 4rem;
  transition: all 0.2s ease;
}


.input-field textarea{
  border-radius: 5px;
  resize: none;
  background-color: var(--official-footer);
  color: #fff;
  width: 100%;
}


.input-field input[type="file"]{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 20px;
  margin: auto;
  border: none;
  outline: none;
  font-size: 16px;
  background: none;
  color: #1a1a1a;
  transition: all 0.2s ease;
}


.input-field input[type="file"]:focus{
  outline: none;
  border: none;
}



.input-field select{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background: #000;
  color: #fafafa;
  border-radius: 4rem;
  transition: all 0.2s ease;
}


.input-field input:focus{
 outline:1.5px solid #5FAEFC;
 background: var(--official-footer);
}


.input-field select:focus{
 outline:1.5px solid #5FAEFC;
}



.input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:var(--official-cyan);
  font-size: 18px;
  transition: all 0.2s ease;
}


.input-field input:focus ~ i{
  color: var(--official-smartyellow);
}


.input-field i .icon{
  left: 0;
}

.form3 .button{
  margin-top: 20px;
}


.input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 24px 45px;
  font-weight: 600;
  width: 70%;
  margin: 1.5rem auto;
  letter-spacing: 1px;
  background:var(--grad-input);
  box-shadow: var(--box-shadow2);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  border: 0.1px solid #b3b3b3;
}


 .input-field button:hover{
  background:var(--official-gray);
  color:#fff;
}



input::placeholder{
  color: var(--official-gray);
  font-size: 13px;
  font-weight: 300;
}


.login-tag h1{

  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-align: left;
  padding-bottom: 1.5rem;
  
}


.member{
  text-align: center;
  padding: 3rem;
  color: #1a1a1a;
}

.member a{
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 200;
}

.member-sign-in{
  color: #FF0039;
  font-weight: 600;
}



.tc-input-field input[type="checkbox"]{
  position: absolute;
  height: 18px;
  width: 18px;

}


.tc-input-field label{

  padding-left: 30px;
  color: #1a1a1a;
}


.tc-input-field{
  margin-top: 10px;
  width: auto;
  text-align: center;
}


.login-icon{
  margin: auto;
  margin-top: 3rem;
  height: 17rem;
  width: 17rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: var(--box-shadow-inset2);
}

.login-icon img{
  height: 100%;
  width: 100%;
  margin-top: 7px;
  border-radius: 1rem;
}



.boundry{
  width: 100%;
  height: 5px;
  background-color:var(--official-cyan) ;
  margin: 2rem auto;
}



#page_planning{

  width: 100%;
  height: 100%;
  padding: 4rem 15%;
  position: relative;
  background-color: #fff;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;

}

#page_planning h3{
  font-size: 20px;
  color:var(--official-cyan);
  padding-bottom: 20px;
  font-weight: 700;
}


#page_planning p{
  font-size: 15px;
  color: var(--official-footer);
  line-height: 35px;
}




/*Contact Block Styling*/

#contact-block{
  padding: 0rem 9%;
  padding-top: 3rem;
  position: relative;
  background-image: url(images/design3.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow:hidden;
}


#contact-block .container{
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  padding-top: 4.5rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


#contact-block .container .form{
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: var(--light-shadow);
  z-index: 10;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


/*#contact-block .container .form .contact-info{
  background-color: var(--official-cyan);
}*/

#contact-block .container .form .contact-form{
  background-color: var(--official-cyan);
  position: relative;
  border-radius: 10px;
}

#contact-block .container .form .contact-form .circle{

  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;

}


#contact-block .container .form .contact-form .circle.one{
  width: 130px;
  height: 130px;
  top: 130px;
  right: 320px;
}


#contact-block .container .form .contact-form .circle.two{
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}


#contact-block .container .form .contact-form:before{
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--official-cyan);
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}


#contact-block .container .form form{

  padding: 3.5rem 2.5rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

#contact-block .container .form .contact-info{
  padding: 2.3rem 2.2rem;
  position: relative;
}


#contact-block .container .form .contact-info .icon{
  width: 28px;
  margin-right: 1rem;
}

#contact-block .container .form .contact-info .title{
  color: var(--official-cyan);
  padding: 1rem 0rem;
  font-weight: 600;
  text-align: left;
  font-size: 2.5rem;

}


#contact-block .container .form .contact-info .text{
  color: #333;
  margin: 1.5rem 0 2rem 0;
}


#contact-block .container .form .contact-info .hf{
color: var(--official-smartyellow);
font-weight: 400;
}


#contact-block .container .form .contact-info .information{
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 1.3rem;

}


#contact-block .container .form .contact-info .social-media{
  padding: 3rem 0 0 0;

}


#contact-block .container .form .contact-info .social-media p{
  color: var(--official-gray);
 padding-bottom: 0.9rem;
  letter-spacing: 2px;
}

#contact-block .container .form .contact-info .social-media .social-icons{
  display: flex;
  margin-top: 0.5rem ;
}

#contact-block .container .form .contact-info .social-media .social-icons a{
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, var(--official-cyan), var(--official-gray));
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;

}

#contact-block .container .form .contact-info .social-media .social-icons a:hover{
  transform: scale(1.05);
}



#contact-block .container .form .contact-info:before{
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 22px solid var(--official-cyan);
  border-radius: 50%;
  bottom: -77px;
  right: 20px;
  opacity: 0.3;

}

.big-circle{
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, var(--official-cyan), var(--official-gray) );
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38% );
}

.big-circle:after{
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}



.square{
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}







/*#contact-block .container .form form .title{
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}


#contact-block .container .form form .input-container{
  position: relative;
  margin: 1rem 0;
}



#contact-block .container .form form .input-container .input{
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 1.1rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}


#contact-block .container .form form .input-container textarea.input{
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
}


#contact-block .container .form form .input-container label{

  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem ;
  color: #fafafa;
  font-size: 1.2rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5;
}


#contact-block .container .form form .input-container textarea label{
  top: 1rem;
  transform: translateY(0);
}


#contact-block .container .form form .btn{

padding: 1rem 1.3rem;
background-color: #fff;
border: 2px solid #fafafa;
font-size: 1.5rem;
color: var(--official-cyan);
line-height: 1;
border-radius: 25px;
outline: none;
cursor: pointer;
transition: 0.3s;
margin: 0;

}


#contact-block .container .form form .btn:hover{
  background-color: transparent;
  color: #fff;
}


#contact-block .container .form form .input-container span{
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
  background-color: var(--official-cyan);
  z-index: 500;
}

#contact-block .container .form form .input-container span:before,
#contact-block .container .form form .input-container span:after{
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: var(--official-cyan);
  top: 50%;
  transform: translateY(-50%);
}


#contact-block .container .form form .input-container span:before{
  left: 50%;
}


#contact-block .container .form form .input-container span:after{
  right: 50%;
}


#contact-block .container .form form .input-container.focus label{
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 1.2rem;
}

#contact-block .container .form form .input-container.focus:before,
#contact-block .container .form form .input-container.focus:after{
  width: 50%;
  opacity: 1;
}*/



.don_gateway{
   padding: 5rem 8rem 8rem 8rem;
   max-width: 1200px;
   margin: 0 auto;
}

.don_gateway h1{
  color: var(--official-gray);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  margin-bottom: 2rem;
}

.don_gateway .donaspan{
  color: var(--official-cyan);
  font-weight: 600;
  font-size: 26px;
}


.don_gateway .box-container{
   display: flex;
   flex-wrap: wrap;
   gap: 2rem;
   align-items: flex-start;
}


.don_gateway .box-container .box{
   flex: 1 1 40rem;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
   border-radius: 5px;
}

.don_gateway .box-container .box h3{
   padding: 1.5rem 2rem;
   font-size: 2rem;
   background-color: var(--official-cyan);
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 1rem;
   cursor: pointer;
   border-radius: 5px;
}

.don_gateway .box-container .box p{
   font-size: 1.6rem;
   font-weight: 300;
   color: #666;
   background-color: #fff;
   padding: 1.5rem 2rem;
   line-height: 1.5;
   display: none;
   border-radius: 5px;
}

.don_gateway .box-container .box.active p{
   display: block;
}

.don_gateway .box-container .box .don{
  font-weight: 500;
  color:var(--official-cyan) ;
}


.don_gateway .box-container .box.active h3{
   background-color: var(--official-gray);
   border-radius: 5px;
}





/*Project Styling Starts here*/

.projects{
  padding: 3rem 3%;
  background: var(--official-footer);
}

.projects .heading {
  color: #fff;
}

.projects .box-container{

  display: grid;
  grid-template-columns: repeat(auto-fit, 30rem);
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;

}

.projects .box-container .box{
  cursor: initial;
}


.projects .box-container .box:hover .image img{
  transform: scale(1.1);
}



.projects .box-container .box .image{

  height: 40rem;
  overflow: hidden;

}


.projects .box-container .box .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.projects .box-container .box .content{
  display: flex;
  background: var(--official-off-white);
  justify-content: space-between;
}


.projects .box-container .box .content .info{
  padding: 1rem 2rem;

}


.projects .box-container .box .content .info h3{
   font-size: 1.7rem;
   text-transform: capitalize;
   color: var(--official-cyan);
}

.projects .box-container .box .content .info p{
   font-size: 1.5rem;
   line-height: 1.5rem;
   color: var(--official-gray);
}


.projects .box-container .box .content i{

  height: 7.5rem;
  font-size: 3rem;
  background-color: var(--official-cyan);
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 6.5rem;
  padding: 0 1.5rem;

}



/*Project Styling Ends here*/




/* Image Sliders Styling*/

#conslider{
  height: auto;
  text-align: center;
  background-color: var(--official-footer);
  overflow: hidden;
  padding: 3rem 0%;
}

#conslider h1{
  color: #0eb582;
  font-size: 30px;
  margin-bottom:20px;
  font-weight: 500;
}

.content-container{
  height: 500px;
  width: 750px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border: 2px solid #0eb582;
  margin: auto;
}

.content-container .images{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.images img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btm-sliders{
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);

}

.btm-sliders span{
  height:15px;
  width: 50px;
  border: 2px solid #0eb582;
  margin: 0 3px;
  cursor: pointer;
}

.btm-sliders span:hover{
  background-color: #0eb582;
}

.content-container .slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: 2px solid #0eb582;
  background-color: transparent;
  cursor: pointer;
}

.content-container .slide:hover{
  background-color: #0eb582;
}

.slide span{
  font-size: 35px;
  color: white;
  line-height: 41px;
}

.content-container .right{
  right: 0;

}

.emp{
  color: #ffd631;
}



/* activites */
#boxxxes{
padding: 2rem 5%;
position: relative;
background-image: url(images/design3.png);
width: 100%;
height: auto;
background-size: cover;
background-position: center;
background-attachment: fixed;
overflow:hidden;
}


#boxxxes .flex-container222{
  margin:  auto;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}


#boxxxes .flex-container222 .box{
  width: 30%;
  
}

#boxxxes .flex-container222 .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}





#prog{
  padding: 3rem 3%;
  background-color: var(--official-cyan);
  overflow: hidden;
  position: relative;
  background-image: url(images/pattern.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


#prog .program2 h3{
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
 margin-bottom: 15px;
}

#prog .program-container{
  margin:  auto;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#prog .program-container .program{
  width: 30%;
}


#prog .program-container .program img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}


#banner{
  background-image: url(images/Banner1.jpg);
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  margin: 0 0;
  overflow: hidden;
}




/*Video Styling*/

#vid-container{
   background-color: var(--official-off-white);
   padding: 0.5rem 5%;

  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

#vid-container .container{
   width: 100%;
   margin:100px auto;
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   gap:20px;
}

#vid-container .container .main-video-container{
   flex:1 1 700px;
   border-radius: 5px;
   box-shadow: 0 5px 15px rgba(0,0,0,.1);
   background-color: var(--official-cyan);
   padding:5px;
   height: auto;
}

#vid-container .container .main-video-container .main-video{
   margin-bottom: 7px;
   border-radius: 5px;
   width: 100%;
   height: 450px;
}




#vid-container .container .main-video-container .main-vid-title{
   font-size: 20px;
   color:#fff;
   padding: 10px 0;
}

#vid-container .container .video-list-container{
   flex:1 1 350px;
   height: 485px;
   overflow-y: scroll;
   border-radius: 5px;
   box-shadow: 0 5px 15px rgba(0,0,0,.1);
   background-color:var(--official-cyan);
   padding:15px;
}

 #vid-container .container .video-list-container::-webkit-scrollbar{
   width: 10px;
}

#vid-container .container .video-list-container::-webkit-scrollbar-track{
   background-color: #fff;
   border-radius: 5px;
}

#vid-container .container .video-list-container::-webkit-scrollbar-thumb{
   background-color: #444;
   border-radius: 5px;
}

#vid-container .container .video-list-container .list{
   display: flex;
   align-items: center;
   gap:15px;
   padding:10px;
   background-color: var(--official-smartcyan);
   cursor: pointer;
   border-radius: 5px;
   margin-bottom: 10px;
}

#vid-container .container .video-list-container .list:last-child{
   margin-bottom: 0;
}

#vid-container .container .video-list-container .list.active{
   background-color: var(--official-smartcyan);
}

#vid-container .container .video-list-container .list.active .list-title{
   color:#fff;
}

#vid-container .container .video-list-container .list .list-video{
   width: 100px;
   border-radius: 5px;
}

#vid-container .container .video-list-container .list .list-title{
   font-size: 17px;
   color:#444;
}


iframe{

  width: 100%;
  height: 60px;

}





/*Admin Side Styling*/

  #admin_body{
  background-color:var(--official-off-white);
  padding-left: 35rem;
  margin-top: 13rem;
  height: 100vh;
  }


.flex-container2{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
  /*justify-content: center;*/
  align-items: center;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}


.fixed-header2{
  position: fixed;
  width: 100%;
  background-color: var(--official-cyan);
  top: 0;
  left: 0rem;
  z-index: 3;
  overflow: hidden;
  box-shadow: var(--box-shadow2);
}


.fixed-header2 .flex-container2 .logo-box2{ 
  width:190px ;
  height:65px ;
  margin: 0;
  padding-top: 3.5px;
}


.fixed-header2 .flex-container2 .logo-box2 img{
  width:100%;
  height:100%;
  object-fit: cover;
}


.fixed-header2 .flex-container2 .logo-box2 img:hover{
  transform: scale(0.95);
}


.admin_header{
    position: fixed;
    top:9rem; left: 0;
    z-index: 2;
    background: var(--official-cyan);
    color: #fff;
    width: 35rem;
   /* border-right: 1px solid #00CCFF;*/
    height: 100%;
    text-align: center;
    padding: 2rem 1.5rem 10rem 1.5rem;
    overflow-x: auto;
    box-shadow: var(--box-shadow2);
}


.admin_header .user{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.admin_header .user img{
    margin:1rem 0;
    border:1rem solid var(--admin-header);
    box-shadow: var(--box-shadow2);
    border-radius: 50%;
    height: 10rem;
    width: 10rem;
}


.admin_header .user img:hover{
  transform: rotate(360deg);
}




.admin_header .user h3{
    color:#00CCFF;
    font-size: 2rem;
}

.admin_header .user p{
    color:#E6B635;
    font-size: 1.5rem;
}

.admin_header .admin_navbar{
    padding-top: 1rem;
}

.admin_header .admin_navbar a{
    display: block;
    margin:0.5rem 0;
    padding: 0.5rem 0 0.5rem 0rem;
    font-size: 1.5rem;
    color:#fff;
}

/*.admin_header .admin_navbar a:hover{
    color: #00CCFF;
}*/


/*.admin_header .admin_navbar a .admin-hr .active{
   background-color: #F6DC54;
}
*/



.admin_header .admin_navbar a sup{

  font-size: 15px;
  color: #F6DC54;
  vertical-align: super;
  padding: 2px;

}

.admin-hr{
  border-bottom: 1.5px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: left;
}


.admin-hr:hover{
  color: #fff;
  background-color: var(--official-smartcyan);
}


.admin-hr #active{
 background: var(--official-cyan);
 color: #fff;
}



.admin-hr i{

  font-size: 1.5rem;
  color: var(--official-off-white);
  padding-left: 10px;
}


.admin-hr i:hover{
  color: #fff;
}



#menu-btn-admin{
    /*position: fixed;
    top:2.5rem; left: 2.5rem;
    z-index: 1000;*/
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    box-shadow: var(--light-shadow);
    text-align: center;
    color:var(--official-off-white);
    background: var(--official-smartcyan);
    display: none;
}

#menu-btn-admin:hover{
    color:var(--official-off-white);
    box-shadow: var(--light-shadow);
    background: var(--official-cyan);
}







/* Admin Post Form Styling */


#admin1aa{
  width: 100%;
  height: auto;
  padding: 0rem 0%;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
  margin-top: -3.5rem;
}


#admin1aa .admin-form-container{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:0rem;
  padding: 0rem 0rem 0rem 0rem;
  overflow: hidden;

}


#admin1aa .admin-form-container .container{
  position: relative;
  max-width: 100%;
  width: 800px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow2);
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  
}


#admin1aa .admin-form-container .container .forms{
  width: auto;
  transition: height 0.2s ease;
}

#admin1aa .admin-form-container .container .forms .container .form{
width: auto;
padding: 25px;
}



#admin1aa .admin-form-container .container .forms .container .form .input-field{
  position: relative;
  height: 60px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


#admin1aa .admin-form-container .container .forms .container .form .input-field i.showhidepw{
  right: 0;
  cursor: pointer;
  padding: 10px;

}


#admin1aa .admin-form-container fieldset{
  width: 100%;
  border: 0.3px solid var(--official-cyan);
  padding: 5px;
  margin: 5px auto;
  border-radius: 5px;
}

#admin1aa .admin-form-container legend{

  font-size: 13px;
  margin-top: 10px;
  padding: 0px 5px;
  color: var(--official-gray);

}

#admin1aa .admin-form-container .container .forms .container .form p{
  font-size: 13px;
  margin-top: 5px;
  color: var(--official-off-white);
  }



#admin1aa .admin-form-container .input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background: var(--official-cyan);
  color: #fafafa;
  border-radius: 2rem;
  transition: all 0.2s ease;
}


#admin1aa .admin-form-container .container .forms .container .form .input-field textarea{
  border-radius: 5px;
  resize: none;
  background-color: var(--official-footer);
  color: #fff;
  width: 100%;
}


#admin1aa .admin-form-container  input[type="file"]{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 20px;
  margin: auto;
  border: none;
  outline: none;
  font-size: 16px;
  background: var(--official-cyan);
  color: var(--official-off-white);
  transition: all 0.2s ease;
  padding-left: 4rem;
  padding-bottom:4.5rem;
}


#admin1aa .admin-form-container .container .forms .container .form .input-field input[type="file"]:focus{
  outline: none;
  border: none;
}



#admin1aa .admin-form-container .container .forms .container .form .input-field input:focus{
 outline:1.5px solid #5FAEFC;
 background: #fff;
}


#admin1aa .admin-form-container .container .forms .container .form .input-field select:focus{
 outline:1.5px solid #5FAEFC;
}



#admin1aa .admin-form-container .container i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#fff;
  font-size: 18px;
  transition: all 0.2s ease;
}


#admin1aa .admin-form-container .container input:focus ~ i{
  color: #fff;
}


#admin1aa .admin-form-container .container .forms .container .form .input-field i .icon{
  left: 0;
}

.form3 .button{
  margin-top: 20px;
}


#admin1aa .admin-form-container .container button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 24px 45px;
  font-weight: 600;
  width: 50%;
  margin: 1.5rem auto;
  letter-spacing: 1px;
  background:var(--grad-input);
  box-shadow: var(--box-shadow2);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  border: 0.1px solid #b3b3b3;
}


 #admin1aa .admin-form-container .container button:hover{
  background:var(--grad-input-hover);
  color:#fff;
}



#admin1aa .admin-form-container  input::placeholder{
  color: var(--official-off-white);
  font-size: 13px;
  font-weight: 300;
}


.login-tagaa h1{

  color: var(--official-gray);
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1.5rem;
  
}


.member{
  text-align: center;
  padding: 3rem;
  color: #1a1a1a;
}

.member a{
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 200;
}

.member-sign-in{
  color: #FF0039;
  font-weight: 600;
}



.tc-input-field input[type="checkbox"]{
  position: absolute;
  height: 18px;
  width: 18px;

}


.tc-input-field label{

  padding-left: 30px;
  color: #1a1a1a;
}


.tc-input-field{
  margin-top: 10px;
  width: auto;
  text-align: center;
}


.login-icon{
  margin: auto;
  margin-top: 3rem;
  height: 17rem;
  width: 17rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: var(--box-shadow-inset2);
}

.login-icon img{
  height: 100%;
  width: 100%;
  margin-top: 7px;
  border-radius: 1rem;
}




/*popup message*/

.system_message_pop{
  width: 200px;
  background-color: var(--official-cyan);
  border-radius: 20px;
  position:absolute;
  top: 15rem;
  right: 5rem;
  transform: translateY(-50%, -50%);
  text-align: center;
  padding: 0 30px 35px;
  color: #fff;
  z-index: 99999999999999999999999999999999999;
  border-left: 2px solid #fff;
  /*overflow: hidden;*/
  /*transform: translateX( calc(100% + 5rem) );
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);*/

}


/*.system_message_pop .active{

  transform: translateX( 0% );
}*/



/*.system_message_pop .progress{
  position: absolute;
  bottom: 0;
  left: 50;
  height: 3px;
  width: 100%;
  background-color: yellowgreen;
}*/



/*.system_message_pop .progress:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  height: 100%;
  width: 100%;
  background-color: #fff;
}*/


/*.progress .active:before{

   animation: progress 5s linear forwards ;
}*/


/*@keyframes progress 

100% {

  right:100%;

}*/



.system_message_pop img{
  width: 70px;
  margin-top: -30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.system_message_pop h2{
  font-size: 38px;
  font-weight: 500;
  margin: 5px 0 5px;
}


.system_message_pop p{
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0px;
}


.system_message_pop button{

  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  background-color: var(--official-cyan);
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}



.system_message_pop button:hover{
   background-color: var(--official-smartcyan);
}


.system_message_pop button:active{
   transform: scale(0.95);  
}







/*Danger popup Styling*/


.system_message_pop2{
  width: 200px;
  background-color: #D2023C;
  border-radius: 20px;
  position:absolute;
  top: 15rem;
  right: 5rem;
  transform: translateY(-50%, -50%);
  text-align: center;
  padding: 0 30px 35px;
  color: #fff;
  z-index: 99999999999999999999999999999999999;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


.system_message_pop2 img{
  width: 70px;
  margin-top: -30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.system_message_pop2 h2{
  font-size: 38px;
  font-weight: 500;
  margin: 5px 0 5px;
}


.system_message_pop2 p{
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0px;
}


.system_message_pop2 button{

  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  background-color: #D2023C;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}



.system_message_pop2 button:hover{
   background-color: #99022C;
   transform: scale(0.95);
}


.system_message_pop2 button:active{
   transform: scale(0.95);  
}




/*Update Table*/


#admin{
padding: 1rem 4%;

}



#admin .values{
margin: auto;
width: auto;
border-radius: 10px;
background: var(--official-cyan);
box-shadow: var(--box-shadow2);
overflow-x: scroll;
}


#admin .values .heading h3{
  font-size: 25px;
  text-align: center;
  color: #fafbff;
  padding-top: 25px;
}


/*#admin .values table{
display:block;
overflow-x: scroll;
white-space: nowrap;
width: auto;
}*/


.btn11{
  width: 110px;
  background-color: #1a1a1a;
  color: #fff;
  margin: 10px 0px;
  padding: 10px 8px;
  border:none;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
  }


  .btn11:hover{
    color: #fff;
    background-color: #fff;
    border-radius: 20px;
  }

  .btn12{
  width: 110px;
  color: #fff;
  background-color: #DA2C32;
  margin: 10px 0px;
  padding: 10px 8px;
  border:none;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
  }


  .btn12:hover{
    background-color: #fff;
    color: #fff;
     border-radius: 20px;
  }


  .btncase{
  margin: 10px 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.6rem;

  }


 #admin .values table, th, td{
    border: 1px solid #fff;
    border-collapse: collapse;
  }

  #admin .values table {
    display:block;
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
  }

 #admin .values table td{
    background-color: #ebebeb;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
  }


  #admin .values table th{
    color: #fff;
    background-color:var(--official-smartcyan);
    font-size: 14px;
    font-weight: 400;
    padding: 9px;
    width: 100vh;
  }




#grad1{
  background-image: linear-gradient(to right, #CE9A9C, #ADD7E5);
}

#grad3{
  background-image: linear-gradient(to right, #42A18B, #e20309);
}

#grad4{
  background-image: linear-gradient(to right, #42A18B, #13C8A0);
}


#grad5{
  background-image: linear-gradient(to right, #00303c, #0003e6);
}





/*Update Pop Up*/

.popupmain{
  position: fixed;
  z-index: 100000000;
  width: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;
}


.popup{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 0px;
  color: #333;
  margin-top: 4%;
  overflow-y: auto;
}



.pop-form-container{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 3rem;
}


.pop-container{
  position: relative;
  max-width: 100%;
  width: 800px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  margin: 40px 10px;
  
}

.pop-container .pop-forms{
  width: 200%;
  transition: height 0.2s ease;
}


.pop-container .pop-form{
  width: 50%;
  margin-bottom: 5rem;
  padding: 20px;
}


.pop-title{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  color: var(--official-footer);
  margin-top: -10px;
  margin-bottom: -3px;

}


.pop-form .pop-input-field{
  position: relative;
  height: 50px;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.pop-form p{
  font-size: 13px;
  margin-bottom: -10px;
  text-align: left;
  }



.pop-input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 14px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: var(--official-smartcyan);
  color: #fafafa;
  border-radius: 10rem;
  transition: all 0.2s ease;
}



.pop-input-fieldinput:focus{
  border-bottom-color: #fff;
}



.pop-input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#fff;
  font-size: 18px;
  transition: all 0.2s ease;
}


.pop-input-field input:focus ~ i{
  color: #fff;
}


.pop-input-field i .icon{
  left: 0;
}


.pop-form .button #button2{
   margin-top: 70px;
}


.pop-form .button{
  margin-top: 18px;
  display: flex;
  align-content:space-between;
  justify-content: flex-start;
  gap: 12rem;
}



.pop-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 8px 45px;
  margin: 5px;
  font-weight: 500;
  letter-spacing: 2px;
  background: var(--official-gray);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
}


 .pop-input-field button:hover{
  background: var(--official-smartcyan);
  color:#fff;
  border-radius: 100px;
}



/*Delete Pop Up*/

.del-container{
  position: relative;
  max-width: 60%;
  width: 60%;
  background-color: rgba(0,0,0,0.75);
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  margin: auto;
}



.del-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 45px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #DA2C32;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
  margin-top: 10px;
}


.del_p{
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}



.del-input-field button:hover{
  background:#1a1a1a;
  color:#fff;
  border-radius: 25px;
}




/*Admin Login Styling*/


.log_sec{
  width: 100%;
  min-height: 100vh;
  padding: 10rem 0;
  position: relative;
  background-image: url(images/bg_admin1.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}



.login-track-container{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.tc-container{
  position: relative;
  max-width: 100%;
  width: 550px;
  background: var(--official-off-white);
  border-radius: 10px;
 /* box-shadow: 0 5px 10px rgba(66, 161, 139,1);*/
 box-shadow: 1px 7px 13px -5px #000;
  overflow: hidden;
  border: 0px solid #13C8A0;
  margin: 40px 10px;
  
  
}

.tc-container .tc-forms{
  width: 200%;
  transition: height 0.2s ease;
}

.tc-container .tc-form{
  width: 50%;
  padding: 30px 10px;
  background-color: #fff;
}


.tc-form .tc-input-field{
  position: relative;
  height: 60px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.tc-form p{
  font-size: 13px;
  margin-bottom: -12px;
  }



.tc-input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: var(--official-cyan);
  color: #fff;
  border-radius: 10rem;
  transition: all 0.2s ease;
}


.input-fieldinput:focus{
  border-bottom-color: #fff;
  background: var(--official-cyan);
}


.tc-input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#fff;
  font-size: 18px;
  transition: all 0.2s ease;
}


.tc-input-field input:focus ~ i{
  color: #fff;
}


.tc-form .button{
  margin-top: 10px;
}


.tc-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 20px 45px;
  font-weight: 600;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
  background: var(--grad-input);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50px;
 
  
}


 .tc-input-field button:hover{
  background:var(--grad-input-hover);
  color:#fff;
  border-radius: 50px;
}


input::placeholder{
  color: #fff;
  font-size: 14px;
}


.tc-container .tc-form .title{
  position: relative;
  font-size: 25px;
  font-weight: 400;
  color:#F6C83F;
  padding-bottom: 1rem;
}



.tc-form .title::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 50px;
  background-color: #13C8A0;
  border-radius: 25px;
  margin-bottom: 1rem;
}





#theme-toggler{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    box-shadow: var(--light-shadow);
    text-align: center;
    color: #fff;
    background: var(--official-smartcyan);
}

#theme-toggler:hover{
    color: #fff;
    box-shadow: var(--box-shadow-inset);
}



.logo-boxx{
  
  width:200px ;
  height:90px ;
  margin: auto;
  padding-top: 4px;
  padding-bottom: 2rem;

}


.logo-boxx img{
  
  width:100%;
  height:100%;
}
























































/* media queries  */


@media (max-width:1300px){


#home{
  margin-top: 9rem;
}


.home .home-slider{
  width: 100%;
  height: 400px;

}


#credit{
  width: 100%;
  height: 10vh;
  background-position: initial;
  font-size: 1.2rem;
}



.credit{
  padding-top: 12rem;
}


.footer .flex .box{
   flex: 1 1 25rem;
   margin-top: 4rem;
}


.footer .flex #box1{
 background-image: url(images/footer_news2.png);
 width: 100%;
 height: 15vh;
 background-position: initial;
} 


.footer .flex .box #button1{
  width: 60%;
}


.footer .flex .box input[type="email"]{
  margin: 8px 5px;
  width: 100%;
}


.head-box2{
  padding-top: 14rem;
  width: auto;
  margin: auto;
}



/*Banner Base Styling*/

#banner_base{
  background-image: url(images/design2.png);
  width: 100%;
  height: 20vh;
  background-size: cover;
  background-position: initial;
  overflow: hidden;
  padding: 0 10%;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
  padding: 0rem 0%;
}


.banner_base{
  width: 100%;
  height: 10vh;
}

.banner_base img{
  width: 100%;
  height: 100%;
}


#design_bg{
  height: 15vh;
  width: 100%;
  background-size: cover;
  background-position:center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
}


#design_bg h3{
font-size: 3rem;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg p{

font-size: 1.3rem;
padding-bottom: 1rem;
}


#design_bg .head-box{
  padding-top: 7rem;
  padding-bottom: 1rem;
  width: auto;
  margin: auto;
}


.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 40rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
   padding-top: 10rem;
   padding-bottom: 10rem;
}



.gallery .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .box-container .box{
  margin: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #ebebeb;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 300px;
  height: auto;
  background-color: #fff;
}


.flex-container{
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  border-bottom: 2px solid var(--official-cyan);
  overflow: hidden;
}


#our_customer{
  width: 100%;
  height: 20vh;
}


.services2{
  padding: 5rem 0%;
  height: 50vh;
}


.fccn_box_container{

  width: 100%;
  height: auto;

}


#fccn{
  
  height: auto;
}



#ib{
 
  display: none;
  
}



#admin1a{
  height: 100vh;
}



.gallery2 .box-container2 .box2{
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 250px;
  height: 15vh;
}



/*Contact Section styling
*/


#design_bg_contact{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 10vh;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
  margin-top: 9rem;
  margin-bottom: -10rem;
}


#design_bg_contact h3{
color: var(--official-cyan);
font-size: 2rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg_contact p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 2px;
}


.headline_contact{
height: 20px;
width: 40px;
}

.headline_contact img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg_contact .head-box_contact{
  width: auto;
  margin: auto;
  margin-bottom: 7rem;
}


#contact-block .container{
  
  padding: 0rem;
  padding-top: 0rem;
  min-height: auto;

}




#banner{
  background-image: url(images/Banner1.jpg);
  height: 10vh;
}


.helpthem-container2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 7rem 10%;
  gap: 3rem;

}


  }
























@media (max-width:1200px){

  html{
    font-size: 55%;
  }


  .home .home-slider{
  width: 100%;
  height: 200px;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 4rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


#vid-container .container{
      margin:0;
   }


}










@media (max-width:991px){


  section{
    padding:2rem;
  }

  .home .home-slider{
  width: 100%;
  height: 200px;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 4rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


}



@media screen and (max-width: 820px){



.home .home-slider{
  width: 100%;
  height: 200px;
  object-fit: initial;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: initial;
}


.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 7rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2.5rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


.footer{
  padding: 2rem 1%;

}


.footer .flex .box h1{
  font-size: 2.5rem;
  }


.footer .flex .box{
   padding: 0rem 9% ;
}

.footer .flex .box form {
  width: 100%;
}




.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 37rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
}



.gallery{
padding: 2rem 2%;
}



.nav-btn-bar{
  display: none;
}



#design_bg{
  height: 22vh;
  width: 100%;
  background-size: cover;
  background-position:center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
}


#design_bg h3{
font-size: 2.2rem;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg p{

font-size: 1.3rem;
padding-bottom: 2rem;
}


#design_bg .head-box{
  padding-top: 7rem;
  padding-bottom: 10rem;
  width: auto;
  margin: auto;
}



/*Contact Section styling
*/


#design_bg_contact{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 27vh;
  background-size: cover;
  background-position: center;
  background-clip: padding-box;
  overflow: hidden;
  padding: 0 0%;
  margin-top: 6.5rem;
  margin-bottom: -7rem;
}


#design_bg_contact h3{
color: var(--official-cyan);
font-size: 2rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg_contact p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 2px;
padding-bottom: 1.5rem;
}


.headline_contact{
height: 20px;
width: 40px;
}

.headline_contact img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg_contact .head-box_contact{
  width: auto;
  margin: auto;
  margin-bottom: 5rem;
}






/*
#banner{
  height: 10vh;
  width: 100%;
}*/



.services2{
  padding: 5rem 3%;
  position: relative;
  height: auto;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
  margin-top: -15rem;
}



/*Banner Base Styling*/

#banner_base{
  background-image: url(images/design2.png);
  width: 100%;
  height: 25vh;
  background-size: cover;
  background-position: initial;
  overflow: hidden;
  padding: 0 10%;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
  padding: 0rem 0%;
}


.banner_base{
  width: 100%;
  height: 15vh;
}

.banner_base img{
  width: 100%;
  height: 100%;
}



#credit{
  width: 100%;
  height: 10vh;
  background-position: initial;
  font-size: 1.2rem;
}



.credit{
  padding-top: 3rem;
}


.footer .flex #box1{
 background-image: url(images/footer_news2.png);
 width: 100%;
 height: 45vh;
 background-position: initial;
} 


.footer .flex .box #button1{
  
  width: 60%;
}


.footer .flex .box input[type="email"]{
  margin: 8px 5px;
}


.head-box2{
  padding-top: 14rem;
  width: auto;
  margin: auto;
}



.flex-container{
  margin: 0 auto;
  overflow: hidden;
  padding: 0 30px;
  height: 80px;
}


#home{
  margin-top: 6.3rem;
}


#our_customer{
  width: 100%;
  height: 20vh;
}


.fccn_box_container{

  width: 100%;
  height: auto;

}


#fccn{
  
  height: auto;
}


#ib{
  display: block;
  background-color: #000;
  width: 100%;
  height: 70px;
  overflow: hidden;
  margin-bottom: -0.5rem;
  
}

#ib .nav-btn-ib{
  text-align: center;
}

#ib button{

  display: inline-block;
  font-size: 1.5rem;
  background: var(--official-cyan);
  box-shadow: var(--box-shadow);
  color: #fff;
  padding: 1.5rem 8rem;
  border-radius: 1.5rem;
  cursor: pointer;
}


#ib button:hover{
background: var(--official-gray);
}

.fixed-header{
  margin-bottom: 10rem;
}


#logbanner{

margin-top:-2rem;
padding: 7rem 0 0rem 0;

}


.logbanner{
  width: 100%;
  height: 150px;
  overflow: hidden;
}


.logbanner img{
  width: 100%;
  height: 100%;
  object-fit: initial;
}



/*Login  phone view*/

.input-field button{
  
  padding: 20px 45px;
  width: 60%;
  margin: 1.5rem auto;
  border: 0.1px solid #b3b3b3;
}


#admin1a{
  width: 100%;
  height: auto;
  padding: 0rem 0%;
  position: relative;
  background: var(--login-bg);
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}



.member a{
  
  font-size: 12px;
  font-weight: 400;
}


.container{

  max-width: 100%;
  width: 100%;
  
}


#page_planning{

  padding: 4rem 3%;
 

}


.gallery2 .box-container2 .box2{
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 250px;
  height: 35vh;
}



#page_planning{

  width: 100%;
  height: auto;

}



.gallery .box-container .box{
  margin: 2rem;
  width: 100%;
  height: auto;
}


#helpthem .helpthem-container .helpthem-box h1{
font-size: 40px;
width: 350px;

}


.helpthem-container2{
  flex-wrap: wrap;

}


.helpthem-box2 h3 {
padding-bottom: 1.5rem;
font-size: 17px;
}


.helpthem-box2 p {
font-size: 14px;
line-height: 25px;
}



#contact-block .container .form{
  grid-template-columns: 1fr;
}



#contact-block .container .form .contact-form .circle.one{
  width: 130px;
  height: 130px;
  top: 250px;
  right: 200px;
}


#contact-block .container .form .contact-info:before{
  bottom: initial;
  top: -75px;
  right: 65px;
  transform: scale(0.95);

}

#contact-block .container .form .contact-form:before{
  top: -13px;
  left: initial;
  right: 70px;
}


.square{
  transform: translate(140%, 43%);
  height: 350px;
 
}


.big-circle{
  bottom: 75%;
  transform: scale(0.9) translate(-40%, 30%);
  right: 50%;
}


#contact-block .container .form .contact-info .text{
  margin: 1rem 0 1.5rem 0;
}



#contact-block .container .form .contact-info .social-media{
  padding: 1.5rem 0 0 0;

}

#contact-block{
  padding: 0rem 0%;
  overflow: hidden;
}


#contact-block .container{
  
  padding: 0rem;
  padding-top: 0rem;
  min-height: auto;
  margin-top: -2rem;

}


.don_gateway{
   padding: 5rem 1rem 8rem 1rem;
   max-width: 1200px;
   margin: 0 auto;
   height: 100vh;
   overflow: hidden;
}



.projects{
  padding: 3rem 2%;
}


.projects .box-container{
  
  grid-template-columns: repeat(auto-fit, 39rem);

}


.content-container{
  height: 300px;
  width: 350px;
}

#conslider{
  height: auto;
  overflow: hidden;
}

.emp-txt{
  font-size: 18px;
}



.slide span{
  font-size: 20px;
  line-height: 27px;
}

.content-container .slide{
  width: 30px;
  height: 30px;
  border: 1px solid #0eb582;
}

.btm-sliders span{
  height:10px;
  width: 25px;
  border: 1px solid #0eb582;
}


#boxxxes{
  padding: 2rem 5%;
}


#boxxxes .flex-container222{
  margin:  auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}


#boxxxes .flex-container222 .box{
  width: 100%;
}






#newsletter {
    padding: 60px 20px;
  }


  #newsletter .form{
    width: 100%;
  }



  #index_footer .copyright{
    text-align: start;
    margin-top: 25px;
  }


#index_footer{
  padding: 7px 20px;

}


#banner{
  
  height: 15vh;
  
}



#vid-container .container .main-video-container .main-vid-title{
      font-size: 15px;
      text-align: center;
   }

   #vid-container .container .video-list-container .list{
      flex-flow: column;
      gap:10px;
   }

   #vid-container .container .video-list-container .list .list-video{
      width: 100%;
   }

   #vid-container .container .video-list-container .list .list-title{
      font-size: 15px;
      text-align: center;
   }



   #admin_body{
        padding-left: 0;
    }

    .admin_header{
        left:-110%;
    }

    .admin_header.active{
        left:0%;
        transition: .4s linear;
    }

    #menu-btn-admin{
        display: initial;
    }



  #admin1aa .admin-form-container .container{
  
  height: auto;
  margin: 30px 15px;
  padding-bottom: 2.5rem;
}



#admin1aa .admin-form-container .container button{
  
  width: 100%;
}


#admin .values .heading h3{
  font-size: 20px;
}



#prog .program-container .program{
  width: 100%;
}


.del-container{
 
  max-width: 80%;
  width: 80%;
  
}







}








@media screen and (max-width: 640px){
  .open-slide {
    display:block;
    margin-top: 20px;
  }

  .navbar>ul{
  display: none;
}



.logo-container{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}






  }






















