* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: white;
	font-family: 'overpassregular';
}

.group {
	content: "";
	display: table;
	clear: both;
}

@font-face {
	font-family: 'overpassregular';
	src: url('body font/Overpass_Regular-webfont.eot');
	src: url('body font/Overpass_Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('body font/Overpass_Regular-webfont.woff') format('woff'),
	url('body font/Overpass_Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'sf_archery_blackoblique';
	src: url('header font/SF_Archery_Black_Oblique-webfont.eot');
	src: url('header font/SF_Archery_Black_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
	url('header font/SF_Archery_Black_Oblique-webfont.woff') format('woff'),
	url('header font/SF_Archery_Black_Oblique-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}


@font-face {
	font-family: 'lobster_1.3regular';
	src: url('label font/lobster_1.3-webfont.eot');
	src: url('label font/lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
	url('label font/lobster_1.3-webfont.woff') format('woff'),
	url('label font/lobster_1.3-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}
.empty-nav {
	height: 20px;
	background: #031E2B;
}

body {
	background: #E7E7E7;
	color: white;
}

.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.header {
/*background: -webkit-linear-gradient(45deg,#2aabd2,#2b7487,#022444);*/
background: linear-gradient(to right, #2a2a72, #29317f, #25398c, #1e419a, #0e49a8);
}
.text {background-color: white;
    color: black;
    font-size: 10vw;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;}
.logo {
	padding: 20px 0;
}

.title {
	margin-top: 26px;
}

.contact-us {
	height: 100px;
	background-position: left right; 
	background-size: 100% 100%;
}

.call {
	margin: 0px;
	text-align: center;
}

.navigation {
background: linear-gradient(to bottom, #009ffd, #2480db, #2d62b8, #2e4595, #2a2a72);

}


.site-navigation {
	background: none;
	margin-bottom: 0px;
	border: none;
}

.new-fluid {
	padding-left: 0px;
}

.navbar-collapse {
	padding-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #131B43 !important;
    color: white !important;
    text-shadow:6px 0px 8px #ffffff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    background: #287CA3;
    color: white;
}

.slider {
	padding: 0px 0px;
	color: black;
}

marquee {
	padding: 7px 1px;
}
.item {
	height: 350px;

}

.item img {
	height: 100% !important;
	width: 100% !important;
}

.carousel-control {
	background: none;
}

.body {
	margin-top: 10px;
}

.content-section-1 {
	box-shadow: 0px 0px 7px #ccc;
	margin-bottom: 20px;
}

.article {
	background: white;
	padding: 20px;
}

.article p {
	color: #232323;
	font-size: 12px;
	line-height: 20px;
}

.article h3 {
	color: black;
}

.site-font {
	color: #FF6300;
}

.no-mr {
	margin: 0px;
}

.footer {
	background: #0f5484;
	padding: 20px 0px;
	
}

.copy {
	padding: 10px 0px;
	background: #00121B;
}

.fnt {
	font-size: 12px;
}

.fnt2 {
	font-size: 20px;
	margin-bottom: 7px;
}

ul {
	list-style: none;
}

.title {
	margin-top: 15px;
	color: white;
	text-shadow: 2px 2px 2px #001F2E;
}

.bg-custom {
	background: #002C42;
	color: white;
}

.icon {
	font-size: 20px;
	color: #01C4C3;
}

.top-footer ul,
.down-footer ul,
.copy-footer ul {
	list-style: none;
}

.main-footer {
	width: 100%;
}

.footer-content p {
	color: white;
	text-align: justify;
}

.footer-title {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

span.coloring {
	color: #80deea;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

.links ul {
	list-style:none;
}

.down-footer i {
	color: #1DD7B2;
}

.footer-content li,.links li {
	margin-bottom: 10px;
}

.footer-content ul li a,.links ul li a {
	color: white;
	border-bottom: 1px dashed gray;
	font-size: 14px;
	transition: all .5s;
	display: block;
	padding-bottom: 10px;
	outline: none;
}

.footer-content ul li a:hover,.links ul li a:hover {
	color: #1DD7B2;
	text-decoration: none;
}

.footer-content ul li a i.fa,.links ul li a i.fa {
	opacity: 0;
	transition: all .5s;
}

.footer-content ul li a:hover i.fa,.links ul li a:hover i.fa {
	opacity: 1;
}

.links ul li a {
	color: white;
}
.footer-list li {
	float: left;
	margin-right: 30px;
}

.footer-list li a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.footer-list li a:hover {
	color: #d0d2db;
	text-decoration: none;
}

.copy {
	color: #9ba0b3;
	font-size: 14px;
}

.footer a:hover {
	text-decoration: none;
}

.footer-head {
	color: white;
	font-family: 'lobster_1.3regular';
}

.new-dropdown {
	margin: 0px;
	padding: 0px;
	background: #131B43;
	border: none;
}

.new-dropdown li a {
	padding: 10px 20px;
	color: white;
	background: #131B43;
}

.new-dropdown li a:hover {
	background: white;
	color: black;
}

.navbar-nav li.active a {
	background: #FF6300 !important;
	color: white !important;
}

/* Galery */


.gallery {
	margin-bottom: 15px;
	height: 200px;
	overflow: hidden;
}

.teachers {
	margin-bottom: 15px;
}

.teachers .img-section {
	transition: all .5s;
}

.teachers:hover .img-section {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.teacher-details h3,.teacher-details h4,.teacher-details p {
	margin: 0px;
	padding: 0px;
}

.teacher-details h3 {
	font-size: 20px;
	margin-top: 10px;
}

.teacher-details h4 {
	margin-top: 0px;
	color: #1DD7B2;
}

.teacher-details p {
	margin-top: 10px;
	text-align: justify;
	margin-bottom: 10px;
}

.img-section {
	height: inherit;
}
.job-info a {
	outline: none;
}

.result input,.result select {
	border-radius: 0px;
}

.btn-social {
	color: #1DD7B2;
	border: 1px solid #1DD7B2;
	background: white;
	outline: none;
}

.btn-social:hover {
	background: #1DD7B2;
	color: white;
}

.img-section img {
	height:100%;
	width: 100%;
	transition: all .3s;
}

.teachers .img-section img {
	width: 300px;
	height: 300px;
}

.img-section,.content-section {
}

.content-section,.content-section-teachers {
	background: rgba(0,0,0,0.5);
	height: inherit;
	box-sizing: border-box;
	padding: 20px;
	color: white;
	font-size: 15px;
	transition: all .3s ease-in-out;
}

.gallery:hover .img-section img {
	transform: scale(1.2);
}

.gallery:hover .content-section {
	margin-top: -200px;
	position: relative;
	z-index: 55;
}

.teachers:hover .content-section-teachers {
	margin-top: -200px;
	position: relative;
	z-index: 55;
}

.content-section span {
	color: white;
	font-size: 16px;
}

.content-section p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.gallery-link a {
	outline:none;
}

.social-link {
	font-size: 25px !important;
	padding: 10px;
	border-radius: 100%;
	background: white;
	margin-bottom: 10px;
}

.dig-info {
	   background: linear-gradient(to right bottom, #0e0e6b, #002c84, #00479b, #0062b0, #087cc2);

	padding: 5px;
}

.middle-post {
	background: white;
	padding: 10px;
}

.main-post {
	background: white;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding: 10px;
	margin-bottom: 20px;
}

.color-ful {
padding: 7px;
font-size: 17px;
color: white !important;
background: linear-gradient(-45deg,#131b43,#242c54,#2aabd2);

}

.lob {
	font-family: 'lobster_1.3regular';
}

.book-icon {
	font-size: 20px;
	background: white;
	padding: 8px;
	border-radius: 100%;
	color: black;
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.5);
}

.dig-info h3,.dig-info h4 {
	font-family: 'lobster_1.3regular';
}

.main-post p {
	color: gray;
}

.services {
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
	color: black;
}

.service-icon {
	color: #17A257;
	font-size: 40px;
	padding: 20px;
	border: 1px solid #17A257;
	border-radius: 100%;
}

.service-section {
	margin-bottom: 0px;
}

.service-inner {
	padding: 0px 0px;
}

.service-content {
	margin-top: 0px;
	background: white;
	padding: 10px;
	position: relative;
	z-index: 999;
	box-shadow: 0px 0px 5px #ccc;
}

.text-show {
	color: black;
	text-decoration: none;
	padding: 10px;
	background: white;
	transition: all .5s;
}

.text-show:hover {
	text-decoration: none;
	background: #581845 ;
	color: white;
}

.left-part-section {
	height: 94px;
	padding-top: 15px;
	margin-bottom: 8px;
	background:  #077a52 ;
	color: white;
}

.left-part-section h4 {
	font-size: 17px;
}

.left-part-section .glyphicon {
	font-size: 20px;
}

.fac-list li {
	margin-bottom: 10px;
}

.fac-list li a{
	font-size: 15px;
}
.textshadoowh {
    text-shadow: 6px 0px 8px #ffffff, -6px 0px 12px #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.lnk-3-9{
    text-decoration: none;
    display: block;
   background: linear-gradient(to left, #009ffd, #2480db, #2d62b8, #2e4595, #2a2a72);
    margin-bottom: 1px;
    line-height: 50px;
    height: 40px;
    color: #ffffff;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    font-size: 14px;
    min-font-size: 14px;
    padding-left: 10px;}
    
    .bg-info {
   background: linear-gradient(to left, #009ffd, #2480db, #2d62b8, #2e4595, #2a2a72);
}
.card-header {
    padding-left: 3px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header h4{
   font-size:12px;
}
.text-white, .text-white-all *, .text-white-all *:before, .text-white-all *:after {
    color: #ffffff !important;
}
.dt-sc-titled-box-content {
    padding: 15px 15px 20px;
    background: #ffffff;
    border-top: 0px;
}
.dt-sc-pr-tb-col.selected {
    border: 1px solid #cccccc;
}
.dt-sc-pr-tb-col.selected, .dt-sc-pr-tb-col:hover {
    z-index: 9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    margin-top: -15px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.dt-sc-ico-content.type3 {
    width: 100%;
    display: inline-block;
}
.card-body> a:hover {
    color: #ffffff;
    text-decoration:none; text-shadow:6px 0px 8px #ffffff, -6px 0px 12px #fff;	
}
.upmenu{margin-top:8px;}
.upmenu> a{color:#f5f5f5;}
.upmenu> a:hover{color:#ffffff;}