/*
Theme Name: School
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
*
{
margin:0;
padding:0;
font-family: 'Arimo', sans-serif;


}
.cont-box {
    width: 70%;
    float: left;
    padding:30px 2%;
    margin: 2% 13%;
    background: #f7f6f5;
    border-radius: 10px;
}
h1
{
	
	margin:1% 0;
	font-size:25px;
	font-family: 'Poppins', sans-serif;
}
.green
{
	color:#056839;
	margin:2% 0;
	text-align:center;
}
p{
	
	line-height:28px;
	font-size:14px;
	
	text-align:justify;
}
.mban,.full-box
{
width:100%;
float:left;
}
#wrapper
{
width:100%;
float:left;
}
.wrap-in
{
	width:1250px;
	margin:0 auto;
	
}
#bannerx
{
	width:100%;
	float:left;
	padding:20px 0;
	background: #ff9600;
}
#bannerx .bannerx-block
{
	width:23%;
	float:left;
	padding:10px 0;
	background: #fff;
	border-radius: 10px;
	margin:0 1%;
}
#bannerx .bannerx-left
{
	width:20%;
	float:left;
	text-align: center;
	margin-right:10px;
}
#bannerx .bannerx-left img
{
	height:50px;
}
#bannerx .bannerx-right
{
	width:70%;
	float:left;
	text-align: center;
}
#bannerx .bannerx-right a
{
	color:#147904;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	margin-top:16px;
	width:100%;
	float:left;
}
#head-bar
{
width:100%;
float:right;

background-color: #262223;
padding:6px 0;
    color: #fff;
font-size:14px;
}
#header,#banner
{
	width:100%;
	float:left;
}
#header .logo
{
	width:20%;
	float:left;
	padding:6px 0;
	}
	#header .h-side
	{
		width:53%;
		float:right;
	}
	#header .h-side ul
	{
		width:100%;
		float:left;
		list-style:none;
	}
	#header .h-side ul li
	{
		
		float:left;
		padding:3% 2.7%;
		    border-right: 1px #dedddd solid;
	}
	#header .h-side ul li:nth-last-child()
	{
		
		    border-right: 0px #dedddd solid;
	}
.login {
    border-color: #52b6bc;
}

.login {
    display: inline-block;
    padding: 5px 30px;
    border: 2px #52b6bc solid;
    border-radius: 5px;
    font-size: 14px;
    color: #6f7a7f;
    font-weight: 700;
	text-decoration:none;
}
.head-title
{
	font-size:17px;
	font-weight:bold;
}
#menu{
	width:100%;
	float:left;
	background:#f89021;
	padding:1% 0;
}
#menu ul{
	width:100%;
	float:left;
list-style:none;
}
#menu ul li{
	
	float:left;
padding:0 2%;
}
#menu ul li a{

color:#fff;
font-size:15px;
text-decoration:none;
}
#content 
{
	width:100%;
	float:left;
}
#content .box-3 
{
	width:31%;
	float:left;
	min-height:120px;
	
	padding:20px 1%;
}
.col1
{
	    background-color: #ff9600;
}
.col2
{
    background-color: #52b6bc;
}
.col3
{
    background-color: #f0bc01;
}
#content .box-3 img
{
	float:left;
	margin-right:2%;
}
#content .box-3 h2
{
	color:#fff;
	text-align: center;
	margin-top:2%;
}
#content .box-3 p
{
	color:#fff;
	font-size: 13px;
	text-align: center;
	
}
.mar
{
	margin:2% 0;
}
.page-box
{
	width:23%;
	float:left;
	margin:3% 1%;
	position:relative;
	background: #f7f7f7;

	padding-bottom: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.page-box img
{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.page-box .ptag {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #e03300 transparent transparent transparent;
}
.page-box h2
{
	text-align:center;
	margin:5px 0;
	width:100%;
	float:left;
	font-size: 18px;
	text-transform: uppercase;
}
.page-box p
{
	width:90%;
	float: left;
	padding:1% 5%;
	font-size: 14px;
	color:#515151;
}
.page-box  .but
{
	width:70%;
	float:left;
	margin:1% 15%;
	padding:1% 0;
	text-align:center;
	background:#045b32;
	text-decoration:none;
	color:#fff;
	font-size:13px;
	border-radius: 12px;
}
.but
{
	width:70%;
	float:left;
	margin:1% 15%;
	padding:1% 0;
	text-align:center;
	background:#ff9600;
	text-decoration:none;
	color:#fff;
	font-size:18px;
}
.abt-box
{
	width:55%;
	float:left;
	margin-right:5%;
}
.abt-box h1
{
	color:#ff9600;
	width:100%;
	float: left;
	margin-bottom: 10px;
}
.abt-box h3
{
	color:#313131;
	width:100%;
	float: left;
	margin-bottom: 20px;
	font-size: 16px;

}
.abt-box p
{
	color:#515151;
	width:100%;
	float: left;
	font-size: 13px;

}
.abt-img
{
	width:40%;
	float:left;
	text-align:center;
	
}
#appx h1
{

	width:100%;
	float:left;
	text-align:center;
	font-size:32px;
	font-family: 'Exo 2', sans-serif;
}
#appx
{
	width:100%;
	float:left;
	margin:100px 0;
	
}
#appx .appx-block
{
	width:56%;
	float:left;
	margin-right:2%;
	
	
}
#appx .appx-blockx
{
	width:90%;
	float:left;
	margin:1% 3%;
	padding: 2%;
	background-color: #f7f7f7;
	border:2px solid #e3e3e3;
	border-radius: 15px;
	
}
#appx  h1 {
    color: #ff9600;
    width: 100%;
    float: left;
    margin-bottom: 10px;
	text-align: left;
	font-size: 21px;
}
#appx .appx-image
{
	width:40%;
	float:left;
	
}
.box3 
{
	width:31%;
	float:left;
	margin:1%;
}
.box3 h2 
{
	width:100%;
	float:left;
	text-align:center;
	color:#056839;
}
.news
{
	width:100%;
	float:left;
}
.news li
{
	margin:2% 0;
}
#gallery
{
	width:100%;
	float:left;
	margin-top:2%;
	padding:2% 0;
	    background-color: #47417d;
		min-height:300px;
}
#gallery h1
{
	text-align:center;
	font-size:34px;
	font-weight:bold;
	color:#fff;
}
#map
{
	background:#babbba;
	width:100%;
	float:left;
	
	min-height:300px;
	margin-top: 30px;
}
#map h1
{
	text-align:center;
	font-size:34px;
	font-weight:bold;
	color:#fff;
}
.center{
	text-align:center;
	margin-bottom:3%;
}
#footer 
{
	background:#000;
	width:100%;
	float:left;
	
	padding:2% 0;
	min-height:200px;
}

#footer .foo-box
{

	width:23%;
	float:left;
	
	padding:1%;
	
}
#footer .foo-box h2,#footer .foo-box p
{
	color:#fff;
}
#footer .foo-box ul
{

	width:100%;
	float:left;
	list-style:none;

	
}
#footer .foo-box ul li
{

	width:100%;
	float:left;
	padding:3% 0;
	color:#fff;
	font-size:14px;

	
}
#footer .foo-box ul li a
{
	color:#fff;
	text-decoration:none;
}
.ctr
{
	padding:1% 0;
	text-align:center;
	color:#fff;
}
.main
{
	width:67%;
	float:left;
	margin-right:3%;
}
.sidebar
{
	width:30%;
	float:left;
}
.qlinks {
    list-style-type: none;
    
    padding: 0;
    margin-top: 0;
	width:100%;
	float:left;
	margin:2% 0;
}
.qlinks li:first-child {
    border-top: 1px solid #E6E7EB;
}
.qlinks li a{
	color:#000;
	text-decoration:none;
	font-size:15px;
}
.qlinks li {
    padding: 13px 13px 13px 20px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #E6E7EB;
	  border-left-color: #515151 !important;
	  margin:1%0 ;
	  background-color: #F7F7F7;
}
.qlinks li:hover {
    border-left-color: #f89021 !important;
	background-color: #fff;
}
.call-box{
	width:90%;
	float:left;
	margin:3% 0;
	padding:7% 5%;
	    background-color: #e6be1e;
}
.call-box h2,.call-box h3{
	color:#fff;
}
.gif{
	width:100%;
	float:left;
	text-align:center;
}
.gif img{
		width:70%;
}
.mlist
{
	width:70%;
	float:left;
	margin:1% 15%;
}
.mlist li
{
	width:100%;
	float:left;
	margin:2% 0;
	font-size:14px;
}
.c-box {
    width: 46%;
    float: left;
    background: #e3e3e3;
    margin: 1% 1%;
    padding: 1% 1%;
}
.c-box p {
    text-align: center;
}
input[type="text"], input[type="email"], input[type="tel"] {
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px;
    height: 19px;
    width: 95%;
    float: left;
    margin-right: 2%;
}
textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px;
    height: 74px;
    width: 96%;
}
.but1 {
    width: 60%;
    float: left;
    margin: 1% 20%;
    background: #00539F;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    font-size: 19px;
}