@import url('https://fonts.googleapis.com/css?family=Quattrocento');

html {height: 100%; direction: ltr;}

a {
  text-decoration: none;
}

@import 'https://fonts.googleapis.com/css?family=Amiri|Scheherazade';

.row::after {
    content: "";
    clear: both;
    display: inline;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 680px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 769px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .col-13 {width: 32%;}
}

nav {
    background: linear-gradient(to right, #6485c4 0%, #14aa72 100%);
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

ul.topnav li {float: left;}

ul.topnav li a {
  transition: 0.4s;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Amiri', serif;
  text-decoration: none;
  padding: 0 25px;
}

ul.topnav li a:hover {
  background-color: #ffffff;
  color: #0C3E52;
  padding: 10px 25px;
}

ul.topnav li.icon {display: none;}

@media screen and (max-width:768px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width:768px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    padding: 10px 10px;
  }
  ul.topnav.responsive li a:hover {
    color: #0C3E52;
    padding: 10px 10px;
  }
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13 {
  float: left;
}

.mar {
  margin-left: 9px;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

body {
  height: 100%;
	min-height: 100%;
	padding:0px;
	width:100%;
	background: #fff;
	font-size: 16px;
	font-family: 'Amiri', serif;
	color: #000;
	margin: 0px !important;
}

header {
	position: relative;
}

.banner {
  width: 100%;
}

.banner a img {
  width: 40%;
  margin-top: 30px;
}

.container {
  width: 82%;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.out-warpper {
  width: 100%;
  margin-top: 20px;
}

section {
  float: left;
  padding: 5px;
  margin-bottom: 15px;
}

aside {
  float: right;
  padding: 5px;
  margin-bottom: 15px;
}

footer {
	background-color: #e6e6fa;
	border-top: 1px solid #dddfe2;
	font-size: 12px;
	width: 100%;
	color: #000;
	margin-top:15px;
  padding: 10px;
}

.content {
  width: 100%;
}

ul.footer {
    padding: 0;
    margin: 0;
}

ul.footer li {
  display: inline;
}

ul.footer li a {
  color: #000;
}

ul.footer li a:hover {
  color: red;
}

.panel {
  text-align: center;
	width: 100%;
  float: left;
  margin-top: -20px;
}

.line {
    height: 5px;
    background: #b8b8b8;
}

.panel-title {
    position: relative;
    top: 36px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 38px;
}

.panel-body {
  text-align: justify;
  text-justify: inter-word;
	padding: 8px;
	margin-top: 30px;
	font-family: 'Quattrocento', serif;
  font-size: 19px;
}

.box {
  text-align: center;
	width: 100%;
  float: left;
  margin-top: 30px;
}

.box-title {
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.box-body {
  text-align: justify;
  text-justify: inter-word;
	padding: 8px;
	font-family: 'Quattrocento', serif;
  font-size: 18px;
}

#contact {
  margin-top: 25px;
}

.main-color {
  background-color: #0C3E52;
  color: #fff;
}

.panel p {
  padding-left: 10px;
}

div.center {
  text-align: center;
  margin-top: 6px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* Contact Us Style */

.alert {
    padding: 16px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
		font-size: 20px;
		border-radius: 5px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

*,*:after,*:before{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;

}

ul.contact{
  margin:0;
  padding: 0;
  list-style-type:none;
}
li{
position: relative;
}
h1.title{
  display:block;
  text-align: center;
  background: linear-gradient(to right, #6485c4 0%, #14aa72 100%);
  color:white;
  margin:0;
  padding: 0.75em 0;
  font-weight: normal;
  border-radius:5px 5px 0 0;
}

form{
  border-radius:0 0 5px 5px;
  border:1px solid #ccc;
  border-top: none;
  background: #fff;

}

ul.contact li:not(:last-child){
  display:block;
  border-bottom:1px solid #ccc;
  margin-bottom: 1em;
}

label{
  float: left;
  display:block;
  font-size: .8125em; /* 13/16 */
  position: absolute;
  top: 1.6em;
  right: 1.4em;
  color: #f1773b;
  opacity: 1;
  transition:top 0.4s ease, opacity 0.6s ease , color 0.4s ease;
}

input,textarea{
  display:block;
  width:100%;
  height:100%;
  border:0;
  outline:none;
  padding:2.25em 1em 1em;
  font-size: 1.2em;

}

textarea{
  height:16em;
  resize:none;
  font-size: 1.2em;
  font-family: verdana;
  padding-left: 0.85em;
}
input[type="submit"]{
  display:block;
  background:  #17779E;
  padding: 1em;
  color:white;
  text-transform: uppercase;
  cursor:pointer;
  font-weight: bold;
}

input[type="submit"]:hover{
  background:  #305A6B;
}

.js-hide-label label{
  opacity:0;
  top:1.8em;
}

.js-unhighlight-label label{
color:#333;
}

.js-highlight-label label{
color:#f1773b;
}
