
 	#navbar {
	width: 100%;
	height: 95px!important;
	z-index: 123;
	background-color: #d9a221;
	position: fixed;
	}
	
	#site3 {
	height: 0px!important;	
	}

.collapsiblep {
  background-color: #d9a221!important;
  color: #ffffff!important;
  cursor: pointer;
  padding: 15px;
 padding-left: 25px!important;
  
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  width: 100%;
  
}

.active, .collapsiblep:hover {
  background-color:  #d9a221!important;

}

.contentp {
   padding-top: 0px;
   padding-bottom: 0px;
    padding-right: 10px;
	 padding-left: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff!important;
  margin-bottom: 10px;
  width: 200px;
  position: absolute;
  z-index: 123;

}

#profilepng {
	
width: 100%;
height: 0px;
}



#left300 {
	
width: 200px;
height: auto;
margin-left: auto;
margin-right: 0px;
float: right;
margin-bottom: 25px;
margin-top: -37px;




}

        .geeks {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
        }
     
        .geeks img {
            width: 100%;
            transition: 0.5s all ease-in-out;
			
        }
     
        .geeks:hover img {
            transform: scale(1.1);
        }
 /* #mobilebar {
	
width: 100%;
height: 0px;
margin-top: 0px;
background-color: #000;
visibility: hidden;
} */

#greyline1100 {
width: 1100px;
height: 1px;
margin-left:auto;
margin-right:auto;
background-color:#CCC;
margin-top: 75px;
margin-bottom: 75px;
}




        .register-btn {
            display: block;
            width: 50%;
            padding: 15px;
            text-align: center;
            background-color: #d9a221;
            color: white;
            font-size: 18px;
            font-weight: bold;
            border-radius: 25px;
            border: none;
            cursor: pointer;
            text-transform: uppercase;
			margin-top: 25px;
			margin-left: 0px;
        }

        .register-btn:hover {
            background-color: #d9a221;
        }
  
   

#wrap1150 {
width: 1100px;
height: auto;
margin-left:auto;
margin-right:auto;

}


#wrap {
width: 100%;
height: auto;
background-color: #f3f0e9;
}



#wrap1100 {
width: 1100px;
height: auto;
margin-left: auto;
margin-right: auto;
float: none;
margin-bottom: 0px;
background-color: #FFF;

}

#title {
 float: none;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
    margin-left: auto;
	margin-right: auto;
    margin-top: 50px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(0, 0, 0);
    display: block;
	 font-family: "Poppins", serif;
 
  font-style: inherit;;	
}




.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: white; /* You can change the color if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Optional: to make the text more readable */
  padding: 2px;
  margin: 0;
}






/* Simple CSS for hyperlinks */
:root {
  --hyperlink-color: #007BFF; /* Default hyperlink color - change this value */
}

a {
  text-decoration: none; /* Removes underline and other decorations */
  color: var(--hyperlink-color); /* Sets the hyperlink color using a CSS variable */
}

a:hover, a:focus {
  text-decoration: underline; /* Optional: Adds underline on hover/focus for clarity */
}

.blurr {

	-webkit-filter: grayscale(0%) blur(0px);
	display: block;
	margin: 0px -55px 0 -158.53125px;
	width: 154.13%;
	
	
	
}

.blurr2 {

	-webkit-filter: grayscale(0%) blur(0px);
	display: block;
	margin: -34px -55px 0 -158.53125px;
	margin-top: -200px!important;
	width: 154.13%;
	
	
	
}

/* Container to hold the image and gradient overlay */
.image-overlay {
  position: relative;
  display: inline-block; /* Ensures content fits tightly around the image */

}

/* The image itself */
.image-overlay img {
  display: block;
  width: 110%; /* Adjust width as needed */
  height: auto; /* Maintain aspect ratio */
}

/* The gradient overlay */
.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(92, 6, 12, .95), rgba(63, 4, 9, .85), rgba(0, 0, 0, .40), rgba(0, 0, 0, 0.50)); /* Adjustable gradient */
  border-radius: 0px; /* Adjustable radius */
  pointer-events: none; /* Allows interaction with the image below */
 
}






/* Container to hold the image and gradient overlay */
.image-overlayvid {
  position: relative;
  display: inline-block; /* Ensures content fits tightly around the image */

}

/* The image itself */
.image-overlayvid img {
  display: block;
  width: 110%; /* Adjust width as needed */
  height: auto; /* Maintain aspect ratio */
}

/* The gradient overlay */
.image-overlayvid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(135deg, rgba(92, 6, 12, .95), rgba(63, 4, 9, .85), rgba(0, 0, 0, .40), rgba(0, 0, 0, 0.50));  Adjustable gradient */
  border-radius: 0px; /* Adjustable radius */
  pointer-events: none; /* Allows interaction with the image below */
 
}








#greyline {
width: 100%;
height: 1px;
background-color: #CCC;

}

#navbarback {
width: 100%;
height: 65px;
background-color:transparent;
opacity: .90;
position: absolute;
z-index: 12345;
}

#box1100a {
	
width: 1100px;
height: auto;
margin-left: auto;
margin-right: auto;
float: none;
}

#block1100 {
	
width: 900px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#block1100mini {
	
width: 900px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#box1100 {
	
width: 890px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#buttonbox {


    width: 750px;
    height: auto;
  
    margin-left:  auto;
    margin-right: auto;
}

#colorlines {
	
width: 100%;
height: 5px;
background-color: #FA8072;
}


#greyline50 {
width: 100%;
height: 1px;
background-color: #CCC;
clear: both;

	
}

#whitebox {
width: 100%;
height: auto;
background-color: #FFF;
}

#blackbox {
width: 100%;
height: auto;
background-color: #000000;	
}




#icons1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#icons2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100.000001%;
    margin-right: auto;
    display: block;
    visibility: hidden;
}

#bannerimg {
	
margin-top: -200px;	
}



#yellow {
width: 100%;
height: 0px;
background-color: #F9B50C;
}

#auto {
	width: 100%;
	height: auto;
	margin-top: 25px;
	
}

<style>
body {font-family: Arial;}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


#backgroundtan {
width: 100%;
height:auto;
background-color: #EBE7DA ;
}


#backgroundwhite {
width: 100%;
height:auto;
background-color: #ffffff;
}


#backgroundgrey {
width: 100%;
height:auto;
background-color:#F4F4F4
;
}











#space50 {
	width: 100%;
	height: 50px;
}

#footerspace {
width: 100%;
height: 75px;
}

.linkblack{
	color: #000000 !important;
} 



.changedlinkcolor {
	color:white !important;
	text-decoration: none;
} 

.changedlinkcolor2 {
	color:#000000 !important;
	text-decoration: none;
} 

a { text-decoration: none; }




.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#footcolor{
	background-color: #ffffff;
	
}

#morespace {
width: 100%;
height: 75px;
}

#myiframe{
margin-top: -25px;	
}

#morespace2 {
width: 100%;
height: 25px;
}

#logosize {
width: 100%;
height:auto;
margin-top: 100px;
}

#shift2 {
	width: 100%;
	height:auto;
	margin-left: -40px;
}

#shift3 {
	width: 100%;
	height:auto;
	margin-left: -75px;
	float: left;
	
}

#spacer {
width: 100%;
height: 25px;
}

#mission_gct {
width: 100%;
height: 0px;
}

#bookstore_buttons_css {
width: 100%;
height: 70px;
}

#ministrylist {
width: 100%;
height: 0px;
}


#socialmedia {
width: 100%;
height: 0px;
}


#stage_2{
width: 100%;
height:auto;
}

#anchor_top {
width: 100%;
height: auto;
}

#lead_text_box {
    float: left;
    font-size: 15px;
    width: 172.1875px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 16px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    margin-right: 0px;
    color: rgb(22, 22, 22);
}



#rev {
width: 1200px;
margin-top: 50px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#revspace {
width: 100%;
height: 50px;
}

#f {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 100px;
    clear: none;
    width: 1200px;
    margin-right: auto;
    display: block;
}

#f1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 50%;
    display: block;
    margin-right: 0px;
}

#f2 {
    float: none;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(104, 103, 103);
}

#f3 {
    float: none;
    height: 0px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#f4 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#fform {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#f5 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 45%;
    display: block;
    margin-right: 0%;
}

#f6 {
    float: none;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(104, 103, 103);
}

#blockbbp {
	width: 100%;
	height: 0px;
	
}

#f7 {
    float: none;
    height: 0px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#f8 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    -webkit-box-shadow: rgb(179, 179, 179) 0px 2px 2px 0px;
    box-shadow: rgb(179, 179, 179) 0px 2px 2px 0px;
    margin-right: 0px;
}

#f9 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
}

#f10 {
    float: none;
    height: 5px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100.000002%;
    margin-right: auto;
    display: block;
    background-color: rgb(172, 202, 41);
}

#f11 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 43px;
    clear: none;
    width: 80%;
    margin-right: auto;
}

#f12 {
    float: none;
    font-size: 25px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 33px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(50, 162, 220);
    display: block;
}

#fform1 {
    float: none;
    height: 259px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#f13 {
    float: none;
    height: 50px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#f14 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
}

#f15 {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#slider{
width: 100%;
height: auto;
margin-top:100px;
}

#ban{
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
	}
	
	

	
	#html2 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 100%;
  min-width: 1700px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;

  
 
 
}


#html_1 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 100%;
  min-width: 2000px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;
  background-color: #ffffff;

  
 
 
}

#html_1special { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 100%;
  min-width: 2000px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;
 /* z-index: 123456;*/
  background-color: transparent;

  
 
 
}





#html3 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 65%;
  min-width: 100%;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;

  
 
 
}



.bottomMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #000;
   
    z-index: 1;
	top: 0px;
}

#menu2 {
    float: none;
    height: 40px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#block {
	
width: 100%;
height: 50px;
}

#block25 {
	
width: 100%;
height: 25px;
}

#block15 {
	
width: 100%;
height: 15px;
}

#block50 {
	
width: 100%;
height: 50px;
}

#block50b {
	
width: 100%;
height: 0px;
}

#block50c {
	
width: 100%;
height: 50px;
}

#block50d {
	
width: 100%;
height: 0px;
}

#block5 {
	
width: 100%;
height: 5px;
}

#block100 {
	
width: 100%;
height: 100px;
}

#block100b {
	
width: 100%;
height: 150px;
}

#block150 {
	
width: 100%;
height: 150px;
}

#block200 {
	
width: 100%;
height: 200px;
}

#block250 {
	
width: 100%;
height: 250px;
}

#block300 {
	
width: 100%;
height: 300px;
}



#block_change {
	
width: 100%;
height: 0px;
}

#block25 {
	
width: 100%;
height: 25px;
}

#block40 {
	
width: 100%;
height: 40px;
}

#block45 {
	
width: 100%;
height: 45px;
}

#block3 {
	
width: 100%;
height: 3px;
}

#block25b {
	
width: 100%;
height: 25px;
}

#block35 {
	
width: 100%;
height: 35px;
}

#block15 {
	
width: 100%;
height: 15px;
}

#block10 {
	
width: 100%;
height: 10px;
}


#block75 {
	
width: 100%;
height: 75px;
}

#block20 {
	
width: 100%;
height: 20px;
}

#myiframe9 {
	margin-top: -35px;
}



#centerit {
width: 125%;
margin-left: auto;
margin-right: auto;
}

#push100 {
width: 100%;
height: 200px;

}


#push50 {
width: 100%;
height: 50px;

}




#blank700 {
	width: 100%;
	height: auto;
	
}

#blank700b {
	width: 100%;
	height: 0px;
	
}


#myiframeb {
margin-top: 100px;	
}

#click {

    z-index: 123456;

}

#top_breadcrumb {
    float: none;
    font-size: 10px;
    width: 1100px;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 10px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(0, 0, 0);
    display: block;
    text-transform: uppercase;
    padding: 15px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: rgb(242, 189, 103);
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(247, 247, 241);
	font-family: 'Poppins', sans-serif;
}






	#html2top { 
width: 850px!important;
height: auto;
margin-right: auto;
margin-left: 0px;
float:right;


  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: 0px;;
 margin-left: 45%;
 /* Set rules to fill background */
  min-height: auto;
 
 
	
  /* Set up proportionate scaling */
 
  height: auto;
  position: fixed;
  
  
 
	
	float: right;
	
	margin-top: 125px;


 
}


	#html2top2 { 
width: 450px!important;
height: auto;
margin-right: 0px;
margin-left: auto;
float:right;


  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: 0px;;
 margin-left: 60%;
 /* Set rules to fill background */
  min-height: auto;
 
 
	
  /* Set up proportionate scaling */
 
  height: auto;
  position: fixed;
  
  
 
	
	float: right;
	
	margin-top: 125px;


 
}




	#html2top2b { 
width: 250px!important;
height: auto;
margin-right: 0px;
margin-left: auto;
float:right;


  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: 0px;;
 margin-left: 70%;
 /* Set rules to fill background */
  min-height: auto;
 
 
	
  /* Set up proportionate scaling */
 
  height: auto;
  position: fixed;
  
  
 
	
	float: right;
	
	margin-top: 75px;


 
}




@media only screen and (max-width: 2500px) {
#myiframeb {
margin-top: 80px;	
}
}

@media only screen and (max-width: 2000px) {
	#myiframeb {
margin-top: 50px;	
}
	
}

@media only screen and (max-width: 1500px) {
	
	#push100 {
width: 100%;
height: 100px;

}


#push50 {
width: 100%;
height: 30px;


}










#html_1 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 65%;
  min-width: 1000px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;
  background-color: #ffffff;

  
 
 
}


#html_1special { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 65%;
  min-width: 1000px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
 
  

  
 
 
}


	
}

@media only screen and (max-width: 1360px) {

#blank700 {
	width: 100%;
	height: 0px;
	
}

#blank700b {
	width: 100%;
	height: 40px;
	
}

#myiframeb {
margin-top: 0px;	
}




}



@media only screen and (max-width: 1270px) {
	
#push100 {
height: 75px;	
}

#push50 {
width: 100%;
height: 20px;


}

#blank700b {
	width: 100%;
	height: 20px;
	
}
	
}




@media only screen and (max-width: 1200px) {
	
	
	#lead_text_box {
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }
	
	#bookstore_buttons_css {
width: 100%;
height: 40px;
}
	
	
	#rev {
width: 90%;
margin-top: 50px;
height: auto;
}
	
	#html2 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed
 margin-right: auto;
 margin-left: -300px;
 /* Set rules to fill background */
  min-height: 100%;
  min-width: 1500px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;

}







#html_1 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 35%;
  min-width: 1000px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;
  background-color: #ffffff;

  
 
 
}

#html_1special { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-left: 0px;
 /* Set rules to fill background */
  min-height: 35%;
  min-width: 1000px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;


  
 
 
}

    #f {
        width: 90%;
    }

    #f1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #f5 {
        width: 100%;
        margin-top: 25px;
    }

    #f11 {
        width: 90%;
    }
	
	#block_change75 {
		height: 75px;
		
		
}

#blank700b {
	width: 100%;
	height: 0px;
	margin-top: 20px;
	
}

@media only screen and (max-width: 1100px) {
	
	
	#html2top { 
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: 0px;;
 margin-left: 65%;
 /* Set rules to fill background */
  min-height: auto;
 
 
	
  /* Set up proportionate scaling */
 
  height: auto;
  position: fixed;
  
  
 
	
	float: right;
	width: 100%;
	margin-top: 125px;

 
 
}
	
	
	
	
	#blank700b {
	width: 100%;
	height: 0px;
	margin-top: -30px;
	
}

#greyline1100 {
width: 90%;
margin-top: 50px;
margin-bottom: 50px;

}

#wrap1100 {
width: 90%;


}

#wrap1150 {
width: 90%;


}


#block1100 {
	
width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
}

#block1100mini {
	
width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
}

#box1100 {
	
width: 90%;	
}

#box1100a {
width: 90%;
}

 #top_breadcrumb {
        clear: none;
        text-align: left;
        margin-top: 3px;
        width: 90%;
    }
	
}





@media only screen and (max-width: 900px) {
	#push50 {
width: 100%;
height: 0px;
margin-top: 0px;


}

#left300 {
	
width: 200px;
height: auto;
margin-left: 0px;
margin-right: auto;
float: left;
margin-bottom: 25px;
margin-top: -37px;




}

	#blank700 {
	width: 100%;
	height: 0px;
	
}

#blank700b {
	width: 100%;
	height: 0px;
	
}



	#html2top { 
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: 0px;;
 margin-left: 45%;
 /* Set rules to fill background */
  min-height: auto;
 
 
	
  /* Set up proportionate scaling */
 
  height: auto;
  position: fixed;
  
  
 
	
	float: right;
	width: 100%;
	margin-top: 65px;
	
	opacity: 0;

 
 
}



	
}



@media only screen and (max-width: 500px) {
	
	#left300 {
	
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
float: right;
margin-bottom: 50px;
margin-top: -37px;




}


#profilepng {
	
width: 80%;
height: auto;
float: none;
margin-left: auto;
margin-right: auto;

}


.collapsiblep {

  margin-top: -20px;

  
}
	
	
	
	 .register-btn {
            display: block;
            width: 100%;
            padding: 15px;
            text-align: center;
            background-color: #d9a221;
            color: white;
            font-size: 18px;
            font-weight: bold;
            border-radius: 25px;
            border: none;
            cursor: pointer;
            text-transform: uppercase;
			margin-top: 25px;
			margin-left: 0px;
        }

      
  
	
	
	
	#greyline1100 {
width: 90%;
margin-top: 25px;
margin-bottom: 25px;

}
	
	.blurr {

	-webkit-filter: grayscale(0%) blur(2px);
	display: block;
	margin: -34px -55px 0 -158.53125px;
	width: 144.13%;
	
	
	
}

#block100 {
height: 50px;	
}

#block75 {
height: 50px;	
}

#block150 {
height: 50px;	
}

#block1100mini {
padding: 20px;	
}
	
	
/* The gradient overlay */
.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0, 1.0), rgba(0,0,0, 1.0), rgba(0,0,0, .50), rgba(0, 0, 0, 0.50)); /* Adjustable gradient */
  border-radius: 0px; /* Adjustable radius */
  pointer-events: none; /* Allows interaction with the image below */
 
}
	
	
	 #top_breadcrumb {
        font-size: 10px;
        text-align: left;
        clear: none;
        line-height: 10px;
    }
	
	#mobilebar {
	
width: 100%;
height: 90px;
margin-top: 0px;

visibility: visible;
position: fixed;
z-index: 123456;
background-color: #693896;
}
	
	#blockbbp {
	width: 100%;
	height: 50px;
	
}
	
	#blank700 {
	width: 100%;
	height: 0px;
	
}

#blank700b {
	width: 100%;
	height: 25px;
	
}

	
	#push50 {
width: 100%;
height: 0px;

}
	
	
	#block100b {
	
width: 100%;
height: 50px;
}

#block25b {
	
width: 100%;
height: 25px;

}

#block50b {
	
width: 100%;
height: 50px;
}

#block50bb {
	
width: 100%;
height: 70px;
}

#block50c {
	
width: 100%;
height: 0px;
}

#block50d {
	
width: 100%;
height: 130px;
}

#block25b {
	
width: 100%;
height: 25px;
}
	
	 #icons2 {
        visibility:hidden;
    }

 

    #icons1 {
        visibility: visible;
		margin-right: auto;
		margin-left: 7%;;
		
		
    }
	
	
	
	 #footframe {
		 width: 100%;
		 height: 1400px;
		 background-color: rgb(0,0,0);
		 margin-top: 0px;
	 }
	 
	 #bookstore_buttons_css {
width: 100%;
height: 170px;
}

#shift3 {
width: 100%;
margin-left:auto;
margin-right:auto;
}
	 
	  #textmenu {
    float: none;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 22px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: #ffffff; /* button text color */
}
	 
	
	
	 #lead_text_box {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 100%;
    }
	
	   #space_topbanner {
       margin-top: 50px;
	   margin-bottom: 0px;
    }
	
	
	
	#button1_topbanner {
   
  
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
  
    background-color: #ffffff;

}

#topbanner4 {
	color: rgb(255, 255, 255);
	
}

	
	.bottomMenu {
		visibility: hidden;
		position: -1000px;
}




	#html2top2 { 
width: 350px!important;
height: auto;
margin-right: 0px;
margin-left: auto;
float:right;


  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: 0px;;
 margin-left: 70%;
 /* Set rules to fill background */
  min-height: auto;
 
 
	
  /* Set up proportionate scaling */
 
  height: auto;
  position: fixed;
  
  
 
	
	float: right;
	
	margin-top: 75px;
	opacity: 0;


 
}


	
	
	#html2 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 margin-right: auto;
 margin-top: 50px;
 margin-left: -500px;
 /* Set rules to fill background */
  min-height: auto;
  min-width: 120%;
 
	
  /* Set up proportionate scaling */
  width: 300%;
  height: auto;
  position: fixed;
   

}



#html_1 { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed;
 margin-right: auto;
 margin-left: -750px;
 /* Set rules to fill background */
  min-height: auto;
  min-width: 1600px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;

}

#html_1special { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed;
 margin-right: auto;
 margin-left: -750px;
 /* Set rules to fill background */
  min-height: auto;
  min-width: 1600px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;


}







#html2 { 
background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed;
 margin-right: auto;
 margin-left: -1500px;
 /* Set rules to fill background */
  min-height: 100%;
  min-width: 2000px;
margin-top: -100px;
 
  
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;

}




#html3 { 
background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed;
 margin-right: auto;
 margin-left: 00px;
 /* Set rules to fill background */
  min-height: auto;
  min-width: 180%;
  margin-top: 0px;
 
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  position: fixed;

}

#myfirame5 {
height: 0px;	
visibility: hidden;
}
	
	
    #f {
        width: 90%;
        margin-top: 55px;
    }

    #f1 {
        width: 100%;
        margin: 0px 0px 25px;
    }

    #f5 {
        width: 100%;
        margin: 0px 0px 25px;
    }

    #f11 {
        width: 85%;
    }
	

#slider{
width: 100%;
height: auto;
margin-top:55px;
}

 #menu2 {
        width: 100%;
    }
	
	
	html, body {
    max-width: 100%;
    overflow-x: hidden;
}





}

.dropdown:hover .dropdown-content {
  animation: mymove .5s;
  animation-fill-mode: forwards;
}

#myTopnav{
    overflow: visible;
}



}


.topnav.responsive {
    position: relative;
    animation: mymove 1s!important;
    animation-fill-mode: forwards!important;
}
@media only screen and (max-width: 600px) {
  .dropdown-content{
        z-index: 1!important;
    } 
    @keyframes mymove {
      from {top: -2px;}
      to {top: 0px;}
    } 
    .dropbtn{
        z-index: 1!important;
    }
} 



.dropdown-content{
	min-width: 300px !important;
}
.animation-element {
  opacity: 0;
  position: relative;
}
.animation-element.slide-up {
  transition: all 1200ms ease;
  opacity: 0;
  transform: translate3d(0px, 100px, 0px);
}
.animation-element.slide-down {

  transition: all 1500ms ease;
  opacity: 0;

  transform: translate3d(0px, 100px, 0px);
}
.animation-element.slide-up.in-view, .animation-element.slide-down.in-view {
  opacity: 1;

  transform: translate3d(0px, 0px, 0px);
}