@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


@font-face {
	font-family: 'Shivaji01';
	src: url('../fonts/Shivaji01.eot');
	src: url('../fonts/Shivaji01.eot') format('embedded-opentype'),
		url('../fonts/Shivaji01.woff2') format('woff2'),
		url('../fonts/Shivaji01.woff') format('woff'),
		url('../fonts/Shivaji01.ttf') format('truetype'),
		url('../fonts/Shivaji01.svg#Shivaji01') format('svg');
}

@font-face {
	font-family: "NirmalaUI";
	src: url('../fonts/Nirmala.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Nirmala.eot?#iefix') format("embedded-opentype"),
		/* IE6-IE8 */
		url('../fonts/Nirmala.otf') format("opentype"),
		/* Open Type Font */
		url('../fonts/Nirmala.svg') format("svg"),
		/* Legacy iOS */
		url('../fonts/Nirmala.ttf') format("truetype"),
		/* Safari, Android, iOS */
		url('../fonts/Nirmala.woff') format("woff"),
		/* Modern Browsers */
		url('../fonts/Nirmala.woff2') format("woff2");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 100%;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

input,
select,
textarea,
option {
	outline: none;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	text-decoration: none;
	outline: 0 !important;
}

a img {
	border: none;
	outline: 0;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.header_top {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	text-align: right;
}

.donate_box {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	line-height: 45px;
}

.donate_btn {
	font-size: 15px;
	line-height: 33px;
	text-transform: uppercase;
	color: #ffffff;
	background: #ed1c24;
	display: block;
	line-height: 45px;
	padding: 0 36px;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.donate_btn:hover {
	background: #a6ce39;
}

.socal_box {
	display: inline-block;
	vertical-align: middle;
}

.socal_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.socal_box ul li {
	display: inline-block;
	vertical-align: middle;
}

.socal_box ul li a {
	width: 45px;
	font-size: 26px;
	color: #7d7d7d;
	line-height: 45px;
	text-align: center;
	display: block;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.socal_box ul li a:hover {
	color: #ffffff;
}

.socal_box ul li a.fb_link:hover {
	background-color: #395DA5;
}

.socal_box ul li a.yt_link:hover {
	background-color: #FF0000;
}

.header_botom {
	width: 100%;
	padding: 16px 0;
}

.header_botom:after,
.header_botom:before {
	content: "";
	display: table;
}

.header_botom:after {
	clear: both;
}

.logobox {
	max-width: 213px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 9999999;
}

.logobox img {
	width: 100%;
}

.menu_area {
	max-width: 950px;
	width: 100%;
	float: left;
}

.menu {
	width: 100%;
	margin: 28px 0 0 0;
	position: relative;
	text-align: right;
}

.menu ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	z-index: 99999;
	position: relative;
}

.menu ul li:hover {
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.menu ul li a {
	color: #000000;
	text-transform: capitalize;
	font-size: 16px;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
	padding-top: 0px;
	display: inline-block;
}

.menu ul li a:hover {
	background: none;
	color: #00aeef;
	text-decoration: none;
}

.menu ul li.active a {
	color: #00aeef;
}

.menu ul li.active ul li a {
	color: #fff;
}

.menu ul li ul li a {
	color: #FFF;
}

/* .menu ul li:last-child ul {
	width: 190px;
	display: none;
	position: absolute;
	top: 50px;
	left: auto;
	right: 0;
	z-index: 2;
	background-color: #132f70;
	text-align: left;
} */
.menu ul li ul li a {
	font-size: 14px;
	text-transform: none;
	padding: 8px 20px;
	display: block;
}

.menu ul li ul li ul::after {
	display: none;
}

.menu ul li ul li ul li:first-child::before {}

.menu ul li ul li span {
	right: 0;
	top: 0;
}

.menu ul li a:hover.menu ul li ul li ul {
	display: block;
}

.menu ul li ul li {
	display: block;
	padding: 6px 0;
	border-bottom: 1px rgba(208, 208, 208, 0.35) solid;
	border-right: none;
}

.menu ul li ul li:last-child {
	border-bottom: none;
	padding: 6px 0;
}

.menu ul li ul li a {
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.menu ul li ul li a:hover {
	color: #ffcb08;
	padding-left: 26px;
}

.menu ul li ul li a.has_sub:hover:before {
	color: #ffcb08;
	left: 10px;
}

.menuButton {
	width: 40px;
	height: 35px;
	border: 2px solid #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	float: right;
	display: none;
}

.menuButton span {
	width: 100%;
	height: 3px;
	background: #099005;
	margin-bottom: 6px;
	float: left;
	transition: all 0.3s ease-in-out 0s;
}

.menuButton span:last-child {
	margin-bottom: 0;
}

/*.menu ul li ul{
 display: none;
}
.menu ul li ul li ul{
 display: none;
}*/
@media (min-width:991px) {
	.menu ul {
		display: block;
	}

	.menu ul li:hover>ul {
		display: block;
	}

	/*.menu ul li ul li:hover > ul {
 display: block;
}*/
	.menu ul li {
		display: inline-block;
		padding: 0 19px;
		list-style-type: none;
		position: relative;
		font-size: 16px;
		text-transform: uppercase;
		border-right: 2px solid #404040;
		line-height: 14px;
	}

	.menu ul li:last-child {
		border-right: none;
		padding: 0 0 0 19px;
	}

	.menu ul li ul li ul {
		top: 6px;
		left: auto;
		padding-top: 0;
		position: relative;
		padding-left: 0;
	}

	.menu ul li ul li ul li ul li ul {
		top: auto;
		left: auto;
		padding-top: 0;
		position: relative;
		padding-left: 15px;
	}
}

@media (max-width:991px) {
	.menuButton {
		display: block;
		margin-left: 15px;
		cursor: pointer;
	}

	.menu ul li span {
		background: url(../images/menu_arrow.png) center center no-repeat;
		cursor: pointer;
		width: 25px;
		height: 16px;
		position: absolute;
		right: 1px;
		top: 6px;
		z-index: 99;
		transition: all ease-in-out 0.5s;
		-moz-transition: all ease-in-out 0.5s;
		-webkit-transition: all ease-in-out 0.5s;
		-o-transition: all ease-in-out 0.5s;
		-ms-transition: all ease-in-out 0.5s;
		-khtml-transition: all ease-in-out 0.5s;
	}

	.menu ul li span.dropped {
		background: url(../images/menu_arrow1.png) center center no-repeat;
		cursor: pointer;
		width: 40px;
		height: 35px;
		transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transition: all ease-in-out 0.5s;
		-moz-transition: all ease-in-out 0.5s;
		-webkit-transition: all ease-in-out 0.5s;
		-o-transition: all ease-in-out 0.5s;
		-ms-transition: all ease-in-out 0.5s;
		-khtml-transition: all ease-in-out 0.5s;
		top: 0;
		right: 0;

	}

	/*.menu ul li:hover span {
 background: url(../images/menu_arrow_hover.png) center center no-repeat;
}*/
	.arrow_change span:nth-child(2) {
		display: none;
	}

	.arrow_change span:first-child {
		position: relative;
		top: 9px;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.arrow_change span:last-child {
		position: relative;
		top: 1px;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.menuBar {
		padding: 15px 0;
	}

	.menu {
		padding: 10px 0;
	}

	.menu ul {
		display: none;
		background-color: rgb(0, 0, 0);
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		z-index: 99999;
	}

	.menu ul li a {
		color: #fff;
		display: block;
		width: 100%;
		font-size: 17px;
	}

	.menu ul li ul {
		display: none;
		background-color: rgb(237, 28, 36);
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}

	.menu ul li ul li a:hover {
		color: #ffcb08;
	}

	.menu ul li:last-child ul {
		display: none;
		background-color: #3958a1;
		position: relative;
		top: 6px;
		left: 0;
		width: 100%;
		z-index: 1;
	}

	.menu ul li {
		display: block;
		padding: 8px 15px 8px 40px;
		border-top: 1px solid #fdfdfe2e;
		text-align: left;
		position: relative;
	}

	.menu ul li:first-child {
		border: none;
	}

	.menu ul li ul li {
		border-bottom: none;
	}

	.menu ul li span {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
		cursor: pointer;
		font-size: 26px;
		font-weight: bold;
		width: 40px;
		height: 35px;
	}

	.menu ul li ul li ul {
		top: 0;
		left: 0;
		padding-left: 15px;
	}

	.menu ul li ul li ul li ul li {
		background: #a6ce39;
	}

	.menu ul li ul li a {
		font-size: 15px;
		text-transform: none;
		padding: 0 15px;
	}
}

.line {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	height: 3px;
}

.line img {
	width: 100%;
	height: 3px;
	vertical-align: top;
}

.sea1 {
	display: block;
	margin: -70px 0 0 0;
	width: 100%;
	z-index: 9999;
	position: relative;
	text-align: center;
}

.sea1:after,
.sea1:before {
	content: "";
	display: table;
}

.sea1:after {
	clear: both;
}

.searvice_box {
	width: 25%;
	display: inline-block;
	background: #a6ce39;
	text-align: center;
	padding: 32px 20px 30px 20px;
	position: relative;
	border-bottom: 12px solid #c2e75d;
	margin-left: -4px;
}

.searvice_box:nth-of-type(2) {
	background: #ffcb08;
	border-bottom: 12px solid #ffd63a;
}

.searvice_box:nth-of-type(3) {
	background: #00aeef;
	border-bottom: 12px solid #1bbbf7;
}

.searvice_box:nth-of-type(4) {
	background: #ed1c24;
	border-bottom: 12px solid #f63a41;
}

.servi_img {
	max-width: 95px;
	width: 100%;
	margin: 0 auto;
}

.servi_img img {
	width: 100%;
}

.searvice_box h2 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 30px;
	min-height: 50px;
}

.red_btn1 {
	width: 137px;
	height: 37px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000000;
	margin-top: 12px;
	color: #000000;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.red_btn1:hover {
	background: #FFF;
}

.sea2 {
	display: block;
	width: 100%;
	padding: 65px 0 60px 0;
}

.sea2 h2 {
	font-size: 30px;
	line-height: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	color: #000000;
	text-transform: uppercase;
}

.wel_logo {
	margin-top: 38px;
	display: block;
	max-width: 470px;
	width: 100%;
}

.wel_logo img {
	width: 100%;
}

.wel_contant {
	margin-top: 38px;
	display: block;
	padding: 0 0 0 67px;
}

.wel_contant p {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000000;
	display: block;
	margin-top: 20px;
}

.redbtn {
	width: 170px;
	height: 58px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: 58px;
	background: #00aeef;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.redbtn:hover {
	background: #000;
}

.sea4 {
	display: block;
	width: 100%;
	padding: 57px 0 57px 0;
}

.sea4 h2 {
	font-size: 30px;
	line-height: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	color: #000;
	text-transform: uppercase;
}

.sea4 p {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #191919;
	display: block;
	margin-top: 20px;
}

.sea4 img {
	max-width: 570px;
	width: 100%;
	display: block;
	margin: 0;
}

.sea5 {
	background: url(../images/textbac.jpg) no-repeat left top;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 507px;
	padding: 55px 0 60px 0;
}

.sea5 h2 {
	display: block;
	text-align: center;
	font-size: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 40px;
}

.sea5 h2 a {
	color: #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.sea5 h2 a:hover {
	color: #929292;
}


/*-- testimonials --*/
.phpkida_testimonials_grids {
	width: 100%;
	margin: 0 auto 0;
}

.pk_testimonial_grid {


	text-align: center;
	position: relative;

}

.pk_testimonial_grid:focus,
.agileits_testimonial_grid:focus {
	outline: none;
}

.pk_testimonial_grid .pic {
	width: 122px;
	height: 122px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.pk_testimonial_grid .pic img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.pk_testimonial_grid_pos {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -25%;
	left: 0%;
}

.pk_testimonial_grid_pos img {
	margin: 0 auto;
}

.pk_testimonial_grid p {
	font-size: 17px;
	color: #ffffff;
	line-height: 30px;
	margin: 26px 0 20px 0;
	font-weight: 400;
}

.agileits_testimonial_grid h4 {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #00adef;
	text-transform: capitalize;
	margin: 0;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	border-radius: 50%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	line-height: 0;
	position: absolute;
	bottom: -60px;
	display: block;
	width: 31px;
	height: 31px;
	margin-top: 0;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	font-size: 1em;
	outline: none;
	background: #c6c3c3;
	z-index: 9;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: 24px;
	opacity: 1;
	color: black;

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

.slick-prev:before {
	content: "\f053";
	margin-right: 4px;
	line-height: 32px;
	text-align: center;
}

[dir='rtl'] .slick-prev:before {
	content: "\f053";
}

.slick-next,
[dir='rtl'] .slick-prev {

	left: 4%;

}

[dir='rtl'] .slick-next,
.slick-prev {
	right: 4%;


}

.slick-next::before {
	content: "\f054";
	margin-left: 4px;
	line-height: 32px;
	text-align: center;
}

[dir='rtl'] .slick-next:before {
	content: "\f054";
}

.sea3 {
	background: url(../images/visimg.jpg) no-repeat left top;
	background-size: cover;
	min-height: 401px;
	position: relative;
}

.vision_box {
	position: absolute;
	max-width: 685px;
	width: 100%;
	top: 50%;
	left: 23%;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.vision_box h2 {
	font-size: 30px;
	line-height: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	color: #000;
	text-transform: uppercase;
	position: relative;
}

.vision_box h2:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #000;
}

.vision_box p {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000000;
	display: block;
	margin-top: 36px;
	text-align: left;
}

.red_btn {
	width: 117px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-top: 44px;
	background: #000000;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.red_btn:hover {
	background: #00aeef;
}

.ser6 {
	display: block;
	width: 100%;
	padding: 55px 0 60px 0;
	text-align: center;
}

.ser6 h2 {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
	color: #252525;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
}

.ser6 h2 a {
	color: #252525;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.ser6 h2 a:hover {
	color: #929292;
}

.speaker_box {
	display: block;
	margin-top: 48px;
	background: #494949;
}

.speaker_box .spea_img {
	border: 10px solid #4a4a4a;
	padding: 10px;
	background: #ffffff;
}

.spea_img img {
	width: 100%;
}

.speaker_box h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 26px;
	text-transform: capitalize;
	padding: 12px 20px;
	color: #ffffff;
	text-align: left;
	min-height: 76px;
}

.speaker_box p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	padding: 0px 9px 20px 20px;
	color: #ffffff;
	text-align: left;
	min-height: 92px;
}

.speaker_box p a {
	color: #ffffff;
	text-decoration: underline !important;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
	text-transform: uppercase;
}

.speaker_box p a:hover {
	color: #00aeef;
}

.vew_btn {
	width: 164px;
	height: 67px;
	text-align: center;
	line-height: 67px;
	position: relative;
	margin: 32px auto 0 auto;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	background: #ed1c24;
	color: #ffffff;
	margin-left: -49px;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.vew_btn:hover {
	background: #bd080f;
}

.vew_btn:after {
	position: absolute;
	right: -49px;
	width: 49px;
	top: 0;
	height: 67px;
	background: #bd080f;
	text-align: center;
	font-size: 18px;
	text-align: center;
	content: "\f105";
	font-family: FontAwesome;
}

.footer_area {
	display: block;
	margin: 0;
	padding: 0;
	background: #3e3e3e;
	margin-top: auto;
}

.footer_top {
	padding: 52px 0 60px 0;
	width: 100%;
	display: block;
}

.htag {
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 28px;
	margin: 0;
	padding: 0;
	display: block;
	letter-spacing: 1px;
}

.footbox_one ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footbox_one ul li {
	width: 50%;
	float: left;
}

.footbox_one ul li a {
	line-height: 28px;
	text-transform: uppercase;
	color: #929292;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.footbox_one ul li a:hover {
	color: #ffffff;
}

.footbox_one ul li:nth-of-type(2n) a {
	width: 50%;
	/* padding-left: 20%; */
}

.footbox_two ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footbox_two ul li {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #656565;
	text-align: center;
	margin-right: 5px;
	margin-top: 24px;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.footbox_two ul li:last-child {
	margin-right: 0;
}

.footbox_two ul li a {
	font-size: 26px;
	color: #ffffff;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/*.footbox_two ul li:hover {
	background:#00aeef;
	border:1px solid #00aeef;
}*/
.footbox_two ul li.fb_link:hover {
	background: #3A559F;
	border: 1px solid #395DA5;
}

.footbox_two ul li.yt_link:hover {
	background: #FE0002;
	border: 1px solid #FF0000;
}

.footbox_two ul li.insta_link {
	transition: all .6s ease;
}

.footbox_two ul li.insta_link:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	border: 1px solid radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footbox_three p {
	font-size: 15px;
	line-height: 28px;
	color: #929292;
	text-transform: capitalize;
}

.footbox_fore {
	margin-top: 28px;
}

.footbox_fore p {
	font-size: 15px;
	line-height: 28px;
	color: #929292;
	text-transform: capitalize;
}

.footbox_fore p a {
	color: #929292;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}

.footbox_fore p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.foot_botom {
	min-height: 50px;
	background: #ffffff;
	display: block;
}

.foot_botom p {
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	color: #929292;
	text-transform: uppercase;
}

table.col4table {
	width: 100%;
	margin: 20px auto;
	max-width: 750px;
}

table.col4tableFull {
	max-width: 100%;
}

table.col4table td {
	padding: 15px 30px;
	vertical-align: middle;
	font-size: 16px;
	color: #5f5959;
	font-weight: 300;
	border: 1px solid #efefef;
}

.col4table tr:nth-child(2n+1) {
	background: #f9f9f9;
}

table.col4table th {
	color: #fff;
	display: table-cell;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
}

table.col4table th:nth-child(1) {
	background-color: #a6ce39;
	border-bottom: 3px solid #cbec6e;
}

table.col4table th:nth-child(2) {
	background-color: #ffcb09;
	border-bottom: 3px solid #ffe481;
}

table.col4table th:nth-child(3) {
	background-color: #00aeef;
	border-bottom: 3px solid #c7f0ff;
}

table.col4table th:nth-child(4) {
	background-color: #ed1c24;
	border-bottom: 3px solid #ff98a0;
}

table.col4table th:nth-child(5) {
	background-color: #a6ce39;
	border-bottom: 3px solid #cbec6e;
}

.block4Img {
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}

.block4Img .imgBlock {
	width: 50%;
	position: relative;
	float: left;
}

.block4Img .imgBlock img {
	margin: 15px auto;
}

.margin_top_20 iframe {
	margin: 0 auto;
	display: block;
}

.select_box {
	width: 100%;
}

@media screen and (max-width: 991px) {
	table.col4table th {
		padding: 10px 30px;
	}

	table.col4table td {
		padding: 5px;
		font-size: 12px;
	}
}

@media screen and (max-width: 681px) {
	table.col4table th {
		font-size: 14px;
		padding: 5px;
	}

	p.alignImg {
		width: 100%;
		display: block;
		text-align: center;
	}

	p.alignImg img {
		float: none;
		margin: 0 auto;
		display: block;
	}

	.block4Img .imgBlock {
		width: 100%;
	}

	.margin_top_20 iframe {
		max-width: 100%;
	}

	.inputboxsize4 {
		width: 100%;
	}


}

@media screen and (max-width: 480px) {
	table.col4table th {
		font-size: 12px;
	}

	table.col4table td {
		font-size: 10px;
	}
}

@media screen and (max-width: 400px) {
	table.col4table.srNumber tr th:nth-child(1) {
		display: none;
	}

	table.col4table.srNumber tr td:nth-child(1) {
		display: none;
	}

	table.col4table th {
		font-size: 11px;
	}

	table.col4table td {
		font-size: 9px;
	}
}

.fixFl {
	float: left;
	width: 100%;
}

.content .story_content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.content_para ul.portfolioFilter,
.content ul.storyFilter {
	text-align: center;
	padding-left: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

.content_para ul.portfolioFilter li,
.content ul.storyFilter li {
	display: inline-block;
	background: none;
	padding: 0;
}

.content_para ul.portfolioFilter li a,
.content ul.storyFilter li a {
	display: block;
	background: none;
	border: 1px solid #bddb6c;
	text-align: center;
	padding: 3px;
	width: 50px;
	margin-top: 3px;
	cursor: pointer;
	color: #5f5959;
}

.content_para ul.portfolioFilter li a:hover,
.content_para ul.portfolioFilter li a.current,
.content ul.storyFilter li a:hover,
.content ul.storyFilter li a.current {
	color: #fff;
	border-color: #00aeef;
	background-color: #00aeef;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity;
}

@media only screen and (max-width: 991px) {

	.content_para ul.portfolioFilter,
	.content ul.storyFilter {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	.portfolioFilter a,
	.storyFilter a {
		width: 75%;
		display: block;
		margin: 5px auto;
		text-align: center;
	}
}

.fancybox-close-small {
	background: #00aeef;
	transition: all ease-in-out 0.5s;
	border: none;
}

.fancybox-close-small svg {
	display: none;
}

.fancybox-close-small::before {
	content: '\f00d';
	position: absolute;
	font-size: 22px;
	top: 4px;
	right: 11px;
	font-family: fontAwesome;
	color: #fff;
}

.fancybox-close-small:hover {
	background: #ed1c24;
}

.fancybox-content {
	max-width: 767px;
	width: 100%;
	background: #f5f5f5;
	box-shadow: 0 0 10px #666;
}

@media only screen and (max-width: 768px) {
	.fancybox-content {
		min-width: auto;
		max-width: auto;
		max-width: 90%;
		margin-top: 20px;
	}

	.fancybox-inner h1 {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 767px) {
	.video_popupbox {
		text-align: center;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 480px) {
	.fancybox-inner iframe {
		height: auto !important;
	}
}

@media only screen and (min-width: 991px) {
	.menu ul li ul li span {
		position: absolute;
		right: 0;
		top: 14px;
		background: url(../images/menu_arrow.png) center center no-repeat;
		cursor: pointer;
		width: 25px;
		height: 16px;
		z-index: 99;
		transition: all ease-in-out 0.5s;
		-moz-transition: all ease-in-out 0.5s;
		-webkit-transition: all ease-in-out 0.5s;
		-o-transition: all ease-in-out 0.5s;
		-ms-transition: all ease-in-out 0.5s;
		-khtml-transition: all ease-in-out 0.5s;
	}

	.menu ul li ul li span.dropped {
		background: url(../images/menu_arrow1.png) center center no-repeat;
		cursor: pointer;
		width: 25px;
		height: 16px;
		transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transition: all ease-in-out 0.5s;
		-moz-transition: all ease-in-out 0.5s;
		-webkit-transition: all ease-in-out 0.5s;
		-o-transition: all ease-in-out 0.5s;
		-ms-transition: all ease-in-out 0.5s;
		-khtml-transition: all ease-in-out 0.5s;
	}

	.menu ul li ul li:hover>ul {
		display: none;
	}

	.menu ul li ul li ul {
		background: #3958a1;
	}

	.menu ul li ul li ul li ul {
		width: 236px;
		background: #a6ce39;
		padding: 0;
	}

	.menu ul li ul li ul li a {
		margin-left: 15px;
		width: calc(100% - 15px);
	}

	.menu ul li ul li ul li ul li a {
		margin-left: 30px;
		width: calc(100% - 30px);
	}
}

/* Menu Bullet Css */
.menu ul li ul li ul li a {
	position: relative;
}

.menu ul li ul li ul li a::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 6px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.menu ul li ul li ul li a:hover::before {
	right: auto;
	left: 6px !important;
}

.menu ul li ul li ul li ul li a::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 5px;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	background: none;
}

.menu ul li ul li ul li ul li a:hover::before {
	right: auto;
	left: 5px !important;
}

@media only screen and (max-width: 991px) {
	.menu ul li {
		padding: 0 !important;
	}

	.menu ul li ul li {
		padding: 6px 0 !important;
	}

	.menu ul li ul li {
		padding: 0 12px;
	}

	.menu ul li ul li a {
		margin-left: 17px !important;
		width: calc(100% - 17px);
	}

	.menu ul li ul li ul li a {
		margin-left: 30px !important;
		width: calc(100% - 30px);
	}

	.menu ul li ul li ul li ul li a {
		margin-left: 45px !important;
		width: calc(100% - 45px);
	}

	.menu ul li ul li ul {
		padding: 0;
	}

	.menu ul li ul li a {
		position: relative;
	}

	.menu ul li ul li a::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 2px;
		width: 7px;
		height: 7px;
		background: #fff;
		border-radius: 50%;
	}

	.menu ul li ul li a:hover::before {
		right: auto;
		left: 2px !important;
	}

	.menu ul li ul li ul li a:hover::before {
		right: auto;
		left: 0px !important;
	}

	.menu ul li ul li ul li a::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0px;
		width: 7px;
		height: 7px;
		border: 2px solid #fff;
		background: none;
	}

	.menu ul li ul li ul li ul li a::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		background: #fff;
		background-image: none;
		height: 2px;
		width: 6px;
		border: none;
	}

	.menu ul li ul li ul li ul li a:hover::before {
		right: auto;
		left: 0 !important;
	}
}

/* 14112018 */
.slide {
	z-index: 1;
}

div.sea1 {
	z-index: 9;
}

.menu_area {
	position: relative;
	z-index: 999;
}

div.ser6 {
	overflow: hidden;
}

.line {
	position: relative;
	float: left;
}

.page_banner {
	position: relative;
	float: left;
	width: 100%;
}

.header_top {
	position: relative;
	float: left;
	width: 100%;
}

.header_botom {
	position: relative;
	float: left;
	width: 100%;
	z-index: 9999;
}

.slide {
	position: relative;
	float: left;
	margin-top: 0;
}

.slide ol {
	list-style: none;
	list-style-type: none;
}

.sea1 {
	position: relative;
	float: left;
	width: 100%;
}

.sea2 {
	position: relative;
	float: left;
	width: 100%;
}

.sea3 {
	position: relative;
	float: left;
	width: 100%;
}

.sea4 {
	position: relative;
	float: left;
	width: 100%;
}

.sea5 {
	position: relative;
	float: left;
	width: 100%;
}

.ser6 {
	position: relative;
	float: left;
	width: 100%;
}

.footer_area {
	position: relative;
	float: left;
	width: 100%;
}

.count_cls {
	display: block;
	color: #90949c !important;
}

.fancybox-navigation .fancybox-button {
	height: 40px !important;
	width: 40px !important;
	border-radius: 50%;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 40% !important;
	margin-left: -383px !important;
	/* background: url(../images/arrowLeft.png) center center no-repeat; */
	font-size: 0;
	background-color: #00aeef;
	transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 40% !important;
	margin-right: -383px !important;
	/* background: url(../images/arrowRight.png) center center no-repeat; */
	font-size: 0;
	background-color: #00aeef;
	transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
}

.fancybox-navigation .fancybox-button--arrow_left:hover,
.fancybox-navigation .fancybox-button--arrow_right:hover {
	background-color: #099005;
	transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
}

.fancybox-navigation .fancybox-button--arrow_right::before {
	content: url(../images/arrowRight.png);
	top: 5%;
	left: 5%;
	/* transform: translate(-10%,-10%); */
	position: absolute;
	display: inline-block;
	transform: scaleY(.7) !important;
	transform: scaleX(2);
	height: max-content;
	width: max-content;
}

.fancybox-navigation .fancybox-button--arrow_left::before {
	content: url(../images/arrowLeft.png);
	top: 4.5%;
	left: -2%;
	/* transform: translate(-15%,-15%); */
	position: absolute;
	display: inline-block;
	transform: scaleY(.7) !important;
	transform: scaleX(2);
	height: max-content;
	width: max-content;
}

.fancybox-navigation svg {
	display: none !important;
}

@media (max-width:991px) {
	.fancybox-navigation .fancybox-button--arrow_left {
		left: 15px !important;
		margin-left: 0 !important;
	}

	.fancybox-navigation .fancybox-button--arrow_right {
		right: 15px !important;
		margin-right: 0 !important;
	}

	.story_person {
		max-width: 200px;
		margin: auto;
		display: block;
	}
}

/* Newsletter Subscription Style */

.ser7 {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 0px 0 60px 0;
	text-align: center;
}

.ser7 #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	background: #00aeef;
	color: #fff;
	width: 75%;
	margin: auto;
	border-radius: 5px;
	flex-wrap: wrap;
	padding: 20px;
}

.ser7 #mc_embed_signup #mce-FNAME {
	width: 230px;
	height: 35px;
	border: 0;
	padding: 15px;
	font-size: 13px;
	color: #000;
}

.ser7 #mc_embed_signup #mce-LNAME {
	width: 230px;
	height: 35px;
	border: 0;
	padding: 15px;
	font-size: 13px;
	color: #000;
}

.ser7 #mc_embed_signup #mce-EMAIL {
	width: 250px;
	height: 35px;
	border: 0;
	padding: 15px;
	font-size: 13px;
	color: #000;
}

.ser7 #mc_embed_signup #mc-embedded-subscribe {
	background: #a6ce39;
	border: 0;
	width: 115px;
	height: 35px;
	transition: 2s;
	font-weight: bold;
}

.ser7 #mc_embed_signup .optionalParent {
	flex: 100%;
}

.ser7 #mc_embed_signup #mc-embedded-subscribe:hover {
	background: #83a32a !important;
	transition: 1s !important;
}

.ser7 #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #s-o-n {
	margin-right: 15px;
	flex: 100%;
}

.ser7 div.mce_inline_error,
#mce-error-response {
	position: absolute !important;
	bottom: 10px !important;
	background: transparent !important;
	color: red !important;
	font-size: 17px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

#mce-success-response {
	font-size: 25px;
}

.ftr-mail {
	text-transform: inherit !important;
}

.emailHover {
	color: #285AEB;
}

.fontWeight,
.fontWeight .mail_link {
	font-weight: 500 !important;
}

/* Newsletter Subscription Style */

/* rahul nam to suna hi hoga - heder insta icon */
.socal_box ul li a.insta_link:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	border: 1px solid radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	transition: background ease-in-out 0.5s !important;
}

.link_section ul.list-inline {
	display: flex;
	flex-wrap: wrap;
}


/* Global CSS - 06.02.25 */

@font-face {
	font-family: 'SourceSans3-Regular';
	src: url('./font/SourceSans3-Regular.eot');
	src: url('./font/SourceSans3-Regular.eot?#iefix') format('embedded-opentype'),
		url('./font/SourceSans3-Regular.woff2') format('woff2'),
		url('./font/SourceSans3-Regular.woff') format('woff'),
		url('./font/SourceSans3-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

#swal2-html-container {
	font-size: 16px;
	font-family: 'SourceSans3-Regular';
}

.swal2-loading #swal2-html-container {
	font-size: 18px;
	font-family: 'SourceSans3-Regular';
}

.swal2-popup {
	padding-bottom: 20px;
	font-size: 16px;
}

.swal2-popup.swal2-loading {
	min-height: 183px;
}

.swal2-title {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	color: rgb(84, 84, 84);
	font-family: 'SourceSans3-Regular';
}

.swal2-actions button {
	font-weight: 500;
	font-family: 'SourceSans3-Regular';
}

/* For loading  */
#loading-spin,
.loading-spin {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	display: none;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#loading-spin::after,
.loading-spin::after {
	content: '';
	display: block;
	position: absolute;
	left: 48%;
	top: 40%;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-color: #c55732;
	border-top-color: transparent;
	border-width: 4px;
	border-radius: 50%;
	-webkit-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

.cursor-pointer {
	cursor: pointer;
}

.link_arrow {
	top: 0px;
}

/* #story_list .portfolioContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.story_name {
	max-width: 195px;
	width: 100%;
	margin: 0 auto !important;
}
*/
.story_img img {
	object-fit: cover;
}

/* popup style */

.popup-outer {
	background-color: #f9f9f9;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	height: 100vh;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992 !important;
	/* opacity: .97; */
	display: none;
	z-index: 100;
	/* transition: all 1s ease-in; */
	opacity: 0;
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
	/* overflow: hidden; */
}

html.noscroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

.main-popup {
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%, 20%);
	width: 767px;
	/* height: 500px; */
	background-color: #f5f5f5;
	z-index: 99993;
	box-shadow: 0 0 10px #666;
	padding: 24px;
	display: none;
	/* transition: all 1s ease-in; */
	/* animation: popuoAnimation1 1s ease-in; */
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
	opacity: 0;
}

.popup-heading {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #00adef;
	letter-spacing: 1px;
}

.popup-video {
	max-width: 560px;
	width: 100%;
	height: 315px;
	margin: 20px auto !important;
	display: block;
	/* border: 1px solid black; */
	text-align: center;
}

.outer-main-popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	display: none;
}

.main-popup iframe {
	height: 100%;
	width: 100%;
}


@media screen and (max-width: 850px) {
	.link_section ul.list-inline {
		row-gap: .5px;
	}

}

@media screen and (max-width: 766px) {
	/* #story_list .portfolioContainer{
		display: flex;
	  flex-direction: column;
	  align-items: center;
	}

	.isotope .isotope-item {
		transform: translate3d(0px, 0px, 0px) !important;
		position: relative !important;
	} */

	.isotope .isotope-item {
		left: auto !important;
	}
}

@keyframes popuoAnimation {
	from {
		opacity: 0;
	}

	to {
		opacity: .87;
	}
}

@keyframes popuoAnimationprev {
	from {
		opacity: .87;
	}

	to {
		opacity: 0;
	}
}

@keyframes popuoAnimation1 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes popuoAnimation1prev {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}


.photo_gallery .list-inline {
	width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 1080px) and (max-width: 1200px){
	.photo_gallery .list-inline {
		width: 80%;
		grid-template-columns: repeat(3, 1fr);
	}
}


@media (min-width: 775px) and (max-width: 1080px){
	.photo_gallery .list-inline {
		width: 94%;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 500px) and (max-width: 775px){
	.photo_gallery .list-inline {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 488px) and (max-width: 500px){
	.photo_gallery .list-inline {
		width: 61%;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 488px){
	.photo_gallery .list-inline {
		width: 80%;
		grid-template-columns: repeat(1, 1fr);
	}
}