/*------------------------------------------------------------------
body 
------------------------------------------------------------------- */
@import url("animate.css");
/*=======================================================
	Page Loader
========================================================*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 999999;
	opacity: 1;
	text-align: center;
}
.hom-slie{
	position:absolute !important;
}
/* - Ownmenu */
.ownmenu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ownmenu li{
	display: inline-block;
	float: left;
}
.ownmenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.ownmenu ul.dropdown, 
.ownmenu ul.dropdown li ul.dropdown {
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	padding-left:0px;
	width:250px;
	background:none;
	padding:20px 35px;
}
.ownmenu ul.dropdown li ul.dropdown{
	left:100%;
	top:inherit;
	background:#272727;
}
header nav .ownmenu ul.dropdown .indicator{
	display:block;
	left:0px;
	margin-left:0px;
}
.ownmenu ul.dropdown li {
	clear:both;
	width:100%; 
	text-align:left;
}
.ownmenu ul.dropdown li a {
	width: 100%;
	padding: 12px 24px 12px;
	display: inline-block;
	float: left;
	clear: both;
	text-decoration: none;
	color: #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ownmenu ul.dropdown li:hover > a {
	color: #fff !important;
}
.ownmenu ul.dropdown li ul.dropdown.left{
	left: auto;
	right: 100%;
}
.ownmenu .indicator {
	position: relative;
	right: 5px;
	font-size: 14px;
	float: right; 
	display: none;
}



.ownmenu > li.right { 
	float: right;
}

.ownmenu > li > a > i { 
	line-height: 23px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

@media (max-width:767px){
	.ownmenu > li {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.ownmenu > li > a {
		padding: 15px 25px;
	}
	.ownmenu a { 
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.ownmenu ul.dropdown, 
	.ownmenu ul.dropdown li ul.dropdown{
		width:100% !important;
		left:0;
		position:static !important;
		border:none;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		float:left;
	}
	.ownmenu ul.dropdown li { 
		border:none;
	}
	.ownmenu ul.dropdown > li > a { 
		padding-left: 40px !important;
	}
	.ownmenu > li > .megamenu {
		width: 100% !important;
		position: static;
		border-top: none;
	}
	.ownmenu > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 60px !important;
	}
	.ownmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 80px !important;
	}
}


@-webkit-keyframes fadeOut {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity:0;
	}
}



/* =======================================================
    THEME STYLING START
======================================================== */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Ubuntu',sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #252525;
	font-family: 'Martel Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: inherit;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 24px;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}

.font-martel {
	font-family: 'Martel Sans', sans-serif;
}
.font-ubuntu {
	font-family: 'Ubuntu',sans-serif;
}
p.intro-small {
	font-style: italic;
	color: #f5f5f5;
	width: 80%;
	margin: 0 auto;
}
.text-transform-none {
	text-transform: none;
}
.text-white {
	color: #fff;
}
.text-bold {
	font-weight: bold;
}
.text-normal {
	font-weight: normal;
}
.font-12px {
	font-size: 12px;
}
.font-14px {
	font-size: 14px;
}
.font-16px {
	font-size: 16px;
}
.font-18px {
	font-size: 18px;
}
.font-20px {
	font-size: 20px;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.white-text {
	color: #fff;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold;
}
a:hover, a:focus {
	color: #00b1f1;
}
.primary-color {
	color: #fb4848;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.white-bg {
	background: #fff;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px;
}
.line-height-22 {
	line-height: 22px;
}
.line-height-26 {
	line-height: 26px;
}
.dark-text p {
	color: #141414;
}
.light-gray-bg {
	background: #f6f7f8;
}
.customcolor1 {
	color: #448aff;
}
/*=======================================================
      BTN STYLE
========================================================*/
.btn {
	border: none;
	color: #fff;
	display: inline-block;
	padding: 0px 25px;
	padding-right: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Martel Sans', sans-serif;
	height: 44px;
	line-height: 48px;
	background: #36404b;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
	white-space: normal;
}
.btn:hover {
	color: #fff;
}
.btn span {
	float: left;
	height: 44px;
	line-height: 48px;
	position: relative;
}
.btn i {
	margin-left: 30px;
	float: right;
	height: 44px;
	line-height: 48px;
	padding: 0px 15px;
	padding-left: 10px;
	position: relative;
	background: #fb4848;
	z-index: 2;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.btn:hover {
	background: #fb4848;
}
.btn:hover i {
	background: #36404b;
}
.btn span {
	float: right;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.btn span:before {
	content: "";
	z-index: -1;
	left: 10px;
	border-style: solid;
	border-width: 0 0 44px 20px;
	border-color: transparent transparent #fb4848 transparent;
	position: absolute;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.btn:hover span:before {
	border-color: transparent transparent #36404b transparent;
}
section,
.section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.text-shadow {
	text-shadow: 3px 0px 5px rgba(0,0,0,0.5);
}
.text-shadow-1 {
	text-shadow: 2px 3px 0 rgba(0,0,0,0.5);
}
/*=======================================================
      HEADING
========================================================*/
.heading {
	margin: 50px auto;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.heading h5 {
	font-weight: 900;
	height: 53px;
	background: #36404b;
	margin: 0px;
	line-height: 58px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	position: relative;
	min-width: 250px;
	margin-bottom: 30px;
	display: inline-block;
}
.heading h5:before {
	content: "";
	z-index: 1;
	left: -20px;
	border-style: solid;
	border-width: 0 0 53px 20px;
	border-color: transparent transparent #36404b transparent;
	position: absolute;
}
.heading h5:after {
	content: "";
	z-index: 1;
	right: -20px;
	border-style: solid;
	border-width: 53px 20px 0 0;
	border-color: #36404b transparent transparent transparent;
	position: absolute;
}
.heading p {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	width: 65%;
	margin: 0 auto;
	letter-spacing: 1px;
}
.heading.text-left p {
	text-align: left;
	width: 100%;
}
.heading.text-left h5 {
	margin-left: 22px;
}
.heading hr {
	height: 3px;
	border-top: 1px solid #d7d9db;
	border-bottom: 1px solid #d7d9db;
	margin: 0px auto;
	width: 350px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 24px;
	z-index: -1;
}

.heading.white hr {
	background: #fff;
}
/*=======================================================
      HEADER
========================================================*/
header {
	position: relative;
	width: 100%;
	z-index: 9999;
	background: #fff;
	padding-top: 30px;
}
header .navbar {
	background: #36404b;
	border: none;
	margin: 0px;
	margin-top: 35px;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	width: 100%;
	float: left;
}
header .logo {
	float: left;
	position: relative;
}
header .logo img {
	z-index: 3;
	width: 70px;
	position: relative;
}
header .ownmenu {
	float: left;
}
header .navbar {
	display: inline-block;
}
header .navbar li {
	display: inline-block;
	float: left;
	position: relative;
}
header .navbar li a {
	font-size: 13px;
	color: #fff;
	padding: 20px 20px;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-transform: uppercase;
}
.nav > li > a:focus, 
.nav > li > a:hover {
	background: none;
}

header .navbar li a:before {
	position: absolute;
	height: 0px;
	width: 100%;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	z-index: -1;
	content: "";
	background: #fb4848;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header .navbar li a:hover:before {
	height: 100%;
}
header .navbar li.active a:before {
	height: 100%;
}

.ownmenu ul.dropdown {
	background: #141414;
	padding: 0px;
}
.ownmenu ul.dropdown li {
	margin: 0px;
}
.ownmenu ul.dropdown li {
	position: relative;
	z-index: 2;
}
.ownmenu ul.dropdown li a {
	z-index: 1;
	position: relative;
}
.ownmenu ul.dropdown li a:before {
	background: #fb4848;
	content: "";
	width: 0px;
	height: 100%;
	top: 0px;
	margin: 0px;
	z-index: -1;
	left: 0px;
}
.ownmenu ul.dropdown li a:hover:before {
	width: 100%;
}
.ownmenu ul.dropdown li a {
	padding: 0px 20px;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.top-info-con {
	float: right;
	width: 70%;
	margin-top: 10px;
	background: #fff;
	position: relative;
	z-index: 3;
	text-align: right;
}
.top-info-con ul {
	display: inline-block;
}
.top-info-con ul li {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin-right: 20px;
	border-right: 1px solid rgba(0,0,0,0.05);
}
.top-info-con ul li.fst {
	width: 35%;
	border: none;
}
.top-info-con ul li:nth-last-child(1) {
	margin: 0px;
	border: none;
}
.top-info-con li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.top-info-con .icon {
	height: 48px;
	width: 48px;
	border: 1px solid #fb4848;
	color: #fb4848;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	border-radius: 0px;
	font-size: 20px;
}
.top-info-con p {
	font-size: 13px;
	margin: 0px;
}
.top-info-con h6 {
	font-weight: normal;
	font-family: 'Ubuntu',sans-serif;
	color: #999999;
	margin-top: 5px;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	background: url(../images/img4.jpg) no-repeat;
	background-size: cover;
	min-height: 350px;
	text-align: center;
	position: relative;
}
.sub-bnr h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 1.5px;
	margin: 0px;
	margin-top: 30px;
	text-transform: uppercase;
}
.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}
.sub-bnr h6 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	line-height: 58px;
	margin: 0px;
	letter-spacing: 1px;
}
.sub-bnr .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: none;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Ubuntu',sans-serif;
	font-size: 13px;
	margin: 10px 0;
}
.sub-bnr .breadcrumb li a {
	color: #fff;
	text-transform: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Ubuntu',sans-serif;
	font-size: 13px;
}
.sub-bnr .breadcrumb>li+li:before {
	color: #fff;
}


/*=======================================================
      SERVICES
========================================================*/
.services article {
	background: #f7f7f7;
	margin-bottom: 30px;
}
.services li article p {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}
.services li article .ser-img {
	position: relative;
	text-align: center;
}
.services li article .ser-head {
	position: absolute;
	bottom: -1px;
	width: 100%;
}
.services li article .icon {
	width: 70px;
	height: 36px;
	position: absolute;
	bottom: 50px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	display: inline-block;
	background: #fb4848;
	margin-top: 10px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services li article .icon:before {
	content: "";
	top: -20px;
	left: 0px;
	position: absolute;
	width: 20px;
	height: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-style: solid;
	border-width: 0 35px 20px 35px;
	border-color: transparent transparent #fb4848 transparent;
}
.services h6 {
	color: #fff;
	font-size: 16px;
	margin: 0px;
	height: 50px;
	display: inline-block;
	line-height: 54px;
	width: 100%;
	float: left;
	background: #fb4848;
	font-weight: 800;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services li article:hover h6 {
	background: #36404b;
}
.services li article:hover .icon {
	background: #36404b;
}
.services li article:hover .icon:before {
	border-color: transparent transparent #36404b transparent;
}
.detail-in {
	border: 1px solid #ececec;
	border-top: none;
	padding: 30px 25px;
	padding-bottom: 60px;
	position: relative;
}
.detail-in p {
	color: #777777;
}
.go-btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	width: 37px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #36404b;
}
.go-btn:before {
	content: "";
	z-index: 1;
	right: 100%;
	border-style: solid;
	border-width: 0 0 40px 20px;
	border-color: transparent transparent #36404b transparent;
	position: absolute;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.go-btn:hover:before {
	border-color: transparent transparent #36404b transparent;
}



/*=======================================================
			FOOTER
========================================================*/
footer p {
	font-size: 15px;
	line-height: 26px;
	color: #969ea7;
}
footer h6 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
}
footer {
	padding: 0;
	background: #36404b url(../images/footer-bg.png) center center no-repeat;
	padding-bottom: 60px;
	margin-top: 60px;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 0px;
}
footer hr {
	height: 3px;
	border: none;
	width: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #006db7;
}


footer p {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	color: #eeeeee;
}
footer .links a {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	display: inline-block;
	width: 100%;
}
footer button {
	float: right;
	background: #434e5a;
}
.rights {
	background: #2c343d;
	padding: 20px 0;
	text-align: center;
}
.rights p {
	font-weight: 400;
	color: #fff;
	margin: 0px;
}


.footer-info .links li {
	float: left;
	width: 50%;
	padding-left: 20px;
	position: relative;
}
.footer-info .links li:before {
	content: "\f0da";
	position: absolute;
	left: 0px;
	top: 10px;
	color: #969ea7;
	font-family: 'FontAwesome';
}
.footer-info .links li a {
	color: #969ea7;
	line-height: 40px;
	font-size: 13px;
}
.footer-info .links li a:hover {
	color: #e4454b;
}
.footer-info .quote .form-control {
	background: none;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #45515d;
	margin-bottom: 20px;
	height: 40px;
	font-size: 13px;
}
.footer-info .quote textarea.form-control {
	height: 80px;
}

.foot-info-con {
	display: inline-block;
	width: 100%;
	margin-top: 80px;
}
.foot-info-con li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.foot-info-con .icon {
	height: 90px;
	width: 90px;
	color: #fff;
	background: #3f4955;
	text-align: center;
	line-height: 90px;
	display: inline-block;
	border-radius: 0px;
	font-size: 20px;
	margin-right: 10px;
	border-radius: 50%;
}
.foot-info-con p {
	font-size: 14px;
	margin: 0px;
}
.foot-info-con h6 {
	font-weight: normal;
	font-family: 'Ubuntu',sans-serif;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	font-size: 15px;
	text-transform: none;
	margin-bottom: 4px;
	letter-spacing: 2px;
}

.footer-info {
	margin-top: 50px;
}
/*=======================================================
			 FORM
========================================================*/

.contact-form .error,.sendstudent-form .error,.sendclasse-form .error {
	border: 1px solid red;
}
.contact-form .error:before,.sendstudent-form .error:before ,.sendclasse-form .error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}

.contact-page .heading hr,.sendstudent-page .heading hr ,.sendclasse-page .heading hr {
	margin: 30px 0;
}
.contact-page h3,.sendstudent-page h3 ,.sendclasse-page h3  {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0px;
}
.contact-page p,.sendstudent-page p ,.sendclasse-page p {
	font-size: 15px;
	color: #777777;
}

.contact-form label,.sendstudent-form label,.sendclasse-form label {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
	color: #777777;
}

.contact-form label input,.sendstudent-form label input,.sendstudent-form label select,.sendclasse-form label input {
	border: 1px solid #ececec;
	height: 40px;
	padding: 0 20px;
	border-radius: 0px;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input:focus,.sendstudent-form input:focus,.sendstudent-form select:focus,.sendclasse-form input:focus {
	border: 1px solid #4c4f5e;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.ser-img img{
	width: 100%;
}