@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

#main-content-wrapper {
background-color: white;
}
#main-content {
padding: 60px 0;
}
*{
	/* font-family: 'Montserrat', sans-serif; */
color: black;
font-size: 15px;
}
.aligncenter {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 33px;
	letter-spacing: 0.7px;
	margin-top: -130px;
}
.nav-pills > .fullsize {
float: none;
}
.clearleft {	
clear: left;
width: 100%;
}
.border1 {
	border:1px solid black;
}
img {
	max-width:100%;
	/* display: block; */
	/* padding-right: 25px; */
	
}
.img-radio-button 
{
	max-width:40%;
	display: block;
}
.nav-pills>li>a {
    border-radius:none !important;
}
.nav-pills li ul {
	list-style:outside none none;
	font-size: 12px;
}
.nav-pills li ul li {
	position: relative;
	display: block;
}
.nav li ul li a {
position: relative;
display: block;
padding: 10px 5px;
}
.mylayout
{
	display: block;
	padding-top:50px; 
}
.main-heading
{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	border-bottom: 3px solid;
    padding-bottom: 10px;
    margin-bottom: 40px;
    margin-top: -5px;
    letter-spacing: 0.7px;
	
}
.para
{
	font-size: 14px!important;
    line-height: 24px;
	text-align: justify;
    letter-spacing: 0.7px;
}
.sub-heading
{
	color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 22px;
    letter-spacing: 0.7px;
}
.title {
	background-color: #f9f9f9 !important; 
	margin-bottom: 10px;
	border: 1px solid gray;
	letter-spacing: 0.7px;
	font-size: 11.7px;
}
.list-full-border {
	margin-bottom: 10px;
	border: 1px solid gray;
	letter-spacing: 0.7px;
	font-size: 11.7px; 
}
.list-top-border {
	border:1px solid gray;
	border-bottom: none;
	letter-spacing: 0.7px;
	font-size: 11.7px;
}
.list-bottom-border {
	border:1px solid gray;
	border-top: none;
	letter-spacing: 0.7px;
	margin-bottom: 10px;
	font-size: 11.7px;
}
.list-left-right-border {
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-top:none;
	border-bottom: none;
	letter-spacing: 0.7px;
	font-size: 11.7px;
}
#Introduction ul li,
#template_installation ol li,
#set_homepage_template ul li,
#set-header ul li,
#FeaturedCourses-sec ul li,
#SearchForm-sec ul li,
#our-project-sec ul li,
#our-services-sec ul li,
#we-offer-sec ul li,
#Our-Facultie-sec ul li,
#record-sec ul li,
#gallery-sec ul li,
#Choose-Course-sec ul li,
#testimonial-sec ul li,
#blog-sec ul li,
#navigation ol li,
#page_templates_sidebars ul li,
#posts_categories ol li,
#shortcodes ul li,
#additional_addons ol li
{
	line-height: 30px;
}
.leftbar-boxshadow {
	/* box-shadow: 3px 3px lightgray; */
	}
.logo{
		/* width:300px; */
		height:200px;
		text-align: center;
		display: block;
	  margin-left: auto;
	  margin-right: auto;
}
.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.active-color .active a,
.active-color .active a:hover,
.active-color .active a:active {
	background-color: #54BFEC !important;
	border-radius: none !important;
}

#menu-list .text-black{
	color:black;
	font-weight: 600;
	text-align:start ;
}
.icon-margin {
	margin-right: 5px;
}
.footer-margin{
	margin-top: -60px;
}

.demo-button{	
	/* position:relative; */
	padding: 10px 20px;
	background-color: #54BFEC;
	color:white;
	border-radius: 22px;
	font-weight: bold;
	left:400px;
	top: -30px;
}
.demo-button:hover
{
	background-color:white;
	color:#54BFEC;
	border:1px solid;
	text-decoration: none;
}

#help_support a {
    font-size: 17px;
    font-weight: 700;
}

.moveup {
    position: fixed;
    padding: 10px;
    background-color: #54BFEC;
    top: 500px;
    right: 50px;
}
.moveup:hover {
    background-color: transparent;
    border: solid 1px #54BFEC;
}
#color_installation img {
    display: inline;
}


 .row > .column {
	padding: 0 8px;
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column {
	float: left;
	width: 25%;
  }
  
  /* The Modal (background) */
  /* .modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
  } */
  
  /* Modal Content */
  .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
  }
  
  
  /* The Close Button */
  .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
  }

  
/* lightbox */
.modal-target {
	/* width: 100%; */
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  .modal-target:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
	align-items: center;
	justify-content: center;
	z-index: 9999;
  }
  
  /* Modal Content (image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 60%;
	opacity: 1 !important;
	max-width: 1200px;
	left:0;
  }
  
  /* Caption of Modal Image */
  .modal-caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 1200px;
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 1em;
	margin-top: 32px;
  }
  
  /* Add Animation */
  .modal-content, .modal-caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }

  
@-webkit-keyframes zoom {
	from {-webkit-atransform:scale(0)}
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .modal-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }


  a {
	text-decoration: none!important;
  }
  
  .footer-margin{
	  text-align: center;
  }
  .footer-margin a{
	  color: #000;
  }
  .nav-pills .nav-link{
	  border-radius: none;
  }
  #menu-list b{
	  font-weight: 700;
	  font-size: 15px;
  }
  ul#menu-list{
	  display: block;
	  width: 96%;
	  margin: 10px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	  width: 100%;
  }
  #menu-list .nav-link{
	  padding: 0.5rem 11px !important;
  }
  ul#menu-list    button, input, optgroup, select, textarea {
	  font-family: inherit;
	  font-size: 12px;
  }
  .nav-item{
	  background: #f9f9f9;
  }
  .nav-pills .nav-link.active{
	background-color: #54BFEC !important;
  }


.tab-content>.tab-pane {
    margin: 12px;
}
.logo img{
	padding-bottom: 10px;
	margin-right: 33px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
@Media screen and (max-width:1024px){
	.navbar-toggler{
		border: 1px solid #000 !important;
		background-color: #000 !important;
	}
}
@Media screen and (max-width:767px){
	.aligncenter {
		font-weight: bold;
		text-align: center;
		display: block;
		font-size: 21px;
		letter-spacing: 0.7px;
		margin-top: -114px;
	}

button.navbar-toggler {
	display: block;
	text-align: center;
	margin: auto;
}
}
@Media screen and (min-width:768px){
div#navbarToggleExternalContent {
	display: block;
}
button.navbar-toggler {
	display: none;
}
}
@Media screen and (max-width:425px){
.logo img {
    padding-bottom: 17px;
    margin-right: 37px;
	padding-left: 0;
}
.demo-button {
padding: 11px 15px;
/* padding-left: 52px; */
}
navbar {
    margin: 5px 10px;
}
.navbar-toggler {
    margin: 12px;
}
.mylayout {
    padding-top: 8px;
}
}
@media screen and (max-width: 375px){
.demo-button {
    padding: 11px 15px;
    padding-left: 22px;
}
}

@media screen and (min-width: 426px) and (max-width:767px){
	.logo img {
		padding-bottom: 10px;
		margin-right: 88px;
		padding-left: 64px;
	}

};

