
/*-------------------------------------------------------
1. Theme default css
---------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Roboto+Condensed:wght@400;700&display=swap');
body {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-style: normal;
  width:100%;
  width: 100%;
  background-color:#f0f0f0;
}
.img{
 max-width:100%;
 transition: all 0.3s ease-out 0s;
}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover
{
  text-decoration:none;
}
a,
button {
  outline: medium none;
}
.uppercase { 
  text-transform: uppercase;
}
.capitalize { 
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', serif;
  font-weight: normal;
  margin-top:0px;
  margin-bottom:0px;
  font-style: normal;
  font-weight:700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit;
}
h1 {
    font-size: 40px;

}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li { 
	list-style: none
 }
p {
  font-size:15px;
  font-weight:500;
  color:#05396B;
  margin-bottom:10px;
  line-height:normal;
}
hr{
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
.fix{
	overflow:hidden
	}
.f-left{
	float:left;
	}
.f-right{
	float:right;
	}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.btn{
  background-image: -moz-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
  background-image: -webkit-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
  background-image: -ms-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%); 
  color:#fff;
  cursor:pointer;
  display:inline-block;  
  text-transform:uppercase; 
  font-size:19px;
  font-weight:700; 
  padding:15px 50px; 
  display:inline-block;
  border-radius:40px;
  border:2px soloid transparent;
  }
  
.btn-border{
  border-color:#fff;
  background:transparent;
}
.btn-border:hover{
 background:#fff;
 color:#ff63a3;
}

.btn-theme-border{
  border-color:#ff60a3;
  background:transparent;
  color:#000;
}

.btn-theme-border:hover{
 background:#ff60a3;
 color:#000;
}




/* Header area */
.header-area{}
.slider{
  background-image: url(../images/slider01.jpg);
  min-height: 350px;
  background-position: center center;
  background-size: cover;	
  position: relative;
  
  
  
}
.logo-w{width:100px}
.slider:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #424141;
    opacity: .5;
}

.single-slider {
    position: relative;
    z-index: 2;
}


.header-text{color:#fff}

.header-text h2{
  font-size:48px;
  font-weight:700;
  margin-bottom:8px;
}

.header-text h3{
  font-size:30px;
  font-weight:700;
  margin-bottom:8px;
}




.cu-exam{  
  background-image: url(../images/inner_sec_back.jpg);
  min-height: 260px;
  background-position: center center;
  background-size: cover;	
  position: relative;
  }
.note ul{text-align:center}
.note ul li a{font-weight:700; color:#801b1b}

.exam-routine{border:1px solid #000; padding:10px 0;}
.no-boder{border:0}
.exam-routine p{font-weight:700}
.exam-routine a{color:#801b1b}
.popup-btn{text-align:center; margin-top:10px}

.routine-table .table{width:70%; margin:0 auto 20px auto; font-weight:700;}
.routine-table .table td, .table th{padding:5px}
.routine-table .table th{color:#B2382C; padding-top:10px; font-size:16px}
.routine-table .table td{font-size:15px; color:#033b78;}
.routine-table .table td span{font-size:13px; display:block}
.routine-table .table-bordered td,.routine-table .table-bordered th {
    border-color:#AFAFFF;}
.routine-table a{color:#B2382C;}
.routine-table a:hover{color:#033b78;}



/*****responsive**********/
@media (min-width: 768px) and (max-width: 991px){
.container{width:750px}
.slider{
  min-height:300px;
}
.logo-area{margin-bottom:0px; margin-top:20px}
.logo-w{width:80px}

.header-text h2{
  font-size:42px;
}

.header-text h3{
  font-size:32px;
}

.exam-routine h4{font-size:18px}
.pdf-logo{width:25px}
.exam-routine p{font-size:15px}
.note ul li a{font-size:15px}
  
.btn{
  font-size:16px;
  padding:10px 30px; 
  border-radius:30px;
}
.routine-table .table{width:95%;}
.routine-table .table td{font-size:13px;}
.routine-table .table th{color:#B2382C; padding-top:10px; font-size:16px}

}

/* EXTRA SMALL DEVICE */

@media (max-width: 575px){
.container{width:96%}
.slider{
  min-height:200px;
}
.logo-area{margin-bottom:0px; margin-top:20px}
.logo-w{width:60px}

.header-text h2{
  font-size:30px;
}

.header-text h3{
  font-size:22px;
}

.exam-routine h4{font-size:15px}
.pdf-logo{width:20px}
.exam-routine p{font-size:13px}
.note ul li a{font-size:13px}
  
.btn{
  font-size:14px;
  padding:10px 20px; 
  border-radius:20px;
}
.routine-table .table{width:95%;}
.routine-table .table td{font-size:12px;}
.routine-table .table th{color:#B2382C; padding-top:10px; font-size:14px}


}

/* SMALL DEVICE */

@media only screen and (min-width: 576px) and (max-width: 767px){
.container{width:550px}
.slider{
  min-height:250px;
}
.logo-area{margin-bottom:0px; margin-top:20px}
.logo-w{width:70px}

.header-text h2{
  font-size:36px;
}

.header-text h3{
  font-size:26px;
}

.exam-routine h4{font-size:18px}
.pdf-logo{width:25px}
.exam-routine p{font-size:15px}
.note ul li a{font-size:15px}
  
.btn{
  font-size:16px;
  padding:10px 30px; 
  border-radius:30px;
}
.routine-table .table{width:100%;}
.routine-table .table td{font-size:13px;}
.routine-table .table th{color:#B2382C; padding-top:10px; font-size:16px}
	
}

@media screen and (min-width: 420px) and (max-width: 480px) {
.container{width:98%}	
.slider{
  min-height:0px;
}
.routine-table .table{width:100%;}
.routine-table .table td{font-size:11px;}
.routine-table .table th{color:#B2382C; padding-top:10px; font-size:13px}
}

@media screen  and (min-width: 360px) and (max-width: 419px) {
.container{width:100%}
.slider{
  min-height:0px;
}
.routine-table .table{width:100%;}
.routine-table .table td{font-size:11px;}
.routine-table .table th{color:#B2382C; padding-top:10px; font-size:13px}
}



}








