/*
================================================
/* Table of Content
==================================================

1. Fonts - Oswald, Roboto and Opensans
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. About Section
9. Courses
10. Faculty
11. Testimonials
12. Gallery
13. Partner Logos
14. Contact Us
15. Footer
16. Media Quries 

/*
================================================
1. Fonts - Oswald, Roboto and Opensans
================================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*  font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;*/
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #3499ee;
	text-decoration: none;
}
a, a:hover, a:active {
	outline: none;
}
.dropdown:hover>.dropdown-menu{
    display:block;
    margin-top:5px;
}
/*------------------
	Download Brochure MOdal
----------------------*/
img {
  max-width: 100%;
}
.download-bro-modal .close {
    color: #fff;
    opacity: 1;
}
.download-bro-modal .modal-title{
	font-family: "Playfair Display", serif;
    font-size: 22px;
    text-align: center;
}
.download-bro-modal input[type=text], select, textarea {
	font-family: 'Oswald', sans-serif;
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #d2acad;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.download-bro-modal input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.download-bro-modal input[type=submit]:hover {
  background-color: #45a049;
}
.download-bro-modal button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
   background: -webkit-linear-gradient(50deg,#3499ee,#0b2e9a)!important;
    background: -o-linear-gradient(50deg,#3499ee,#0b2e9a)!important;
    background: linear-gradient(40deg,#3499ee,#0b2e9a)!important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}
/*-----------------------------
	Download Brochure Modal
------------------------------*/
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}

i {
	transition: all 0.4s ease-in-out 0s;
}
.offset-top-60 {
	margin-top: 60px;
}
.mt-0{
	margin-top: 0px !important;
}
#scrool-top {
	background: #3499ee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}
#scrool-top i {
	color: #fff;
}
.show {
	display: block !important;
}
#scrool-top.show {
	opacity: 1;
}
.center {
	text-align: center;
}
.offset-top-60 {
	margin-top: 60px;
}
section {
	width: 100%;
	float: left;
	padding: 55px 0;
}
section h1 {
	border-left: 6px solid #3499ee;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
}
.section-sub-heading{
	padding-left: 20px;
    color: #000;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 100;
    border-left: 5px solid #3499ee;
}
section h1 span {
	color: #3499ee;
	font-size: 36px;
	font-weight: 700;
}
section h1::before {
	top: 26%;
	left: -2px;
	content: "\f0da";
	font-family: 'Fontawesome';
	display: inline-block;
	position: absolute;
	color: #3499ee;
	font-size: 28px;
}

@media (max-width:480px){
section h1{
	font-size:22px;
}
section h1 span {
    font-size: 26px;
}
}
@media (max-width:335px){
section h1 {
    font-size: 18px;
}
section h1 span {
    font-size: 22px;
}
.section-sub-heading {
    margin-bottom: 20px;
    font-size: 18px;
}
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
}
.top-wrapper {
	padding: 11px 0;
    background: rgb(255 203 5);
}
.top-wrapper ul {
	margin: 0;
	display: inline-block;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 15px;
	color: #fff;
}
.top-wrapper ul li a {
	color: #eeeef0;
	font-size: 14px;
}
.top-wrapper ul li a:hover {
	opacity: 0.8;
}
.top-wrapper li i {
	padding: 0 4px 0 0;
}
.top-wrapper ul.header-contact-info {
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 12px;
}
.top-wrapper ul.header-contact-info li {
	padding: 0 10px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.top-wrapper ul.header-contact-info li span {
	padding: 0 0 0 10px;
}
.top-wrapper ul.header-social-icons {
	margin: 0 0 0 10px;
}
.top-wrapper ul.header-social-icons li {
	padding: 0 0 0 4px;
}
.top-wrapper ul.header-social-icons li i {
	background: #464646;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	padding: 0;
}
.register-form, .login-form {
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 42px;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.6s ease 0s;
	visibility: hidden;
	width: 368px;
	z-index: -99;
}
.register:hover .register-form, .login:hover .login-form {
	margin-top: 0;
	transform: rotateX(0deg);
	visibility: visible;
	z-index: 99999;
}
.top-wrapper h4 {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}
.top-wrapper input {
	color: #ababab;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px;
}
.top-wrapper .btn {
	background: #3499ee;
	border: 0 none;
	color: #ffffff;
	float: right;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}
@media (max-width: 767px){
.top-wrapper{
	display: none;
}
.navbar-brand{
	padding: 5px 15px;
}
}
/*
================================================
5. Logo Bar 
================================================
*/
.affix + .banner-wrapper {
	margin-top: 94px;
}
.logo-bar {
	float: left;
	padding: 14px 0;
	width: 100%;
	background: #fff;
}
.logo-bar.affix {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
	top: 0;
	z-index: 999;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
@media (max-width: 767px){
.logo-bar{
	padding: 10px 0;
}
}
/*
================================================
6. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 24px 0 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
}
.navbar-brand {
	display: none;
}
.navbar-nav > li {
	    padding: 0 0 0 31px;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 5px 0;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
}
.nav > li > a {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #3499ee;
	border-bottom: solid 2px #3499ee;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:focus:before, .navbar-default .navbar-nav > .active > a:hover:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -8px;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #3499ee;
	border-bottom: solid 2px #3499ee;
}
.navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:hover:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -8px;
	font-size: 14px;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.w-100 {
    width: 100% !important;
}
.d-block {
    display: block !important;
}
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.banner-wrapper .fade-carousel {
	position: relative;
	/*height: 490px;*/
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	/*height: 490px;*/
}
.banner-wrapper .fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 12px;
	height: 12px;
}
.banner-wrapper .fade-carousel .carousel-indicators > li.active {
	width: 12px;
	height: 12px;
}
.hero {
	position: absolute;
	bottom: 5%;
	left: 36%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}
.banner-wrapper .carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 58px;
	margin: 0 0 15px 0;
	display: inline-block;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-variant: 58px;
}
.hero h1 span {
	font-weight: 300;
	font-size: 42px;
}
.hero h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 30px 0;
	color: #fff;
	text-transform: capitalize;
}
.hero a {
	background: #000000;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.hero a i {
	padding: 0 0 0 10px;
}
.banner-wrapper .carousel .item.active .animated1 {
	animation: 1s ease-in 500ms normal both 1 running flipInX;
}
.banner-wrapper .carousel .item.active .animated2 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}
.banner-wrapper .carousel .item.active .animated3 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}
.banner-wrapper .carousel-control.right, .banner-wrapper .carousel-control.left {
	background-image: inherit;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 590px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before {
	/*background: #000 none repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
}
/*.fade-carousel .slides .slide-1 {
	background-image: url(../images/banner44.jpg);
}
.fade-carousel .slides .slide-2 {
	background-image: url(../images/banner44.jpg);
}
.fade-carousel .slides .slide-3 {
	background-image: url(../images/banner4.jpg);
}
.fade-carousel .slides .slide-4 {
	background-image: url(../images/banner4.jpg);
}
.fade-carousel .slides .slide-5 {
	background-image: url(../images/banner5.jpg);
}*/
.banner-wrapper .carousel-control {
	width: 6%;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	border: 1px solid #f0efeb;
	border-radius: 60px;
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
/*
================================================
8. About Section
================================================
*/
.about-us {
 background: url(../images/about-wrapper-bg.jpg) repeat left top;

}
.about-us img {
	width: 100%;
	height: auto;
	border: solid 6px #fff;
}
.about-us p {
	margin: 0 0 12px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
    color: #dadada;
}
.about-us .about-callouts .callout {
	margin-top: 60px;
}
.about-us .about-callouts .icon img {
	background: #fff;
	border: solid 1px #b7b7b7;
	border-radius: 5px;
	padding: 0 10px;
}
.about-us .about-callouts h3 {
	color: #3e3e3e;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.about-us .about-callouts p {
	padding: 0;
}
/*
================================================
9. Courses
================================================
*/
.courses .course-list {
	    margin: 14px 11px;
}
.courses .heading-icon {
	text-align: center;
    padding: 36px 0;
    margin: 0 0 0px 0;
    box-shadow: 0 0 5px 5px rgba(186, 186, 186, 0.58);
    transition: 0.5s;
    border-radius: 5px;
    border-top: 5px solid #ff0b13;
    max-height: 320px;
}
.courses .heading-icon:hover{
	box-shadow: 0 0 5px 5px rgba(132, 129, 129, 0.5);
}
.courses .heading-icon h2 {
	color: #3499ee;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.courses .heading-icon .icon {
	background: #58595b;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin: 0 0 4px 0;
	overflow: hidden;
}
.courses .heading-icon .icon i {
	color: #fff;
	font-size: 60px;
	line-height: 160px;
}

.courses .course-list:hover .heading-icon h3 {
	color: #ef2e34;
}
.courses .course-list:hover .heading-icon .icon {
	background: #fff;
}
.courses .course-list:hover .heading-icon .icon i {
	color: #88b816;
}
.courses .course-cnt h4 {
	font-size: 16px;
	font-weight: 600;
}
.courses .course-cnt .course-details p {
	color: #000;
	font-weight: 600;
}
.courses .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.courses .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 36px;
	width: 36px;
}
.courses .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	right: 15px;
	top: -72px;
}
.courses .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.png) no-repeat left top;
}
.courses .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.png) no-repeat left top;
}
@media (max-width: 575px){
.courses .owl-theme .owl-controls .owl-buttons {
    bottom: -45px;       
    top: inherit;
}
}
/*
================================================
10. Faculty
================================================
 */
.faculty {
	background: #f6f6f6;
}
.faculty .img-box h4 {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.faculty .img-box p {
	margin: 0 0 10px 0;
	color: #fff;
}
.faculty img {
	width: 100%;
	height: auto;
}
.faculty .mentors{
	padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 8px #0000008a;
    border-radius: 5px;
}
.faculty .img-box {
	opacity: 1;
	display: block;
	position: relative;
	height: 352px;
	overflow: hidden;
}
.faculty .img-box:before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	bottom: 100%;
	content: '';
	background-color: rgba(238, 29, 35, 0.9);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.faculty .img-box:hover:before {
	bottom: 0px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.faculty .img-box .text-center {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 0 30px;
	border-radius: 5px;

}
.faculty .img-box:hover .text-center {
	opacity: 1;
}
.faculty .owl-carousel .item {
	margin: 12px 15px;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.png) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0 2px 0 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: -16%;
    right: 5%;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.png) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: -16%;
	right: 0;
}
.faculty .owl-pagination {
	display: none;
}

.about-main-heading{
	color:#fff;
}
.faculty1 {
	background: #e0dede;
}
.faculty1 .img-box h4 {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.faculty1 .img-box p {
	margin: 0 0 10px 0;
	color: #fff;
}
.faculty1 img {
	width: 100%;
    height: 220px;
    object-fit: cover;
}

.faculty1 .img-box:hover:before {
	bottom: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.faculty1 .img-box .text-center {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 0 30px;
	border-radius: 5px;

}
.faculty1 .img-box:hover .text-center {
	opacity: 1;
}
.faculty1 .owl-carousel .item {
	margin: 12px 15px;
	background: #fff;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.png) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0 2px 0 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: -14%;
    right: 5%;
}
.readmore-a:hover{
	color: #b70207;
}
.comment_icon i{
	    font-size: 18px;
    color: #0062b9;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.png) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: -14%;
    right: 1%
}
.faculty1 .owl-pagination {
	display: none;
}
@media (max-width: 991px){
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 6%;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 7%;
}
}
@media (max-width: 700px){
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 7%;
}
}
@media (max-width: 575px){
.faculty .img-box {
    height: 265px;
    overflow: hidden;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 8%;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: -6%;
    right: 11%;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-next {
    top: -6%;
    right: 2%;
}
}
@media (max-width: 480px){
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 9%;
}
.faculty .img-box {
    height: 255px;
    overflow: hidden;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: -6%;
    right: 11%;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-next {
    top: -6%;
    right: 2%;
}
}
@media (max-width: 380px){
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
	top: auto;
	bottom: -45px;
    right: 17%;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-next{
	top: auto;
	bottom: -45px;
	right: 4%;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-prev {
	top: -17%;
    right: 16%;
}
.faculty1 .owl-theme .owl-controls .owl-buttons .owl-next {
    top: -17%;
    right: 3%;
}
}
/*
================================================
11. Testimonials
================================================
*/
.testimonials {
	padding-bottom: 0;
}
.testimonials .nav-tabs {
	border-bottom: none;
}
.testimonials .nav-tabs > li > a {
	font-size: 22px;
	color: #58595b;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 20px 60px;
	border: solid 1px #959595;
	margin: 0;
	border-radius: 0;
}
.testimonials .nav-tabs > li.active > a, .testimonials .nav-tabs > li.active > a:focus, .testimonials .nav-tabs > li.active > a:hover {
	background: #3499ee;
	border: solid 1px #3499ee;
	color: #fff;
}
.testimonials .nav > li > a:focus, .testimonials .nav > li > a:hover {
	background-color: #3499ee;
	border: solid 1px #3499ee;
	color: #fff;
}
.testimonials .item {
	    padding: 34px 25px 0 25px;
    background: #fff;
    margin: 20px;
    border-radius: 10px;
}
.testimonials h4 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.testimonials h4 strong {
	color: #f00028;
	font-size: 22px;
}
.testimonials h4 span {
	font-weight: 400;
}
.testimonials p {
	line-height: 20px;
    font-size: 13px;
    text-align: justify;
}
.testimonials .tes-img {
	text-align: center;
	margin: 30px 0 0 0;
	background: url(../images/tes-img-border.png) no-repeat center bottom;
	padding: 0 0 45PX 0;
}
.testimonials .tes-img img {
	background: #e2e3df;
	border-radius: 50%;
}
.testimonials .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 36px;
	width: 36px;
	top: 34%;
	position: absolute;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/testimonials-arrow-left.png) no-repeat left top;
	left: 0;
	opacity: 1;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/testimonials-arrow-right.png) no-repeat left top;
	right: 0;
	opacity: 1;
}
#accordion-first {
	margin: 60px 0 0 0;
}
#accordion-first .accordion-group {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 10px;
}
.accordion-inner {
	padding: 6px 0 0;
}
#accordion-first .accordion-heading {
	border-bottom: 0px none;
	font-size: 16px;
}
#accordion-first .accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	padding: 5px 0px !important;
	color: #000000;
	outline: medium none !important;
	text-decoration: none;
	font-weight: 600;
}
#accordion-first .accordion-heading .accordion-toggle.active {
	color: #3499ee;
}
#accordion-first .accordion-heading .accordion-toggle > em {
	color: #000000;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	float: right;
}
/*
================================================
12. Gallery
================================================
*/
.gallery {
	padding-bottom: 0;
}
.gal-container {
	padding: 0;
	display: inline-block;
	margin: 0 0 50px 0;
}
.gal-item {
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.gal-item::before {
	background: rgba(238, 29, 35, 0.8) none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	left: -20px;
	opacity: 0;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all 0.35s ease-out 0.2s;
	visibility: hidden;
	z-index: 1;
}
.gal-item:hover::before {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}
.gal-item .caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-10%);
	transition: all 0.35s ease-out 0s;
	visibility: hidden;
	z-index: 2;
	text-align: center;
	color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gal-item:hover .caption, .gal-item:hover .caption {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.gal-item .caption::before, .gal-item .caption::before {
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.35s ease-out 0s;
}
.gal-item:hover .caption::before, .gal-item:hover .caption::before {
	bottom: 20px;
	left: 20px;
	right: 20px;
	top: 20px;
}
.gal-item .box {
	height: 250px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a i {
	color: #fff;
	font-size: 30px;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
@media(max-width: 991px){
.gal-item {
    padding: 2px;
}
}
@media(max-width: 480px){
.gal-item .box {
    height: 180px;
    overflow: hidden;
}
}
/*
================================================
13. Partner Logos
================================================
*/
.partner-logos .item {
	margin: 0 15px;
}
.partner-logos .logo-bg {
	border: dashed 1px #969696;
	text-align: center;
	padding: 15px;
	margin: 0 auto;
}
.partner-logos .logo {
	font-family: "Roboto", sans-serif;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	background: #f2f2f2;
	color: #525252;
	line-height: 133px;
}
.partner-logos .item:hove .logo-bgr {
border:dashed 1px #3499ee;
}
.partner-logos .item:hover .logo {
	background: #3499ee;
	color: #fff;
}
.partner-logos .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.partner-logos .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 41px;
	width: 41px;
	top: 34%;
	position: absolute;
	border-radius: 0;
}
.partner-logos .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/logos-arrow-left.png) no-repeat left top;
	left: 0;
	background-size: contain;
}
.partner-logos .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/logos-arrow-lright.png) no-repeat left top;
	right: 0;
	background-size: contain;
}
/*
================================================
14. Contact Us
================================================
*/
.contactus {
	padding-bottom: 0;
}
.contactus .contact-list {
	border: solid 1px #dfdfdf;
	padding: 0 26px 0 26px;
	margin: 24px 0 0 0;
	min-height: 548px;
}
.contactus .contact-list .contact-icon {
	padding: 10px;
	border: solid 1px #f6f6f6;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: inline-block;
	margin: -44px 0 24px 0;
}
.contactus .contact-list i {
	color: #3499ee;
	background: #f6f6f6;
	font-size: 42px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 50%;
}
.contactus .contact-list h3 {
	text-align: center;
	color: #3499ee;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.contactus .contact-list h4 {
	border-bottom: dashed 1px #3499ee;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.contactus .contact-list p {
	font-size: 14px;
	color: #58595b;
	font-weight: 400;
	margin: 0 0 40px 0;
}
/* Form */
.form .txt[type="text"], .txt[type="password"], .txt[type="email"] {
	border: none;
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	width: 100%;
	background-color: transparent;
	border: 1px solid #e4e4e4 !important;
	border-radius: 5px;
	color: #fff;
}
.form .txt_3 {
	margin: 10px 0 0;
    padding: 10px 0 10px 10px;
    width: 100%;
    background: #f6f6f600;
    height: 150px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: #fff;
}
.form .txt2[type="submit"] {
	background: #3499ee;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	line-height: 40px;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
	width: 30%;
	float: right;
}
.form txt2:hover {
	background: #fff;
	color: #2d2e2e;
	transition: all 0.5s ease 0s;
}
/* Google Map*/
div.google-map {
	width: 100%;
	float: left;
}
div.google-map iframe {
	height: 648px;
	width: 100%;
	border: none;
}
/* Subscribe */
.subscribe {
	background: #58595b;
	padding: 85px 0 70px;
	width: 100%;
	float: left;
	text-align: center;
	margin: 100px 0 0 0;
}
.subscribe h3, .subscribe p {
	color: #fff;
}
.subscribe input.form-control {
	width: 77%;
	float: left;
	border: none;
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	box-shadow: none;
}
.btn-1 {
	background: #3499ee;
	border: medium none;
	border-radius: 0;
	color: #fff;
	padding: 12px 0;
	text-transform: uppercase;
	margin: 0;
	float: left;
	width: 23%;
}
.btn-1:hover, .btn-1:active, .btn-1:focus {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}
/*
================================================
15. Footer
================================================
*/
footer {
	background: #464646;
	padding: 20px 0 0px;
	width: 100%;
	float: left;
}
footer p {
	color: #bfbfbf;
    text-align: left;
    margin: 0;
    font-size: 14px;
    margin: 0 0 15px;
}

/*
================================================
16. Media Quries 
================================================
 */
@media (min-width: 992px) and (max-width: 1024px) {
.navbar-nav > li {
	padding: 0 0 0 16px;
}
.top-wrapper ul.header-contact-info li:last-child {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav > li {
	padding: 0 0 0 8px;
}
.red-btn {

    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
}
/*.banner-wrapper .fade-carousel {
	height: 300px;
}*/
.banner-wrapper .fade-carousel .carousel-inner .item {
	/*height: 300px;*/
}
.banner-wrapper .fade-carousel .slides .slide-1, .banner-wrapper .fade-carousel .slides .slide-2, .banner-wrapper .fade-carousel .slides .slide-3 {
	height: 300px;
}
.hero {
	display: none;
}
.about-us .about-callouts .icon {
	margin-bottom: 20px;
}
.about-us .about-callouts img {
	width: auto;
	margin: 0;
}
}

@media (max-width: 767px) {
.navbar-brand {
	display: block;
	height: auto;
}
.navbar {
	margin: 0;
}
.navbar-toggle {
	margin-top: 15px;
	display: none;
}
.navbar-collapse {
	background: #f5f5f7;
	float: none;
}
.navbar-nav > li:first-child {
	padding-left: 30px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	border-bottom: none;
}
.navbar-default .navbar-nav > .active > a::before, .navbar-default .navbar-nav > .active > a:focus::before, .navbar-default .navbar-nav > .active > a:hover::before, .navbar-default .navbar-nav > li > a:focus::before, .navbar-default .navbar-nav > li > a:hover::before {
	content: "";
}
.banner-wrapper .fade-carousel {
	height:auto;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	height: auto;
}
.banner-wrapper .fade-carousel .slides .slide-1, .banner-wrapper .fade-carousel .slides .slide-2, .banner-wrapper .fade-carousel .slides .slide-3 {
	height: auto;
}
.hero {
	display: none;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	border: 1px solid #f0efeb;
	border-radius: 40px;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
section h2 {
	font-size: 24px;
}
section h2 span {
	font-size: 26px;
}
section h2:before {
	top: 23%;
}
.about-us img {
	margin-top: 30px;
}
.about-us h2 {
	font-size: 24px;
}
.about-us h2 span {
	font-size: 26px;
}
.about-us .about-callouts .icon {
	margin-bottom: 20px;
	text-align: center;
}
.about-us .about-callouts img {
	width: auto;
	margin: 0;
}
.testimonials .nav-tabs > li > a {
	font-size: 12px;
	padding: 10px 15px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
}
.testimonials .item {
	padding: 40px 15px 0;
}
div.google-map iframe {
	height: 250px;
}
div.google-map {
	margin: 20px 0 0;
	display:none;
}
}
@media (max-width: 480px){
section h2 {
    font-size: 20px;
    margin-top: 20px !important;
}
}


/*--------------------------------*/

.red-btn{
	background-color: #3499ee;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.red-btn:hover{
    color: #fff;
}
.top-text span{
	color: #fff;
    font-size: 13px;
    margin-left: 10px;
}
.top-text{
	text-align: center;
}
.hascls{
	font-size: 19px;
    font-family: 'Oswald', sans-serif;
    color: #dadada;
    font-weight: 100;
}
.heading-icon p{
	font-size: 14px;
    padding: 0px 20px;
    min-height: 50px;
}
.heading-icon a{
	font-weight: 400;
    font-size: 14px;
    color: #3499ee;
    border-radius: 0;
    background-color: #f4511e00;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}
.heading-icon a span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.heading-icon a:hover span{
	padding-right: 15px;
}
.heading-icon a:hover span:after {
    opacity: 1;
    right: 0;
}
.heading-icon span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 23px;
}
.dropdown-menu {
    min-width: 180px;
}
.dropdown-menu li{
    display: block;
    border-bottom: 1px dotted #555 ;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}
.dropdown-menu>li:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgb(20, 29, 56);
    color: #fff;
}
.dropdown-menu>li>a {
	font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding: 10px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgb(52 153 238);
}
.dropdown i{
  margin-left: 5px;
}

@media(max-width: 480px){
	.top-text span{
		display: block;
	}
	.logo-bar {
    padding: 0px 0;
}
.hascls{
	font-size: 15px;
}

}

/*----------footer------------------*/
.ht-site-footer{
	    background: url(../images/footer-bg.jpg);
    border-top: 4px solid #FFC107;
    font-size: 16px;
}
.widget-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #BBB;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 300;
}
.d-flex {
	display: flex!important;
}
.custom-html-widget .icon{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 35px;
    /* border-radius: 50%; */
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    margin-right: 15px;
    margin-top: 4px;
    /* border: 1px solid #3499ee; */
    /* background-color: #3499ee; */
}
.custom-html-widget .text{
	font-weight: 500;
    color: #212121;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
}
.widget-title-bg{
	background: #1e1e1e;
    padding: 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.85), 0 2px 10px 0 rgba(0, 0, 0, 0.49);
}
.ht-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ht-footer ul li {
    padding: 2px 0 2px 0;
}
.ht-footer ul li a{
    color: #BBB;
    font-size: 14px;
}
#ht-colophon a {
    color: #BBB;
    text-decoration: none;
}
#ht-top-footer {
    color: #BBB;
    margin: 50px 0;
}
#ht-bottom-footer {
    background: rgba(0,0,0,0.3);
    padding: 30px 0;
    color: #AAA;
    line-height: 1.2;
    text-align: center;
}
#ht-bottom-footer P{
	margin: 0 auto;
    display: table;
}
.foot-i{
	color: #3499ee;
    font-size: 22px;
    padding: 5px 9px;
    border-radius: 2px;
    margin-top: 0px;
    margin-right: 10px;
}
.form-bg{
	background-image: url('../images/formbg.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	padding: 30px;
}
.form.txt{
    border-radius: 5px;
    color: #fff;
    border: 1px solid #adaaaa !important;
    border-radius: 5px;
    background: #f6f6f600 !important;

}
.logo-bg{
	background-image: url('../images/logobg.jpg');
	background-size: cover;
	height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials{
	background-image: url('../images/testibg.jpg');
	height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials h1{
	color: #fff;
}
.testimonials h2{
	padding-left: 20px;
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 100;
    border-left: 5px solid #3499ee;
}
.logo-bg h1{
	color: #fff;
}
.logo-bg h2{
	padding-left: 20px;
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 100;
    border-left: 5px solid #3499ee;
}
.form-bg h2{
	color: #fff;
    font-size: 22px;
}
@media(max-width:767px){
.form-bg{
    background-image:none;
    background-color:#3c3c3c;
}
}
@media(max-width: 480px){
	.widget-title {
    margin-top: 36px;
}
#ht-bottom-footer P {
    padding: 10px;
    text-align: center;
}
.navbar-nav > li {
    padding: 0 37px 0 37px;
}
.navbar-nav > li:first-child {
   padding: 0 37px 0 37px !important;
}
.navbar-nav .open .dropdown-menu {
    background-color: #e40000;
    }
    .navbar-nav .open .dropdown-menu a {
    color: #fff !important;
    }
    .navbar-default .navbar-nav > li > a {

    padding: 0 0 11px 0;
}
}


/*-----------------------------------*/

.blog_box {
    box-shadow: 0 5px 30px -2px rgba(154,161,171,.1);
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
}
.p-3 {
    padding: 1rem!important;
}
.blog_box h5 {
       font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #555;
}
.blog_box h5 a{
	color: #1d1d1d;
	line-height: 26px;
}
.text-muted {
    color: #777 !important;
}
.blog_box .read_more {
    font-size: 14px;
    font-weight: bold;
}
.blog_box .blog_divider {
    height: 1px;
    margin: 20px 0;
    width: 100%;
    background-color: #b1a8a8;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}

.text-custom {
    color: #ff4f64 !important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.blog_box .blog_img img {
    transition: all 0.5s;
}
.blog_box:hover .blog_img img {
    transform: translateY(-8px);
    box-shadow: 0 1px 25px -12px rgba(0, 0, 0, 0.41);
}
.readmore-a{
	border-radius: 5px;
    color: #de0006;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-p{
    font-size: 15px;
    margin-bottom: 23px;
}
.blog_img{
	min-height: 220px;
	overflow: hidden;
}
.blog_content{
    min-height: 255px;
}



/*
================================================
9. About Section
================================================
*/
.about-us {
	padding:100px 0 105px;
	width:100%;
	float:left;
}
.about-us h2 {
	padding-left: 20px;
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 100;
    border-left: 5px solid #3499ee;

}
.about-us h2 span {
	color:#444444;
}
.about-us img {
	width:100%;
	height:auto;
}
.about-us p {
	margin:0 0 12px 0;
	font-size:14px;
	text-align: justify;
}
.about-us a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding:8px 20px;
	margin:10px 0 0 0;
	font-size:14px;
	color:#2f506c;
	border:solid 1px #2f506c;
}
.about-us a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6091ba;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.about-us a:hover, .about-us a:focus, .about-us a:active {
	color: #fff;
}
.about-us a:hover:before, .about-us a:focus:before, .about-us a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-video-block a{
    border:none;
}
.about-us a:before{
    background:none;
}
@media(max-width: 767px){
.about-us {
    padding: 55px 0 55px;
}
.about-video-block{
	margin-top: 30px;
}
}
/*
================================================
10. Callouts
================================================
*/
.callouts-wrapper {
	padding: 100px 0 105px;
	width: 100%;
	float: left;
	background:#f7f7f7;
}
.callouts-wrapper h2::after {
 background-color: #6091BA;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.callouts-wrapper h2 {
	color: #6091BA;
	font-weight: 600;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.callouts-wrapper h2 span {
	color:#444444;
}
.callouts-wrapper p {
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
}
.callouts-wrapper .callouts {
	margin: 30px 0 0 0;
	padding:0;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	float:left;
}
.callouts-wrapper .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin:0;
	padding: 0;
}
.callouts-wrapper .callouts:hover h3 {
	color: #2f506c;
}
.callouts-wrapper .callouts .icon {
	display:table-cell;
	vertical-align:middle;
	padding:20px;
	border-right:1px dashed #d7d7d7;
}
.callouts-wrapper .callouts .content {
	display:table-cell;
	vertical-align:middle;
	padding:20px;
}
.callouts-wrapper .callouts i {
	color: #2f506c;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}
.callouts-wrapper .callouts h3 {
	font-size: 18px;
	font-weight: 600;
	color: #2d2e2e;
}
/*
================================================
11. Satisfied-wrapper
================================================
*/
.satisfied-wrapper {
	padding: 100px 0 98px;
	width: 100%;
	float: left;
	text-align: center;
}
.satisfied-wrapper h2 {
	text-align: center;
	color: #6091BA;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	font-weight: 600;
}
.satisfied-wrapper h2 span {
	color:#444444;
}
.satisfied-wrapper h2:after {
	background-color: #6091BA;
	content: "";
	display: block;
	height: 2px;
	margin: 14px auto 0;
	width: 80px;
}
.satisfied-wrapper .counter .number {
	font-size: 40px;
	margin: 0;
	padding: 0;
	color: #2f506c;
	font-weight: 700;
}
.satisfied-wrapper .counter i {
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:100px;
	font-size:32px;
	color:#2f506c;
	border:solid 1px #6091ba;
}
.satisfied-wrapper .counter p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #2f506c;
}
.satisfied-wrapper .statistics {
	float: left;
	margin: 35px 0 0;
	width: 100%;
}
/*
================================================
12. Call to Action
================================================
*/
.call-to-action {
	padding: 70px 0 70px;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/admission_form_topBG.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	border-top: 1px solid #dedede;
	text-align:center;
}
.call-to-action:before {
	background: #00000012;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.call-to-action h3 {
	font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.call-to-action p {
	margin-bottom: 25px;
    color: #fff;
    font-size: 15px;
}
.call-to-action a {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 12px 40px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #ff3133;
}
.call-to-action a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffc107;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.call-to-action a:hover, .call-to-action a:focus, .call-to-action a:active {
	color: #000;
}
.call-to-action a:hover:before, .call-to-action a:focus:before, .call-to-action a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@media(max-width: 991px){
.call-to-action h3 {
    font-size: 26px;
}
}
@media(max-width: 767px){
.call-to-action h3 {
    font-size: 22px;
}
}
@media(max-width: 480px){
.call-to-action h3 {
    font-size: 20px;
}
.call-to-action {
    padding: 40px 0 40px;
}
}
/*
================================================
13. Team Wrapper
================================================
*/
.team-wrapper {
	padding: 100px 0 80px;
	width: 100%;
	float: left;
	text-align: center;
}
.team-wrapper h2::after {
 background-color: #6091BA;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.team-wrapper h2 {
	color: #6091BA;
	font-weight: 600;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align: center;
}
.team-wrapper h2 span {
	color:#444444;
}
.team-wrapper .img-box h4 {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform:uppercase;
}
.team-wrapper .img-box p {
	margin: 0 0 10px 0;
	color: #fff;
}
.team-wrapper img {
	width: 100%;
	height: auto;
}
.team-wrapper .img-box {
	opacity: 1;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
}
.team-wrapper .img-box:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	bottom: 100%;
	content: '';
	background-color: rgba(47, 80, 108, 0.9);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.team-wrapper .img-box:hover:before {
	bottom: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.team-wrapper .img-box .text-center {
	position: absolute;
	z-index: 2;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding:0 30px;
}
.team-wrapper .img-box:hover .text-center {
	opacity: 1;
}
.team-wrapper .owl-carousel .item {
	margin:0 15px;
}
.team-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-prev.jpg) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	border-radius: 0;
	height: 40px;
	margin: 0 2px 0 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position:absolute;
	top:50%;
	left:0;
}
.team-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-next.jpg) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	border-radius: 0;
	height: 40px;
	margin: 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position:absolute;
	top:50%;
	right:0;
}
.team-wrapper .owl-pagination {
	display: none;
}
/*
================================================
14. Testimonials Wrapper 
 ================================================
*/
.testimonials-wrapper {
	padding: 100px 0 95px;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/testimonials-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	border-top: 1px solid #dedede;
}
.testimonials-wrapper:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.testimonials-wrapper p {
	text-align: center;
	margin: 0 0 30px;
	color: #c8c8c8;
	line-height: 22px;
	font-size:14px;
}
.testimonials-wrapper p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.testimonials-wrapper p:after {
	content: "\f10e";
	font-family: 'Fontawesome';
	display: inline-block;
	margin-left: 10px;
}
.testimonials-wrapper h2::after {
 background-color: #fff;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.testimonials-wrapper h2 {
	color: #fff;
	font-weight: 600;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
	margin:0 15px;
}
.testimonials-wrapper .item img {
	text-align: center;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 40px;
	border: 2px solid #fff;
	margin: 0 0 30px;
	padding: 0;
	border-radius: 50%;
}
.testimonials-wrapper h3 {
	text-align: center;
	margin: 0 0 30px;
	color: #e6e6e6;
	font-size: 18px;
	font-weight: 600;
}
.testimonials-wrapper h3 span {
	font-size: 13px;
	color: #777;
}
.testimonials-wrapper .owl-buttons {
	display: none;
}
/*
================================================
15. Sponsers
================================================
*/
.sponsers {
	padding: 100px 0 95px;
	width: 100%;
	float: left;
	text-align:center;
}
.sponsers h2::after {
 background-color: #6091BA;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.sponsers h2 {
	color: #6091BA;
	font-weight: 600;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align: center;
}
.sponsers h2 span {
	color:#444444;
}
.sponsers .owl-buttons {
	display: none;
}
/*
================================================
16. Ineer Wrapper
================================================
*/
.inner-wrapper {
	float: left;
	width: 100%;
	background: #fff;
	padding: 70px 0
}
.inner-wrapper h2::after {
 background-color: #6091BA;
 content: "";
 display: table-caption;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.inner-wrapper h2 {
	color: #df111b;
	font-weight: 600;
	margin: 40px 0 16px 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.inner-wrapper span {
	color:#444444;
	width: 100%;
}
.inner-wrapper p {
	margin: 0;
	padding: 0 0 5px;
	line-height: 24px;
	font-size: 14px;
}
.inner-wrapper .inner-wrapper-main {
	width: 100%;
	padding: 0;
}
.about-edu p{
	text-align: justify;
}
@media(max-width: 767px){
.inner-wrapper {
    padding: 50px 0;
}
}
@media (max-width: 575px){
.inner-wrapper {
    padding: 30px 0;
}
}
/*
================================================

8. Inner Page Banner
================================================
*/
.inner-banner::before {
 background: #000000ba;
 bottom: 0;
 content: "";
 left: 0;
 opacity: 0.8;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.inner-banner {
	background-image: url(../images/banner-inn.jpg);
	background-position: center center;
	background-size: cover;
	float: left;
	padding: 55px 0 50px;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align:center;
}
.inner-banner h2 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 30px 0;
	font-weight:600;
}
.inner-breadcrumb ul li:first-child::before {
 display: none;
 font-size: 0;
}
.inner-breadcrumb ul li::before {
 color: #fff;
 content: "/ ";
 font-family: fontawesome;
 font-size: 12px;
 font-weight: normal;
 left: 0;
 line-height: normal;
 margin-top: -7px;
 position: absolute;
 top: 50%;
}
.inner-breadcrumb ul li {
	display: inline-block;
	padding: 0 8px 0 14px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.inner-breadcrumb ul li:last-child {
	font-weight:600;
	color:#ccc;
}
.inner-breadcrumb ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.inner-breadcrumb ul li a:hover {
	color: #2f506c;
}
@media(max-width: 991px){
.inner-banner {
    padding: 30px 0 30px;
}
}
@media(max-width: 575px){
.inner-banner {
    padding: 20px 0 20px;
}
.inner-banner h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}
}
@media(max-width: 480px){
.inner-banner h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.inner-banner {
    padding: 16px 0 12px;
}
}
/*

/*----------------------form css-------------------------*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
	font-family: "Playfair Display", serif;
    display: block;
    font-size: 23px;
    background: #dc1319;
    color: #fff;
    font-weight: 500;
    padding: 8px;
    margin-bottom: 10px;

}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
    background: -webkit-linear-gradient(50deg,#3499ee,#9a770b)!important;
    background: -o-linear-gradient(50deg,#3499ee,#9a770b)!important;
    background: linear-gradient(40deg,#3499ee,#9a770b)!important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/*----------------list inner---------------*/
.list-ul li{
	list-style: none;
	font-size:15px;
    margin-bottom: 12px;
    margin-left: 10px;
    position: relative;
    padding: 5px 10px 0px 20px;
}
.list-ul li:after{
	    content: "\f04b";
    position: absolute;
    left: 0;
    top: 4px;
    font-family: FontAwesome;
    font-size: 18px;
    color: #d12821;
    margin-right: 10px;
}

/*-----------admission-form---------------*/

.admission_form_sec {
    background: #e3d1b3;
    padding: 0;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.admission_form_top {
    background: url(../images/admission_form_topBG.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px;
}
.admission_form_top .top_title {
	font-family: "Playfair Display", serif;
   text-align: left;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin: 20px 0 40px;
    position: relative;
}
.admission_form_top h3 {
	font-family: "Playfair Display", serif;
    color: #ffe622;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.admission_form_top .form_row {
    margin-bottom: 30px;
}
.admission_form_top .top_checkbox_list span.wpcf7-list-item {
    padding: 10px 0;
    margin: 0;
    line-height: 14px;
}
.admission_form_top .session_field {
    margin: 0 0 20px;
}
.admission_form_top .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    font-size: 15px;
}
.admission_form_top .academic_list h5 {
	font-family: "Playfair Display", serif;
    background: rgb(215, 20, 24);
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
}
.inner_con_sec p {
    line-height: 26px;
    color: #666;
    margin-bottom: 20px;
}
.admission_form_top .academic_list input[type="text"], .admission_form_top .academic_list input[type="tel"] {
    width: 100%;
    height: 40px;
    padding: 8px;
    color: #fff;
   background: #ffffff38;
    border: 1px #eee solid;
    margin-top: 2px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.admission_form_bottom {
    background: url(../images/admission_form_bottomBG.jpg) no-repeat;
    background-size: 100%;
    padding: 30px 30px 0;
    text-transform: uppercase;
}
.admission_form_bottom h4 {
	font-family: "Playfair Display", serif;
    color: #ffeedc;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.admission_form_bottom ul{
	list-style: none;
}
.admission_form_bottom ul li {
    color: #e6dbdb;
    padding: 4px 0;
    font-size: 14px;
}
.admission_form_bottom .admission_field p {
    color: #000;
    line-height: 36px;
}
.admission_form_top .session_right .right_box {
    width: 100%;
    height: 310px;
    background: #f1cef155;
    border:3px #ddd dashed;
    display: inline-block;
    text-align: center;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.admission_form_top .session_right .btn-file {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: none;
    background: #d71418;
    color: #fff;
    padding: 15px 20px;
    margin: 0% 0 0 0;
    font-weight: 600;
}
.admission_form_top .top_checkbox_list span.wpcf7-list-item input[type="checkbox"] {
    float: left;
    margin: 0 8px 0 0;
    width: 15px;
    height: 15px;
}
.admission_form_top .top_checkbox_list span.wpcf7-list-item {
    padding: 10px 0;
    margin: 0;
    line-height: 14px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.wpcf7-form-control{
	width: 100%;
}
.wpcf7-list-item-label{
	color: #dcd8d8 !important;
	font-size: 14px;
}

.admission_form_top .session_right .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}
.admission_form_top .session_left input[type="text"], .admission_form_top .session_left input[type="tel"], .admission_form_top .session_left input[type="email"], .admission_form_top .session_left input[type="date"] {
   height: 34px;
    background: #ffffff38;
    border: 1px #eee solid;
    padding: 5px 15px;
    color: #fff;
}
.border-rr{
	    border: 1px solid #fff;
    padding: 14px;
}
.inifdTxt{
	text-align: right;g
}
input[type=checkbox], input[type=radio] {
    margin: 4px 5px 0;
    margin-top: 1px\9;
    line-height: normal;
}
.border-rr button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: -webkit-linear-gradient(50deg,#3499ee,#9a770b)!important;
    background: -o-linear-gradient(50deg,#3499ee,#9a770b)!important;
    background: linear-gradient(40deg,#3499ee,#9a770b)!important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}
@media(max-width: 480px){
.admission_form_top {
    padding: 20px 8px 5px;
}
.admission_form_top .top_title {
    font-size: 22px;
}
.admission_form_top .form-group {
    font-size: 12px;
}
.admission_form_bottom h4 {
    font-size: 14px;
}
.admission_form_bottom {
    padding: 0px 0px 0;
}
}

/*------------event---------------*/

.curriculum-event-wrap .curriculum-event {
    margin-bottom: 40px;
}
.curriculum-event {
    border-radius: 10px;
    box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
    border-bottom: 5px solid;
    margin-bottom: 20px;
    overflow: hidden;
}
.c-yellow {
    color: #FECF39;
    fill: #FECF39;
}
.curriculum-event-thumb {
    position: relative;
}
.curriculum-event-thumb img {
    display: block;
    width: 100%;
}
.curriculum-event-thumb .category-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 1;
}
.curriculum-event-thumb .curriculum-event-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
    transition: all .3s ease;
    padding: 0;
}
.curriculum-event-content {
    padding: 20px;
}
.curriculum-event .icon-text-item {
    color: #777777;
    margin-bottom: 10px;
}
.display-flex {
    display: flex;
    align-items: center;
}
.curriculum-event .icon-text-item .utouch-icon {
    fill: #98d5ff;
}
.utouch-icon {
    margin-right: 5px;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    width: 18px;
}
.icon-text-item .text {
    font-weight: 500;
    font-size: 14px;
}
.curriculum-event-content .title {
    line-height: 1.3;
    display: block;
}
.overlay--yellow {
    background-color: rgba(248, 145, 1, 0.5);
}
.overlay-standard, .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(18, 25, 33, 0.4);
    transition: all 0.4s ease;
}
.h5 {
    margin: .5em 0;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700;
    color: #3499ee;
    letter-spacing: 0.02em;
}
.c-red {
    color: #ff3133;
    fill: #ff3133;
}
.event-pp{
	color: #000;
	text-align: justify;
}
.event-more{
	color: #3499ee;
	font-weight: bold;
}
/*-----------upcoming event css---------------*/
.item-box {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.item-box >a {
    display: block;
}
.item-box img {
    width: 100%;
}
.upcoming__latest__event .upcoming__hover__info {
    width: 50%;
}
.upcoming__hover__info {
    height: 355px;
    position: absolute;
    right: 0;
    top: 0;
    width: 78%;
    z-index: 2;
}
.upcoming__hover__action {
    padding-left: 20px;
    padding-top: 30px;
}
.upcoming__event__time {
    margin-bottom: 15px;
}
.upcoming__event__time {
    color: #fff;
    display: flex;
}
.event__separator{
	width: auto !important;
}
.event__time span{
	line-height: 34px;
}
.event__time {
    padding-right: 15px;
}
.event__time {
    color: #9f9e9e;
    font-weight: bold;
}
.event__time span:first-child {
    font-size: 44px;
    margin-bottom: 13px;
}
.event__time span:first-child {
    margin-right: 10px;
}
.event__time span {
    color: #daa106;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.event__separator::before {
    background: #929393;
    content: "";
    height: 44px;
    position: absolute;
    width: 1px;
}
.event__location {
    padding: 0 0 0 17px;
    margin: 0;
    list-style: none;
}
.event__location li {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.event__location li i {
    margin-right: 10px;
}
.upcoming__latest__event p {
    font-size: 20px;
    line-height: 30px;
}
.upcoming__details p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
}
.upcoming__details p a {
    color: #fff;
}
.item-box a {
    display: block;
}
.more_btn__block {
    color: #feb20e;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.upcoming__hover__info::before {
    background: #000;
    content: "";
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.upcoming__latest__event .upcoming__hover__info {
    width: 300px;
}
.item-box:hover .item-container {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}
.address-cc{
	font-weight: bold;
    margin-bottom: 20px;
}
.img-holder{
	width: 100%;
	height: 165px;
	overflow: hidden;
}
.image-gallery-box{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.33);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0, 0, 0, 0.33);
    padding: 5px;
    margin-bottom: 25px;
}
.image-gallery-box img{
	width: 100%;
}
.address-cc{
	background: #f3e5e5;
    padding: 28px 10px !important;
    margin-bottom: 15px !important;
    border-radius: 5px;
    border-top: 2px solid #df111b;
}
.download-btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}
@media(max-width: 768px){
	.upcoming__hover__info {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 92%;
    z-index: 2;
}
}
.modal-bg-color{
    background-color: #3499ee;
    color: #fff;
}
.modal-style{
	border: 4px solid #000;
    border-radius: 0;
}
.img-holder1{
	width: 100%;
    height: 200px;
    overflow: hidden;
}
.img-holder2{
	width: 100%;
    height: 211px;
    overflow: hidden;
}
.d-boton{
	text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
    cursor: pointer;
}
.logo-border-s{
	border: 2px solid #dc1319;
    box-shadow: 1px 1px 11px #555;
    margin-bottom: 25px;
}
.logo-border-s img {
    width: 100%;
}
.float-img1 img {
    position: fixed;
    top: 50%;
    right: -6px;
    z-index: 10000000;
    width: 47px;
}
.brochure-img{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 5px;
}
.downlod-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 26px;
}
.downlod-box .downlod-inner {
    position: relative;
    padding: 15px 25px;
    display: block;
    background-color: #112640;
}
.downlod-box .downlod-inner .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
}
.downlod-box .downlod-inner .content {
    position: relative;
    text-align: left;
    padding-left: 85px;
}
.downlod-box .downlod-inner .content .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.downlod-box .downlod-inner .content h3 {
    position: relative;
    font-family: "Playfair Display", serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
}
.downlod-box .downlod-inner .content .file {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 5px;
}
@media(max-width: 767px){
.img-holder2 {
    height: 300px;
}
.float-img1{
	display: none;
}
}
@media(max-width: 575px){
.img-holder2 {
    height: auto;
}
}
@media(max-width: 480px){
.inner-wrapper h2 {
    margin: 2px 0 16px 0;
}
.inner-wrapper {
    padding: 35px 0;
}

}
.modal {
    position: fixed;
    top: 7%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1111111150;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.text-area{
	margin-bottom: 0px;
}
/*-------------------------
		captcha button
---------------------------*/
.for-captch-margin{
    margin-top:5px;
    margin-bottom:15px;
}
.captcha-block{
	margin-bottom: 20px;
}
.captch-img{
	float: left;
    margin-right: 35px;
    width: 150px;
    height: 43px;
}
.reload_btn{
	display: inline-block;
    padding: 10px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
   background: -webkit-linear-gradient(50deg,#3499ee,#0b2e9a)!important;
    background: -o-linear-gradient(50deg,#3499ee,#0b2e9a)!important;
    background: linear-gradient(40deg,#3499ee,#0b2e9a)!important;
    border-radius: 0;
}
/*--------------success story css--------------------*/

.style-five {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0 20px;
    max-height: 300px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    background-color: #000000a6;
    box-shadow: 1px 2px 10px #00000091;
}
.style-five figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 0 30px 10px;
    background-color: #ffffff;
    width: 55%;
}
.style-five figcaption:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 120px 150px 0;
    border-color: transparent #ffffff transparent transparent;
}
.style-five blockquote {
    font-size: 0.9em;
}
.style-five h5, .style-five blockquote {
    line-height: 1.6em;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    margin: 0;
}
.style-five * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.style-five h5 {
    margin: 10px 0;
    line-height: 1.1em;
    font-weight: 900;
    color: #1a1a1a;
}
.style-five h5, .style-five blockquote {
    line-height: 1.6em;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    margin: 0;
}
.style-five * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.style-five .profile {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 25%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.style-five:after {
    position: absolute;
    top: 42%;
    right: 55%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 94px 174px 144px;
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}
.style-five .background {
    max-width: 100%;
    backface-visibility: hidden;
    opacity: 0.5;
}
.style-five blockquote {
    font-size: 0.9em;
    padding: 0px;
    border-left: none;
}

/*---------------
 Footer Fixed Button
----------------*/
.footer-admission-btn{
	padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 111;
    display: none;
}
.footer-admission-btn .btn-danger{
	margin: 0;
    border-radius: 0;
    background: #ffcb05;
    border: 2px solid #ffcb05;
    font-size: 14px;
    padding: 12px 0;
    font-weight: 400;
    color: #000;
}
@media (max-width: 767px){
.footer-admission-btn{
	display: block;
}
#ht-bottom-footer{
	margin-bottom: 40px;
}
}

/*---------------------------

----------------------------*/
.event-details-inner{
	margin-bottom: 30px;
}
.event-details-inner .event-details-img {
    position: relative;
    margin-bottom: 30px;
}
.title-default-left-bold-lowhight {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 20px !important;
    font-size:24px;
    color: #002147;
}
.title-default-left-bold-lowhight a {
    color: #da2127;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.event-info-inline {
    margin-bottom: 40px;
}
.title-bar-sm-high {
    position: relative;
}
.title-bar-sm-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.event-details-inner p{
	text-align: justify;
}
.event-info-inline li {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    line-height: 1.4;
    margin-right: 30px;
    font-size: 15px;
    color: #777777;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}
.event-info-inline li i {
   position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 20px;
	margin-right: 15px;
	color: #b7b7b7;
}
.enent_gallery{
	margin-top:30px;
}

.video-gallery-box{
	margin-bottom:25px;
}
.special-heading{
    text-transform: uppercase;
}
.special-heading span{
    color: #df111b !important;
    font-weight: 100 !important;
}
.main-read{
    font-weight: 400;
    font-size: 14px;
    color: #3499ee;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #f4511e00;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.main-read span {
    cursor: pointer;
    color:#ff3133;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.main-read :hover span {
    padding-right: 15px;
}

.success-story .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dc1319;
    box-shadow: 0 19px 100px rgba(220, 19, 25, 0.22), 0 15px 12px rgba(220, 19, 25, 0.08);
}
.success-story .shadow-effect img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
.success-story blockquote{
    text-align: justify;
    font-size: 15px;
    color: #777; 
    border-left: none;
}
.success-story .testimonial-name {
    margin: -22px auto 0;
    display: table;
    width: auto;
    background: #dc1319;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
.success-story{
    margin: 10px 0;
}
.home-select{
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    color: #9e9e9e;
}
@media(max-width:480px){
    .rwd-mar{
        margin-top: 4em;
        padding-bottom: 3em;
    }
}

/*====== Students Placement ==========*/
.student_palced{
    background: #f9f9f9;
}
.student-palce-block{
    padding: 5px;
    background: #fff;
    box-shadow: 1px 1px 8px #0000008a;
    margin-bottom: 20px;
}
.student-palce-block img{
    width:100%;
}
.stplace-btn{
    background: #3499ee;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    margin: 0 auto;
    line-height: 40px;
    /* margin: 10px 0; */
    padding: 0;
    text-transform:capitalize;
    display: table;
    padding: 0px 25px;
    margin-top: 20px;
}