body {
	font-family: sans-serif;
	color: #4f4b42;
	line-height: 24px;
	padding-top: 0;
	background-color: #fff
}
 .form {
        padding: 64px;
    }

    @media only screen and (max-width: 946px) {
        .form{
            padding: 25px;
        }
    }
ul {
	color: #000000;
	font-weight: 500
}

table {
	border-collapse: collapse;
	width: 100%
}

th {
	background: #fcba03
}

td,
th {
	border: 1.5px solid #000;
	text-align: left;
	padding: 8px
}

tr:nth-child(even) {
	background-color: #8e9f1a;
	color: #000000
}

.blinkingbutton {
	background-color: #b31217;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #ebd509;
	cursor: pointer;
	display: inline-block;
	width: 90%;
	font-size: 18px;
	line-height: 18px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1.5s infinite;
	-moz-animation: glowing 1.5s infinite;
	-o-animation: glowing 1.5s infinite;
	animation: glowing 1.5s infinite
}

@-webkit-keyframes glowing{
	0% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 3px #b20000
	}

	50% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 40px #b20000
	}

	100% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 3px #b20000
	}
}

@-moz-keyframes glowing{
	0% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 3px #b20000
	}

	50% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 40px #b20000
	}

	100% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 3px #b20000
	}
}

@-o-keyframes glowing{
	0% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}

	50% {
		background-color: #b20000;
		box-shadow: 0 0 40px #b20000
	}

	100% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}
}

@keyframes glowing{
	0% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}

	50% {
		background-color: #b20000;
		box-shadow: 0 0 40px #b20000
	}

	100% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}
}

section {
	padding: 60px 0
}

.full-block {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #B31217;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 36px;
	text-decoration: none;
	margin-bottom: 26px;
	margin-top: 0
}

h3 {
	font-size: 24px;
	line-height: 26px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
	line-height: 28px
}

h6 {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none
}

p {
	font-weight: 400;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 26px;
}

.nda {
	color: #457245 !important
}

.form-control:: placeholder {
	color: #999;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

a {
	color: #fd2e00;
	-webkit-transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	-moz-transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	-o-transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	-ms-transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	text-decoration: none
}

a:focus,
a:hover {
	color: #392724;
	text-decoration: none
}

.btn {
	-webkit-transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	-moz-transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	-o-transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	transition: color .3s ease-in-out 0s, background-color .3s ease 0s;
	-ms-transition: color .3s ease-in-out 0s, background-color .3s ease 0s
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff
}

hr.hairline-light {
	border-top: 1px solid #031E3C;
	border-bottom: none;
	padding-bottom: 0;
	margin: 35px auto
}

hr.hairline-dark {
	border-top: 1px solid rgba(0, 0, 0, .5);
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 35px
}

hr.heading-dark {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	width: 100px;
	padding-bottom: 0;
	margin-bottom: 35px
}

hr.heading-light {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100px;
	padding-bottom: 0;
	margin-bottom: 35px
}


.btn-default:focus,
.btn-default:hover,
.btn-primary:focus,
.btn-primary:hover {
	outline: 0;
	box-shadow: none
}

.read-more-btn {
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}

.read-more-btn a {
	font-size: 1.1em;
	font-weight: 400;
	color: #fff;
	padding: 1.1em 2.5em 1.1em 2.5em;
	border: 2px solid #e65b66;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.read-more-btn.sml {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}

.read-more-btn a:hover {
	border: 2px solid #fff;
	color: #fff
}

.read-more-btn.sml a {
	font-size: 1em;
	font-weight: 400;
	color: #e65b66;
	padding: .4em 1.5em .4em 1.5em;
	border: 2px solid #ddd
}

.read-more-btn.sml a:hover {
	border: 2px solid #aebd01;
	color: #aebd01
}

.read-more-btn.btn-sm {
	margin-bottom: 50px
}

.join-nda {
	background-color: #457245;
	padding: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 100% !important
}

/* #top-block {
	background-color: #066BB3;
	padding: 0
} */

.btn-sky {
	border-radius: 0;
	background-color: #b0d236;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	display: block
}

.btn-login {
	border-radius: 0;
	background-color: #efbb00;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	margin-left: 2px;
	border: solid 1px rgba(255, 255, 255, .4)
}

#top-block p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 8px 1px
}

#top {
	background-color: #fff;
	padding: 8px 5px 5px 5px
}

.phone-block {
	text-align: right;
	margin-top: 15px
}

.top-phone {
	color: #1a64b9;
	font-size: 20px;
	line-height: 26px;
	margin: 8px 0;
	font-weight: 600
}

.top-phone a {
	color: #28442d;
	font-size: 18px
}

.whats-app {
	display: inline-block
}

.top-phone .fa.fa-whatsapp {
	color: #2ab200;
	font-size: 22px;
	margin: 0 0 0 8px
}

.top-phone .fa.fa-phone {
	color: #2ab200;
	font-size: 20px;
	margin: 0 0 0 8px
}

.top-button {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 6px 0
}

header {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

#navigation-bar {
	background-color: #cf0300;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.navbar {
	margin-bottom: 0;
	min-height: 30px;
	position: relative
}

.navbar-default {
	background-color: #fff;
	border-color: transparent;
	border: none
}

.navbar {
	border-radius: 0
}

.navbar-default .navbar-nav>li>a {
	color: #c0142e;
	font-size: 14px;
	background-color: #28442d;
	margin-left: 2px;
	padding-bottom: 10px;
	padding-top: 10px
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	background-color: #ffbe22;
	color: #fff
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #ffbe22;
	color: #fff
}

.navbar .navbar-nav>.dropdown>a .caret {
	border-bottom-color: #ddd;
	border-top-color: #ddd
}

.navbar .navbar-nav .dropdown-menu {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .225);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .225);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .225)
}

.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
	border-style: solid
}

.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-weight: 700
}

.navbar-nav.sm-collapsible .open>a>.caret:before {
	content: '-'
}

.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px
}

.navbar-nav span.scroll-down,
.navbar-nav span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center
}

.navbar-nav span.scroll-down-arrow,
.navbar-nav span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent
}

.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent
}

.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul .dropdown-menu>li>a {
	padding-left: 35px
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a {
	padding-left: 45px
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu>li>a {
	padding-left: 55px
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu>li>a {
	padding-left: 65px
}

.navbar-nav .dropdown-menu>li>a {
	white-space: normal
}

.navbar-nav ul.sm-nowrap>li>a {
	white-space: nowrap
}

.navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
	white-space: normal
}

.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto
}

#banner-block {
	padding: 0;
	background-color: #fff;
	position: relative;
	width: 100%;
	max-width: 100% !important
}

.banner-home {
	background-image: url(../images/banner/bg.webp);
	background-repeat: no-repeat;
	background-position: center top;
	height: 517px;
	width: 100%;
	background-size: cover;
	max-width: 100% !important;
	max-height: 100%
}

#top-form {
	padding:20px 50px 20px 50px;
	background-color:#413c3c;
	display: block;
}

#top-form h2,
#top-form h3,
#top-form h4,
#top-form h5,
#top-form p {
	line-height: 20px;
	color: #fff;
	padding-top: 10px
}

#welcome h2,
#welcome small {
	font-weight: 300
}

#courses {
	height: 100%;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background-repeat: repeat
}

#courses hr {
	margin: 35px auto
}

#courses h2,
#courses h3,
#courses h4,
#courses h5,
#courses p {
	color: #fff
}

#courses .read-more-btn {
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: .8em;
	margin-left: auto
}

#courses .read-more-btn a {
	font-size: 1.1em;
	font-weight: 400;
	color: #fff;
	padding: 1.1em 2.5em 1.1em 2.5em;
	border: 1px solid #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

#courses .read-more-btn a:hover {
	border: 1px solid #fff;
	color: #fff
}

#our-achievers {
	background-image: url(../images/home/block-1-bg.webp);
	background-position: center top;
	background-repeat: repeat;
	padding-top: 60px;
	padding-bottom: 80px;
	max-width: 100% !important
}

#owl-carousel2 .item .img-responsive.img-thumbnail {
	max-height: 140px
}

#our-achievers h6 {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	padding-top: 8px
}

#why-block {
	/* background-color: #28442d; */
	padding: 0
}

#why-block h2,
#why-block h3,
#why-block h4,
#why-block h5,
#why-block h6,
#why-block li,
#why-block p {
	color: #28442d
}

.why-us {
	/* background-color: #b0d236; */
	padding: 54px 30px
}

.why-img {
	padding: 30px 0
}

#about {
	/* background-image: url("../images/armybg.webp"); */
	background-color: #066BB3
}

#about h2,
#about h3,
#about h4,
#about small {
	color: #fff;
	font-weight: 300
}

#about p {
	color: #fff
}

#about .query {
	display: block;
	padding: 30px;
	margin: 15px auto;
	border: solid 9px #000;
}

#about .advantages {
	display: block;
	padding: 30px;
	margin: 15px auto;
	border: solid 9px #000;
}

#testimonials {
	padding: 60px 0 30px 0
}

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0 0
}

#quote-carousel .carousel-control {
	background: 0 0;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px
}

#quote-carousel .carousel-control.left {
	left: -12px
}

#quote-carousel .carousel-control.right {
	right: -12px !important
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0;
	margin-right: -19px
}

#quote-carousel .carousel-indicators li {
	background: silver
}

#quote-carousel .carousel-indicators .active {
	background: #333
}

#quote-carousel img {
	width: 250px;
	height: 100px
}

.item blockquote {
	border-left: none;
	margin: 0
}

.item blockquote img {
	margin-bottom: 10px
}

.item blockquote p:before {
	content: "\f10d";
	float: left;
	margin-right: 10px
}

#inner-header {
	background-attachment: scroll;
	background-image: url(../images/inner.webp);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100px;
	max-height: 100px;
	padding-top: 70px;
	background-color: #d0d5d3;
	background-size: cover;
	display: block;
	overflow: hidden
}

h1.page-title-inner {
	background-image: url(../images/arrow.png);
	height: 80px;
	background-repeat: no-repeat;
	color: #fff !important;
	background-position: left center;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
	background-color: #c6263e
}

h1.page-title-inner-nda {
	background-image: url(../images/arrow.png);
	height: 80px;
	background-repeat: no-repeat;
	color: #fff !important;
	background-position: left center;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
	background-color: #457245
}

#content {
	padding: 70px 0;
	background-color: #fff;
	min-height: 500px;
	position: relative
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #1a64b9
}

#content img.pull-right {
	padding-right: 0
}

#content img.pull-left {
	padding-left: 0
}

.course-info {
	background-color: #c6263e;
	padding: 35px 25px;
	margin-bottom: 25px
}

.course-info h2,
.ugc-course-info p {
	color: #fff
}

.course-info li a,
.course-info p {
	color: #fff;
	line-height: 24px;
}

.course-info-hr {
	border-top: none;
	border-bottom: 1px solid #d15165
}

.course-info ul.arrow-list {
	list-style: none;
	padding-left: 0;
	margin-left: 20px
}

.course-info .arrow-list li {
	color: #fff
}

.arrow-list li:before {
	content: '\f101';
	float: left;
	margin-left: -1.5em;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.arrow-list li:hover:before {
	color: #3d2502;
	margin-left: -1.1em
}

.study-material {
	background-color: #a88371;
	padding: 35px 25px;
	margin-bottom: 25px;
	min-height: 570px
}

.study-material-hr {
	border-top: none;
	border-bottom: 1px solid #bea295
}

.study-material a,
.study-material h2,
.study-material li,
.study-material p {
	color: #fff
}

.teachers {
	background-color: #538985;
	padding: 35px 25px;
	margin-bottom: 25px;
	min-height: 570px
}

.teachers-hr {
	border-top: none;
	border-bottom: 1px solid #7ea7a4
}

.teachers a,
.teachers h2,
.teachers li,
.teachers p {
	color: #fff
}

.benefits {
	background-color: #778d60;
	padding: 0;
	margin-bottom: 25px
}

#content .benefits img {
	background-color: #778d60;
	margin-bottom: 0
}

.benefits-text {
	padding: 35px 25px 25px 5px
}

.benefits h2,
.benefits li {
	color: #fff
}

.benefits p {
	color: #fff;
	line-height: 24px
}

.benefits-hr {
	border-top: none;
	border-bottom: 1px solid #9a8
}

.achievement-panel {
	display: block
}

.achievement-panel .panel-body .img-responsive {
	max-height: 100px !important;
	margin: auto
}

.panel-nda {
	border-color: #457245 !important
}

.panel-nda>.panel-heading {
	background-color: #457245;
	border-color: #457245;
	color: #fff
}

.panel {
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 28px
}

.panel-title {
	color: inherit;
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff !important;
	font-weight: 400
}

.right-block-form {
	padding: 30px;
	border: 1px solid #d8d9cc;
	margin-bottom: 50px;
	color: #bf1a27;
	background-color: #f9f9f9;
	background-image: url(../images/right-block/form.webp);
	background-repeat: repeat
}

.right-block-form h4 {
	color: #1a64b9;
	text q-align: center;
	font-size: 28px
}

.right-block-form .btn-default {
	color: #1a64b9;
	text-transform: uppercase
}

.right-block-advantage {
	padding: 20px;
	background-color: #1a64b9;
	border: 1px solid #1a64b9
}

.right-block-advantage h3,
.right-block-advantage li,
.right-block-advantage p {
	color: #fff !important
}

.right-block-advantage h3 {
	margin-bottom: 15px;
	color: #fff
}

.right-block-advantage ul {
	margin-top: 25px;
	padding-left: 25px
}

.right-block-advantage ul li {
	list-style: none;
	font-size: 14px;
	line-height: 36px
}

.right-block-advantage ul li:before {
	content: '\f006';
	float: left;
	margin-left: -1.5em
}

.hostel-facilities {
	background-color: #fff
}

.hostel-facilities .panel-heading {
	background-color: #1a64b9 !important;
	color: #fff;
	padding: 20px 15px
}

.right-block-testimonials {
	background-color: #7c6499
}

.right-block-testimonials .panel-heading {
	background-color: #695194 !important;
	color: #fff;
	padding: 20px 15px
}

#news-containernew1 {
	overflow: hidden;
	max-height: 550px
}

#Tickerverticalnew1 li {
	font-size: 14px;
	line-height: 20px;
	list-style: outside none none;
	padding: 10px 0 0 0 !important;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a48fbf
}

#Tickerverticalnew1 li span {
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px
}

#Tickerverticalnew1 li img {
	margin: 0 10px 5px 0 !important;
	max-width: 100px
}

#Tickerverticalnew1 li p {
	color: #fff;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden
}

.social-media {
	padding-top: 10px
}

ul.social-network {
	display: inline;
	list-style: none outside none;
	margin-left: 0 !important;
	padding: 0
}

ul.social-network li {
	display: inline;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px
}

.social-network a {
	background-color: #fff
}

.social-network a.icoFacebook {
	background-color: #3b5998
}

.social-network a.icoFacebook:hover {
	background-color: #7e97cb
}

.social-network a.icoTwitter {
	background-color: #3cf
}

.social-network a.icoTwitter:hover {
	background-color: #7ddfff
}

.social-network a.icoYoutube {
	background-color: #828282
}

.social-network a.icoYoutube:hover {
	background-color: #ce2021
}

.social-network a.icoLinkedin {
	background-color: #828282
}

.social-network a.icoLinkedin:hover {
	background-color: #007bb7
}

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoYoutube:hover i {
	color: #fff
}

.socialHoverClass,
a.socialIcon:hover {
	color: #44bcdd
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 16px
}

.social-circle li i {
	line-height: 25px;
	margin: 0;
	text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.social-circle i {
	color: #fff;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s
}

#prefooter {
	background-color: #fff;
	padding: 50px 0
}
h2 .call-now {
	color: #28442d;
	font-size: 60px;
	font-weight: 700
}

h2 .call-phone {
	color: #B31217;
	font-size: 60px;
	font-weight: 700
}

footer {
	padding-top: 0px;
	padding-bottom: 40px;
	color: #fff;
	width: 100%;
	background-color: #27422c;
	background-image: url(../images/footer/footer-bg.webp);
	background-repeat: repeat
}

footer .media-left {
	float: left;
	padding: 5px 20px 20px 1px
}

#footer,
#footer h2,
#footer h3,
#footer h4,
#footer p {
	color: #fff
}

#footer a {
	color: #fff;
	text-decoration: none
}

/* #footer a:hover {
	color: #3d2502
} */

#footer li a {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

#footer li a:hover {
	padding-left: 1px
}

#footer p {
	font-size: 14px;
	line-height: 20px
}

#footer h3,
#footer p {
	text-decoration: none;
	color: #fff
}

.footer-rights {
	color: #666;
	padding: 10px;
	background-color: #282828
}

.footer-rights a {
	color: #666;
	font-size: 11px
}

.footer-rights a:hover {
	color: #c4dcf7
}

.footer-fixed {
	padding: 10px 0 10px 0;
	background-color: #28442d;
	font-size: 16px;
	color: #fff
}

.contacts {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 1009;
	color: #000;
	background-color: #b0d236;
	padding: 10px;
	border: solid 2px #fff;
	border-radius: 5px
}

.contacts a {
	color: #223826;
	font-weight: 700;
	display: block;
	line-height: 18px;
	font-size: 14px
}

#feedback {
	z-index: 10024 !important;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 400px;
	margin-left: -3px;
	margin-bottom: -3px
}

#feedback-form {
	float: left;
	width: 310px;
	height: 100%;
	z-index: 10024 !important;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	background-clip: 'padding-box';
	border: 4px solid #b0d236;
	-moz-border-radius: 0;
	-webkit-border-radius: 0px;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

#feedback-tab {
	z-index: 10024 !important;
	float: right;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	width: 150px;
	height: 42px;
	background-color: #b0d236;
	margin-top: 150px;
	margin-left: -54px;
	padding: 5px;
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

#feedback-tab:hover {
	background-color: rgba(176, 210, 54, .8)
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/to-top1.png) no-repeat 0 0;
	border-radius: 30em
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0
}

.nav_header_new {
	float: right
}

video {
	margin-left: auto;
	margin-right: auto;
	display: block
}

#help ul {
	margin: 0;
	padding: 0
}

.head_links li {
	list-style: none;
	display: inline-block;
	padding: 7px 12px;
	border-radius: 10px;
	margin: 7px 11px 10px 0
}

.head_links li:nth-child(1) {
	background-color: #6f69ac
}

.head_links li:nth-child(2) {
	background-color: #6f69ac;
	margin-right: 0
}

.head_links li a {
	font-weight: 700;
	font-size: 18px;
	margin-top: 0
}

.head_links .link1 {
	color: #fff
}

.head_links .link2 {
	color: #fff
}

.head_links .link3 {
	color: #fff
}

.link1:hover,
.link2:hover,
.link3:hover {
	color: #ff0
}

#help p {
	font-size: 17px
}

#help span {
	margin-bottom: 12px;
	display: inline-block
}

#drop li a {
	padding: 1px 15px !important
}

@media only screen and (max-width:768px) {
	#drop li a {
		padding: 5px 15px !important
	}
}

.frame iframe {
	border: 10px solid red;
	border-radius: 10px
}

#bbcnews {
	background-color: #b31217;
	padding: 50px 0 0 0;
	/* margin-bottom: 50px */
}

#bbcnews img {
	width: 100%;
	padding-bottom: 50px
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff
	}
}

.navbar-brand>img {
	display: block;
	/* margin-top: -7px; */
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
	background: #B31217 !important;
}

.iconprev {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	left: 20px;

}

.iconnext {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	right: 20px;
}

.blinkingbutton2 {
	/*background-color: #004a7f;*/
	/*-webkit-border-radius: 10px;*/
	/*border-radius: 10px;*/
	/*border: none;*/
	color: yellow !important;
	/*cursor: pointer;*/
	/*display: inline-block;*/
	/*width: 90%;*/
	/*font-size: 18px;*/
	/*line-height: 18px;*/
	/*padding: 5px 10px;*/
	/*text-align: center;*/
	/*text-decoration: none;*/
	-webkit-animation: glowing2 1.5s infinite;
	-moz-animation: glowing2 1.5s infinite;
	-o-animation: glowing2 1.5s infinite;
	animation: glowing2 1.5s infinite
}

@-webkit-keyframes glowing2{
	0% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 3px #afd135
	}

	50% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 40px #afd135
	}

	100% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 3px #afd135
	}
}

@-moz-keyframes glowing2{
	0% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 3px #afd135
	}

	50% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 40px #afd135
	}

	100% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 3px #afd135
	}
}

@-o-keyframes glowing2{
	0% {
		background-color: #b20000;
		box-shadow: 0 0 3px #afd135
	}

	50% {
		background-color: #b20000;
		box-shadow: 0 0 40px #afd135
	}

	100% {
		background-color: #b20000;
		box-shadow: 0 0 3px #afd135
	}
}

@keyframes glowing2{
	0% {
		background-color: #b20000;
		box-shadow: 0 0 3px #afd135
	}

	50% {
		background-color: #b20000;
		box-shadow: 0 0 40px #afd135
	}

	100% {
		background-color: #b20000;
		box-shadow: 0 0 3px #afd135
	}
}

.whatsapp img{
    width:60%;
}
 .enroll1 {
    background-color: #49412e;
    padding: 30px;
    border: solid 15px #e8e1b0;
}
#registerpage {
    background-color: #28442d;
}
#overlay .lables {
    color: #000 !important;
    margin-bottom: 0;
    font-weight: 500;
}
#overlay .modal-content{
background-color: #EEEEEE;
border: 2px solid #d74a49;
}
#overlay .modal-header {
    border-bottom: 1px solid #d74a49;
}