@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.woff2') format('woff2'),
		url('../fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.woff2') format('woff2'),
		url('../fonts/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	position: relative;
}


body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #444444;
	background: #ebebeb;
	min-height: 100vh;
	overflow-x: hidden;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

img {
	border: none;
	margin: 0px;
	display: block;
	max-width: 100%;
}


h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3,
h4,
h5,
h6 {
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

form,
input,
select,
textarea,
p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
	display: block;
	margin: 0px;
	padding: 0;
}

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal_wrapper {
	width: 100%;
	position: absolute;
	padding-top: 50px;
	top: 0;
	left: 0;
	z-index: 1001;
}


/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

/*End IE below 9*/
* {
	box-sizing: border-box;
	font-family: 'Roboto';
}

.flex {
	display: flex;
}
ul.flex{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	-webkit-transition: background-color .45s ease-in-out, color .45s ease-in-out;
	-moz-transition: background-color .45s ease-in-out, color .45s ease-in-out;
	-o-transition: background-color .45s ease-in-out, color .45s ease-in-out;
	transition: background-color .45s ease-in-out, color .45s ease-in-out;
}

a:hover {
	color: #831939;
}

p {
	margin-bottom: 10px;
}

p strong {
	font-weight: 500;
}
article ul{
	margin: 0;
	padding: 0 ;
	list-style-type: none;
}
article ul li{
	padding-left: 35px;
	padding-bottom: 5px;
	position: relative;
}
article ul li::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius:50% ;
	background-color: #000;
	top:10px;
	left: 12px;
}
.page-header {
	position: relative;
	height: 114px;
	background-color: #fff;
	display: flex;
	z-index: 900;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}
.page-header.sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 100%;
	height: 70px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.page-center {
	position: relative;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.page-logo {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	padding-right: 30px;

}

.page-logo figure {
	position: relative;
	z-index: 1;
}

.page-logo figure img {
	max-width: 100%;
}

.page-logo::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #831939;
	z-index: 0;
}

.header-menu {
	flex: 1;
	display: flex;
	align-items: center;

	justify-content: flex-end;
	position: relative;
}

.page-nav {
	position: relative;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: #fff;
}

.page-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.page-nav li {
	padding: 0 13px;
	font-size: 17px;
	font-weight: normal;
}

.page-nav li a {
	display: inline-block;
	color: #000;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	position: relative;
	white-space: nowrap;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}

.page-nav li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 900;
	background-color: #831939;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
}

.page-nav li a:hover:after,
.page-nav li.selected a:after {
	width: 20px;
}

.btn {
	min-width: 140px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border: 2px solid #831939;
	background-color: #831939;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	-webkit-box-shadow: 0px 0px 20px 0 rgba(131,25,57,0.3);
	-moz-box-shadow: 0px 0px 20px 0 rgba(131,25,57,0.3);
	box-shadow: 0px 0px 20px 0 rgba(131,25,57,0.3);
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn:hover {
	background-color: #fff;
	color: #831939;
	-webkit-box-shadow: 0px 0px 22px 0 rgba(131,25,57,0.5);
	-moz-box-shadow: 0px 0px 22px 0 rgba(131,25,57,0.5);
	box-shadow: 0px 0px 22px 0 rgba(131,25,57,0.5);
}

.btn.btn-border {
	background-color: #fff;
	color: #831939;
}

.btn.btn-border:hover {
	background-color: #831939;
	color: #fff;
}

.btn-post-query {
	font-size: 17px;
	font-weight: 500;
	margin-left: 11px;
	white-space: nowrap;
	box-shadow: none !important;
	
}


.menu-icon {
	position: relative;
	display: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-left: 20px;
}

.menu-icon span {
	display: inline-block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #831939;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}

.menu-icon span::before,
.menu-icon span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #831939;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}

.menu-icon span::before {
	top: -9px;
}

.menu-icon span::after {
	top: 9px;
}

.menu-icon.open span {
	background-color: transparent;
}

.menu-icon.open span::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-icon.open span::after {
	top: 0;
	transform: rotate(-45deg);
}
.menu-main-menu-container{
	width: 100%;
}
.menu-open .page-nav {
	display: flex;
	position: fixed;
	/* flex-direction: column; */
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 900;
	background-color: rgba(131, 25, 57, 1);
	overflow: hidden;
	padding: 15px;
	text-align: left;
}

.menu-open .page-header.sticky .page-nav{
	top: 60px;
}


.menu-open .page-nav ul {
	margin: auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.menu-open .page-nav ul li,
.menu-open .page-nav ul li a {
	color: #fff;
	text-align: left;
}

.menu-open .page-nav ul li {
	padding: 6px;
}

.menu-open .page-nav ul li,
.menu-open .page-nav ul li a {
	font-size: 18px;
	font-weight: 500;
}

.menu-open .page-nav li a:hover:after,
.menu-open .page-nav li.selected a:after {
	width: 40px;
}

.menu-open .page-nav li a:after {
	background-color: #fff;
}

.footer-adress-wrapper {
	min-height: 413px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	padding-top: 110px;
}

.footer-address {
	max-width: 484px;
	width: 100%;
	background-color: #fff;
}

.footer-address figure {
	display: block;
	background-color: #831939;
	color: #fff;
	padding: 24px 30px;
}

.footer-address ul {
	display: block;
	padding: 42px 35px 27px;
	background-color: #fff;
	margin: 0;
	list-style-type: none;
}

.footer-address li {
	display: flex;
	align-items: center;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	position: relative;
	padding: 0 0 5px 40px;

}

.footer-address li a {
	color: #000;
	display: flex;
	align-items: center;
}

.footer-address li a:hover {
	color: #831939;
}

.footer-address li:last-child {
	margin-bottom: 0;
}

.footer-address li img {

	position: absolute;
	top: 0;
	left: 0;
}

.footer-bottom {
	padding: 15px 0;
	background-color: #ebebeb;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	display: flex;
	align-items: center;
}

.footer-bottom .page-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom p{
	margin-bottom: 0;
}
.footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}

.copyright {
	display: flex;
}

.copyright ul li {
	padding: 0 6px;
	font-size: 13px;
	font-weight: 300;
	position: relative;
}

.copyright ul li::after {
	content: "|";
	position: absolute;
	top: -1px;
	right: -2px;
	font-size: 14px;
	font-weight: bold;
	color: #969393;
}

.copyright ul li a:hover {
	color: #831939;
}

.copyright ul li:last-child:after {
	display: none;
}

.copyright ul li a {
	color: #000;
}

.prowerdby {
	display: flex;
	align-items: center;
}

.prowerdby span {
	display: flex;
	align-items: center;
	margin-right: 30px;
	color: #898989;
}

.prowerdby span img {
	position: relative;
	margin-top: -8px;
	margin-left: 10px;
}

.social-media li {
	padding: 0 2px;
}

.home-banner-wrapper {
	display: flex;
	position: relative;
	z-index: 1;
}

.home-banner-wrapper .banner-left,
.home-banner-wrapper .banner-right {
	position: relative;
	flex: 0 0 50%;
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: -webkit-calc(100vh - 114px);
	min-height: -moz-calc(100vh - 114px);
	min-height: -ms-calc(100vh - 114px);
	min-height: -o-calc(100vh - 114px);
	min-height: calc(100vh - 114px);
}
.banner-content{
	position: absolute;
	top:40%;
	right: 0;
	transform: translateY(-50%);
	font-size: 17px;
	color: #000;
	max-width: 615px;
	width: 100%;
	padding:0 60px 0 15px;
}
.banner-content article{
	font-size: 17px;
	color: #000;
}
.banner-content .title-holder.border-title{
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.scroll-down {
	position: absolute;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: #fff;
	bottom: -39px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	-webkit-box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
}

.scroll-down span {
	/* margin: auto; */
	position: relative;
}

.scroll-down span::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 8px;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/iconDownArrow.png) no-repeat center center;
	-webkit-animation: slide-scroll 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	animation: slide-scroll 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}

/*Mouse animation*/
@-webkit-keyframes slide-scroll {
	0% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes slide-scroll {
	0% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}


.who-we-are-wrapper {
	padding-top: 87px;
	background-color: #fff;
}

.who-we-are-wrapper .page-center {
	position: relative;
	z-index: 1;
}

.who-we-are-wrapper .img-dots {
	position: absolute;
	bottom: 0;
	left: -108px;
	z-index: -1;
}

.who-we-are-img {
	flex: 0 0 437px;
}
.who-we-are-img img{
	width: 100%;
}

.who-we-are-content {
	padding: 44px 0 208px 80px;
}

.title-holder {
	position: relative;
	padding-bottom: 23px;
	color: #000;
}
.title-holder.border-title{
	margin-bottom: 40px;
}
.title-holder.border-title::after {
	content: "";
	position: absolute;
	width: 112px;
	height: 4px;
	background-color: #831939;
	bottom: 0;
	left: 0;
}
.title-holder h1{
	font-size: 58px;
	font-weight: 900;
	line-height: 58px;
	color: #000;
}
.title-holder h1 span{
	color: #831939;
}
.title-holder h2 {
	position: relative;
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	color: #000;

}
.title-holder.flex{
	justify-content: space-between;
}
.we-are-eventeam {
	position: relative;
	background-color: rgba(131, 25, 57, 1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	min-height: 575px;
	padding-bottom: 140px;
}

.vision-mission-wrapper {
	max-width: 922px;
	width: 100%;
	min-height: 330px;
	margin-left: auto;
	position: relative;
	top: -110px;
	display: flex;
	background-color: #faf6f8;
}
.vision-mission-wrapper  .btn-view-gallery{
	position: absolute;
	bottom: 35px;
	right: 170px;
	height: 60px;
	line-height: 60px;
	min-width: 154px;
	z-index: 2;
}

.gallery-img-block {
	flex: 0 0 270px;
	max-width: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.gallery-img-block img{
	visibility: hidden;
}
.vm-tab-wrapper{
	flex: 1;
	padding: 50px 70px 35px 60px;
}
.tab-wrapper, .modal-tab-wrapper{
	position: relative;
}
.tab-wrapper ul,.modal-tab-wrapper ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tab-wrapper ul li, .modal-tab-wrapper ul li {
	position: relative;
	padding: 8px 0 20px ;
	margin-right: 37px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	color: #b2b0b1;
	text-transform: uppercase;
	
}

.vm-tab-wrapper ul li{
	padding-left: 60px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}
.mobAccdn{
	position: relative;
	cursor: pointer;
	display: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding: 0 0 10px;
	/* border: 2px solid #831939; */
	background-color: #FFF;
	color: #b2b0b1;
	text-transform: uppercase;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}
.mobAccdn.selected{
	/* background-color: #831939; */
	color: #000;
}
.mobAccdn.selected:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #831939;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}
.mobAccdn.selected::after{
	width: 100%;
}
.tab-wrapper ul li.selected,.modal-tab-wrapper ul li.selected {
	color: #000;
}

.tab-wrapper ul li::after, .modal-tab-wrapper ul li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #831939;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}

.tab-wrapper ul li.selected::after, .modal-tab-wrapper ul li.selected::after{
	width: 100%;
}
.tab-wrapper ul li:last-child, .modal-tab-wrapper ul li:last-child {
	margin-right: 0;
}

.vm-tab-wrapper ul li.mission {
	padding: 8px 0 20px 54px;
}

.vm-tab-wrapper ul li.vision {
	background: url(../images/iconVision.png) no-repeat 0 0;
}

.vm-tab-wrapper ul li.vision.selected {
	background: url(../images/iconVisionActive.png) no-repeat 0 0;
}

.vm-tab-wrapper ul li.mission {
	background: url(../images/iconMission.png) no-repeat 0 0;
}

.vm-tab-wrapper ul li.mission.selected {
	background: url(../images/iconMissionActive.png) no-repeat 0 0;
}

.tab-wrapper .tab-content ,.modal-tab-wrapper .modal-tab-content {
	position: relative;
	display: none;
	padding-top: 30px;
}

.tab-wrapper .tab-content article,
.tab-wrapper .tab-content p,
.modal-tab-wrapper .modal-tab-content article,
.modal-tab-wrapper .modal-tab-content p {
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 0;
}

.eventeam-content{
	max-width: 1000px;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: -25px auto 0;
}
.eventeam-content h2{
	font-size: 50px;
	line-height: 54px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 18px;
}
.eventeam-content article{
	font-size: 17px;
	line-height: 26px;
	color: #fff;
}
.events-services-wrapper{
	background:  #fff url(../images/bgEventsServices.jpg) no-repeat right 0;
	/* background-size: contain; */
}
.block-list{
	padding-bottom: 95px;
}
.img-txt-block{
	flex: 0 1 33.33%;
	max-width: 33.33%;
	width: 100%;
	position: relative;
	margin-top: -94px;
	z-index: 1;
}
.img-txt-block figure{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}
.block-slide .img-txt-block figure,.block-slide .img-txt-block figure img{
	min-height: 168px;
	max-height: 168px;
}
.img-txt-block img{
	width:100% ;
	visibility: hidden;
}
.block-content{
	padding: 25px 30px;
	background: transparent;
}
.block-content article{
	font-size: 16px;
	font-weight: normal;
}
.block-content h3{
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;
}
.img-txt-block,.block-content h3,.block-content{
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hvr-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-txt-block:hover{
	z-index: 2;
	
}
.img-txt-block:hover .block-content{
	-webkit-box-shadow: 0px 17px 38px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 17px 38px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 17px 38px 6px rgba(0,0,0,0.1);
	background: #fff;
}

.img-txt-block:hover .block-content h3 ,.img-txt-block:hover .block-content article{
	color: #831939;
}
.latest-events-wrapper{
	position: relative;
	padding-bottom: 30px;
}
.btn-view-all{
	font-size: 20px;
	font-weight: normal;
	color: #831939;
	display: flex;
	float: right;
	align-items: center;
	position: absolute;
	right: 0;
	top:10px;
}
.btn-view-all img{
	position: relative;
	margin-left:14px ;
	left: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn-view-all:hover img{
	left: 5px;
}
.latest-events-slider .block-contenT{
	background: #fff;
}
.latest-events-slider .block-slide{
	padding: 0 15px 65px ;
	margin: 0 5px;
}
.latest-events-slider .img-txt-block{
	flex: inherit;
	max-width: 277px;
	margin: 0;
}
.latest-events-slider .block-content{
	padding: 15px;
	min-height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #FFF;
	-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
	
}
.latest-events-slider .img-txt-block:hover .block-content{
	-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
	background: #fff;
}
.latest-events-slider .block-content article{
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
	max-width: 170px;
	width: 100%;
}
.slick-slider .slick-arrow {
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	cursor: pointer;
	z-index: 100;
	transform: translateY(-50%);
	border: none;
    outline: none;
}

.slick-slider .slick-next {
	right: 0;
	background: #831939 url(../images/iconNext.jpg) no-repeat center center;

}

.slick-slider .slick-prev {
	left: 0;
	background: #831939 url(../images/iconPrev.jpg) no-repeat center center;
}
.slick-list,.slick-slide, .slick-slide:focus * {
    outline: none !important;
}
.our-services-wrapper{
	padding-bottom: 52px;
}
.service-slider{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.service-slider li{
	max-width: 300px;
	width: 100%;
	position: relative;
	z-index: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.service-slider li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 6px;
	background-color: transparent;
	margin: auto;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}
.service-slider li:hover{
	z-index: 5;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.7);
}
.service-slider li:hover:after{
	width: 100%;
	background-color: #831939;
}
.service-slider figure{
	position: relative;
}
.service-slider figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
	padding: 0 25px 50px;
	z-index: 1;
}

/* Modal */

.modal-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	min-height: 100%;
	padding: 20px 15px;
	background-color: rgba(0,0,0,0.7);
}

.modal-content {
	position: relative;
	max-width: 1200px;
	width: 100%;
	padding: 70px 75px 85px;
	margin: 140px auto 0;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	outline: 0;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 20px;
}
.modal-header h2{
	position: relative;
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	color: #000;
	padding-bottom: 20px;

}
.modal-header h2::after {
	content: "";
	position: absolute;
	width: 112px;
	height: 4px;
	background-color: #831939;
	bottom: 0;
	left: 0;
}

.modal-content h6{
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
	margin-bottom: 20px;
}
.modal-body {
	padding: 20px 0 0;
}
.modal-body article{
	padding-bottom: 30px;
}
.modal-close{
	color: #c1c1c1;
	font-size: 30px;
	line-height: 30px;
}
.modal-close:hover{
	color: #444;
}

.form-wrapper{
	padding-top:12px ;
	position: relative;
}
.form-wrapper .btn{
	height: 54px;
}
.input-holder{
	position: relative;
}
.input-holder label{
	
	line-height: 20px;
	font-weight: 500;
	color: #2f2f2f;
	margin-bottom: 15px;
	display: block;
}
.input-holder .input-field{
	font-size: 17px;
	font-weight: 300;
	height: 45px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	color: #606265;
	margin-bottom: 30px;
	background-color: #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}
.input-holder textarea.input-field{
	height: 120px;
	padding: 15px 20px;
}
.btn-submit,input,select,textarea,input[type="submit"],input[type="button"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-holder .input-field::-webkit-input-placeholder { 
	color: #8f9195;
}
.input-holder .input-field::-moz-placeholder { 
	color: #8f9195;
}
.input-holder .input-field:-ms-input-placeholder { 
	color: #8f9195;
}
.input-holder .input-field:-moz-placeholder { 
	color: #8f9195;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	background-color:#fff !important;
	-webkit-text-fill-color: #606265;
}
.wpcf7-form-control-wrap{
	display: block;
	position: relative;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6 {
	padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12{
	padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.quote-modal-wrapper .modal-content{
	max-width: 1000px;
}
.quote-modal-wrapper .modal-body{
	padding-top: 0;
}
.grid-image-wrapper ul{
	flex-wrap: wrap;
}
.grid-image-wrapper li{
	flex: 0 0 25%;
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 0!important;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.grid-image-wrapper li img{
	width: 100%;
	visibility: hidden;
}
.grid-image-wrapper li,.grid-image-wrapper li img{
	min-height: 262px;
	max-height: 262px;
}
.grid-image-wrapper li figcaption{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	background-color: rgba(131, 25, 57, 0.8);
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0 30px 30px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.grid-image-wrapper li:nth-child(odd) figcaption{
	left: -100%;
}
.grid-image-wrapper li:nth-child(odd):hover figcaption{
	left: 0;
}
.grid-image-wrapper li:nth-child(even) figcaption{
	left: 100%;
}
.grid-image-wrapper li:nth-child(even):hover figcaption{
	left: 0;
}
.grid-image-wrapper figcaption span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 5px;
	color: #fff;
}
.preloader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
}
.preloader img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#event-modal .grid-image-wrapper li,#event-modal .grid-image-wrapper li img{
	min-height: 212px;
	max-height: 212px;
}
.grid-image-wrapper li,.grid-image-wrapper li img{
	min-height: 262px;
	max-height: 262px;
}
@media screen and (max-width:1200px) {
	.who-we-are-content {
		padding: 44px 0 180px 50px;
	}
	.grid-image-wrapper li,.grid-image-wrapper li img{
		min-height: 21.833vw;
		max-height: 21.833vw;
	}
	#event-modal .grid-image-wrapper li,#event-modal .grid-image-wrapper li img{
		min-height: 17.667vw;
		max-height: 17.667vw;
	}
	
}
@media screen and (max-width:1024px) {
	.page-header {
		height: 90px;
	}

	.home-banner-wrapper .banner-left,
	.home-banner-wrapper .banner-right {
		position: relative;
		min-height: -webkit-calc(100vh - 90px);
		min-height: -moz-calc(100vh - 90px);
		min-height: -ms-calc(100vh - 90px);
		min-height: -o-calc(100vh - 90px);
		min-height: calc(100vh - 90px);
	}

	.page-nav li a {
		font-size: 15px;
		line-height: 15px;
	}
	.title-holder h2,.modal-header h2{
		font-size: 40px;
    	line-height: 40px;
	}
	.banner-content .title-holder h1{
		font-size: 48px;
		line-height: 48px;
		
	}
	.banner-content .title-holder {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.who-we-are-content {
		padding: 0 0 160px 50px;
	}
	.title-holder.border-title {
		margin-bottom: 30px;
	}
	.eventeam-content h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.block-list {
		padding-bottom: 50px;
	}
	.latest-events-wrapper {
		padding-bottom: 0px;
	}
	.our-services-wrapper {
		padding-bottom: 35px;
	}
	
	.vm-tab-wrapper{
		padding: 40px 70px 35px 40px;
	}
	.who-we-are-img,.who-we-are-content {
		flex: 0 1 50%;
	}
	.modal-content{
		padding: 50px 50px 60px;
	}
	.modal-header h2:after{
		width: 100px;
	}
}
@media screen and (max-width:900px) {

	.btn-post-query{
		font-size: 14px;
		min-width: auto;
		height: 40px;
    	line-height: 40px;
	}
	.page-nav{
		padding-left: 10px;
	}
	.page-nav li {
		padding: 0 8px;
		font-size: 13px;
	}
	.page-nav li a {
		font-size: 14px;
		line-height: 14px;
	}
	.vm-tab-wrapper ul li {
		padding-left: 60px;
		font-size: 20px;
		line-height: 24px;
	}
	.modal-content{
		padding: 50px 40px 50px;
	}
	.modal-header h2:after{
		width: 85px;
	}
}
@media screen and (max-width:800px) {
	.menu-icon {
		display: block;
	}
	.page-header {
		height: 70px;
	}
	.home-banner-wrapper .banner-left,
	.home-banner-wrapper .banner-right {
		position: relative;
		min-height: -webkit-calc(100vh - 70px);
		min-height: -moz-calc(100vh - 70px);
		min-height: -ms-calc(100vh - 70px);
		min-height: -o-calc(100vh - 70px);
		min-height: calc(100vh - 70px);
	}
	.page-header.sticky{
		height: 60px;
	}
	.page-nav {
		display: none;
	}
	.page-logo {
		max-width: 200px;
	}

	.footer-bottom .page-center,
	.copyright,
	.prowerdby {
		flex-direction: column;
		text-align: center;
	}

	.footer-bottom ul {
		margin-top: 10px;
	}

	.prowerdby span {
		margin-top: 15px;
		margin-right: 0;
	}

	.who-we-are-wrapper {
		padding-top: 65px;
	}
	.who-we-are-wrapper .page-center{
		flex-direction: column;
	}
	.who-we-are-img, .who-we-are-content {
		flex: 1;
	}
	.who-we-are-content{
		order: 1;
	}
	.who-we-are-img{
		order: 2;
	}
	.who-we-are-content {
		padding: 0 0 30px 0;
	}
	body {
		font-size: 14px;
		line-height: 24px;
	}
	article,p{
		font-size: 14px !important;
		line-height: 24px!important;
	}
	.title-holder{
		padding-bottom: 15px;
	}
	.title-holder h2,.modal-header h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.banner-content .title-holder h1{
		font-size: 38px;
		line-height: 38px;
		
	}
	.banner-content .title-holder {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	
	.title-holder.border-title::after,.modal-header h2::after{
		width: 70px;
	}
	.title-holder.border-title {
		margin-bottom: 25px;
	}
	.scroll-down{
		width: 68px;
		height: 68px;
		bottom: -34px
	}
	.who-we-are-img img {
		width: auto;
	}
	.vision-mission-wrapper{
		flex-direction: column;
		top: -60px;
	}
	.gallery-img-block {
		flex: 1;
		max-width: 100%;
	}
	.vision-mission-wrapper .btn-view-gallery{
		right: 0;
		left: 0;
		margin: auto;
		max-width: 154px;
		bottom: inherit;
		top:-20px
	}
	.vm-tab-wrapper {
		padding: 40px 30px 50px;
	}
	.tab-wrapper ul li, .modal-tab-wrapper ul li{
		margin-right: 25px;
		font-size: 16px;
		line-height: 20px;
	}
	.eventeam-content h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.footer-bottom p{
		font-size: 13px !important;
	}
	.block-list{
		flex-direction: column;
	}
	.block-list .img-txt-block {
		flex: 1;
		max-width: 100%;
		margin: 0 0 30px;
	}
	.block-list .img-txt-block:last-child{
		margin-bottom: 0;
	}
	.we-are-eventeam{
		padding-bottom: 40px;
	}
	.modal-content{
		padding: 40px 30px 40px;
	}
	
	.modal-body article {
		padding-bottom: 25px;
	}
	
	.col-6{
		flex:100%;
		max-width:100%;
	}
	.input-holder .input-field {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 15px;
		height: 40px;
	}
	.input-holder textarea.input-field{
		height: 90px;
		padding:15px;
	}
	.input-holder label {
		line-height: 15px;
		margin-bottom: 10px;
	}
	.button-holder{
		padding-top: 15px;

	}
	.mobAccdn{
		display: block;
	}
	.modal-tab-content{
		display: none;
		padding: 20px 0 15px !important;
	}
	.modal-tab-wrapper >ul {
		display: none;
	}
	.latest-events-slider .block-slide {
		padding: 0 7px 50px;
		margin: 0 5px;
	}
	.latest-events-slider .block-content{
		-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.1);
	}
	.latest-events-slider .img-txt-block:hover .block-content,.img-txt-block:hover .block-content{
		-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
	}
	.grid-image-wrapper li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.latest-events-slider .img-txt-block{
		max-width: 100%;
		width: 100%;
	}
	.service-slider li{
		max-width: 425px;
	}
	.service-slider li img{
		width: 100%;
	}
	.banner-content{
		padding-right: 30px;
	}
	.grid-image-wrapper li,.grid-image-wrapper li img{
		min-height: 42vw;
		max-height: 42vw;
	}
	#event-modal .grid-image-wrapper li,#event-modal .grid-image-wrapper li img{
		min-height: 28vw;
		max-height: 28vw;
	}
}

@media screen and (max-width:640px) {
	.home-banner-wrapper{
		flex-direction: column;
	}
	.banner-content .title-holder h1{
		font-size: 30px;
		line-height:30px ;
	}
	.title-holder h2{
		font-size: 28px;
		line-height:28px ;
	}
	.banner-content .title-holder.border-title {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.footer-adress-wrapper {
		background-position: 66% -114px;
		min-height: 400px;
	}

	.footer-address {
		max-width: 100%;
	}

	.footer-address figure {
		padding: 20px 25px;
	}

	.footer-address ul {
		padding: 30px 25px;
	}

	.footer-address li {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.block-content {
		padding: 20px;
	}
	.block-content h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.home-banner-wrapper .banner-left, .home-banner-wrapper .banner-right {
		position: relative;
		min-height: -webkit-calc(55vh - 67px);
		min-height: -moz-calc(55vh - 67px);
		min-height: -ms-calc(55vh - 67px);
		min-height: -o-calc(55vh - 67px);
		min-height: calc(55vh - 67px);
	}
	.banner-content{
		padding: 15px;
	}
	.scroll-down{
		display: none;
	}
	.vm-tab-wrapper {
		padding: 40px 18px 50px;
	}
	.vm-tab-wrapper ul li {
		padding-left: 45px;
		font-size: 15px;
		line-height: 17px;
		background-size: 36px !important;
	}
	.tab-wrapper ul li, .modal-tab-wrapper ul li {
		margin-right: 15px;
	}
	.btn,.vision-mission-wrapper .btn-view-gallery{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.btn-view-gallery{
		height: 50px;
		line-height: 50px;
	}
	.title-holder.flex {
		justify-content: space-between;
		flex-direction: column;
	}
	.btn-view-all{
		position: absolute;
		bottom: -22px;
		right: 0;
	}
	.latest-events-slider{
		padding-top: 20px;
	}
	.block-list {
		padding-bottom: 40px;
	}
	
	.modal-content {
		padding: 30px 20px 30px;
	}
	.btn-post-query{
		font-size: 14px;
		padding: 0 10px;
	}
	/* .grid-image-wrapper li {
		flex: 0 0 100%;
		max-width: 100%;
	} */
}