@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&display=swap');
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Slab', serif;
}
body, p, span, td, tr, table, b, strong, div {
    font-family: 'Lato', sans-serif;
}

.row.content {min-height: 400px}
    .sidenav {
      background-color: #f1f1f1;
      min-height: 400px;
      margin-bottom: 30px;
    }

    footer {
      color: white;
      background-color:#222;
      padding:20px 20px
    }
.boxxy {
   
	box-shadow: 0 1px 1px 2px rgba(0,0,0,0.10);
	width: 280px;
	padding: 20px 10px;
	height: 175px;

}
.boxxy > p
{
	font-size: 15px;
	margin-bottom:5px;
}
.boxxy > a
{
	font-size: 15px;
	margin-bottom:5px;
}
.sidesearch {
    padding: 12px 10px 0px 10px;
    list-style: none;
    margin:0px;
}
.sidesearch>li>a
{
    font-size: 18px;
}
.topbannercont
{
   font-size: 44px;
text-transform: uppercase; 
padding:40px 0px 20px;}
.topbannercontp
{
    margin-bottom:20px;
}
    @media screen and (max-width: 767px) {
      .sidenav {
        
        min-height: 124px;
        padding: 15px;
      }
      .row.content {height: auto;} 
    }
.headertop
{
    text-align: center;
    /*padding: 10px;*/
    font-size: 15px;

}
.boxxysearch
{
    padding: 16px;
}
.headerspan
{
    color: #ff0404;
font-weight: bold;
}
.bannertext
{
    font-size: 56px;
font-weight: bold;
text-transform: uppercase;
     padding-top: 30px;

}
.bannerform
{
    padding-top: 30px;
font-size: 20px;

}
.bannertext span
{
     color: #ffe27e;
}
.welcomtext
{
    text-align: center;
    font-size: 36px;
     padding: 10px;
     text-transform: uppercase;

}
.welcomtext span
{
     color: #1194a1;
     font-weight: bold;
}
.footersecond
{
    text-align: center;
    margin-top: 14%;
}
.footersecond a
{
    text-decoration: none;
    

}
.footerthird
{
  margin-top: 6% ! important;  
}
.h1, .h2, .h3, h1, h2, h3 {
/*  margin-top: 20px ! important;
  margin-bottom: 10px ! important;*/
}
.nonfooter
{
    color: #fff;
font-size: 15px;
text-align: center  ! important;
padding: 10px ! important;
line-height: 1.42857143 ! important;
}
p {
margin: 0 0 10px  ! important;
}
.footersecondww
{
    padding: 3%;
    font-size: 16px;
}
.footersecond h3
{
    font-size: 18px;
color: #fff;
}
.navbar-default {
    background-color: #625e5c;
border-color: #625e5c;
    padding-top: 15px;
font-size: 17px;
    float:right !important;
}
.navbar-nav > li > a
{
    padding: 5px 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #625e5c;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.paynow
{
    background-color: #1195a2;
    padding: 0px 0px;
}

.paynow:hover 
{
    color: #fff;
    background-color: #1195a2;
}
.footerquick
{
    list-style: none;
padding: 0px;
}
.footerquick li a
{
   /* padding: 5px 10px; */
color: #fff;
}
.footerquick li
{
    padding: 5px 0px;
    font-size: 16px;
}
.form-control {
    height: 45px;
}
.univ
{
    font-size: 30px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
padding: 21px;
}
#form1 h2
{
    font-size:20px;
}
.cont
{
      font-size: 20px;
/*text-transform: uppercase;*/
font-weight: bold;
color: #fff;
padding: 10px;
background: #164681;
margin-top:0px ! important;
}
.btn-primary {
    font-size: 18px;
    padding: 7px 18px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #164681;
    border-color: #164681;
    border-radius:30px;
}
.enqform
{
   
	background-color:#f3f3f3;
    padding: 0px;
    margin: 16px 0px;
    font-size: 16px;
    font-weight: bold;
}
.form-control {
	display: block;
	width: 100% ! important;
	height: 34px;
	padding: 6px 12px ! important;
	font-size: 16px ! important;
	line-height: 1.42857143;
	color: #555 ! important;
	background-color: #fff ! important;
	background-image: none;
	border: 1px solid #ccc ! important;
	border-radius: 4px ! important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.aboutcont
{
    font-size: 30px;
text-align: center;
font-weight: bold;
padding: 20px 0px 20px;

}
.aboutcontp
{
    font-size: 18px;
padding-bottom: 4px;
text-align: justify;

}
.colthead
{
   border-radius: 6px;
background-color: #164681;
text-align: center;
color: #fff;
padding: 6px 1px;
height: 90px;
}
.colthead > h3
{
   margin-top:20px ! important;
}
.tdbody > h3
{
   margin-top:5px ! important;
}
.tdbody1 > h3
{
   margin-top:5px ! important;
}
.colthead1 > h3
{
   margin-top:20px ! important;
}
.colthead1
{
    border-radius:6px;
    background-color:#4573b4;
    text-align:center;
    color:#fff;
    padding: 6px 1px;
height: 90px;

}
.colthead a
{
     font-size: 40px;
}
.colthead1 a
{
     font-size: 40px;
}
.tdbody
{
    border-radius: 10px;
background-color: #e8e8e8;
padding: 1px 1px;
 text-align:center;
 text-transform: uppercase;
 height: 40px;
     font-size: 20px;
}
.tdbody1
{
    border-radius: 10px;
background-color: #cfcfcf;
padding: 1px 1px;
 text-align:center;
 text-transform: uppercase;
 height: 40px;
     font-size: 20px;
}
.tdbody a
{
     font-size: 20px;
}
.tdbody1 a
{
     font-size: 20px;
}
.tdbody h3
{
     margin-top: 5px;
}
.tdbody1 h3
{
     margin-top: 5px;
}

 @media screen and (max-width: 767px) {
      .cont {
   
    padding: 0px 0px 20px;
} 
.contentcont
{
    padding: 15px;
}
.contentabout
{
    padding: 15px;
    text-align:justify;
}
.aboutcontp
{
     text-align:justify!important;
}
.boxxy {
    width: 100%;
    text-align: center;
}
.bannertext {
    font-size: 25px;
    padding-top: 0px !important;
    margin-top: 0px !important; 
}
.bannerform {
    padding-top: 14px;
}
.banerfluid
{
    padding: 42px 20px !important;
}
 .banerfluid {
              overflow-x: visible !important;
              height: auto !important;

            
        }
    }
.happycus
{
    color: #1195a2;
font-weight: bold;
}
.somecus
{
    color: #ff0404;
font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .bootomfooter
    {
        padding: 0px 20px;
    }
    .boxxy {
    
    height: 99px ! important;
}
.topbannercont {
    font-size: 24px;
    text-transform: uppercase;
    padding: 9px 0px 49px;
}
.cont {
    padding: 5px 7px 10px;
}
.togglehead
{
    margin:0px ! important;
}
.navbar-default {
    padding: 0px !important;
}
.navbar-nav {
    text-align: left;
}
.nav > li {
   
    margin-bottom: 10px !important;
}
.boxxy1 {
    
    width: 100% !important;
   
}
.headlogo
{
    width:80% ! important;
}
#aboutboxy
{
    height: 10% !important;
     width: 312px ! important;
      margin: 4px ! important;
}
.welcomtext h2
{
   font-size:18px ! important; 
}
  
} 

   @media only screen and (max-width: 932px) {
         .banerfluid {
              overflow-x: visible !important;
              height: auto !important;

            
        }
      
   }
         
body {
  overflow-x: hidden; /* Hide vertical scrollbar */
  
}
.wp-custom-logo .site-title {
  display: none ! important;
}
         