
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



body{
    font-family: verdana,sans-serif;
}



.extra-colorzz{
    background-color: white;
    height: 7vh;
}

/* ------------------------------------------FOOOTER----------------------------------------- */


.container{
    max-width: 1170px;
    height: 150px;
    background-color: rgb(54, 54, 208);
    margin: auto;

}

.footerrow{
    display: flex;
    flex-wrap: wrap;
}

ul{
    list-style: none;
  

}

.footer{
    background-color: rgb(54, 54, 208);
    color: white;
    padding: 70px 0;

}

.footer-col{
    width: 25%;
    padding: 0 25px;
}

.footer-col h4{
    font-size: 28px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
  
}



.footer-col ul li:not(:last-child){
    margin-bottom: 15px;


}

.footer-col ul li:last-child{
    margin-bottom: -40px;


}

.footer-col ul li a{
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
 
}

.footer-col ul li a:hover{
    color: black;
    padding-left: 10px;
    font-size: 15px;
}


.social-links a{
    color: white;
    font-size: 40px;
}


.copyright {
    margin-bottom: 100px;

}
.copyright p{
    color: white;
    font-size: 40px;
  



}



/* -------------------------------------------- BLOG1 PAGE------------------------------------- */


/* ------------------------------------------------BLOG PIC---------------------------------------- */
.blog-header{
    min-height: 30vh;
    width: 100%;
    /* background-image: linear-gradient(rgba(22, 22, 22, 0.7),rgba(27, 29, 27, 0.862)),url(images/IMG_8528.JPG); */
    background-image: url(images/IMG_0712.jpg);
    background-position: center;
    background-size: cover;
  
}



.blog-text-box{
    width: 80%;
    margin: auto;

    padding-top: 50px;
    font-size: 20px;
    font-weight: 100 ;
    color: yellow;

    padding: 10px;
}
.blog-text-box p{
    font-size: 23px;
    color: green;
    padding-top: 20px;
    padding-bottom: 15px;

}

.blog-text-box h1{
    font-size: 20px;
    color: black;
    padding-bottom: 30px;

}


.blog-text-box h3{
    font-size: 50px;
    color: black;
    padding-bottom: 30px;
    margin-top: 30px;
    font-weight: 100;

}




.blog-page-btn{
    display: inline-block;
    text-decoration: none;
    color: black;
    border: 1px solid green;
    padding: 12px 34px;
    font-size: 23px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.blog-page-btn:hover{
    border: 1px solid wheat;
    background: green;
    transition: 1s;
    color: black;
}


.verti{
    border-left: 5px solid grey;
    height: 8000px;
    position: absolute;
    left: 0%;
    margin-left: 650px;
    top: 350px;
}

img{
    width: 100%;
    height: 100%;

}

.abstract{
    width: 100%;
    height: 90vh;
    background-image: url(websiteimages/gal1/phase11.png);
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7 )),url(websiteimages/gal1/phase11.png);
    /* background-image: url(websiteimages/31ca58a6-1dee-47c7-8f5b-d6e8cffe7a1c.JPG);
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7 )),url(websiteimages/31ca58a6-1dee-47c7-8f5b-d6e8cffe7a1c.JPG); */
    background-size: cover;
}

.abstract h3{
    width: 10%;
    margin-left: 10%;
    margin-top: 100px;

    padding-top: 50px;
    font-size: 45px;
    font-weight: 40 ;
    color: rgb(54, 54, 208);
   
    padding: 10px;
   
    border-bottom: 3px solid rgb(220, 220, 20);
}



.abstract h3 span{ 
   
    width: 40%;
    margin-left: -2%;
    margin-top: 100px;

    padding-top: 50px;
    font-size: 45px;
    font-weight: 40 ;
    color: rgb(220, 220, 20);
   
    padding: 10px;
   
    border-bottom: 3px solid rgb(54, 54, 208);
 
}





.abstract p{
    width: 60%;
    margin-left: 10%;
    color: white;
    font-size: 14px;

}

/* ---------------------------------------------------------ARTICLE------------------------------------------------ */


.article{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    font-size: 15px;

    color: black;
   
    padding: 10px;
    margin-top: 150px;

}

.article h3{
    width: 10%;
    margin: auto;

    padding-top: 50px;
    font-size: 45px;
    font-weight: 40 ;
    color: rgb(54, 54, 208);
   
    padding: 10px;
   
    margin-left: -60px;
    border-bottom: 3px solid rgb(220, 220, 20);
 
}

.article h3 span{ 
    width: 10%;
    margin: auto;

    padding-top: 50px;
    font-size: 45px;
    font-weight: 40 ;
    color: rgb(54, 54, 208);
   
    padding: 10px;
  
    margin-left: -10px;
    border-bottom: 3px solid rgb(220, 220, 20);
 
}

.article p{
    width: 100%;
    margin: auto;

    padding-top: 50px;
    font-size: 16px;
    font-weight: 300 ;
    color: grey;
   
    padding: 10px;
  
    margin-left: -60px;
 
}


#blog{
    display: flex;

    flex-direction: column;
 
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);

   


}



.blog-box{
    width: 350px;

    background-color: white;
    border: 1px solid grey;
    margin: 20px;
    margin-top: -2px;
    display: inline-block;
    margin-left: 34%;
    height: 17vh;
    





}

.blog-container {
    margin-top: -250px;

    
}


.blog-container .blog-box h5 a{
    color: black;
    font-size: 14px;
    border-radius: 5px;
    background-color: white;

    
}

.blog-container .blog-box p{
    color: rgb(54, 54, 208);
    width: 70%;
    font-size: 11px;
    border-radius: 5px;
    background-color: white;

    
}

.blog-container .blog-box h2{
    color: black;
    font-size: 9px;
    margin-left: 50%;


    
}

.blog-container .blog-box h4{
    margin-left: 80%;

    
}

.blog-box:hover{
    box-shadow: 0 0 20px 0px black;
    border: 1px solid white;

    font-size: 17px;
    transition: 1s;
    height: 26vh;
}

.blog-box:hover p{

    font-size: 14px;
    transition: 1s;
    width: 80%;
}

.blog-box:hover h5 a{

    font-size: 14px;
    transition: 1s;
}

.blog-box:hover h4{


    font-size: 14px;
    transition: 1s;
}

.blog-box:hover h2{


    font-size: 14px;
    transition: 1s;
}







.popular-tags{
    width: 80%;
    margin: auto;
   
    padding-top: 50px;
    font-size: 15px;

    color: black;
   
    padding: 10px;
}

.popular-tags h3{
    width: 100%;
    margin: auto;
  
    padding-top: 50px;
    font-size: 25px;
    font-weight: 600 ;
    color: grey;

   
    padding: 10px;
}


.blog-img p {
    margin-top: 10px;
    margin-left: 50px;
    color: rgb(54, 54, 208);
}
.blog-img h5 a {
    margin-top: 10px;
    margin-left: 50px;
    color: rgb(54, 54, 208);
}



.see-all-articles-btn{
    display: inline-block;
    text-decoration: none;
    color: black;


    border: 1px solid rgb(54, 54, 208);
    padding: 12px 34px;
    font-size: 13px;
    
    /* background: transparent; */
    background: transparent;
    position: relative;
    cursor: pointer;
    /* border-radius: 15px; */
    margin-top: 20px;
    margin-left: -1007px;
    /* margin-bottom: 100px; */


}


.see-all-articles-btn:hover{
    border: 1px solid wheat;
    background: rgb(65, 65, 214);
    font-size: 14px;
    transition: 1s;
    color: wheat;
}



/* ----------------------------------------------------blog------------------------------------------------------ */



.picx img{
    height: 300px;
    width: 450px;
    margin-left: 100px;
}

.blogarticlepost img{
    height: 400px;
    width: 400px;
}

.clearfix::after{
    content: '';
    display: block;
    clear: both;

}


/* .content{
    width: 90%;
    margin: 30px auto 30px;
   
} */



.content{
    width: 960px;
    margin: 30px auto;
   
}


.content .main-content{
    width: 60%;
    float: left;
 
}


.content .sidebar{
    width: 40%;
    float: left;
 
    height: 400px;
}


.content .sidebar .section{

    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}



.content .sidebar .section.recent-blogsss ul{
    margin: 0px;
    padding: 0px;list-style: none;



}
.content .sidebar .section.recent-blogsss h2{
    margin-bottom: 30px;
    color: green;

}
.content .sidebar .section.recent-blogsss ul li{
    margin-bottom: 50px;
    border-top: 1px solid black;



}
.content .sidebar .section.recent-blogsss ul li:hover{
    padding-left: 20px;
    transition: all 0.3s;


}

.content .sidebar .section.recent-blogsss ul li a{
    color: black;
    border-bottom: 3px solid black;
    display: block;

}




.text-input{
    padding: .7rem 1rem;
    border: 1px solid green;
    font-size: 1.2em;
    display: block;
    width: 100%;
    border-radius: 5px;
    outline: none;
    color: grey;
    line-height: 1.5rem;

}


.blogarticlepost{
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    margin: 10px 0;
    color: black;
    margin-bottom: 5%;

}


.blogarticlepost h1{
    margin-bottom: 5%;

}



.blogarticlepost h2{
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    margin: 10px 0;
    color: rgb(54, 54, 208);


}



.blogarticlepost h3{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    color: black;
    margin-bottom: 5%;

}

.blogarticlepost h4{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    color: black;
    margin-bottom: 5%;

}
.main-content p{

    font-size: 17px;
    font-weight: 400;
    margin: 10px 0;
    color: black;
    margin-bottom: 5%;

}






/* ----------------------------------------------------recent blog in Blogs--------- */



.recent-blogss{
    width: 30%;
    margin-left: 125px;
    margin-top: 50px;
}

.recent-blogss ul{
    margin: 0px;
    padding: 0px;list-style: none;


}
.recent-blogss h2{
    margin-bottom: 30px;
    border-bottom: 3px solid black;

}
.recent-blogss ul li{
    margin-bottom: 50px;
    border-top: 1px solid black;



}
.recent-blogss ul li:hover{
    padding-left: 20px;
    transition: all 0.3s;


}

.recent-blogss ul li a{
    color: rgb(54, 54, 208);
    border-bottom: 3px solid rgb(220, 220, 20);
    display: block;
 

}




/* ------------------------------------------------------------------------POLICIES--------------------------------------------------------------------------------- */



.policies h3{

    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    font-size: 35px;
    font-weight: 600 ;
    color: rgb(54, 54, 208);
    
    padding: 10px;
}

.policies h2{

    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    font-size: 25px;
    font-weight: 600 ;
    color: grey;
    
    padding: 10px;
}
.policies p{
    width: 80%;
    margin: auto;
   
    padding-top: 50px;
    font-size: 15px;
    font-weight: 100 ;
    color: black;
   
    padding: 10px;
}
.policies-text-boxx{
    width: 90%;
    margin-top: 5%;
    text-align: center;
    padding-bottom: 100px;
}
.policies-btn{
    display: inline-block;
    text-decoration: none;
    color: black;


    border: 1px solid rgb(54, 54, 208);
    padding: 12px 34px;
    font-size: 13px;
    
    background: rgb(220, 220, 20);
    position: relative;
    cursor: pointer;
    border-radius: 15px;


}

.policies-btn:hover{
    border: 1px solid rgb(220, 220, 20);
    background: rgb(54, 54, 208);
    transition: 1s;
    color: rgb(220, 220, 20);
}




/* -----------------------------------------------PRIVACY POLICY------------------------------------------------------ */





.privacy h2{
    width: 80%;
    margin: auto;
 
    padding-top: 50px;
    font-size: 36px;
    font-weight: 600 ;
    color: grey;
 
    padding: 10px;
}
.privacy p{
    width: 80%;
    margin: auto;

    padding-top: 50px;
    font-size: 15px;
    font-weight: 100 ;
    color: black;

    padding: 10px;
}

.privacy h1{
    width: 80%;
    margin: auto;

    padding-top: 50px;
    font-size: 16px;
    font-weight: 100 ;
    color: red;

    padding: 10px;
}

.privacy h3{
    width: 80%;
    margin: auto;
  
    padding-top: 50px;
    font-size: 36px;
    font-weight: 600 ;
    color: green;

    padding: 10px;
}
.privacy h3 span{
    font-weight: 800;
    color: black;
}

.privacy p span{
    color: red;
}
.privacy p:last-child{
    padding-bottom: 100px;

}

.the-privacy-header{
    width: 100%;
    height: 80px;
    display: block;
    background-color: wheat;
}



/* --------------------------------------------------------ALL THE BLOGS html--------------------------------------------------------- */

.all_the_blogs-blog-header{
    min-height: 25vh;
    width: 100%;
  
    background-image: url(images/IMG_0712.jpg);
   
    background-position: center;
    background-size: cover;
  
}



.all_the_blogs-blog-text-box{
    width: 80%;
    margin: auto;

    padding-top: 50px;
    font-size: 20px;
    font-weight: 100 ;
    color: yellow;

    padding: 10px;
}
.all_the_blogs-blog-text-box p{
    font-size: 26px;
    color: black;
    padding-top: 20px;
    padding-bottom: 15px;

}

.all_the_blogs-blog-text-box h1{
    font-size: 40px;
    color: black;
    padding-bottom: 30px;

}
.blog-page-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid green;
    padding: 12px 34px;
    font-size: 23px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.blog-page-btn:hover{
    border: 1px solid wheat;
    background: green;
    transition: 1s;
}


.verti{
    border-left: 5px solid grey;
    height: 8000px;
    position: absolute;
    left: 0%;
    margin-left: 650px;
    top: 350px;
}


#all_the_blogs-blog{
    display: flex;

    flex-direction: column;
 
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);

   


}

.all_the_blogs-blog-box{
    width: 350px;

    background-color: rgb(229, 220, 205);
    border: 1px solid green;
    margin: 20px;
    margin-top: 20px;
    display: inline-block;
    margin-left: 4%;
    height: 20vh;
 




}
.all_the_blogs-blog-container .all_the_blogs-blog-box h5 a{
    color: black;
    font-size: 14px;
    border-radius: 5px;
   

}

.all_the_blogs-blog-container .all_the_blogs-blog-box p{
    color: black;
    font-size: 13px;
    font-weight: 600;
 

  
}

.all_the_blogs-blog-container .all_the_blogs-blog-box h2{
    color: green;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;

}


.all_the_blogs-blog-container .all_the_blogs-blog-box h4{
    text-align: center;
 
}

.all_the_blogs-blog-box:hover{
    box-shadow: 0 0 20px 0px black;
}











/* ---------------------------------GALLERY------------------------------------------------------------------------------------ */
/* ----------------------------------------------GALLERY ACCORDION------------------------- */
.gallery-header{
    min-height: 40vh;
    width: 100%;
 
    background-image: url(websiteimages/gal1/istockphoto-2182706474-612x612.jpg);

    background-position: center;
    background-size: cover;

}
.gallery-text-box{
    width: 80%;
    margin: auto;

    padding-top: 50px;
    font-size: 20px;
    font-weight: 100 ;
    color: yellow;

    padding: 10px;
}
.gallery-text-box p{
    font-size: 24px;
    color: rgb(54, 54, 208);
    padding-top: 20px;
    padding-bottom: 15px;

}

.gallery-text-box h1{
    font-size: 20px;
    color: rgb(54, 54, 208);
    padding-bottom: 30px;

}


.gallery-text-box h3{
    font-size: 50px;
    color: black;
    padding-bottom: 30px;
    margin-top: 30px;
    font-weight: 100;

}


.gallery-page-btn{
    display: inline-block;
    text-decoration: none;
    color: rgb(54, 54, 208);
    background-color: rgb(220, 220, 20);
    border: 1px solid rgb(220, 220, 20);
    border-radius: 15px;
    padding: 12px 34px;
    font-size: 23px;
    font-weight: 600;
    width: 170px;
  
    position: relative;
    cursor: pointer;
}

.gallery-page-btn:hover{
    border: 1px solid wheat;
    background: rgb(54, 54, 208);
    color: rgb(220, 220, 20);

    transition: 1s;
}










.vert{
    border-left: 5px solid darkgreen;
    height: 1800px;
    position: absolute;
    left: 50%;
    margin-left: 3px;
    top: 350px;
}

.gallery-container{
    margin: 0 40px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 120px;

}

.gallery-image img{
    max-height: 200px;
}
.gallery-container h1{
    color: grey;
    padding-top: 100px;
}

.gallery-container h2{
    color: rgb(220, 220, 20);

    font-size: 30px;
 
}

.gallery-container h3{
    color: grey;
 
}

.gallery-container .tab{
    position: relative;
    background: white;
    padding: 0 20px 20px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;

}

.gallery-container .tab input{
    appearance: none;
}

.gallery-container .tab label{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gallery-container .tab label::after{
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 2em;
    color: rgba(0,0,0,0.1);
    transition: transform 1s;
}


.gallery-container .tab:hover label::after{
    color: grey;
}

.gallery-container .tab input:checked ~label::after{
    transform: rotate(135deg);
}

.gallery-container .tab label h2{
    width: 40px;
    height: 40px;
    background: rgb(220, 220, 20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.25em;
    border-radius: 5px;
    margin-right: 10px;
}

.gallery-container .tab label h3{
    position: relative;
    color: black;
    z-index: 10;
}    



.gallery-container .tab label h3 span{
    position: relative;
    color: rgb(54, 54, 208);
    z-index: 10;
    font-size: 24px;
}    

.gallery-container .tab label h2{
    position: relative;
    font-weight: 500;
    color: black;
    z-index: 10;
}    
.gallery-container .tab .content{
    max-height: 0;
    transition: 1s;
    overflow: hidden;

}


.gallery-container .tab input:checked ~ .content{
    max-height: 400vh;
}

.gallery-container .tab .content p{
    color: blue;
} 


.gallery-container .tab .content img{
   
    padding-top: 10px;
    max-width: 50vh;
    height: 40vh;
  
}





.gallery-container .tab .content img{
 
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: inline;

    margin-left: 10px;

}




/* .gallery-container .tab:nth-child(2) label h2{
    background: linear-gradient(135deg, purple, white);
    background: linear-gradient(135deg, green, lightgreen);
}

.gallery-container .tab:nth-child(3) label h2{
    background: linear-gradient(135deg, red, pink);
    background: linear-gradient(135deg, white, black);
}

.gallery-container .tab:nth-child(4) label h2{
    background: linear-gradient(135deg, blue, aliceblue);
    background: linear-gradient(135deg, green, lightgreen);
} */












