* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%
}
body {
	font-size: 14px;
	color: #333;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #3d61cb
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #f45000;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}
h2 {
	color: #005493;
	font-size: 30px;
	font-weight: 600;
	line-height: 160%;
	padding-bottom: 35px;
}
textarea {
	overflow: hidden
}
button {
	outline: none !important;
	cursor: pointer
}
.redbg {
	background: #e6433b;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}
::-webkit-input-placeholder {
color:inherit;
}
::-moz-input-placeholder {
color:inherit;
}
::-ms-input-placeholder {
color:inherit;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 99
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	font-family: 'Roboto', sans-serif;
}
.centered {
	text-align: center !important
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/spinner.jpg)
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.main-header {
	z-index: 999;
	width: 100%;
/* 	background: url(../images/header-bg.jpg) repeat-x left top; */
	position: relative;
}
.header-menu, .sticky-header .auto-container {
	display: table;
	width: 100%;
	height: 59px;
}
.sticky-header .auto-container {
	padding: 5px 15px;
	height: auto;
}
.main-header .header-upper {
	position: relative;
	z-index: 5;
	padding: 20px 0;
}
.main-header .header-upper .logo-outer, .sticky-header .logo {
	position: relative;
	float: left;
	z-index: 25;
}
.main-header .logo {
	position: relative;
	padding: 13px 15px;
	background: #FFF;
}
.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%
}
.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 213px;
}
.main-header .header-upper .upper-right, .sticky-header .upper-right {
	position: relative;
	float: none;
	padding: 0;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.main-header .header-lower {
	position: relative;
}
.main-header .nav-outer {
	position: relative
}
.btn.focus, .btn:focus {
	box-shadow: none
}
.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #fff;
	z-index: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.sticky-header .logo img {
	padding: 3px 0px;
	width: 150px;
}
.fixed-header .sticky-header {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.navbar-header {
	display: none;
}
p {
	position: relative;
	font-size: 18px;
	line-height: 160%;
	color: #2C2C2C;
	font-weight: 400;
	padding: 0px 0px 25px;
	margin: 0;
}
.scroll-to-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #C4161C;
	display: none;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.scroll-to-top:hover {
	background-color: #223870;
	color: #fff
}
.social-icon-one li {
	display: inline-block;
	padding: 0;
}
.social-icon-one a {
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #A5A5A5;
	margin: 0 0 0 2px;
	padding: 0;
	border: 1px solid #A6A6A6;
	background: #EAEAEA;
	display: block;
	text-align: center;
	padding: 0px !important;
	border-radius: 100%;
	transition: .5s;
}
.social-icon-one .fb-bg:hover {
	background: #3B5998;
	border-color: #3B5998;
}
.social-icon-one .yt-bg:hover {
	background: #F61C0D;
	border-color: #F61C0D;
}
.social-icon-one .t-bg:hover {
	background: #00ACEE;
	border-color: #00ACEE;
}
.social-icon-one .li-bg:hover {
	background: #0e76a8;
	border-color: #0e76a8;
}
.social-icon-one a:hover, .social-icon-one a:focus {
	color: #FFF;
}
.top-right {
	float: right;
	padding: 0;
	text-align: right;
}
.sticky-header .top-right {
	padding: 3px 0 3px 78px;
}
.top-right li {
	padding: 0px;
	line-height: 22px;
	color: #EE3340;
	font-weight: 600;
	font-size: 15px;
}
.top-right li a {
	color: #212732;
	text-decoration: none;
	transition: .5s;
}
.top-right li a i {
	padding-right: 10px;
}
.top-right li.mailid {
	text-decoration: none;
}
.top-right li a:hover, .top-right li a:focus {
	color: #E95516;
}
textarea#message-contact {
	margin-bottom: 3px;
}
.contact {
	text-align: center;
}
.contact h3 {
	color: #FFF;
	font-size: 20px;
	line-height: 120%;
	padding-bottom: 17px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.contact h4 {
	color: #00BFFF;
	font-size: 17px;
	line-height: 120%;
	padding-bottom: 30px;
	font-weight: 500;
	margin: 0px;
}
.frmcontrols {
	border: 0;
	border-radius: 0px;
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	line-height: 20px;
	padding: 0px 0px 5px 0px;
	background: none;
	border-bottom: 1px solid #6689AC;
}
.captcha {
	border: 0;
	border-radius: 0px;
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	line-height: 20px;
	padding: 0px 0px 5px 0px;
	background: none;
	border-bottom: 1px solid #6689AC;
}
.button {
	background: #C4161C;
	border-radius: 5px;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	width: 100%;
	font-weight: 400;
	padding: 0px 30px;
	margin: 0px;
	transition: .5s;
	font-family: 'Roboto', sans-serif;
}
.button:hover, .button:focus {
	background: #179adc;
	color: #FFFFFF;
}
.contact p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 120%;
	padding: 0;
	text-decoration: none;
}
.contact .captcha p {
	font-size: 15px;
	color: #FFF;
	padding: 0;
	float: left;
	line-height: 20px;
}
.contact .captcha #num1, .contact .captcha #num2 {
	font-size: 15px;
	color: #FFF;
	line-height: 120%;
	padding: 0;
	float: left;
	width: 30px;
	font-weight: 500;
}
.contact .captcha #captcha {
	float: left;
	width: 40px;
	border: 1px solid #6689AC;
	padding: 0 5px;
	background: none
}
.testimonial-text-slider {
	margin: auto;
	padding: 5px;
	position: relative;
	z-index: 9;
}
.list li {
	padding-bottom: 25px;
	position: relative;
	font-size: 16px;
	line-height: 23px;
	padding-left: 32px;
	color: #333333;
	transition: .5s;
	font-weight: 500;
}
.list li:hover {
	color: #F26524;
}
.fact-counter-section {
	background: #FD911A;
}
.fact-counter {
	padding: 30px 0 20px;
}
.count-box {
	transition: .5s;
}
.fact-counter .counter-column:hover .count-box {
	box-shadow: none;
}
.fact-counter .counter-column {
	margin-bottom: 20px;
}
.counter-title {
	font-size: 17px;
	color: #FFF;
	line-height: 25px;
	font-weight: 500;
	text-align: left;
}
.ccontent {
	font-size: 40px;
	line-height: 160%;
	color: #000000;
	font-weight: 500;
	text-align: left
}
.main-footer {
	padding: 35px 0px 0px;
	background: #EAEAEA;
}
.ang-logo {
	text-align: center;
}
.ang-logo img {
	display: inline-block;
}
footer h2 {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	line-height: 120%;
	font-weight: 600;
	padding-bottom: 30px;
}
.locations {
	padding-bottom: 10px;
}
footer li {
	color: #FFF;
	font-size: 14px;
	line-height: 180%;
	padding: 0 0 30px 70px;
	position: relative;
	font-weight: 600
}
footer li a {
	color: #FFF;
}
footer li.mailid {
	padding: 10px 0 12px 70px;
}
.footer-social a {
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #A5A5A5;
	margin: 0 0 0 2px;
	padding: 0;
	border: 1px solid #A6A6A6;
	background: #EAEAEA;
	display: block;
	text-align: center;
	padding: 0px !important;
	border-radius: 100%;
	transition: .5s;
}
.footer-bottom {
	padding: 22px 0;
}
.footer-bottom p {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 0px;
}
.thanks-bg {
	background: url(../images/thanks-slide.jpg);
	background-size: cover;
	background-position: center
}
.about-sec {
	padding: 100px 0;
	position: relative;
}
.about-sec:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 48%;
	background: url(../images/about-bg.jpg) repeat left top;
}
.about-sec figure {
	display: inline-block;
	float: right;
	margin-right: 40px;
}
.about-sec h2 {
	text-align: left;
	margin-bottom: 30px;
}
.about-sec .md-section-title span {
	margin: 13px 0 0 0;
}
.about-sec h4 {
	color: #212732;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 43px;
	margin-bottom: 20px;
}
.about-sec h4:after {
	content: '';
	background: #FFF;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0px;
	border: 2px solid #FFBF00;
}
.about-sec p {
	color: #444444;
	font-size: 17px;
}
.about-sec .btn {
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
	border: 0;
	background: #EE3340;
	padding: 7px 30px;
	margin-bottom: 15px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: none;
	color: #FFFFFF;
	margin-left: 10px;
	text-transform: uppercase;
}
.about-sec .btn:hover, .about-sec .btn:focus {
	color: #FFF;
	background: #BB0D00;
}
.about-sec .btn1 {
	background: #BB0D00;
}
.about-sec .btn1:hover, .about-sec .btn1:focus {
	background: #EE3340;
}
.about-sec .list {
	margin: 0 0 25px 10px;
}
.about-sec .list li {
	padding-bottom: 12px;
	position: relative;
	font-size: 17px;
	line-height: 140%;
	padding-left: 35px;
	color: #444444;
	transition: .5s;
	font-weight: 500;
	background: none;
	position: relative;
}
.about-sec .list li:before {
	font-family: 'FontAwesome';
	content: "\f138";
	position: absolute;
	left: 0;
	top: 0;
	color: #ED5650;
}
.accreditations-sec {
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
}
.accreditations-sec ul {
	margin-bottom: 20px;
}
.accreditations-sec li {

}
.accreditations-sec a {
	color: #FFF;
	background-color: #FF3910;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 6px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.accreditations-sec a:hover {
	color: #FFF;
	background-color: #000;
}
.fact-counter {
	background: url(../images/fact-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	padding: 100px 0 10px;
}
.fact-counter h2 {
	background: #C4161C;
	display: inline-block;
	line-height: 41px;
	padding: 0 20px;
	color: #FFF;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 70px;
}
.fact-counter figure {
	float: left;
	margin-right: 20px;
}
.ccontent {
	font-size: 36px;
	color: #FFFFFF;
	float: left;
	font-family: 'Roboto', sans-serif;
	line-height: 130%;
}
.counter-title {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 120%;
	font-weight: 500;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}
.fact-counter .counter-column {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #C4161C;
	margin-bottom: 90px;
	padding-bottom: 10px;
	min-height: 95px;
}
.main-footer {
	padding: 70px 0 0 0;
	background: url(../images/footer-bg.jpg) repeat-x center top;
	background-size: cover;
}
.main-footer .btn {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 38px;
	font-weight: 500;
	border: 1px solid #FF5846;
	background: #131822;
	font-family: 'Roboto', sans-serif;
	padding: 0 20px;
	margin-bottom: 0;
	border-radius: 30px;
	transition: .5s;
	position: relative;
}
.main-footer .btn:hover, .main-footer .btn:focus {
	color: #FFFFFF;
	border: 1px solid #FF5846;
	background: #FF5846;
}
.footer-social {
	float: none;
}
.ang-logo {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.ang-logo:before {
	position: absolute;
	bottom: 21px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgb(255 88 70 / 31%);
	content: '';
}
.footer-social a {
	line-height: 24px;
	width: 24px;
	height: 24px;
	font-size: 13px;
	color: #A5A5A5;
	margin: 0 0 0 6px;
	border: 0;
	border-radius: 2px;
	background: #FFF;
}
.locations {
	padding-bottom: 0px;
	position: relative;
}
.locations:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid rgb(255 88 70 / 31%);
	content: '';
}
.locations .text-left, .locations .text-right {
	border-left: 1px solid #295784;
	border-right: 1px solid #295784;
}
.footer-column {
	padding: 40px 0px 60px;
}
.footer-column-list {
	padding-left: 40px;
}
.footer-column h3 {
	color: #EC333F;
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;
	padding-bottom: 25px;
}
footer li {
	color: #AAAAAA;
	font-size: 15px;
	line-height: 150%;
	padding: 0 0 20px 0px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
footer li .fa {
	padding-right: 10px;
	color: #FFF;
}
footer li a {
	color: #AAAAAA;
}
footer .list li {
	padding-bottom: 0px;
	position: relative;
	font-size: 14px;
	line-height: 200%;
	padding: 0;
	color: #AAAAAA;
	transition: .5s;
	font-weight: 400;
	background: none;
}
footer .list li a {
	padding: 0 0 0 20px;
}
footer .list li a:before {
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	color: #FFF;
	font-weight: 200;
	font-size: 14px;
}
.footer-bottom p {
	color: #26C9FF;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding-bottom: 0px;
	font-family: 'Roboto', sans-serif;
}
.footer-bottom {
	text-align: center;
	padding: 17px 0;
}
.whycs-sec {
	padding: 80px 0 60px;
}
.list li {
	padding-bottom: 12px;
	position: relative;
	font-size: 17px;
	line-height: 140%;
	padding-left: 35px;
	color: #525252;
	transition: .5s;
	font-weight: 500;
	background: url(../images/list.png) no-repeat left 4px;
}
.testimonials-sec {
	background: #FFF;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 0;
	text-align:center;
}
.testimonials-sec .btn {
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
	border: 0;
	background: #EE3340;
	margin-bottom: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: none;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-top: 20px;
}
.testimonials-sec .btn:hover, .about-sec .btn:focus {
	color: #FFF;
	background: #BB0D00;
}
.testi-box {
	text-align: left;
}
.testi-box figure {
	width: 81px;
	height: 81px;
	line-height: 81px;
	border-radius: 100%;
	float: left;
	margin: 0 20px 0 30px
}
.testimonial-text-slider {
	padding: 0px;
}
.testi-content {
	border: 1px solid #CED8E6;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	min-height: 400px;
}
.testi-box figure img {
	width: 81px!important;
	height: 81px;
	line-height: 81px;
	border-radius: 100%;
}
.testi-box p {
	font-size: 16px;
	color: #000;
	line-height: 150% !important;
	padding-bottom: 0px;
	position: relative;
	text-align: justify;
}
.testi-box .fa {
	color: #E4ECF3;
	font-size: 44px;
	position: absolute;
	right: 25px;
	bottom: 20px;
}
.sub-content .testi-box .fa {
	bottom: 0px !important;
} 
.testi-box .author-name {
	font-size: 20px;
	color: #e6433b;
	line-height: 140%;
	padding-bottom: 0;
}
.testi-box .author-place {
	font-size: 15px;
	color: #1E3D86;
	line-height: 140%;
}
.testi-box .author-class {
	font-size: 14px;
	color: #666;
}
.testi-content:before {
	bottom: -15px;
	left: 50px;
	content: '';
	width: 28px;
	height: 28px;
	background: #fff;
	position: absolute;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: #CED8E6 solid 1px;
	border-bottom: #CED8E6 solid 1px;
}
.testi-box h4 { 
   padding-bottom:0px !important;
   margin-top:30px;
}
.side-cab {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED8E6;
}
.author {
	float: left;
	padding: 15px 0 0;
}
.owl-dots {
	text-align: center;
}
.owl-carousel .owl-dot {
	width: 13px;
	height: 13px;
	background: #001040;
	border-radius: 100%;
	display: inline-block;
	margin: 0 3px;
}
.owl-carousel .owl-dot.active {
	background: #FFF;
}
.main-slider {
	position: relative;
	z-index: 10
}
.main-slider {
	height: 600px;
	width: 100%;
	position: relative;
}
.main-slider .item {
	height: 600px;
	padding: 200px 60px;
}
.main-slider h2 {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 800;
	line-height: 120%;
	padding: 0;
}
.main-slider p {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 120%;
	padding: 0 0 15px;
}
.main-slider .btn {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	border: 2px solid #C4161C;
	background: #C4161C;
	font-family: 'Roboto', sans-serif;
	padding: 0 40px;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: .5s;
}
.main-slider .btn:hover, .main-slider .btn:focus {
	color: #FFFFFF;
	border: 2px solid #179adc;
	background: #179adc;
}
.main-slider .btn .fa {
	font-size: 15px;
	font-weight: 200;
	margin-right: 10px;
}
.contact {
	background: #00468C;
	height: 600px;
	width: 30%;
	padding: 20px;
	margin: 0px;
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 99;
	text-align: center;
	float: right;
}
.form-contact {
	padding: 30px 25px;
	border: 1px solid #480000;
	border-radius: 10px;
}
.sub-header {
	height: 250px;
	display: block;
	position: relative;
	width: 100%
}
.sub-header:before {
	position: absolute;
	content: "";
	background: rgba(49, 66, 120, 0.8);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%
}
.sub-header h2 {
	padding: 100px 0px;
	text-align: center;
	color: #fff
}
.thanks-bg {
	background: url(../images/thanks-slide.jpg);
	background-size: cover;
	background-position: center
}
.thanks-pg-sec {
	padding: 42px 0px 0;
	background: #FFF;
	margin-bottom: 20px
}
.large-desc {
	font-size: 18px;
	line-height: 170%;
	color: #333333;
	font-weight: 500;
	padding-bottom: 35px
}
.frmcontrols option {
	color: #000;
	background: #FFF
}
.fa-file-pdf-o {
	color: #F00;
	padding-right: 5px;
}
.copyright-social {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 45%;
}
.policy {
	float: left;
}
.policy p {
	color: #ADADAD;
	font-size: 14px;
	line-height: 140%;
	padding: 0 0 4px 0
}
.policy p a {
	color: #ADADAD;
}
.footer-social {
	float: left;
}
.copyright {
	color: #ADADAD;
	font-size: 13px;
	line-height: 140%;
	padding: 0 0 4px 0
}
.copyright span {
	text-transform: uppercase;
	font-weight: 500;
}
.footer-social .fa {
	padding-right: 0;
	color: #1D2133;
}
.md-section-title {
	color: #202632;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	padding-bottom: 0px;
	margin-bottom: 60px;
	text-transform: uppercase;
	text-align: center;
}
.md-section-title span {
	width: 84px;
	height: 3px;
	background: #FF3910;
	content: '';
	display: block;
	margin: 0 auto;
	margin-top: 13px;
}
.owl-dots {
	text-align: right;
	position: absolute;
	right: 20px;
	top: -100px;
}
.owl-carousel .owl-dot {
	width: 12px;
	height: 12px;
	background: #A5A5A5;
	margin: 0 3px;
}
.owl-carousel .owl-dot.active {
	background: #FFBF00;
}
.no-pad {
	padding: 0;
}
.ourteam-sec {
	background: url(../images/team-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 90px 0;
}
.text-white {
	color: #FFF!important
}
.team-box {
	position: relative;
	margin-right: 20px;
}
.team {
	background: #ED3340;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
}
.team-box .team-name {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 25px;
	padding: 0;
}
.team-box .team-des {
	font-size: 12px;
	color: #D6D6D6;
	font-weight: 500;
	line-height: 20px;
	padding: 0;
}
.blog-sec {
	background: url(../images/blog-bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	position: relative;
	padding: 90px 0;
}
.blog-cont {
	background: #FFF;
	padding: 10px 15px;
}
.blog-cont .date {
	color: #505050;
	font-size: 14px;
	padding-bottom: 8px;
}
.blog-cont .date .fa {
	color: #FF3910;
	padding-right: 5px;
}
.blog-cont h4 {
	color: #000;
	font-size: 19px;
	line-height: 130%;
	padding: 0 0 8px 0;
	text-transform: capitalize;
	font-weight: 600;
}
.blog-cont .clockmap {
	padding-bottom: 10px;
}
.blog-cont .more {
	padding-bottom: 0;
}
.blog-cont .more a {
	color: #FF3910;
	font-size: 15px;
	line-height: 140%;
}
.highlights-sec {
}
.highlights-sec li {
	width: 25%;
	font-size: 15px;
	color: #212121;
	line-height: 140%;
	min-height: 225px;
	padding: 35px 30px 20px;
}
.highlights-sec li p {
	font-size: 15px;
	color: #212121;
	line-height: 140%;
	padding: 0px;
	margin: 0;
}
.highlights-sec li img {
	margin-bottom: 13px;
}
.highlights-sec li h4 {
	font-size: 30px;
	color: #202632;
	line-height: 140%;
	font-weight: 500;
}
.highlights-sec li:nth-child(1):after, .highlights-sec li:nth-child(2):after, .highlights-sec li:nth-child(3):after, .highlights-sec li:nth-child(4):after, .highlights-sec li:nth-child(5):after, .highlights-sec li:nth-child(6):after {
	content: '';
	background: #FFF;
	border: 2px solid #FFBF00;
	width: 16px;
	height: 16px;
	border-radius: 0;
	right: -9px;
	bottom: -8px;
}
.highlights-sec li:nth-child(4):after, .highlights-sec li:nth-child(5):after, .highlights-sec li:nth-child(6):after {
	display: none;
}
.campuses-sec {
	background: url(../images/campus-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 90px 0 0;
	margin-bottom: 75px;
}
.campuses-sec .campuses-box {
	position: relative;
	top: 70px;
	background: #FFF;
	padding: 10px;
	float: left;
	width: 100%;
}
.campuses-sec .campuses-box img {
	width: 100%;
}
.campuses-sec .campuses-box figure {
	margin-bottom: 3px;
}
.campus {
	position: relative;
	width: 100%;
	background: url(../images/campus-video-bg.jpg) repeat-x left top;
	padding: 15px 30px;
	float: left;
}
.campus-place {
	float: left;
	font-size: 22px;
	color: #FFF;
	line-height: 30px;
	padding: 0;
	font-weight: 600;
}
.campus-place a {
	color: #FFF;
}
.campus-place a:hover {
	color: #950D17;
}
.campus-cource {
	float: right;
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
	padding: 0;
	font-weight: 500;
}
.campus-cource span {
	width: 6px;
	height: 6px;
	background: #790B13;
	border-radius: 100%;
	display: inline-block;
	position: relative;
	top: -3px;
	margin: 0 8px;
}
.campuses-sec .md-section-title {
	margin-bottom: 20px;
}
.video-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ED3340;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
.video-btn a {
	color: #FFF;
	display: block;
}
.main-header .social-icon-one a {
	line-height: 24px;
	width: 24px;
	height: 24px;
	font-size: 13px;
	color: #FFF;
	margin: 0 0 0 6px;
	border: 0;
	border-radius: 2px;
	background: #EE3340;
}
.main-header .social-icon-one a i {
	padding-right: 0px;
}
.main-header .social-icon-one {
	padding-bottom: 15px;
	padding-top: 14px;
}
/** banner-section **/

.banner-section {
	position: relative;
}
.banner-carousel {
	position: relative;
}
.banner-carousel .slide-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 190px 0px 290px 0px;
}
.banner-carousel .slide-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0 0 62 / 50%);
	top: 0px;
	right: 0px;
	z-index: 1;
}
.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}
.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.banner-carousel .content-box {
	position: relative;
	display: block;
	z-index: 5;
	width: 100%;
}
.banner-carousel .content-box h6 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 90px;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.banner-carousel .content-box h6:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	top: 13px;
}
.banner-carousel .active .content-box h6 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.banner-carousel .content-box h4 {
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-carousel .active .content-box h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}
.banner-carousel .content-box p {
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1300ms ease;
	-moz-transition: all 1300ms ease;
	-ms-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
}
.banner-carousel .active .content-box p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}
.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1600ms ease;
	-moz-transition: all 1600ms ease;
	-ms-transition: all 1600ms ease;
	-o-transition: all 1600ms ease;
	transition: all 1600ms ease;
}
.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-ms-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
}
.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
	display: none !important;
}
.float-bob-y {
	animation-name: float-bob-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-y;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-y;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-y;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
.float-bob-x {
	animation-name: float-bob-x;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-x;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-x;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-x;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-x;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
.rotate-me {
	animation-name: rotateme;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 30s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 30s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 30s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
.banner-section .owl-dots {
	position: absolute;
	left: auto;
	right: 40px;
	top: auto;
	bottom: 30px;
}
.banner-section .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	background: none;
	margin: 0;
	width: auto;
	height: auto;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0px 3px;
	background: #D6D6D6;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: none;
	transition: all 500ms ease;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot span:hover {
	box-shadow: none;
	background: #BB0D00;
}
/** banner-style-two **/

.banner-section.style-two {
	position: relative;
}
.banner-carousel .slide-item.bg-none:before {
	display: none;
}
.banner-carousel .slide-item.bg-left:before {
	right: inherit;
	left: 0px;
	background: -webkit-linear-gradient(0deg, rgba(53,6,3,0.9), rgba(53,6,3,0.0) 100%);
}
.banner-carousel .content-box h2 {
	position: relative;
	display: block;
	font-size: 56px;
	line-height: 68px;
	font-weight: 900;
	color: #fff;
	margin: 0px;
	padding: 0;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1150ms ease;
	-moz-transition: all 1150ms ease;
	-ms-transition: all 1150ms ease;
	-o-transition: all 1150ms ease;
	transition: all 1150ms ease;
	text-shadow: 0px 0px 4px rgb(63 22 34 / 45%);
}
.banner-carousel .content-box h2 span {
	color: #ED333F
}
.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1150ms;
	-moz-transition-delay: 1150ms;
	-ms-transition-delay: 1150ms;
	-o-transition-delay: 1150ms;
	transition-delay: 1150ms;
}
.banner-section.style-two .banner-carousel .content-box h4 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	padding: 0 0 0 75px;
	color: #FFF;
	position: relative;
}
.banner-section.style-two .banner-carousel .content-box h4:before {
	width: 52px;
	height: 2px;
	background: #EE3340;
	position: absolute;
	left: 13px;
	top: 11px;
	content: '';
}
.banner-section.style-two .banner-carousel .content-box p {
	font-size: 19px;
	line-height: 140%;
	font-weight: 400;
	margin: 0px;
	padding: 0 0 15px 0;
	color: #FFF;
}
.banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn {
	padding: 11px;
	min-width: 170px;
	text-align: center;
	background: #FFFFFF;
	color: #1F1F1F;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	margin-right: 10px;
}
.banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn1 {
	background: none;
	color: #FFFFFF;
	border: 1px solid rgb(255 255 255 / 60%);
}
.banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn:hover, .banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn:focus {
	background: #EE3340;
	color: #FFF;
	border: 1px solid #EE3340
}
.banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn .fa {
	color: #EE3340;
	font-size: 13px;
	margin-right: 3px;
}
.banner-section.style-two .banner-carousel .slide-item {
	padding: 230px 0px 220px 0px;
}
.bg-color-3 {
	background: #f6f6f6;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.main-header .nav-outer {
	position: relative;
}
.border-shape {
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border: 1px solid #BB0D00;
}

/* Sub Page CSS **/ 

.entry-title {
display:none;
}
.sub-banner {
    background: #16629a;
    position: relative;
}
.sub-banner img {
	width: 100%;
}
.sub-banner .subtext {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.sub-banner .subtext h1 {
    font-size: 32px;
	padding-bottom:20px;
}
.sub-content {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sub-content p {
	padding-bottom: 15px;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
}
.sub-content h2 {
	padding-bottom: 20px;
	font-size: 28px;
	color: #293372;
	line-height:32px;
}
.sub-content h3 {
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 25px;
	color: #e6433b;
	font-weight: 700;
}
.sub-content h4 {
	padding-bottom: 20px;
	font-size: 20px;
	color: #e6433b;
	font-weight: 700;
}
.red {
	color: #e6433b;
	font-weight: 600;
	font-size: 18px !important;
}
.entry-content ul {
		margin-bottom: 15px;
}
.main-bullet li {
	list-style-position: outside;
	list-style-image: url(../images/arrow.png);
	line-height: 22px;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-left: 30px;
}
.thjmf-job-single-more button {
	background-color: #e6433b;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
    border-radius: 3px;
}
.thjmf-listing-title {
	color: #e6433b;
}
#thjmf_apply_now {
	background-color: #e6433b;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
    border-radius: 3px;
}
.red-box {
	color: #FFF;
	background-color: #EF393F;
	padding: 15px;
	border-radius:5px;
}
.entry-meta {
    display: none;
}
form.thjmf-apply-form .thjmf-form-row input, form.thjmf-apply-form .thjmf-form-row select {
	border: 1px solid #CCC;
	padding: 5px;
}
.thjmf-popup-footer-actions button {
	background-color: #e6433b;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
    border-radius: 3px;
}
.widget-title {
	color: #e6433b;
}
.line {
	border: 1px solid #CCC;
	padding: 15px;
	font-size: 16px;
	color: #000;
	min-height: 480px;
}
.line p {
	padding-bottom: 0px !important;
}
.line img {
	padding-bottom: 20px !important;
}
.i-line {
	padding: 40px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #e6433b;
	color: #FFF;
	font-size: 17px;
	font-weight: 600;
}
.c-line {
	border: 1px solid #CCC;
	padding: 15px;
	font-size: 16px;
	color: #000;
}
.c-line p {
	padding-bottom: 15px !important;
}
.enqbtn .btn {
	background-color: #293372;
	color: #fff;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: 600;
}
.subtext a {
	color: #e6433b;
}
.subtext a:hover {
	color: #fff;
}
.line1 img, .line2 img, .line3 img, .line4 img  {
  margin-bottom:10px;
}
.line1, .line2, .line3, .line4 {
	padding: 15px;
	font-size: 16px;
	color: #000;
	min-height: 470px;
	border-radius:5px;
}
.line1 {
	border: 1px solid #058B93;
}
.line2 {
	border: 1px solid #DF8D2A;
}
.line3 {
	border: 1px solid #383E3F;
}
.line4 {
	border: 1px solid #6E6A5F;
}
.team-txt {
	padding-top: 20px;
	padding-right: 40px;
	text-align: justify;
}
.journey h2 {
	padding-bottom: 0px !important;
}
.journey p {
	text-align: left !important;
	padding-bottom: 0px !important;
}
.alumni {
	padding: 20px;
	border: 2px solid #DDD;
	text-align: center;
	margin-bottom: 20px;
}
.alumni p {
	text-align: center;
}
.so-widget-sow-testimonials-default-6e4e648c2313 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-right .sow-testimonial-user {
    width:40% !important;
}

/*===Blog===*/

.blog-detail {
	margin-bottom: 20px;
}
.blog-detail img {
	height: auto;
	width: 100%;
}
.blog-img {
	padding-bottom: 20px;
}
.blog-list {
	list-style-type: none;
	text-indent: 0;
	padding-bottom: 20px;
	margin-bottom: 25px;
	background-color: #F0F0F0;
	min-height: 250px;
    border: 1px solid #CCC;
}
.blog-out h3 {
	font-size: 20px;
	line-height: 25px;
	color:#0083C7;
	padding-bottom:10px !important;
}
.blog-out h3 a {
	color:#0083C7;
}
.blog-out {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	min-height:180px;
}
.post-navigation .nav-next, .post-navigation .nav-previous {
	visibility: hidden
}
.read-but {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	color: #00FFFF;
}
.read-but a {
	color: #0083C7;
}
.read-but span {
	color: #0083C7;
}
.read-but a:hover {
	color: #0083C7;
} 
.ndate {
	font-size: 14px;
	padding-bottom:10px;
}
.ndate:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 8px;
	color: #FF3910;
}
.blog-out .date .fa {
    color: #FF3910;
	font-size: 14px;
	margin-right:8px;
}
.blog-out p {
	font-size: 14px;
	padding-bottom: 10px;
}
.vline {
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.vline li {
	padding-left: 30px;
}
.vline li a:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    color: #C40606;
	left:30px;
}
/*===Pagination===*/

.pagination {
	clear: both;
	position: relative;
	font-size: 12px;
	line-height: 13px;
	float: right;
	font-family: arial!important;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.pagination span {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px;
	text-decoration: none;
	width: auto;
	background: #F8F8F8;
	color: #000
}
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px;
	text-decoration: none;
	width: auto;
	color: #3279BB;
	background: #F8F8F8;
	border: 1px solid #3974B6!important
}
.pagination a:hover {
	color: #fff!important;
	background: #3279BB
}
.pagination .current {
	padding: 8px 9px 5px;
	color: #fff;
	background-color: #194B79;
}
.main-cont .post-thumbnail {
	display:none;
}
/*===End===*/
.sub-content .sow-slider-base ul.sow-slider-images{z-index:0!important;}

.alumni-sec{
    background: url(https://csacademy.in/tiruppur/wp-content/uploads/2025/12/Alumni.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:80px 0;
	text-align:center;
}
.alumni-sec .testi-box {
    text-align: center;
}
.alumni-sec .testi-box figure {
    width: 180px;
    height: 180px;
    line-height: 180px;
    border-radius: 100%;
    display: inline-block;
    background: #940409;
	float:none;
}
.alumni-sec .testi-box figure img {
    width: 155px!important;
    height: 155px;
    line-height: 155px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #fe3810;
    margin: 13px!important;
}
.alumni-sec .testi-box p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 150%;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
}
.alumni-sec .testi-box p .fa {
    color: #fe3810;
    font-size: 24px;
    position: initial;
}
.alumni-sec .testi-box .author-name {
    font-size: 18px;
    color: #fe3810;
    line-height: 140%;
    padding-bottom: 0;
	text-align: center;
	font-weight: 800;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}
.alumni-sec .testi-box .author-place {
    font-size: 15px;
    color: #FFF;
    line-height: 140%;
    padding-bottom: 15px;
	text-align: center;
}
.alumni-sec .btn {
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
	border: 0;
	background: #EE3340;
	margin-bottom: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: none;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	
}
.alumni-sec .btn:hover, .about-sec .btn:focus {
	color: #FFF;
	background: #BB0D00;
}

.quick-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right:-110px;
    top: 40%;
    width: 159px;
    z-index: 999999;
}
.quick{margin:0;padding:0;}
.whatsapp {
    list-style-type: none;
    background-color: #409D05;
    color: #fff;
    height: 50px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.facebook{
	   list-style-type: none;
   background: #3B5998;
  color: white;
    height: 50px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.insta{
	   list-style-type: none;
 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
    height: 50px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.linked-in{
	   list-style-type: none;
 background: #007bb5;
  color: white;
    height: 50px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.youtube{
	   list-style-type: none;
 background: #bb0000;
  color: white;
    height: 50px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.quick li a {
    display: inline!important;
}
.quick li img {
    float: left;
    margin: 9px 9px;
    margin-right: 14px;
    padding: 4px;
}
.quick li p {
    padding-top: 15px;
    margin: 0;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #fff!important;
}
.quick li:hover {
    margin-left: -140px;
} 