/*font-family: "Trebuchet MS", Tahoma, sans-serif;

font-family: 'Poppins', sans-serif;

font-family: 'Roboto', sans-serif;

font-family: 'TrebuchetMS';

font-family: 'TrebuchetMS-Italic';

font-family: 'TrebuchetMS-Bold';

font-family: 'Trebuchet-BoldItalic';*/

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

@font-face {
	font-family: 'TrebuchetMS-Italic';
	src: url('../fonts/TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/TrebuchetMS-Italic.woff') format('woff'), url('../fonts/TrebuchetMS-Italic.ttf') format('truetype'), url('../fonts/TrebuchetMS-Italic.svg#TrebuchetMS-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TrebuchetMS-Bold';
	src: url('../fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TrebuchetMS-Bold.woff') format('woff'), url('../fonts/TrebuchetMS-Bold.ttf') format('truetype'), url('../fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Trebuchet-BoldItalic';
	src: url('../fonts/Trebuchet-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Trebuchet-BoldItalic.woff') format('woff'), url('../fonts/Trebuchet-BoldItalic.ttf') format('truetype'), url('../fonts/Trebuchet-BoldItalic.svg#Trebuchet-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}


*,
html,
body {
	padding: 0;
	margin: 0;
	outline: none;
}

*,
:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #383431;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
* Remove text-shadow in selection highlight
*/
:-moz-selection {
	background: #C43131;
	color: #fff;
	text-shadow: none;
}

:selection {
	background: #C43131;
	color: #fff;
	text-shadow: none;
}

/* start PLACEHOLDER*/
.form-control::-moz-placeholder {
	color: #635f5a;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #635f5a
}

.form-control::-webkit-input-placeholder {
	color: #635f5a
}


a {
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

p {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	color: #383431;
	margin: 0 0 10px;
}

ul,
ul li {
	padding: 0;
	margin: 0;
}



/* ==========================================================================
No Font Styles
========================================================================== */
.noBg {
	background: none !important;
}

.noBoder {
	border: none !important;
}

.nopadding {
	padding: 0 !important;
}

.nopaddingLeft {
	padding-left: 0 !important;
}

.nopaddingRight {
	padding-right: 0 !important;
}

.nopaddingTop {
	padding-top: 0 !important;
}

.nopaddingBottom {
	padding-bottom: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nomarginLeft {
	margin-left: 0 !important;
}

.nomarginRight {
	margin-right: 0 !important;
}

.nomarginTop {
	margin-top: 0 !important;
}

.nomarginBottom {
	margin-bottom: 0 !important;
}




/* ==========================================================================
Body Font Styles
========================================================================== */
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5 {
	font-family: 'TrebuchetMS';
	line-height: normal;
}

.h1,
h1 {
	font-family: 'TrebuchetMS';
	color: #fff;
	font-size: 36px;
	text-transform: none;
	margin-top: 0;
	margin-top: 15px;
	line-height: 36px;
}

h1 span,
.h1 span,
h1 a {
	display: block;
	margin-top: 13px;

	font-family: 'TrebuchetMS-Italic';
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	color: #ffc300;
	line-height: 22px;
}

h2,
.h2 {
	font-size: 35px;
	font-weight: 400;
	color: #67322b;

	line-height: 35px;
	margin: 0 0 27px;
}

h2 span {
	display: block;
	margin-top: 12px;

	font-family: 'TrebuchetMS-Italic';
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #ffc300;
	line-height: normal;
}

h3,
.h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #604f57;
	text-transform: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0 0 8px;
}

h3 span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: #424242;
	margin-top: 5px;
}

h3 a {
	color: #604f57;
}

h4,
.h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #0e355c;
	line-height: 24px;
	margin: 0 0 25px;
}

.h5,
h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
}



/* ==========================================================================
General Styles
========================================================================== */
.inner {
	padding-top: 25px;
	padding-bottom: 45px;
}

.menubtn {
	padding: 16px 26px;
	background: #67322b;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	display: block;
}

.menubtn a,
.menubtn i {
	color: #fff;
}

.menubtn a:hover {
	color: #000;
}

.brownBtn {
	font-size: 15px;
	font-weight: 400;
	color: #67322b;
}

.yellowBtn {
	display: inline-block;
	background: #ffc300;
	padding: 16px 26px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #67322b;
}

.yellowBtn:hover {
	background: #000;
	color: #ffc300;
}

.arrowBtn {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #707070;
}

.arrowBtn span {
	display: block;
	background: url(../images/arrow_lrg_grey.png) 0 0 no-repeat;
	width: 57px;
	height: 12px;
}

.arrowBtn:hover {
	color: #000;
}


.navbar-brand {
	padding: 10px 15px;
}


.greyBg {
	background: #f8f8f8;
}

.lightGreyBg {
	background: #f2f2f2;
}


/****************** start FLOATING MENU ******************/
.floatMenu {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999;
	padding: 13px 4px;
	background: #67322b;
	font-size: 14px;
	color: #fff;

	writing-mode: vertical-rl;
	text-orientation: sideways;
	-webkit-transform: rotate(180deg);
	/* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);
	/* FF */
	-o-transform: rotate(180deg);
	/* Opera */
	-ms-transform: rotate(180deg);
	/* IE9 */
	transform: rotate(180deg);
	/* W3C compliant browsers */

	/* IE8 and below */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}

.overlayArea {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlayArea-content {
	position: relative;
	top: 1%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlayArea a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlayArea a:hover,
.overlayArea a:focus {
	color: #f1f1f1;
}

.overlayArea .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	z-index: 2;
	font-size: 60px;
}


@media screen and (max-height: 450px) {
	.overlayArea {
		overflow-y: auto;
	}

	.overlayArea a {
		font-size: 20px
	}

	.overlayArea .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}

	.sliderBan .slick-slide {
		height: 198px;
	}

	.sliderBan .slick-slide img {
		/* object-fit: cover;
		width: 100%; */
		height: 198px;
	}
}

.formcontainer {
	max-width: 991px;
	margin: 0 auto;
	padding: 16px;
	background-color: white;
	text-align: left;
}

/****************** end FLOATING MENU ******************/







/* ==========================================================================
TOP NAVIGATION Styles
========================================================================== */
.mainNav {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.mainNavArea {
	background: rgb(255, 255, 255, 0.7) !important;
	padding: 0;
}

.topNavbar {
	background: #ffc300;
}

.navbar-default .navbar-brand {
	height: auto;
}

.topNav {
	font-size: 0;
	float: right;
}

.topNav li,
.topNav.navbar-nav>li>a {
	display: inline-block;
	padding: 7px 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.topNav .dropdown a.dropdown-toggle:hover {
	cursor: default;
}




/* ==========================================================================
BOTTOM NAVIGATION Styles
========================================================================== */
.botNav {
	padding-top: 2%;
}

.botNav .navbar-nav {
	float: right;
	text-align: right;
}

.botNav .navbar-nav>li>a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #67322b;
}

.botNav .navbar-nav>li>a.disabled {
	cursor: default;
}



/* ==========================================================================
SEARCH ANIMATION Styles
========================================================================== */
.searching {
	float: left;
	padding: 12px 0;
}

.searching a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.search-open {
	display: block;
}

.search-inline {
	width: 100%;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	top: 0;
	height: 30%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: #efefef;
	z-index: 9;
	transition: all .5s ease-in-out;
}

.search-inline.search-visible {
	opacity: 1;
	visibility: visible;
	animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
	position: absolute;
	right: 52px;
	top: 0;
	background-color: transparent;
	border: 0px;
	top: 0;
	right: 80px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 99%;
	background: #222;
	color: #fff;
}

.search-inline .form-control {
	border: 0px;
	padding-left: 0;
	font-size: 2rem;
	position: absolute;
	left: 1%;
	top: 0;
	height: 100%;
	width: 99%;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	outline: none;
}

.search-inline .search-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #616161;
	width: 80px;
	height: 100%;
	text-align: center;
	display: table;
	background: #efefef;
	text-decoration: none;
}

.search-inline .search-close i {
	display: table-cell;
	vertical-align: middle;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #efefef;
	background-clip: padding-box;
	border: 1px solid #efefef;
	border-radius: .25rem;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}



/* ==========================================================================
BANNER Styles
========================================================================== */
.banMainWrap {
	position: relative;
}

.banOverlay {
	width: 800px;
	background: url(../images/overlayBan.png) 0 0 no-repeat;
	background-size: cover;

	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: none;
	;
}

.sliderBan .slick-slide {
	height: 645px;
}

.sliderBan .slick-slide img {
	object-fit: cover;
	width: 100%;
	min-height: 255px;
	height:auto;
}

.banContentArea {
	position: absolute;
	top: 60%;
	right: 0;
	left: 0;
	z-index: 3;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.banTxt h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 100;
	text-transform: none;
	color: #fff;
}

.banTxt p {
	background: url(../images/bantxt_bg.png) 0 0 repeat-y;
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
	line-height: 35px;
	display: none;
}


.image_area img {
	width: 45%;
	background: #fff;
	padding: 10px;
	border-radius: 14px;
}

/* ==========================================================================
BANNER BOTTOM Styles
========================================================================== */
.banBotwrap {
	position: relative;
	background: #ffc300;
	padding: 37px 0;
}

.banBotwrap p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
}

.banBotwrap i {
	font-size: 24px;
}

.boxesWrap {
	position: absolute;
	left: 0;
	right: 0;
	top: -138px;
	z-index: 4;
	/*border: red solid 1px;*/
}

.leftPan,
.rightPan {
	min-height: 154px;
}

.leftPan {
	background: #fff;
}

.cont {
	padding: 32px 25px;
}

.leftPan p {
	font-family: 'TrebuchetMS-Italic';
	font-size: 14px;
	font-weight: 400;
	color: #71aadc;
	line-height: 23px;
}

.rightPan img {
	object-fit: cover;
	height: 154px;
}



/* ==========================================================================
ABOUT SCHOOL Styles
========================================================================== */
/* .aboutLeftpart, .aboutRightpart{
	min-height: 512px;
} */

.aboutRightpart {
	min-height: 530px;
}


@media (max-width: 767px) {
	.aboutRightpart {
		height: 630px;
		/* Sets fixed height on mobile */
		/* min-height: unset; */
		/* Optional: remove previous min-height */
		margin-bottom: 20px;
	}

	.sliderBan .slick-slide {
		height: 316px;
	}

	.sliderBan .slick-slide img {
		/* object-fit: cover;
		width: 100%; */
		height: 316px;
	}

}

@media (max-width: 390px) {

	.sliderBan .slick-slide {
		height: 230px;
	}

	.sliderBan .slick-slide img {
		/* object-fit: cover;
		width: 100%; */
		height: 230px;
	}

}

.aboutRightpart .cont {
	padding: 0px 4px;
}

.aboutLeftpart {
	/* position: relative; */
	margin: 25px 0px;
}

.aboutLeftpart img {
	/* position: absolute; */
	z-index: 0;
	/* object-fit: cover;
			height: 512px; */
}

.chairmanName {
	/* position: absolute; */
	z-index: 2;
	left: 10px;
	right: 10px;
	bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

/* #aboutschoolsec{
	background: url(../images/chs1.jpg) center 100% no-repeat;
	background-size: cover;
	position: relative;
}
#aboutschoolsec .overlay{
		position: absolute;
		top: 0; bottom: 0;
		right: 0; left: 0;
		z-index: 2;
		background: rgb(22, 38, 71, 0.9);
		url('<?php the_field('about_school_background'); ?>');
	} */

#aboutschoolsec {
	background: url(../images/chs1.jpg) center 100% no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#aboutschoolsec .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/* dark transparent overlay */
	z-index: 2;
}

/* #schoollifesec .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
} */

#contactsec {
	background: url(https://kreativewebtech.com/Projects/vaishnodeviacademy/wp-content/themes/vaishnodevi/images/school.jpg) center 100% no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#contactsec .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* dark transparent overlay */
	z-index: 2;
}

.aboutSchoolWrap {
	position: relative;
	z-index: 3;
}

.aboutRightpart .cont {
	position: absolute;
	top: 50%;
	/*right: 7%; left: 7%;*/
	z-index: 3;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.aboutRightpart .cont p {
	color: #fff;
}

.aboutRightpart .cont p strong {
	font-weight: 800;
}

.aboutRightpart .cont .yellowBtn {
	margin-top: 30px;
}




/* ==========================================================================
SCHOOL FACILITIES Styles
========================================================================== */
.yellowBtn {
	color: rgb(103, 50, 43);
	background: rgb(255, 195, 0);
	padding: 10px 15px 8px !important;
	border-radius: 5px !important;
}

.boxItem {
	margin-bottom: 30px;
}

.boxItemArea {
	background: #f8f8f8;
	padding-top: 38px;
	padding-bottom: 38px;
	min-height: 200px;
	height: auto;
}

.boxItemArea:hover {
	background: #9000ae;
}

.boxItemArea:hover p,
.boxItemArea:hover a {
	color: #fff !important;
}

.boxItemWrap .boxItem:nth-child(1) .boxItemArea {
	border-right: #0baf51 solid 2px;
}

.boxItemWrap .boxItem:nth-child(2) .boxItemArea {
	border-right: #fd1a00 solid 2px;
}

.boxItemWrap .boxItem:nth-child(3) .boxItemArea {
	border-right: #049c91 solid 2px;
}

.boxItemWrap .boxItem:nth-child(4) .boxItemArea {
	border-right: #0082e6 solid 2px;
}

.boxItemWrap .boxItem:nth-child(5) .boxItemArea {
	border-right: #e1a400 solid 2px;
}

.boxItemWrap .boxItem:nth-child(6) .boxItemArea {
	border-right: #9000ae solid 2px;
}

.boxItemWrap .boxItem:nth-child(2n+1) {
	clear: both;
}

.boxCont p {
	line-height: 20px;
	color: #6e6f6e;
	margin-bottom: 0;
}



/* ==========================================================================
FORM Styles
========================================================================== */
.contact_form {
	background: #f8f8f8;
	padding: 30px 23px 110px;
}

.contact_form .form-control,
.contact_form .SumoSelect>.CaptionCont {
	background: #fff;
	border: #fae5e5 solid 1px;
	border-radius: 0;
	box-shadow: none;

	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #635f5a;
}

.SumoSelect>.optWrapper>.options li.opt label {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #635f5a;
}

.contact_form .SumoSelect {
	width: 100%;
}

.SumoSelect>.CaptionCont>label>i {
	background-image: url(../images/arrow-down.png);
}

.contact_form button {
	border-radius: 0;
	border: none;
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.contact_form button:focus {
	box-shadow: none;
}



/* ==========================================================================
STRATEGY Styles
========================================================================== */
.strategySec .strategyBoxArea:nth-child(1),
.strategySec .strategyBoxArea:nth-child(6) {
	width: 50%;
}

.strategyBox {
	position: relative;
	display: block;
	height: 334px;
}

.strategyBox .strategyImg {
	width: 100%;
	height: 334px;
	object-fit: cover;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.strategyBox .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 69%, rgba(0, 0, 0, .76) 100%);
	/*background: url(../images/overlay_img.png) 0 100% repeat-x;*/
	z-index: 1;
}

.strategyBox .cpationTxt {
	position: absolute;
	bottom: 33px;
	right: 0;
	left: 0;
	z-index: 1;

	font-family: 'TrebuchetMS-Bold';
	font-size: 20px;
	text-align: center;
	color: #FFF;
}

.strategyBox {
	text-align: center;
	color: #fff;
	position: relative
}

.strategyBox .cpationTxt,
.strategyBox:after {
	width: 100%;
	position: absolute;
	left: 0
}

.strategyBox:after {
	content: "";
	height: 100%;
	top: 0;
	transition: all .5s ease 0s
}

.strategyBox .post,
.strategyBox .cpationTxt {
	transform: translateY(0);
	transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s;
}

.strategyBox img {
	width: 100%;
	height: auto
}

.strategyBox .cpationTxt {
	padding: 20px;
	margin-bottom: 20px;
	bottom: 0;
	z-index: 1
}

.strategyBox .post {
	display: block;
	padding: 8px 0;
	font-size: 15px
}

.strategyBox .social li a,
.box17 .icon li a {
	border-radius: 50%;
	font-size: 20px;
	color: #fff
}

.strategyBox:hover .post,
.strategyBox:hover .cpationTxt {
	transform: translateY(-110px);
	transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s;
}

.strategyBox:hover:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%)
}

.strategyBox .social {
	list-style: none;
	padding: 0 0 5px;
	margin: 40px 0 25px;
	opacity: 0;
	position: relative;
	transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
	transition: all .6s cubic-bezier(0, 0, .58, 1) 0s
}

.strategyBox:hover .social {
	opacity: 1;
	transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.strategyBox .social:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0
}

.strategyBox .social li {
	display: inline-block
}

.strategyBox .social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #6d3795;
	margin-right: 10px;
	transition: all .3s ease 0s
}

.box17 .icon li,
.box17 .icon li a {
	display: inline-block
}

.strategyBox .social li a:hover {
	background: #bea041
}

.strategyBox .social li:last-child a {
	margin-right: 0
}

@media only screen and (max-width:990px) {
	.strategyBox {
		margin-bottom: 30px
	}

	.foo_gal {
		text-align-last: center;
	}

	.foogallery.fg-thumbnail.fg-float-left {
		width: 100%;
	}

	.boxItemArea {
		display: flex;
	}

	.boxIcon img {
		width: 160px;
	}
}



/* ==========================================================================
SCHOOL LIFE Styles
========================================================================== */
#schoollifesec {
	/* position: relative;
	height: 905px; */
	background: url(../images/blog-1-1.jpg) 100% 100% no-repeat;
	background-size: cover;
}

#schoollifesec .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.6);
	z-index: 1;
}

.schoolLifeWrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;

}

.schoolLifeWrap h2,
.schoolLifeWrap h2 span,
.schoolLifeWrap p,
.schoolLifeWrap .yellowBtn {
	color: #fff;
}

.schoolLifeWrap .yellowBtn {
	background: none;
	border: white solid 1px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.schoolLifeWrap .yellowBtn:hover {
	background: #ffc300;
	color: #67322b;
}

.newsWrap {
	background: #fff;
	padding: 50px 47px;
}

.postWrap {
	/* height: 450px; */
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.ftCol p,
.ftCol a {
	line-height: 24px;
	font-size: 14px;
}

.postsImg {
	width: 100%;
	max-height: 240px;
	object-fit: cover;
	overflow-y: hidden;
}

.img_rea {
	height: 250px;
	;
}

.postsArea {
	/* padding: 25px 22px; */
	padding: 0px;
}

.readmore {
	border: 1px solid #ffc300;
	padding: 10px;
	border-radius: 12px;
}


.postsArea h3,
.postsArea h3 a {
	font-family: 'TrebuchetMS-Bold';
	font-size: 24px;
	text-transform: none;
	color: #162647;
	line-height: 24px;
}

.postsArea p {
	color: #383431 !important;
	height: 80px;
	overflow-y: hidden;
}

.postDate {
	color: #383431;
	margin-top: 15px;
	margin-bottom: 10px;
}

.postDate span {
	font-weight: 600;
	color: #162647;
}

.postsThumbArea .postWrap {
	height: auto;
	margin-bottom: 27px;
}

.postsThumbArea .postWrap:nth-last-of-type(1) {
	margin-bottom: 0;
}

.postsThumbArea .postsImg {
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.postsThumbArea .postsArea {
	padding: 0 15px 0 0;
}

.postsThumbArea .postsArea h3 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}

.postsThumbArea .postDate {
	margin: 0;
}



/* ==========================================================================
SCHOOL ACTIVITY Styles
========================================================================== */
.activityArea .activityItem:nth-child(1) .activityBox {
	background: #162647;
}

.activityArea .activityItem:nth-child(1) h3,
.activityArea .activityItem:nth-child(1) h3 span,
.activityArea .activityItem:nth-child(1) .activityBox p,
.activityArea .activityItem:nth-child(1) .arrowBtn,
.activityArea .activityItem:nth-child(6) h3,
.activityArea .activityItem:nth-child(6) .arrowBtn {
	color: #fff;
}

.activityArea .activityItem:nth-child(1) .arrowBtn span,
.activityArea .activityItem:nth-child(6) .arrowBtn span {
	background: url(../images/arrow_lrg.png) 0 0 no-repeat;
}

.activityArea .activityItem:nth-child(4) .activityBox {
	background: #dadada;
}

.activityArea .activityItem:nth-child(5) .activityBox {
	background: none;
}

.activityArea .activityItem:nth-child(6) .activityBox {
	background: #ffc300;
}

.activityArea .activityItem:nth-child(3n+1) {
	clear: both;
}

.activityBox {
	position: relative;
	background: #fff;
	padding: 44px 40px;
	height: 350px;
	margin-bottom: 30px;
}

.activityBox h3 {
	font-family: 'TrebuchetMS';
	font-size: 31px;
	text-transform: none;
	color: #707070;
	line-height: 36px;
	margin-bottom: 26px;
}

.activityBox h3 span {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #707070;
	line-height: normal;
	margin-bottom: 14px;
}

.activityBox p {
	margin-bottom: 26px;
}

.studentImg {
	width: 278px;
	height: 242px;
	position: absolute;
	right: 15px;
	bottom: 20px;
	z-index: 0;
}

.studentImg img {
	height: 242px;
	object-fit: cover;
}

.blueBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #162647;
	padding: 65px 32px;
}

.blueBox h3 {
	font-family: 'TrebuchetMS-Bold';
	font-size: 31px;
	color: #fff;
}

.blueBox h3 span {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
}

.yellowBox {
	position: absolute;
	bottom: 25%;
	left: 10px;
	z-index: 3;
	background: #ffc300;
	width: 49px;
	height: 49px;
}

.greyBox {
	position: absolute;
	right: 0;
	top: 23px;
	z-index: 3;
	background: #dadada;
	width: 75px;
	height: 75px;
}



/* ==========================================================================
SCHOOL STUFF Styles
========================================================================== */
.stuffBox {
	/*text-align: center;*/
}

.stuffBox-2 {
	margin: 5px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 400px;
}

.stuffBox-2:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.teacherImg {
	width: 100%;
	max-height: 300px;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin-bottom: 15px;
	border-radius: 6px;
	/* background-color: #f8f8f8; */
}

/* .teacherImg{
		width: 100%;
		max-height: 216px;
		height: auto;
		object-fit: cover;
		margin-bottom: 25px;
		overflow-y: hidden;
	} */

.teacherName {
	font-family: 'TrebuchetMS-Bold';
	font-size: 18px;
	color: #162647;
}

.designation {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #707070;
}


.strategyfullbox {
	margin-bottom: 30px;
}

.strategyBox {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	padding-bottom: 15px;
}

.strategyBox:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

/* Strategy Image */
.strategyImg {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

/* Overlay (optional for effect) */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: rgba(0, 0, 0, 0.3);
	/* opacity: 0; */
	transition: opacity 0.3s ease;
}

.strategyBox:hover .overlay {
	opacity: 1;
}

/* Caption Text */
.cpationTxt {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 15px 10px 5px;
}

/* Description Text */
.strategyBox div:last-child {
	font-size: 14px;
	color: #666;
	padding: 0 10px 10px;
}



/* ==========================================================================
CONTACT Styles
========================================================================== */
.contactImg img,
.map img {
	width: 100%;
	height: 358px;
	object-fit: cover;
}

.contactInfo {
	height: auto;
	padding: 15px;
}

.contactInfo .contact_form {
	background: none;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 0;
}

.contactInfo .contact_form .form-control,
.contactInfo .contact_form .SumoSelect>.CaptionCont {
	background: #f0f0f0;
	border: #eaeaea solid 1px;
}

.contactInfo h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 55px;
	font-family: 'TrebuchetMS-Bold';
	font-size: 31px;
}

.contactInfo h3 span {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #707070;
	line-height: normal;
	margin-bottom: 13px;
}

.lightGreyBg iframe {
	width: 100% !important;
	max-height: 550px;
	min-height: 511px;
}

.contactInfo form [type="text"],
.contactInfo form [type="tel"],
.contactInfo form [type="email"],
.contactInfo form select {
	width: 90%;
	padding: 12px 16px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.contactInfo form textarea {
	width: 90%;
	padding: 12px 16px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	transition: border-color 0.3s, box-shadow 0.3s;
	height: 150px;
}


.contactInfo form[type="text"]:focus {
	border-color: #4a90e2;
	box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
	outline: none;
}

.contactInfo form input[type="submit"] {
	background-color: #67322b;
	/* Green background */
	color: white;
	/* White text */
	padding: 12px 24px;
	/* Comfortable padding */
	border: none;
	/* No border */
	border-radius: 8px;
	/* Rounded corners */
	font-size: 16px;
	/* Readable text size */
	font-weight: 600;
	cursor: pointer;
	/* Pointer cursor */
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.contactInfo form input[type="submit"]:hover {
	background-color: #67322b;
	/* Darker green on hover */
	transform: translateY(-2px);
	/* Slight lift effect */
}

.contactInfo form input[type="submit"]:active {
	background-color: #67322b;
	/* Even darker on click */
	transform: translateY(0);
	/* Reset lift */
}



/* ==========================================================================
Carousel Fade Transition Styles
========================================================================== */
#fade-quote-carousel.carousel {
	/*padding-bottom: 60px;*/
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
	background-color: #e84a64;
	border: none;
}

#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}

#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}



/* ==========================================================================
INNER PAGE BANNER Styles
========================================================================== */
.mainInnerBanArea {
	position: relative;
	max-height: 400px;
}

.insidebanImg {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 400px;
}

.insidebanContainer {
	position: absolute;
	bottom: inherit;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0 auto;
	padding: 0 20px;
	background: rgb(0, 0, 0, 0.5);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	text-align: left;
}

#maincontainerinner {
	margin-top: 30px;
}

#breadcrumbs {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
}

#breadcrumbs li {
	background: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	padding-right: none;
	padding-left: 0;
	color: #fff;
}

#breadcrumbs .separator {
	font-size: 15px;
	font-weight: 400;
	color: #ccc;
	padding-left: 0;
	background: none;
}

#breadcrumbs li a,
.bread-current {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}



/* ==========================================================================
BANNER BOTTOM Styles
========================================================================== */
.alumniArea h4 {
	margin-bottom: 5px;
}



/* ==========================================================================
SINGLE PAGES Styles
========================================================================== */
.postBoxArea {
	margin-bottom: 40px;
}

.featuredImgArea,
.aligncenter img,
.alignleft img,
.alignright img {
	padding: 3px;
	border: #ffc300 solid 1px;
}

.featuredImg {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.catArea,
.catArea a {
	border-bottom: #ffc300 solid 1px;
	background: #67322b;
	color: #fff;
	padding: 11px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.post-thumbnail {
	float: left;
	/*width: 50%;*/
	width: auto;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 3px;
	/*border: #ffc300 solid 1px; */
}

.vaishnodeviacademy-featured-image {
	object-fit: contain;
	width: 100%;
	height: 400px;
}


.nav-previous,
.nav-next {
	display: inline-block;
}

.nav-previous a .nav-subtitle,
.nav-next a .nav-subtitle {
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.nav-previous a:hover .nav-subtitle,
.nav-next a:hover .nav-subtitle {
	color: #ffc300;
}

.nav-previous {
	margin-right: 10px;
	padding-right: 10px;
	border-right: #c3c3c3 solid 1px;
}

.nav-previous .nav-title {
	float: left;
	line-height: 33px;
}

.nav-subtitle {
	font-size: 15px;
}

.icon-arrow-left,
.icon-arrow-right {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.screen-reader-text {
	display: none;
}

.nav-title {
	font-size: 0;
}

.archive .page-header {
	margin-top: 0;
}



/* ==========================================================================
GALLERY PAGES Styles
========================================================================== */
.gallery {
	display: inline-block;
	margin-top: 20px;
}

.c-breadcrumb-wrap {
	display: none;
}

.c-development-menu {
	padding: 0px 0 0 10px
}

.c-development-menu .nav {
	padding: 0px 0 30px 0;
	font-size: 0;
}

.c-development-menu .nav li {
	display: inline
}

.c-development-menu .nav li a {
	font-size: 10px;
	padding: 0 8px;
	border: none;
	border-right: 2px solid #000;
	line-height: 25px;
	border-radius: 0;
	margin-right: 0px;
	display: inline-block;
	color: #000
}

.c-development-menu .nav li a:hover {
	color: #000;
	outline: none;
	background-color: rgba(255, 255, 255, 0)
}

@media only screen and (max-width: 768px) {
	.c-development-menu .nav li a {
		font-size: 15px;
		padding: 0 20px;
		line-height: 37px
	}

	.sliderBan .slick-slide {
		height: auto;
	}

	.sliderBan .slick-slide img {
		/* object-fit: cover; */
		width: 100%;
		/* height: 396px; */
		height: auto;
	}

	/* .boxIcon img {
		width: 160px;
	} */
}

.c-development-menu .nav li:first-child a {
	padding-left: 0px
}

.c-development-menu .nav li:last-child a {
	border: none
}

.c-development-menu .nav li.active a,
.c-development-menu .nav li a:active,
.c-development-menu .nav li a:focus {
	color: #fff;
	background: #67322b;
}


.c-development-gallery {
	padding-bottom: 100px;
	position: relative
}

.c-development-gallerybox .post-pagination {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	margin: 0px;
	text-align: center
}

@media only screen and (min-width: 1100px) {
	.c-development-gallerybox .post-pagination {
		text-align: left;
		bottom: -80px
	}
}

.c-development-gallerybox__inn {
	margin: 10px;
	position: relative;
	cursor: pointer
}

.c-development-gallerybox__inn img {
	width: 100%;
	height: auto
}

.c-development-gallerybox__inn .hoverbox {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(128, 129, 132, 0.9)
}

.c-development-gallerybox__inn .hoverbox .c-btn,
.c-development-gallerybox__inn .hoverbox .c-listingrequest .idx-listing-request .idx-submit input[type="submit"],
.c-listingrequest .idx-listing-request .idx-submit .c-development-gallerybox__inn .hoverbox input[type="submit"] {
	position: absolute;
	bottom: 44%;
	left: 0;
	right: 0;
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}

.c-development-gallerybox__inn:hover .hoverbox {
	opacity: 1;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.c-development-gallerybox-title {
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #232B2E;
	padding: 10px;
	z-index: 20
}

.c-development-gallerybox-title h4 {
	margin: 0px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Gotham";
	font-weight: normal;
	font-style: normal
}




/* ==========================================================================
NEWS STICKER Styles
========================================================================== */
.breakingNewsArea {
	/*margin-top: 65px;*/
}

.outer {
	width: auto;
	/*height: 40px;*/
	/*overflow: hidden;*/
	/*background-color: #000;*/
	margin-bottom: 1.625em;
}

.outer ul {
	padding: 0;
}

.outer li {
	padding: 8px 0 8px 15px;
	list-style-type: none;
}

.outer .category {
	color: #FFF;
}

.outer li a {
	text-decoration: none;
	color: #67322b;
	font-size: 15px;
	font-weight: 400;
	padding-right: 20px;
}

.breaking-ribbon {
	background: #67322b;
	color: #FFF;
	width: auto;
	height: 100%;
	padding: 8px 16px;
	float: left;
	text-transform: uppercase;
	display: inline;
	letter-spacing: .01em;
}

.breaking-ribbon h4 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	letter-spacing: normal;
	margin: 0;
}

.newsticker {
	position: relative;
	overflow: hidden;
	display: block;
	color: #CCC;
	height: 40px;
	/*background-color: #212126;*/
}

.newsticker h4 {
	margin: 0;
}

.newsticker .navi i {
	font-size: 30px;
}

.navi {
	position: absolute;
	/* float: right; */
	/* padding-top: 8px; */
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	right: 10px;
	top: 10px;
	font-size: 34px;
}

button.up,
button.down {
	background-color: transparent;
	border: none;
	color: #FFF;
	float: left;
	font-size: 18px;
	transition: color .2s;
	opacity: .5;
	padding-right: 10px;
}





/* ==========================================================================
JOBS PAGES Styles
========================================================================== */
.center.allpyBtnArea {
	margin-top: 50px;
}

.modal-body.contact_form {
	padding-bottom: 30px;
}

.applyArea .modal-header {
	padding-bottom: 5px;
}

.applyArea .modal-footer {
	padding: 0;
}

.applyArea .modal-footer .btn-group button {
	height: 40px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none;
	border-right: 1px solid #ddd;
}

.applyArea .modal-footer .btn-group:last-child>button {
	border-right: 0;
}



/* ==========================================================================
HOLIDAY LIST PAGE Styles
========================================================================== */
.holidayListArea .content_box {
	float: left;
	width: 100%;
}

.holidayListArea .left_bar {
	/*float:left;*/
	/*width:15%;*/
	background: #eaf4ff;
	/*height:100vh;*/
}

.holidayListArea .right_bar {
	float: left;
	width: 100%;
	padding: 15px;
	/*border-left:1px solid #ccc;*/
	height: 100%;
}

.holidayListArea .nav {
	display: block;
	font-size: 0;
	line-height: 0;
}

.holidayListArea .nav-tabs--vertical li {
	/*float:left;*/
	/*width:100%;*/
	padding: 0;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
}


.holidayListArea .nav-tabs--vertical li a {
	/*float:left;*/
	/*width:100%;*/
	padding: 20px 15px;
	/*border-bottom:1px solid #adcff7;*/
	color: #1276F0;
}

.holidayListArea .nav-tabs--vertical li a.active:after {
	/*content: "";*/
	/*border-color: #1276F0;*/
	/*border-style: solid;*/
	/*position: absolute;*/

	/*bottom: 0;    left: 40%;    right: auto;*/
	/*text-align: center;*/
	/*margin: 0 auto;*/

	/*right: -8px;*/
	/* border-top: transparent; */
	/*border-right: transparent;*/
	/*border-left: 15px solid transparent;*/
	/*border-right: 15px solid transparent;*/
	/*border-bottom: 16px solid #1276F0;*/
	/*  border-bottom: 16px solid #fff;*/
	/*border-top: 0;*/
	/*transform: rotate(360deg);*/
	/*z-index:999;*/

}



/* ==========================================================================
FOOTER Styles
========================================================================== */
.ftWrap {
	background: #162647;
	opacity: .85;
}

.topFtWrap {
	padding-bottom: 55px;
}

.ftCol h3 {
	font-family: 'TrebuchetMS-Bold';
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
}

ul.footerlist li {
	color: #fff;
	list-style: none;
}

.ftCol a:hover {
	color: #6a6a6a;
}

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

.ftCol a:hover {
	color: #6a6a6a;
}

.bottomFtWrap {
	border-top: #162647 solid 1px;
	padding: 15px 0px;
	background-color: #ffc300;
}

.bottomFtWrap .ftCol {
	font-size: 16px;
	text-align: center;
	color: #fff;
}


#ftsec ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#ftsec ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 700;
}

#ftsec ul.quick-links li a i {
	margin-right: 5px;
}

#ftsec ul.quick-links li:hover a i {
	font-weight: 700;
}

.contactInfo .contact_form div.wpcf7-validation-errors,
.contactInfo .contact_form div.wpcf7-acceptance-missing {
	color: #000;
	background: #f2f2f2;
}

a.link.facebook,
a.link.twitter,
a.link.google-plus {
	display: inline-block;
	height: 35px;
	width: 35px;

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	color: #fff;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
}

a.link.facebook {
	background: #355496;
}

a.link.twitter {
	background-color: #00ACEE;
}

a.link.google-plus {
	background-color: #ff6347;
}

.link span {
	padding-top: 10px;
}

.link span:hover {
	transition: 0.9s;
	transform: rotateY(180deg);
}

/****************************************************************************************/
#banner-menu {
	background-color: rgba(0, 30, 20, 0.9);
	/* semi-transparent dark bg */
	padding: 20px 0;
	margin-top: -60px;
	/* pulls up over banner */
	z-index: 10;
	position: relative;
}

#banner-menu .menu-icon {
	color: #ffc107;
	/* yellow icons */
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
}

#banner-menu .menu-label {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	margin-top: 10px;
}

#banner-menu .menu-item {
	border-right: 1px solid #ffc300a6;
}

#banner-menu .menu-item:last-child {
	border-right: none;
}

.menu-icon {
	font-size: 30px;
	color: #ffc107;
	display: block;
	margin-bottom: 10px;
}

.menu-label {
	color: #fff;
	font-weight: bold;
}

.no-margin-left {
	margin: 0 !important;
}

@media (max-width: 767px) {
	#banner-menu {
		margin-top: 0 !important;
	}
}


/* Testimonial Area start */
.testimonial_area {
	padding-top: 60px;
	padding-bottom: 10px;
	background: #f2f2f2;
}

/* .testimonial_area .testimonial_carosel {
	padding-top: 60px;
} */

.media {
	max-width: 385px;
	margin: 0 auto;
	padding-bottom: 35px;
}

.media-left {
	padding-right: 30px;
}

.media-object {
	display: block;
	height: 110px;
	width: 110px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-img {
	display: block;
	height: auto;
	width: 100%;
	margin: 10px 0px;
	border: 2px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

body.archive div.botNavbar {
	border-bottom: 1px solid #ffc300;
}

.media-time {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #364167;
}

.testimonial-item {
	margin: 7px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.stuffArea {
	margin: 10px;
}

.testimonial-media {
	border: 2px solid #f2f2f2;
	vertical-align: middle;
	padding-bottom: 0;
}

.media-body {
	padding-top: 40px;
}

.slider_span_color {
	color: #90a0b4 !important;
	font-style: italic;
}

.media-body h4 {
	font-size: 18px;
	color: #364167;
	font-weight: 600;
	text-transform: capitalize;

}

.body-slider {
	font-size: 25px;
	font-weight: 700;
	color: #364167;
}

.img-s {
	margin: 30px 0px;
	text-align: -webkit-center;
}

.owl-carousel .owl-item img {
	max-width: 100% !important;
	text-align: center !important;
}

.testimonial_area .testimonial_carosel .item p {
	color: #364167;
	max-width: 945px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	padding-bottom: 36px;
}

.testimonial_area .testimonial_carosel .item p i {
	color: #555555;
	font-size: 18px;
	display: block;
}

.testimonial_area .testimonial_carosel .item p .fa-quote-left {
	text-align: right;
	padding-top: 5px;
}

.testimonial_area .testimonial_carosel .item p .fa-quote-right {
	text-align: left;
	padding-bottom: 5px;
}

.testimonial_area .testimonial_carosel .owl-controls {
	text-align: center;
}

.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	border: 2px solid #555555;
	margin-left: 15px;
	display: inline-block;
	transition: all 300ms linear 0s;
	border-radius: 50%;
}

.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:hover,
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:focus,
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot.active {
	background: #7a90ff;
	border: 2px solid #7a90ff;
}

.slider_hr {
	width: 120px;
	height: 1px;
	background: #364167;
	margin: 40px auto;
}

.owl-prev {

	position: absolute;
	bottom: 50%;
	color: transparent !important;
}

.testimonial_area:hover .owl-prev {
	display: block !important;
}

.testimonial_area:hover .owl-next {
	display: block !important;
}

.owl-next {

	position: absolute;
	right: 0;
	bottom: 50%;
	color: transparent !important;
}

.owl-prev::before {
	content: url(/images/left-r.png);

}

.owl-next::before {
	content: url(/images/right-r.png);

}

.owl-dots {
	display: none !important;
}

.media-body,
.media-left,
.media-right {
	display: block;
}

/* End Testimonial Area */



/* ================CARRIER FORM CSS START================CARRIER FORM CSS START================ */
/* ================CARRIER FORM CSS START================CARRIER FORM CSS START================ */
.form-container {
	font-family: Arial, sans-serif;
	background: #fff;
	color: #333;
	margin: 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 40px 20px;
}

.career-form {
	max-width: 745px;
	width: 100%;
	background: #f9f9f9;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.career-form h2 {
	margin-bottom: 25px;
	color: #8b4000;
	font-size: 24px;
	text-align: left;
}

.career-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	text-align: left;
}

.form-input {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	background: #fff;
}

.career-form textarea {
	resize: vertical;
}

.career-form button {
	background: #ffcc00;
	color: #000;
	padding: 12px 25px;
	border: none;
	font-weight: bold;
	border-radius: 3px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.career-form button:hover {
	background: #e6b800;
}

@media (max-width: 600px) {
	.career-form {
		padding: 20px;
	}
}


.equal-height-row {
	display: flex;
	flex-wrap: wrap;
}

.equal-height-row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.full-height {
	flex: 1;
}

.full-height iframe {
	height: 100% !important;
}

/* ================CARRIER FORM CSS END================CARRIER FORM CSS END================ */
/* ================CARRIER FORM CSS END================CARRIER FORM CSS END================ */

.acf-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.acf-gallery-item {
	flex: 0 0 24%;
	box-sizing: border-box;
}

.acf-gallery-item img {
	width: auto;
	height: 210px;
	object-fit: contain;
	display: block;
	border-radius: 6px;
	transition: transform 0.3s ease;
	border: 1px solid #ccc;
	margin: 0 auto;
}

.acf-gallery-item img:hover {
	transform: scale(1.03);
}

@media (max-width: 992px) {
	.acf-gallery-item {
		flex: 0 0 31%;
	}
}

@media (max-width: 768px) {
	.acf-gallery-item {
		flex: 0 0 48%;
	}
}

@media (max-width: 480px) {
	.acf-gallery-item {
		flex: 0 0 100%;
	}
}

/* ================PAGINATION CSS START================PAGINATION CSS START================ */
/* ================PAGINATION CSS START================PAGINATION CSS START================ */
/* Basic Pagination Styling */
.cspagenavi {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-family: Arial, sans-serif;
}

.wp-pagenavi a,
.wp-pagenavi span {
	padding: 8px 12px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.wp-pagenavi a:hover {
	background-color: #007bff;
	color: white;
	border-color: #007bff;
}

.wp-pagenavi .current {
	background-color: #007bff;
	color: white;
	font-weight: bold;
	pointer-events: none;
}

.wp-pagenavi .pages {
	margin-right: 10px;
	font-weight: 600;
	color: #555;
}

.wp-pagenavi .extend {
	padding: 8px 10px;
	color: #888;
}

/* Responsive Design */
@media (max-width: 768px) {
	.wp-pagenavi {
		justify-content: center;
		font-size: 14px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 6px 10px;
	}

	.wp-pagenavi .pages {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.wp-pagenavi {
		gap: 6px;
		font-size: 16px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 4px 8px;
	}

	.wp-pagenavi .extend {
		display: none;
		/* hide '...' for ultra-small screens */
	}
}

/* ================PAGINATION CSS END================PAGINATION CSS END================ */
/* ================PAGINATION CSS END================PAGINATION CSS END================ */


.row_title {
	font-size: 18px;
	color: #0e355c;
	font-weight: 500;
	margin: 0 0 10px;
}

.contact_list {
	font-size: 16px;
	color: #383431;
	margin: 10px 0 10px;
}

.contact_list ul {
	margin-left: 10px;

}

.contact_list ul li {
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	margin-bottom: 10px;

}

.contact_list ul li a {
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #0e355c;

}

.wp-block-column ul li {
	list-style: none;
}

.wp-block-column ul li,
.bodyTxt ul li,
.jobs-page-content ul li {
	list-style: none;
	/* Remove default bullet */
	position: relative;
	padding-left: 1.5em;
	/* Space for the arrow */
	line-height: 30px
}

.wp-block-column ul li::before,
.bodyTxt ul li::before,
.jobs-page-content ul li::before {
	content: "\f061";
	/* Font Awesome arrow-right icon (FA Free) */
	font-family: "Font Awesome 5 Free";
	/* Make sure FA is loaded */
	font-weight: 900;
	/* Solid style */
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	/* Change arrow color */
}

@media (min-width: 782px) {

	/* WP's desktop breakpoint */
	.wp-block-columns.has-2-columns>.wp-block-column:nth-child(2) {
		padding-left: 20px !important;
		box-sizing: border-box;
	}
}

.widget_block h2 {
	margin: 0 0 0 0px;
}

.widget_block .wp-block-search__label {
	font-size: 24px !important;
	font-weight: 700;
}

.widget_block {
	margin-bottom: 20px;
}