img {
	border:0;
	outline:none;
	vertical-align:top;
	max-width:100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
iframe {border:0;
}
input,
textarea {
	/* outline:none !important; */
	/* resize:none; */
	/* -webkit-appearance: none; */
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/*ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}*/
.fleft {float:left;
}
.fright {float:right;
}

.color {color:#5b93b8;
}

/** MAIN **/

::selection{
	background: #5b93b8;
	color: #ffffff;
}
::-moz-selection {
	background: #5b93b8;
	color: #ffffff;
}
.wrapper {overflow:hidden;
}
a {
	text-decoration:none !important;
}
strong { font-weight: 700;
}
.center {text-align: center;
}
.justify {text-align: justify;
}
p {
	padding:0;
	margin:0 0 10px 0;
}

/** HEADER **/
#top {
	background:#eaeaea;
	border:none;
	position:absolute;
	left:0;
	top:0;
	width:100%!important;
	z-index:999;
}
#top header,
.fixed-menu-wrapper {
	padding: 23px 0;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	background:#eaeaea;
	z-index:9999;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100% !important;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* Logo */
#logo {
	float:left;
	vertical-align:top;
}

/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
    margin: -2px 17px 0 19px;
    position: relative;
}
.navmenu ul li a {
	display: inline-block;
	color: #2d2e2e;
	font-size: 18px;
	padding: 0;
	font-weight:300;
	text-decoration:none !important;
	outline:none;
	text-transform:none;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	position:relative;
}
.navmenu li a:hover,
.navmenu li.active a {
    color: #2d2e2e;
}
.navmenu ul li a:before {
	position:absolute;
	left:50%;
	right:50%;
	width:0;
	height:1px;
	bottom:3px;
	content:'';
	background:#2d2e2e;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.navmenu li a:hover:before,
.navmenu li.active a:before {
    width:100%;
	left:0;
	right:0;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
.navmenu ul li:last-child {margin-right:0;
}

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider.preloader {
	background-image:url(../img/preloader.gif);
}
.full_slider_caption {
    position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;	
	color: #2d2e2e;
    font-size: 18px;
    font-weight: 300;
	line-height: 27px;
    margin: 0;
    text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	float:none;
}
.full_slider_caption img {
	width:auto !important;
	margin:0 auto;
}

/*CountDown*/
.global_count_wrapper {
    text-align: center;
    overflow: hidden;
	padding-top:104px;
	padding-bottom:67px;
}
.countdown-rtl {
    direction: rtl;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.countdown-section {
    display: inline-block;
    text-align: center;
	margin-right:106px;
	width:193px;
	height:193px;
	position:relative;	
	margin-bottom:20px;
	padding-top:31px;
	padding-bottom:39px;
}
.countdown-section:before {
    position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255, 0.9);
	content:'';
	z-index:-1;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	box-shadow:0 0 0 2px #fff inset;
	-webkit-box-shadow:0 0 0 2px #fff inset;
}
.countdown-section:last-child {
	margin-right:0;
}
.countdown-amount {
    font-size: 90px;
    line-height: 92px;
    color: #2d2e2e;
    font-weight: 300;
    padding: 0;
	margin-bottom:3px;
}
.countdown-period {
    padding: 0 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #2d2e2e;
    display: block;
    width: 100% !important;
    text-align: center !important;
    position: relative;
    text-transform: none;
    margin: 0;
}

.shortcode_button { 
	display:inline-block;
	margin:0 0 5px 0;
	text-decoration:none;
	border:none;
	background-color:#5b93b8;
	color:#fff;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:24px;
	font-size:18px;
	padding:12px 30px 14px 30px;
	font-weight:300;
	text-transform:none;
	vertical-align:top;
	text-align:center;
	border-radius:0;
	-webkit-border-radius:0;
}
.shortcode_button:hover {
	background-color:#68a7d0;
	color:#fff;
}

.next_section {
	position:absolute;
	left:50%;
	bottom:30px;
	width:24px;
	height:42px;
	margin-left:-12px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background-image:url(../img/sprite.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.next_section:hover {
	opacity:0.7;
}

.stretch {
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


.grey_wrap {
	background:#f6f6f6;
	padding-top: 83px;
	padding-bottom: 82px;
	margin-bottom: -20px;
}

.rhomb_block {
	margin-right: auto;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin-left:20px;
}
.rhomb_block.col3 {
	width:606px;
}
.rhomb_block.col4 {
	width:808px;
}
.rhomb_block .odd {
	text-align:left;	
}
.rhomb_block .even {
	text-align:right;
}
.rhomb {
	width:193px;
	height:193px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 9px 5px;	
}
.rhomb_block .even .rhomb {
	margin:0 4px 9px 1px;
}

.welcome_text,
.speaker_text {
	padding:39px 0;
}
.welcome_text p,
.speaker_text p {padding-right:30px;text-align: justify;}
.speaker_text {
	padding-top:75px;
	font-size: 42px;
}
.descr {
	position:relative;
	line-height:27px;
	padding:0 0 20px 30px;
	font-size:18px;
	font-weight:300;
	color:#2980b9;
}
.descr:before {
	position:absolute;
	left:0;
	top:13px;
	width:20px;
	height:1px;
	background:#2d2e2e;
	content:'';
}

/* Margin */
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}


.shortcode_button.type2 {
	background:#5a6383;
}
.shortcode_button.type2:hover {
	background:#6c779e;
}

/* Speaker */
.team {
	width:193px;
	height:193px;
	display:block;
	position:relative;
	overflow:hidden;
}
.team_avatar {
	width:273px;
	height:273px;
	display:block;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	margin-left:-40px;
	margin-top:-40px;
}

.team_avatar img {
	width:100%;
	height:auto;
}
.fade_bg {
	z-index:1;
	position:absolute;
	width:0;
	height:0;
	left:50%;
	top:50%;
	background:rgba(0,0,0, 0.75);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.team:hover .fade_bg {
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.team_in {
	display:none;
	position:absolute;
	top:50%;
	transform:translateY(-50%) rotate(45deg);
	-webkit-transform:translateY(-50%) rotate(45deg);
	left:0;
	text-align:center;
	width:100%;
	font-size:14px;
	color:#fff;
	font-weight:300;
	line-height:22px;
	z-index:5;
	transition: opacity 400ms;
	-webkit-transition: opacity 300ms;
}
.team_in h6 {
	text-align:center;
	font-size: 38px;
	color:#fff;
	font-weight:300;
	line-height: 49px;
	padding:0;
	margin:0;
}
.team:hover .team_in {
	display:block;
}

/* Program */





.subscribe_form form input[type="text"] {
	width:calc(100% - 150px);
	font-size:16px;
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 0;
	-webkit-border-radius:0;
    margin: 0 0 30px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
	text-align:left;
	line-height:22px;
	font-size:14px;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:13px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../img/error.png);
}
.notification_ok:before {background-image:url(../img/info.png);
}

.blog_section {
	padding-top:110px;
	padding-bottom:110px;
}
.post_preview {
	padding-top:50px;	
}
.post_preview img,
.post_preview iframe {
	margin-bottom:32px;
	width:100%;
}
.post_preview .shortcode_button {
	margin-top:24px;
	padding:7px 30px 9px 30px;
	font-size:16px;
}

/*Price Table*/
.price_table_wrap {
	padding-top:52px;
}
.price_item_wrapper {
	margin-bottom:30px;
	background:#fff;
	text-align:center;
	border:1px #cdcdcd solid;
	padding:31px 33px 34px 33px;
}
.most_popular {
	border-color:#5b93b8;
	margin-top:-16px;
	margin-bottom:-16px;
}
.price_item_title {
	margin-bottom:25px;
	text-align:center;
	border-bottom:1px #cdcdcd solid;
	padding-bottom:33px;
}
.price_item_title h5 {
	padding:0;
	margin:0 0 14px 0;
	line-height:40px;
	color:#2d2e2e;
	font-size:30px;
	font-weight:300;
	text-align:center;
}
.price_item_title h5 span {
	font-weight:400;
}
.price_item_title h6 {
	padding:0;
	margin:0;
	line-height:24px;
	color:#2d2e2e;
	font-size:16px;
	font-weight:300;
	text-align:center;
}
.price_item_text {
	text-align:center;	
	padding-bottom:7px;
	font-size:14px;
	color:#2d2e2e;
}
.price_item_cost {
	padding:22px 0 32px 0;
	text-align:center;	
}
.price_item_cost h3 {
	line-height:50px;
	margin:0;
	padding:0;
	color:#262626;
	font-size:48px;
	font-weight:400;
	vertical-align:top;
}
.price_item_cost h3 span {
	line-height:16px;
	display:inline-block;
	vertical-align:top;
	padding-top:1px;	
	font-size:16px;
}
.price_item_btn {
}
.price_item_btn a {
	padding:7px 30px 9px 30px;
	font-size:16px;
	background:#5a6383;
	color:#fff;
}
.price_item_btn a:hover {
	background:#6c779e;
}
.most_popular .price_item_btn a {
	background:#5b93b8 !important;
}
.most_popular .price_item_btn a:hover {
	background:#68a7d0 !important;
}

/* Icon Box */
.icon_box {
	margin-bottom:55px;
	text-align:center;
}
.icon_box h6 {
	font-size:18px;
	font-weight:400;
}
.icon_box p,
.icon_box a {
	color:#2d2e2e;
}
.icon_box a:hover {
	color:#5b93b8;
}
.icon_img {
	display:inline-block;
	position:relative;
	padding-bottom:52px;
}
.icon_img:after {
	position:absolute;
	left:50%;
	bottom:16px;
	width:1px;
	height:20px;
	background:#2d2e2e;
	content:'';
}

.module_google_map iframe {
	width:100%;
	margin:0 0 -5px 0;
	overflow:hidden;
	border:0;
}

.contact_form {
	padding-bottom:90px;
}

/* Footer */
.footer {
	background:#f6f6f6;
	line-height:24px;
	padding-top:39px;
	padding-bottom:24px;
	font-size:16px;
	color:#666666;
	text-align:center;
}

/* Socials */
.socials {
	padding-top:32px;
	padding-bottom:14px;
}
.socials li {
	padding:0;
	margin:0 7px 20px 9px;
	display:inline-block;
	vertical-align:top;
}
.socials a {
	width:30px;
	height:30px;
	display:block;
	text-indent:9999px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
}
.socials a.fb_icon {
	background-position:-29px -1px;
}
.socials a.tweet_icon {
	background-position:-69px -1px;
}
.socials a.dribbble_icon {
	background-position:-109px -1px;
}
.socials a.behance_icon {
	background-position:-149px -1px;
}
.socials a.linkedin_icon {
	background-position:-189px -1px;
}
.socials a.pinterest_icon {
	background-position:-229px -1px;
}
.socials a.fb_icon:hover {
	background-position:-29px -31px;
}
.socials a.tweet_icon:hover {
	background-position:-69px -31px;
}
.socials a.dribbble_icon:hover {
	background-position:-109px -31px;
}
.socials a.behance_icon:hover {
	background-position:-149px -31px;
}
.socials a.linkedin_icon:hover {
	background-position:-189px -31px;
}
.socials a.pinterest_icon:hover {
	background-position:-229px -31px;
}

.hide {
	opacity:0;
}

/* Services */
.services_block {
	margin-left:-31px;
	padding:30px 0 35px 0;
}
.service {
	display:inline-block;
	vertical-align:top;
}
.services_block .odd {
	text-align:right;
}
.services_block .odd .service {
	margin:0 41px 0 45px; 
}
.services_block .even {
	text-align:left;
	margin-top:-48px;
}
.services_block .even .service {
	margin:0 45px 0 41px; 
}

.service a {
	width:193px;
	height:193px;
	display:block;
	-webkit-transition: all 300ms;
	position:relative;
}

.service a:before {
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	background:#fff;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	position:absolute;
	content:'';
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	border:2px #fff solid;
}

.service a:hover:before {
	border:2px #5b93b8 solid;
}

.service_in {
	display:block;
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
	width:100%;
	font-size:18px;
	color:#2d2e2e;
	font-weight:300;
	line-height:24px;	
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	margin-top:-5px;
}
.icon {
	display:block;
	text-align:center;
	margin-bottom:15px;
}

/* Responsive changes */
@media only screen and (max-width: 767px) {
	#top header {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		background:#eaeaea;
	}
	#top header nav {
		display: none !important;
	}	
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 20px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../img/sprite.png) no-repeat -160px -70px;		
	}

	.mobile_menu_wrapper {
		display:block;
		background:#2d2e2e;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 80px;
		left:0;
		padding:15px 40px 20px 20px;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:13px;
	}
	.mobile_menu_wrapper a:hover {color:#5b93b8;
	}
	#home {
		margin-top:80px;	
	}
	.full_slider_caption .container {
		padding-bottom:0 !important;
	}
	.full_slider_caption .container h2 {
		font-size:30px;
		line-height:34px;
		padding-bottom:5px;
	}
	.full_slider_caption .container p {
		font-size:13px;
		line-height:20px;
	}
	
	/*CountDown*/
	.global_count_wrapper {
		padding-top:22px;
		padding-bottom:12px;
	}
	.countdown-section {
		margin-right:42px;
		width:78px;
		height:78px;
		padding-top:10px;
		padding-bottom:14px;
	}
	.countdown-amount {
		font-size: 26px;
		line-height: 34px;
		margin-bottom:0;
	}
	.countdown-period {
		padding: 0;
		font-size: 14px;
		line-height: 20px;		
	}
	
	.next_section {
		display:none;
	}
	.shortcode_button { 
		font-size:14px;
		padding:5px 18px 7px 18px;
	}	
	
	/* Rhomb */
	.rhomb_block {
		margin-left: auto;
		margin-right:auto;
		padding-top:40px;
	}
	.rhomb_block.col3 {
		width:378px;
	}
	.rhomb_block.col4 {
		width:504px;
	}
	.rhomb,
	.team {
		width:117px;
		height:117px;			
	}
	.team_avatar {
		width:167px;
		height:167px;
		margin-left:-25px;
		margin-top:-25px;
	}
	.wrapper-inner .main-fill .panel .nav-tabs > li.active > a, .wrapper-inner .main-fill .panel .nav-tabs > li.active > a:focus, .wrapper-inner .main-fill .panel .nav-tabs > li.active > a:hover {
    border-radius: 0;
    background-color: #ffffff;
    border: none;
    width: 100% !important;
    height: 42px;
    color: #d40a0a;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ui--modal {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 260ms 260ms ease-in-out;
    background: rgba(0, 0, 0, 0.68);z-index:9999
}
	.wrapper-inner .main-fill {
    padding: 0px;
    background-color: rgba(7, 0, 0, 0.71);
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 56px;
}
	h2 {
		line-height:45px;
		font-size:35px;
	}
	.welcome_text p,
	.speaker_text p {padding-right:0;
	}
	.icon {margin-bottom:5px;
	}
	.icon img {width:25%;
	}
	

	.welcome_text,
	.speaker_text {padding:0;
	}
	
	.reports_block .fleft,
	.reports_block .fright {
		float:none;
	}	
	.reports_block:before,
	.report:before,
	.report:after,
	.thumb:before {
		display:none !important;
	}
	
	.post_preview iframe {
		height:250px;
	}
	
	.most_popular {
		margin-top:0;
		margin-bottom:0;
	}
	
	/* Services */
	.services_block {
		margin:0 auto;
		padding:30px 0 15px 0;
		width:400px;
	}
	.services_block .odd .service {
		margin:0 25px 0 25px; 
	}
	.services_block .even {
		margin-top:-28px;
		margin-left:-24px;
	}
	.services_block .even .service {
		margin:0 25px 0 25px; 
	}	
	.service a {
		width:117px;
		height:117px;
	}
	.service_in {
		font-size:12px;
	}
	
}

@media only screen and (max-width: 500px) {
	/*CountDown*/
	.countdown-section {
		margin-right:25px;
		width:47px;
		height:47px;
		padding-top:0;
		padding-bottom:0;
	}
	.countdown-amount {
		font-size: 12px;
		line-height: 13px;
		margin-bottom:0;
	}
	.countdown-period {
		padding: 0;
		font-size: 10px;
		line-height: 12px;		
	}
	.full_slider_caption .container h2 {
		font-size:20px;
		line-height:24px;
		padding-bottom:5px;
	}
	
	/* Rhomb */
	.rhomb_block {
		margin-left: auto;
		margin-right:auto;
		padding-top:40px;
		transform:rotate(0);
		-webkit-transform:rotate(0);
		width:193px;
	}
	.rhomb_block.col3,
	.rhomb_block.col4 {
		width:193px;
	}
	.rhomb_block .odd,
	.rhomb_block .even {
		text-align:center;	
	}	
	.rhomb,
	.team {
		width:193px;
		height:193px;			
	}
	.team_avatar {
		width:273px;
		height:273px;
		margin-left:-40px;
		margin-top:-40px;
	}
	.rhomb {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		margin:0 0 100px 0 !important;
	}
	.rhomb.fake {
		display:none !important;
	}	
		
	h2 {
		line-height:45px;
		font-size:35px;
	}
	.welcome_text p,
	.speaker_text p {padding-right:0;
	}
	.icon {margin-bottom:5px;
	}

	
	.welcome_text,
	.speaker_text {padding:0;
	}
	
	/* Services */
	.services_block {
		margin:0 auto;
		padding:50px 0 0 0;
		width:193px;
	}
	.services_block .odd .service,
	.services_block .even .service {
		margin:0 auto 90px auto; 
	}
	.services_block .even,
	.services_block .odd {
		margin-top:0;
		text-align:center;
	}		
	.service a {
		width:193px;
		height:193px;
	}
	.service_in {
		font-size:18px;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/*CountDown*/
	.global_count_wrapper {
		padding-top:62px;
		padding-bottom:42px;
	}
	.countdown-section {
		margin-right:69px;
		width:117px;
		height:117px;
		padding-top:20px;
		padding-bottom:28px;
	}
	.countdown-amount {
		font-size: 38px;
		line-height: 42px;
		margin-bottom:3px;
	}
	.countdown-period {
		padding: 0;
		font-size: 18px;
		line-height: 24px;		
	}
	
	/* Rhomb */
	.rhomb_block {
		margin-left:10px;
	}
	.rhomb_block.col3 {
		width:378px;
	}
	.rhomb_block.col4 {
		width:504px;
	}
	.rhomb,
	.team {
		width:117px;
		height:117px;			
	}
	.team_avatar {
		width:167px;
		height:167px;
		margin-left:-25px;
		margin-top:-25px;
	}
	h2 {
		line-height:45px;
		font-size:35px;
	}

.welcome_text p,
.speaker_text p {padding-right:30px;text-align: justify;}
.speaker_text {
	padding-top:75px;
	font-size: 42px;
}
	.icon {margin-bottom:5px;
	}
	.icon img {width:25%;
	}
	

	
	.welcome_text,
	.speaker_text {padding:0;
	}	
	
	.report {
		width:280px;
	}	
	
	.post_preview iframe {
		height:221px;
	}
	
	/* Services */
	.services_block {
		margin-left:-25px;
		padding:30px 0 35px 0;
	}
	.services_block .odd .service {
		margin:0 25px 0 35px; 
	}
	.services_block .even {
		margin-top:-28px;
	}
	.services_block .even .service {
		margin:0 35px 0 25px; 
	}	
	.service a {
		width:117px;
		height:117px;
	}
	.service_in {
		font-size:12px;
	}
	
}

@media (min-width: 992px) {
	
	/*CountDown*/
	.global_count_wrapper {
		padding-top:72px;
		padding-bottom:53px;
	}

	
	/* Rhomb */
	.rhomb_block {
		margin-left:10px;
	}
	.rhomb_block.col3 {
		width:501px;
	}
	.rhomb_block.col4 {
		width:668px;
	}
	.rhomb,
	.team {
		width:158px;
		height:158px;			
	}
	.team_avatar {
		width:224px;
		height:224px;
		margin-left:-33px;
		margin-top:-33px;
	}
 
}

@media only screen and (min-width: 1200px) {
	/* Rhomb */
	.rhomb_block.col3 {
		width:606px;
	}
	.rhomb_block.col4 {
		width:808px;
	}
	.rhomb,
	.team {
		width:193px;
		height:193px;			
	}
	.team_avatar {
		width:273px;
		height:273px;
		margin-left:-40px;
		margin-top:-40px;
	}
	

	
	
		
}







 .slpart-cls{padding: 175px 0 246px 0 !important; background-size:100% 100% !important}
    .modal {
    display: none;
    z-index: 999999;
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
  .new_search{height: auto;
    /* margin-top: 190px; */
    color: #fff;
    padding: 0px;
    position: relative;
    margin-bottom: 58px;
    margin-top: 69px;
    margin: 0 auto;
    float: none;}
    .new_flight{width: 16%;border: 2px solid #2c67b5;
    border-bottom: 0px; }
    .form-control {
    box-shadow: none !important;
    margin-bottom: 10px;
    border: 1px solid #2c67b5;
}
.srch-box-cls{    position: absolute;
    bottom: 146px;
    right: 0px;
    left: 0px;}
.flight-cls {
    background: rgba(255, 255, 255, 0.75);
    display: block;    box-shadow: 0px 2px 3px 2px #2a2a2b;}
.srch-rdo {
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.exchange{    font-size: 24px;
    color: #000;}
    .plus-btn {
     margin-top: -31px;}
      .minus-btn {
     margin-top: -47px;}
     .srch-fl{    width: 15%;}
     .rtrn-date {
       border: 1px solid #2c67b5;
}
.pstn-mrgn {
    position: absolute;
    bottom: 212px;
    right: 0px;
    left: 0px;
}
@media screen and (max-width: 980px)
{
    
   .menu_txt-agn {
     width: 26%;
     text-align: center;
}
    .pstn-mrgn {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.srch-box-cls {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
   .agnt-cls {
             margin-bottom: 50px;}
#hidepart{margin-bottom:50px}
}

     @media screen and (max-width: 520px)
     {
         .cnt223{

width:20%; font-size:12px;
min-height: 150px;
margin: 50px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 10px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;  
border: 9px double #ff0000;
}
.simplePopup h2{    text-transform: uppercase;
    font-size: 18px !important;
    line-height: px;
    text-align: center;
    text-shadow: 0px 1px 1px #000;    color: #00377f;}

         #flight {
    background:background: #8E0E00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
    #agentdiv{
    background:background: #8E0E00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#tripdata{color:#fff}
.show-flyt{color:#fff !important}
.regi{color:#fff !important}
.coloc{color:#fff !important}
    
         .menu_txt-agn {
     width: 26%;
     text-align: center;
}
         .agnt-cls {
             margin-bottom: 50px;}
        .pstn-mrgn {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
        .srch-box-cls {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.postion-ab {
    position: static;
    clear: both;
    margin-bottom: 26px;    margin-top:0px;

}
#hidepart{margin-bottom:50px}
.exchange {
    font-size: 24px;
       margin-top: -8px;
    margin-bottom: 7px;
}

.new_flight {
    width: 30%;
   border-bottom: 0px;
       background: rgb(212, 10, 10);
}
.srch-fl{width:30%}
}

 .regi {
    cursor: pointer;
}
    .grey_wrap {
    background: #fff !important;
    padding-top: 83px;
    padding-bottom: 82px;
    margin-bottom: -20px;
}
    .srch-box-cls{margin-top:0px !important;margin: 0 auto;
    float: none;}
    #hidepart{
    pos ition: absolute;
    bot tom: 197px;}
    .exchange{    color: #000;
    font-size: 26px;}
    .show-flyt {
    padding-top: 5px;
    color: #000;
    font-weight: bold;
}
.width-60-cls {
    float: none;
    margin: 0 auto;
}
.ps tn-mrgn {
    position: absolute;
    bottom: 197px;
}
.agn-logbtn{    margin: 0 auto;
    display: block;}
    .regi{ color:#000}
    .agnt-cls {
    padding-top: 10px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.75);
    display: block;
       box-shadow: 0px 2px 3px 2px #2a2a2b;
}
.insFacilities__item {
    display: block;
    margin: 0 auto;
}
.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    margin: 10% auto auto 0%;
    /* padding-bottom: 10px; */
    margin: 0 auto;
    display: block;
    border-radius: 0px;
    padding-bottom: 10px;
}
.modal-content {
    position: absolute;
    outline: 0;
  /*  top: 159px; */
    left: 0px;
    right: 0px;
        width: none;
}
.srch-fl {
       background: rgb(21, 93, 187) !important;
}
.menu_txt-agn{background: rgb(21, 93, 187) !important;}

.insFacilities p {
    line-height: 26px;
    text-align: center;
    color: #ffffff !important;
}
.section-overlay-layer {
    padding-bottom: 50px;
    background:rgba(1, 49, 60, 0.72);
}
.verticallys{padding-top: 34px;;text-align: center;color: #fff;font-size: 33px;margin-bottom: 24px;font-size: 27px !important;}
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax-3 {
  background-image: url("https://client.justclicktravels.in/JCT/assets/HomeImage/bg-real-results-get-started.jpg");margin-bottom: 21px;}
  .insFacilities__title {
    font-size: 1.45454545455em;
    font-weight: 600;
    text-transform: none;
    color: #00c1ff !important;
    margin-bottom: 2.239819%;
    text-align: center;
}

/*--download-stars-here--*/
.download{
	background: url(https://client.justclicktravels.in/jct/assets/HomeImage/appbg.jpg) no-repeat;
	background-size: 100% 100%;
	height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    margin-top:99px
}

 .animatedclient {
    position: relative;
    -webkit-animation: mymovew 3s; /* Safari 4.0 - 8.0 */
    animation: mymovew 3s ;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymovew {
    from {left:500px;}
    to {left :0px;}
}

@keyframes mymovew {
    from {left: 500px;}
    to {left: 0px;}
}

.srvc-img {
    margin-left: 0px !important;
}
.srvc-img1 {
    margin-left: 0px !important;
}

.srvc-img img{    margin: 0 auto;
    display: block;}
    
.srvc-img1 img{ margin: 0 auto;
    display: block;}
    
/*--download-ends-here--*/
.weather_w3_inner_info{
    background: url(https://client.justclicktravels.in/jct/assets/HomeImage/thirdsectionbg.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
        min-height: 600px;
    background-attachment: fixed;
    padding-top: 180px;    margin-top: 105px;
}
.support-ind{padding:0 40px 40px}.support-ind .support-vc{font:400 36px "Dosis",sans-serif;padding:50px 0 60px;margin-top:0}
.support-ind .support-col{text-align:center}.support-ind .support-col .box{padding:50px 25px}
.support-ind .support-col .box .image-box{display:block;position:relative}.support-ind .support-col .box .image-box .img-icon{display:block;left:0;position:absolute;top:-100px;width:100%}
.support-ind .support-col .box .image-box .img-icon img{display:inline-block}.support-ind .support-col .box h1{font:700 20px "Dosis",sans-serif;    padding-bottom: 36px;}
.support-ind .support-col .box p{font:14px "Raleway",sans-serif;line-height: 22px;}
.support-ind .support-col .b-border{border:solid 1px #c65230; height:300px !important}.support-ind .support-col .d-border{border:solid 1px #fbb05c; height:300px !important}
.support-ind .support-col .e-border{border:solid 1px #7ba6bb; height:300px !important}.support-ind .support-col .f-border{border:solid 1px #023c5b; height:300px !important}
.support-ind .support-col .dots{    position: absolute; right:-33px;top: 88px;z-index: 1;width: 66px;}


@media screen and (max-width:480px)
{
  .support-ind .support-col .b-border{height:auto !important}.support-ind .support-col .d-border{height:auto !important}
.support-ind .support-col .e-border{height:auto !important}.support-ind .support-col .f-border{height:auto !important}
  
    }