.card-title {
		font-family: 'Convergence';
   font-size:16px;
    color: #2b76b9;
}
.card-header {
   
    background-color: rgb(239, 239, 239);
}
p{
	    text-align: justify;
		font-size:18px;
}
p{
	font-family: 'Convergence';
	color:black;
}

.submit{
	
	background: #1d92ce;
    color: #fff;
    margin-right: 25px;
	
	width: 150px;
    height: 50px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


a{
	    text-decoration: underline;
}

strong{
	font-size:20px;
}


@media screen and (max-width: 1024px)
.block {
    display: block;
}


.vertical-menu a {
  background-color: #e8e8e8;
  color: #3366a8;
  display: block;
  padding: 12px;
  text-decoration: none;
  font-weight: bold;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #7bc342;
  color: white;
}

.sidebar {
  
  height: 100%;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

.menu li:hover{
    border-bottom: 4px solid #ffa500;
	background-color:#7bc34200;
	border-radius: 1px;
}
.menu li.active{
    background-color:#7bc34200;
    border-left: 4px solid #7bc34200;
	border-bottom: 4px solid #ffa500;
	border-radius: 1px;
}

#nav, .nav, #nav .nav li { margin:0px; padding:0px; }
#nav li {display:inline; cursor:pointer; list-style:none;  position:relative;}
#nav li ul.first {left:-1px; top:100%;}


#nav .nav li { width:100%; text-indent:10px; line-height:30px; margin-right:10px;  
border-left:none; border-right:none; }
#nav li a {display:block; width:inherit; height:inherit;}

ul.nav { display:none; }
#nav li:hover > a, #nav li:hover { 
border-bottom: 4px solid #ffa500;
	background-color:#7bc34200;
	border-radius: 1px; 
	
	color:white;
}
li:hover > .nav { display:block; position:absolute; width:200px; top:-2px; left:50%; z-index:1000; color:white; } 
li:hover { position:relative; z-index:2000; color:white;}  
 

input{
	width: 87%;
    margin: 8px 0;
    border: 1px solid #efe9e9;
    height: 35px;
    padding-left: 10px;
    border-radius: 5px;
} 
textarea{
	width: 87%;
    margin: 8px 0;
    border: 1px solid #efe9e9;
    height: 30%;
    padding-left: 10px;
    border-radius: 5px;
}
.but{
	font-weight: bold;
    background: #2b76b9;
    float: center;
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	float: left;
    margin-bottom: 36px;
    margin-left: 39px;
}

.navh{
	background: #256aa6; border-radius:10px; text-align:left; padding-bottom:10px; padding-top:10px; padding-left:10px;
}
.divh{
	width:90%; margin-right:auto; margin-left: auto; margin-top: 2%; background-color: #f7f7f7; border-radius: 10px
	
}

.rowh{
	background-color: white;  
    background-size: 100% 60%;     background-repeat: no-repeat;
	
}
.pp1{
	color: #0090b8; font-weight: bold; font-size: 20px;padding-bottom: 20px;
}
p{
	font-family: 'Convergence'; color:black;
}
.pph{
	color: #0090b8; font-weight: bold; font-size: 20px; margin-left: 37px;
}
.hh4{
	text-align:left; padding-bottom: 20px;
}
.hh12{
	text-align:left;padding-bottom: 20px;
}
hr{
	border-top: 2.5px solid rgb(63, 159, 201); width: 90%;
}
.res{
	font-family: 'Convergence'; color:black;line-height: inherit;
}
.imgh{
	width: 18px;
}
/*****************************CSS MOBILE*************************************************************/
@media (min-width: 768px){
.col-md-4 {
   flex: 0 0 33.333333%;
    max-width: 100%;
}}
@media (max-width: 639px) and (min-width: 320px){
header {
	padding-top:15px;
}
.hh{
	padding-left: 28px;
}
.hh1{
	text-align: center;
}

iframe{
	margin-left: 18px;
}
	.sidebar {
		position: relative;
	}
	.image {
    display: none;
}
}
@media only screen and (min-width: 1224px){
.header .logo {
    width: 80%;
}
.hh{
	margin-top: 36px;padding-left: 28px;
}
.hh1{
	margin-top: 36px; text-align: center;
}
.menu {
    margin-right: -10%;
}
iframe{
	margin-left: 62px;
}
}
/*****************************CSS MOBILE*************************************************************/