@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i');
body{font-family: 'Source Sans Pro', sans-serif !important;}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
/* example test navbar*/
.topnav {
  overflow: hidden;
  background-color: #444;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #1C78B4;
  color: black;
}

.active {
  /*background-color: #4CAF50;*/
  color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
/*  .topnav a:not(:first-child) {display: none;}*/
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
 /* .topnav.responsive {position: relative;}*/
 /* .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }*/
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* example ends here..*/
ul li{
	
}
.top-menu li:hover{
	background-color:#1C78B4;
	border: 1px solid grey;
}

h3{
}
h4{
	margin-top:15px;
	margin-bottom:15px;
}
#main-div{
	margin-bottom: 50px;
    margin-top: 50px;
}
/*Navbar css start*/
.umbrella{
	margin-top:10px;
}
.site_logo{
	float:left;
}
.site_logo img{
	height: 90px;
    width: 230px;
}
.site_title{
	margin-top: 20px;
	/*margin-right:-117px;*/
}
.site_title h3{
}
.site_title span{
	display:block;
	text-align:right;
	font-size:16px;
}
.my_nav{ 
    padding:0;
}
.top-menu{
	overflow:none;
	background:#EEF1F1;
	clear:clearfix;
}
.nav_collaps{
	margin-top:100px;
}
/*.nav_collaps:before{
	width: 0; height: 0; border-bottom: 37px solid #182359; border-left: 34px solid transparent; content:"";
}*/
.top-menu li a{
	text-transform:uppercase;
	color:black;
	font-size:14px;
	
	padding-left:55.5px !important;
	padding-right:55.5px !important;   
	padding-top:25px !important;
}
/*
.top-menu li a:.active{
	color:red;
}
/*.top-menu li a:hover{
	color:#9FBC37;
}*/
/*Navbar css End*/
/*slider css start*/
.carousel-inner img {
      width: 100%;
      height: auto;
  }
#header_img{
	background:#ccc;
	min-height:100px;
}
/*slider css End*/
.home-fourbox{
	padding: 15px;
	overflow: hidden;
	box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
}
.fourbox:nth-child(1) .home-fourbox { 
	background:#38BDBB;
}
.fourbox:nth-child(2) .home-fourbox { 
	background:#3792BC;
}
.fourbox:nth-child(3) .home-fourbox { 
	background:#BC3792;
}
.fourbox:nth-child(4) .home-fourbox { 
	background:#9FBC37;
}
.home-fourbox-thumb{
	float: left;
    height: 80px;
    width: 100px;
	overflow:hidden;
	margin-right:15px;
 }
.home-fourbox-thumb img{
	height: 100%;
    width: 100%;
}
.home-fourbox-head{
}
.home-fourbox-head h3{
	font-family:Cambria, "Times New Roman";
    font-size: 18px;
	color:#ffffff;
	padding-top: 12px;
}
/*Footer css Start*/
.footer{
	background:#141415;
	color:#5f5f63;
	padding-top:30px;
	padding-bottom:30px;
}
.footer h3{
	margin-bottom: 25px;
	color:#dc2e3f;
}
.footer-links li:before{
	content:"\f105";
	font-family:fontawesome;
	color:#dc2e3f;
	margin-right:7px;
}
.footer-links li a{
	color:#5f5f63;
	line-height:30px;
	transition-duration:1s;
}
.footer-links li a:hover{
	color:#ffffff;
	transition-duration:1s;
}
.footer_social li{
	display:inline-block;
}
.footer_social li i{
	background: #ccc;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition-duration: 1s;
    font-size: 20px;
    margin-right: 6px;
}
.footer_social li i:hover{
	color:#dc2e3f;
	transition-duration:1s;
}
.address li{
	margin-bottom:20px;
}
.address li i{
	color:#ffffff;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #5f5f63;
	margin-right: 1em;
}
.address li span {
	display:inline-block;
	margin-left:3em;
}
.footer-bottom{
	background:#0f0f10;
	color:#5f5f63;
	padding-top:6px;
	padding-bottom:6px;
}
/*Footer css End*/
/*images style*/
.im {
	width:250px;
	height:250px;
	margin-bottom:90px;
}

/*dropdownhover*/
	.dropdown {
    position: relative;
    display: inline-block;
	margin-top:5px;
	margin-right: 5px;
}

	.dropdown1 {
    position: relative;
    display: inline-block;
	margin-top:0px;
	margin-right: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #727272;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
	margin: 12 1 0 -35px;
	margin-top:0px;
}

.dropdown-content a {
    color: black;
    padding: 14px 0px 15px 30px;
    text-decoration: none;
    display: block;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*form input style*/
span{
	color:red;
}
select{
	margin-left:40px;
 margin-bottom:0px;
 width:300px;
 margin-right:10px;
}
input{
 margin-left:60px;
 margin-bottom:0px;
 width:250px;

}
fieldset{
	padding-left:100px;
	padding-top:40px;
	padding-bottom:40px;
}
.td1{
	padding-left:100px;
	width:130px;
}
td{
	width:200px;
	padding:10px;
	
}
/*Conditional Display*/

  .conditional_form_part {
    display: none;
  }

  /*.conditional_form_part_activator:checked ~ .conditional_form_part {
    display: block;
  }
  .conditional_form_part_activator:checked + .conditional_form_part {
    display: block;
  }*/



.displaycon if{
}
.displaycon{
	display:none;
}
/*About Us css Start*/
/*About Us css End*/


/*  style for side navbar */


@charset "UTF-8";
/* Starter CSS for Flyout Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
  width: 200px;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul {
  font-weight: bold;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  background-color: #141414;
 
  background-repeat: repeat-x;
  width: 200px;
}
#cssmenu:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background-color: #EEEEEE;
  border:1px solid #B7B3B3;
  background-repeat: repeat-x;
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 180%;
  padding: 50px 68px;
  text-decoration: none;
}
#cssmenu ul {
 
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #0fa1e0;
  margin-top: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
}
#cssmenu > ul > li.active a {
  background-color: #EEEEEE;
  color: CCC9C9;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 5px;
  left: 100%;
}

#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c82b5;
  border-bottom: 1px dotted #0fa1e0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #09638a;
}
#cssmenu .div_style{
	width:550px;
	padding:20px;
	margin-left:300px;
}
#cssmenu .has-sub .has-sub  ul li div{
  background: #0c82b5;
  border-bottom: 1px dotted #0fa1e0;
}
#cssmenu .has-sub .has-sub  ul li div:hover {
  background: #09638a;
}
/* content box centre credentials */
.content{
	border: 9px solid #D9D7D7;
	height:auto;
	padding:40px;
	text-align:justified;
	}

.page_content {
	min-height:550px;
}

.right-col-theme {
	padding: 30px;
	text-align: center;
}
/* content box right credentials */	
.contentr{
	text-align:justified;
	padding:10px;
}

/* image section on right */

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 0%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius:0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* photo gallery image box */

.boximg{
	min-height:250px;
	padding:15px;
	margin:8px;
	border:1px solid #D9D7D7;
	text-align:center;
	overflow:hidden;
}

.boximg-img{
	
}
	
. 


