
body
{
   /*font-family: 'Forum', cursive;*/
 font-family: 'Raleway', sans-serif;
 
}
.margine
{
  margin-top:80px; 
  margin-bottom:40px;
}

.mini_margine
{
  margin-top:20px; 
  margin-bottom:10px;
  
}

.sub_margine
{
  margin-top:40px; 
  margin-bottom:40px;
 
}

h1
{
 text-align:left; 
  font-weight: bold;
  color:;
}
h2
{
  font-weight: bold;
  border:solid 0px;
  border-color:;
  color:;
}

h3
{
  color:darkblue;
  font-size: 150%;
  font-weight: bold;

}
h4
{
  color:gray;
  
}

h5
{
  /*background: #0000FF;*/
font-size:100%;
font-weight: bold;
text-align:left;
color:black;
}


h6
{
color:darkblue;
font-size: 100%;
font-weight: bold;
text-align:center;
padding: 10px;
margin-top:5px;
margin-bottom: 5px;
}

p
{
 
  
}

.font-back
{
   width:100%;
  min-height:450px;
}
#Online_course
{
    height:450px;
    width:300px;
    padding:10px; 
    border:1px solid;
    
}



#Qalam_image
{
   height:auto;
    width:50%;
    padding:20px; 
     border:1px solid;
     border-radius:50%;
}

#Main_news_div
{
   background-color:; 
    height:auto;
    
}

#Main_news_headline_div
{
    background-color:;
    text-align:left;
}

#Main_news_cont_div
{
    background-color: ;
    width:100%;
    height:auto;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: scroll; 
}


#Main_news_headline_image
{
    width:100%;
    height:auto;
    padding:10px;
    float:center;
    background-color:; 
}

#Main_news
{
  margin-top:20px; 
  text-align:left;
  padding:10px;
 
}

#firstside_menu_headline_div
{
background-color:;
 padding:10px;
 color:black;
 text-align:left;
}

#firstside_menu_div
{
  background-color:; 
  height:150px;
  overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: scroll; 
}

#stamp_image
{
    width:150px;
    height:auto;
}




#punchline1_image_div
{

padding:15px;
margin:20px;
/* border: solid  grey;
  border-radius: 8px;*/
  width:100%;
 
}

#punchline0_image
{
    width:400px;
    height:250px;
   
     
}



#punchline1_image
{
    width:40%;
    height:100;
    padding:10px;
    float:right;
     
}

#punchline2_image
{
    width:60%;
    height:100;
    padding:10px;
    float:left;
     
}

#punchline1
{
   font-size:200%;
  font-weight:bold;
  font-style:;
  color:Black;
  font-family: Verdana, sans-serif;
  
}

#punchline2
{
  font-size:100%;
  font-weight:bold;
  font-style: italic;
  color:Black;
  font-family: Verdana, sans-serif;
}


#punchline3
{
  font-size:100%;
  font-weight:bold;
  font-style:;
  color:Black;
  font-family: Verdana, sans-serif;
}
*/
.font-back-other
{
   min-height:100px;
}


#Logo_Name
{
    text-align:;
    border:0px solid red;
}

#Logo-img
{
  width:100%;
   height:auto;
   padding:0 0px;
  border:0px solid ;
  
}

.Logo_navbar-brand
{
  position: relative;
  top:5px;
  margin:15px auto;
  padding:5px;
   border: solid 0px red;
   width:150px;
   height:150px;
}

#company_name
{
  
 position: relative;
  top:;
  right:100px;
  font-family:'Poppins', sans-serif ;
  color:darkblue;
  font-size:500%;
  font-weight:800;
text-align:center;
letter-spacing: 4px;
padding:20px;

}


/* Use for magazin CSS*/
.inner-banner
{
position: relative;
  top:;
  left:20px;
margin-top:50px;
margin-bottom:25px;
width:90%;
  border-left: solid 5px red;
  /*background: rgba(23, 20, 17, 0.21);*/
 
}

.inner-banner h1
{
  margin-left:100px;
  text-align:left;
  /*background-color: rgba(255,255,255,0.3);
background: rgba(111,98,104,0.83);*/
 padding: 10px;
  
}

.navbar-brand
{
  position: relative;
 
  color:;
  height:20px;
  font-size: 36px;
  line-height:40px;
  padding: 0 20px;
  background:;
  text-align: center;
  box-sizing: border-box;
  float: left;
  font-weight:100;
  text-decoration: none;
}


/*nav code start --*/

header
{
  position: relative;
  margin:5px auto;
  padding:5px;
  
  /*background: rgba(255,255,255,0.3);*/
  /*background: rgba(111,98,104,0.83);*/
    background:black;
  box-sizing: border-box;
  border-radius:1px;
  box-shadow: 0.2px 5px rgba(255,255,255,0.7);
}



nav
{
  float: right;
}

.clearfix
{
  clear: both;
}

nav ul
{
  margin: 0;
  padding: 0;
  display: flex;
  
}
nav ul li 
{
  list-style:none;

}
nav ul li a
{
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
 text-decoration: none;
  color:white;

}

nav ul li a.active
{
  background:;
  border-radius: 8px;
  color: #fff;
  transition: 0.5s;
}
nav ul li a:hover
{
  background:#fdebd0;
  color:#2c3e50;
  transition: 0.5s;
  border-radius: 8px;
}


/* --------  */

 li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  /*padding: 14px 16px;8*/
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color:;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:black;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: ;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
} 



/* -- nav code end --*/




.subject-div
{
  text-align: center;
}
#side-link  a
{
color: gray;
}
#side-link  a:hover
{
color: #f58a0a ;
}

.side-header-main-left
{

 padding:5px;
 color: white;
 text-align: center;
 border-radius: 8px;
}

.side-header-main-right
{
  padding:5px;
  color: darkblue;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
}

#first-Youtube_Video-div
{
  border: solid 2px red;
  padding: 5px;
}


#main-text-fontpage
{
  letter-spacing:1.5px;
  line-height: 30px;
  text-align:justify;
  padding:10px;
 height:auto;
 /*overflow-y:scroll;*/
 color:black;
}

.first-contain-div
{
  padding:20px;
 /* background-color:gray;*/
  /*border:0.1px solid darkblue ;*/

  margin-bottom: 10px;
  /*min-height:400px;*/
}
.first-contain-div h2
{
  color: black;
  text-align: center;
  margin-bottom: 30PX;
}


#table-col
{
  padding:0px;
}

#Travel-Stories-div
{
    height:350px;
  overflow-x:scroll; /* Hide horizontal scrollbar */
  overflow-y: scroll; 
  text-align:justify;
   padding:10px;
}

#Travel-Stories_image
{
    width:50%;
    height:auto;
    float:left;
    padding:10px;
}

/************************************/

.blog .carousel-indicators {
  left: 0;
  top: auto;
    bottom: -40px;
transition-duration: 5s;
  transition-delay: 2s;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}


.NFO_Testimonials{

  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding:10px;
  margin: 5px 0;
  height:100%;
  text-align: center;
  

}

.remedies-img
{
  float: left;
  margin-right: 20px;
  height:80px;
  width:80px;
  border-radius: 50%;
}

.NFO-img
{
  float:center;
  margin:5px;
  height:200PX;
  width:100%;
  border-radius:5%;
  padding:5px; 
}
.Hotel-img
{
  float:center;
  margin:5px;
  height:200PX;
  width:100%;
  border-radius:5%;
  padding:5px; 
}

/************************************/

#content_p
{
  text-align:justify;
  letter-spacing:1.1px;
  line-height: 30px;
}




/* CSS Meet OSMEarn Team */



.card_Team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-height:400px;
  background-color: ;
  text-align: center;
  


}

.card_Team img 

{

height:100PX;
width:100PX;
margin-top: 15px;
border-radius: 50%;

}

.container_Team {
  padding: 0 16px;
  text-align: center;
  background-color:;
  margin-top: 10px;
}


.card_Team{
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
}


.title_team {
  color: black;
  text-align: center;
}

.button_team {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color:red;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button_team:hover {
  background-color:darkblue;
}


/* End CSS Meet OSMEarn Team */


/* font page CSS marquee */

.marquee_first_page{
  background-color:;

}

.marquee_font_page 
{
width:95%;
direction:left;
height:30px;
scrollamount:20; 
vspace:20;  

color:Green;
font-family: sans-serif;
font-weight: bold;
text-align: center;
padding: 20px 0;
}

/* End CSS marquee */


/* flip CSS*/

#OSWEarn_Service
{
  background-color:#F5F5F5;
   
}

#1smo
{
   height:500px;
   
}

#OSWEarn_Service1
{
  background-color:;
  height:500px;
    width:100%;
  
   
}


.titel-service{
  color:darkblue;
   text-align: center;
}

#brand-img
{
  width:250px;
   height:auto;
   text-align: center;
   line-height:60px;
  padding: 0 20px;
}



#teacher-image
{
  width:80px;
  height:80px;
  border:0px;
  border-style: ridge;
 /* padding:5px;*/
  border-radius: 50%;
}





#blog
{
  border:0px solid ;
  height:300px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  transition: 0.3s;
  margin-top: 10px;
  padding: 10px 10px;
}
.card_blog {
 
  width:100%;
  height:auto;
  border-radius: 5px;
  text-align: center;
  border: 0px solid;
}

#blog:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);
}

#blog_head
{
  font-size:15px ;
  font-weight: bold;
  text-align: center;
  padding:5px;
  color: gray;
}

#blog_image{
  border-radius: 5px 5px 0 0;
  width:100%;
  height:200px;
    border:0px solid;
 }
 
.blog_subject
{
  border:0px solid;
  text-align: center;
  margin-top: 20px;
}


#Feedback_heading
{
  font-weight: bold;
  font-size:15px;
  text-align: center;
}

#Feedback_input
{
  width:100%;
  border: 1px solid;
}

#Feedback_label
{
  width:100%;
  border:0px solid;
}
#Feedback_button
{
  width:50%;
}

#Feedback_button:hover
{
 color: green;
 font-weight: bold;
}

#Privacy_Policy_p,about-p
{
  text-align: justify;
  line-height:35px;
  word-spacing:5px;
  letter-spacing:1px;
  padding: 10px;
  margin-top:10px ;
  margin-bottom:10px ;
}

#about-p
{
  text-align: justify;
  line-height:35px;
  word-spacing:2px;
  letter-spacing:1.5px;
  padding: 10px;
  margin-top:10px ;
  margin-bottom:10px ;
}


#body_image_div
{
   
    width:100%;
    padding:10px;
    
}
#body_image
{
    height:auto;
    width:100%;
    padding: 10px;
  margin-top:10px ;
  margin-bottom:10px ;
   
 
}
#body-text-fontpage
{
   text-align: justify; 
   padding:10px;
}
#body-sub-div-fontpage
{
   text-align: justify;
   padding:10px;
}

#stamp_image
{
   height:auto;
    width:100px;
    padding:5px; 
}

#Temple_image
{
    height:450px;
    width:300px;
   border-radius:10px;
   padding:10px;
}

#Photograph_image
{
    height:auto;
    width:100%;
    padding:20px; 
     border:10px solid;
}

#Photographer_image
{
     height:auto;
    width:100%;
    padding:20px; 
     border:1px solid;
     border-radius:50%;
}

#singer_image
{
    height:auto;
    width:50%;
    padding:20px; 
     border:1px solid;
     border-radius:50%;

}


#mcq_button
{
padding: 8px 15px;
margin:10px;
width:100%;
float: left;
}

.box
{ width: 100%;
height:auto;
border:1px solid #ccc;
padding:20px; 
    
}

.justify-content-between
{
    text-align: center;
}

/*footer*/

#footer_container
{
position:relative;top:50px;
padding: 10px;
}

#footer_class_div_4
{
	padding:10px;
	text-align:center;
}

#p_footer
{
	color: white;
	font-size:80%;
	font-family: 'Roboto', sans-serif;
}

#hr_footer
{
	border:3px solid wheat;
	border-radius:5px;
	width:60%;
}
#social_div
{
	padding:10px;text-align:center;
	
}
#ul_social
{
	text-align:justify;

}

/* Style all font awesome icons */
.fa {
  padding:20px;
  font-size:20px;
  width:40px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

.fa-phone
{
  background:;
  color: white;
}

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/*end footer*/


.inner-banner-career-guide
{
   position:relative;
  top:80px;
  left: 100px;
  width: 50%;
  height:200px;
}

.college-image
{
  width: 100%;
 height:200px;
}

/*--------------stop------------------*/


.timer {
  padding: 10px;
  background: linear-gradient(top, #222, #444);
  overflow: hidden;
  display: inline-block;
  border: 7px solid gray;
  border-radius: 5px;
  position: relative;
  
  box-shadow: 
    inset 0 -2px 10px 1px rgba(0, 0, 0, 0.75), 
    0 5px 20px -10px rgba(0, 0, 0, 1);
}

.cell {
  /*Should only display 1 digit. Hence height = line height of .numbers
  and width = width of .numbers*/
  width: 0.60em;
  height: 40px;
  font-size:40px;
  overflow: hidden;
  position: relative;
  float: left;
}

.numbers {
  width: 0.6em;
  line-height:40px;
  font-family: digital, arial, verdana;
  text-align: center;
  color:black;
  
  position: absolute;
  top: 0;
  left: 0;
  
  /*Glow to the text*/
  text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

/*Styles for the controls*/
#timer_controls {
  margin-top: 5px;
  text-align: center;
}
#timer_controls label {
  cursor: pointer;
  padding: 5px 10px;
  background: lightgray;
  font-family: arial, verdana, tahoma;
  font-size:15px;
  border-radius: 0 0 3px 3px;
}
input[name="controls"] {display: none;}

/*Control code*/
#stop:checked~.timer .numbers {animation-play-state: paused;}
#start:checked~.timer .numbers {animation-play-state: running;}
#reset:checked~.timer .numbers {animation: none;}

.moveten {
  /*The digits move but dont look good. We will use steps now
  10 digits = 10 steps. You can now see the digits swapping instead of 
  moving pixel-by-pixel*/
  animation: moveten 1s steps(10, end) infinite;
  /*By default animation should be paused*/
  animation-play-state: paused;
}
.movesix {
  animation: movesix 1s steps(6, end) infinite;
  animation-play-state: paused;
}

/*Now we need to sync the animation speed with time speed*/
/*One second per digit. 10 digits. Hence 10s*/
.second {animation-duration: 10s;}
.tensecond {animation-duration: 60s;} /*60 times .second*/



.minute {animation-duration: 600s;} /*60 times .second*/
.tenminute {animation-duration: 3600s;} /*60 times .minute*/

.hour {animation-duration: 36000s;} /*60 times .minute*/
.tenhour {animation-duration: 360000s;} /*10 times .hour*/

@keyframes moveten {
  0% {top: 0;}
  100% {top: -400px;} 
  /*height = 40. digits = 10. hence -400 to move it completely to the top*/
}

@keyframes movesix {
  0% {top: 0;}
  100% {top: -240px;} 
  /*height = 40. digits = 6. hence -240 to move it completely to the top*/
}


/*----------------------------*/

#MCQ_button
{
   background:#2972F2;
   color:white;
   width:25%;
   height: 40px;
   text-align: center;
   border-radius: 5px;
  position: relative;
  text-shadow: 0 0 5px rgba(255, 255, 255, 1);
  padding: 5px 10px;
    
}    

#about-p
{
  text-align: justify;
}

.contact_map iframe
{
  width: 100%;
  height:300px;
}

.for-add
{
  background:gray;
  border:solid 0.1px gray;
  height: auto;
  text-align: center;
  color: white;
}


/* Style the buttons that are used to open and close the accordion panel */
.Exam_name {
  background-color:#fff;
  color: #444;
  cursor: pointer;
  padding:10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 .Exam_name:hover {
  background-color:#fdebd0;
   color:Green;
   border: 2px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

/* Style the accordion panel. Note: hidden by default */
.Exam_details{
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.Exam_name:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}


.active.Exam_name:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

@media(max-width: 1200px)
{

header
{
  margin: 20px;
}


}
@media(max-width: 768px)
{
.font-back
{
   width:100%;
  min-height:450px;
}

.inner-banner
{
 position:relative;
  top:100px;
  left:0px;
  width:100%;
  /*transform: translateY(-50%);*/
  border-left: solid 0px green;

}

#company_name_div
{
   text-align: center;
}

#punchline1
{
   font-size:150%;
  font-weight:bold;
  font-style:;
  color:Black;
  font-family: Verdana, sans-serif;
  
}

#punchline2
{
  font-size:100%;
  font-weight:bold;
  font-style: italic;
  color:Black;
  font-family: Verdana, sans-serif;
}

#punchline1_image_div
{

padding:10px;
margin:5px;
 //* border: solid 5px grey; *//
  width:100%;
}

#punchline1_image
{
    width:100%;
    height:auto;
    padding:10px;
}


#punchline
{
   font-size:200%;
  font-weight:bold;
  color:white;
  font-family: Verdana, sans-serif;
}
/* nav code start */
header
{
  margin:2px;
}
.menu-toggle
{
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
  background:rgba(0,0,0,0.0);
  float: right;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  color: red;
}

.menu-toggle:before
{
  content: '\f0c9';
  font-family: fontAwesome;
  line-height: 40px;
 
}
.menu-toggle.active:before
{
  content: '\f00d';
  font-family: fontAwesome;
  line-height: 40px;
 
}

nav
{
  display: none;
}
nav.active
{
  display: block;
  width: 100%;
}
nav.active ul
{
  display: block;
  width: 100%;
}
nav.active ul li a
{
  margin: 0;
}


#brand-img
{
  width:100px;
   height:auto;
}

/* nav code end */

#side-image
{
  height: 300px;
}

}

@media (max-width: 576px)
{
.margine
{
  margin-top:40px; 
  margin-bottom:20px;
}
h2
{
  font-size: 150%;
}
td p
{
  font-size:60%;
}
th
{
  font-size: 80%;
}
.font-back
{
  width:100%;
  min-height:auto;
}

#Logo_Name
{
    text-align:center;
    border:0px solid red;
}

#Logo-img
{
  width:100%;
   height:auto;
   padding:0 0px;
  border:0px solid ;
  
}

.Logo_navbar-brand
{
  position: relative;
  top:5px;
  margin:5px auto;
  padding:5px;
   border: solid 0px red;
   width:80px;
   height:80px;
}

#company_name_div
{
   text-align: center;
}

#company_name
{
  
  position: relative;
  top:;
  right:00px;
   font-family:'Poppins', sans-serif ;
  color:darkblue;
  font-size:300%;
  font-weight: bold;
text-align:center;
padding:5px;

}
.inner-banner
{
position: relative;
  top:5px;
  left:5px;
margin-top:70px;
margin-bottom:50px;
width:90%;
  border-left: solid 5px red;
  /*background: rgba(23, 20, 17, 0.21);*/
 
}

.inner-banner h1
{
  margin-left:5px;
  text-align:center;
  /*background-color: rgba(255,255,255,0.3);
background: rgba(111,98,104,0.83);*/
  padding: 10px;
  
}



#punchline1_image_div
{

padding:20px;
margin:5px;
 //* border: solid 5px grey; *//
  width:100%;
}

#punchline1_image
{
    width:100%;
    height:100;
    padding:10px;
}


#punchline1
{
   font-size:150%;
  font-weight:bold;
  font-style:;
  color:Black;
  font-family: Verdana, sans-serif;
  
}

#punchline2
{
  font-size:100%;
  font-weight:bold;
  font-style: italic;
  color:Black;
  font-family: Verdana, sans-serif;
}


/* nav code start */
header
{
  margin:2px;
}
.menu-toggle
{
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
  background:rgba(0,0,0,0.0);
  float: right;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  color: red;
}

.menu-toggle:before
{
  content: '\f0c9';
  font-family: fontAwesome;
  line-height: 40px;
 
}
.menu-toggle.active:before
{
  content: '\f00d';
  font-family: fontAwesome;
  line-height: 40px;
 
}

nav
{
  display: none;
}
nav.active
{
  display: block;
  width: 100%;
}
nav.active ul
{
  display: block;
  width: 100%;
}
nav.active ul li a
{
  margin: 0;
}


#brand-img
{
  width:250px;
   height:auto;
}

/* nav code end */

/* CSS Meet OSMEarn Team */

/*@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}


/* End CSS Meet OSMEarn Team */

#Meeting_Heading
{
position: relative;
top: 10px;
text-align: left;
font-size:120%;
color: white;
font-weight: bold;
}
#body_image_div
{
    height:auto;
    width:100%;
    padding:0px;
    border: 1px solid ;
}
#body_image
{
    height:auto;
    width:100%;
   
}
#body-text-fontpage
{
   padding:10px; 
}
#body-sub-div-fontpage
{
   
   padding:10px;
}



}