.common-padding{
	padding: 60px 0 50px 0 !important;
}
.pb-100{
	padding-bottom: 100px !important;
}
.mt-70{
	margin-top: 70px !important;
}

/* Banner Style starts */
.read-button{
	width: auto;
	font-size: 16px;
    padding: 12px 40px;
	border-radius: 50px;
}
.main-slide-for {
	height: 100vh;
}
.main-slide-for video{
	object-fit: cover;
}
.main-slide-for .slide-info{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 40px;
	padding: 0 20px;
	width: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
	z-index: 9;
}
/* Banner Style ends */

.subline-text {
	margin-bottom: 40px;
	text-align: center;
}
.subline-text h4{
	margin: 0 auto;
	text-transform: none;
    font-weight: 400;
    max-width: 70%;
    line-height: normal;
    font-size: 18px;
}
.earthood-update-wrap .our-story-wrap{
	padding: 60px 0 70px 0 !important;
}
.counter-card{
	display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-flow: column;
	padding: 10px 0;
	height: 160px;
	background-color: #0bb7b1;
	transition: 0.3s;
}
.counter-card:hover{
	background-color: #038783;
}
.number-block{
	display: flex;
	align-items: center;
	height: 70px;
}
.counter-card .sub-heding{
	color: #fff;
	line-height: normal;
}
.counter-card p.sub-heding{
	font-size: 14px;
    font-weight: 600;
	color: #fff;
}
.counter-card .counter-count{
	font-size: 40px;
	color: #fff;
	line-height: normal;
}
.counter-card .go-arrow{
	margin-top: 0;
	font-size: 35px;
	transition: transform .3s ease-out;
}
.counter-card:hover .go-arrow{
	transform: translateX(4px);
}

/* Timeline style starts */
.main-timeline-section{
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	margin:auto;
	min-height: 700px;
	width: 100%;
	height: 700px;
	background-image: url(../images/timeline-bg.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-image{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #103054e8;
}
.timeline-wrap{
	position: relative;
	width: 100%;
}
.main-timeline-section .conference-center-line{
	position: absolute;
	top:50%;
	width:100%;
	height:3px;
	background:#fff;
	transform: translateY(-50%);
}
.timeline-article{
	position: absolute;
    left: 0;
    top: 0;
}
.timeline-article.two{
	left: 20%;
}
.timeline-article.three{
	left: 40%;
}
.timeline-article.four{
	left: 60%;
}
.timeline-article.five{
	left: 80%;
}
.timeline-article.six{
	left: 100%;
}
.timeline-article .content-date{
	position: absolute;
    top: -45px;
    left: -12px;
    font-size: 18px;
    font-weight: 700;
	color: #fff;
}
.timeline-article .meta-date{
	position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #103054e8;
    border: 3px solid #ffffff;
}
.timeline-article .content-box{
	position: absolute;
	top: 20px;
	left: unset;
	transform: translateX(-50%);
	padding: 20px;
	width: 200px;
	background-color: #fff;
	/* border: 1px solid #103054;
	box-shadow: 0 0 4px 0px #c1c1c1; */
	border-radius: 6px;
}
.timeline-article-top .content-box:before{
	content: " ";
	position:absolute;
	left: 50%;
    margin-left: -5px;
	top: -14px;
	border: 7px solid transparent;
	border-bottom-color: #fff;
}
.timeline-article .content-box h3{
	font-size: 14px;
    text-transform: capitalize;
}
.timeline-article .content-box p{
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
.timeline-article .content-box span{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	color: #10b1e5;
}
.timeline-article-bottom .content-date{
	top: 15px;
}
.timeline-article-bottom .content-box{
	top: unset;
    bottom: 20px;
	left: unset;
    transform: translateX(-50%);
}
.timeline-article-bottom .content-box:before{
	content: " ";
	position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -14px;
    border: 7px solid transparent;
    border-top-color: #fff;
}
@media (max-width: 1380px){
	.timeline-wrap{
    	margin: 0 auto;
		width: 80%;
	}
}
@media (max-width: 992px){
	.timeline-wrap{
    	margin: 0 auto;
		width: 100%;
		margin-left: 100px;
	}
	.main-timeline-section{
		min-height: 1300px;
	}
	.main-timeline-section .conference-center-line{
    	width: 3px;
		height: 1000px;
	}
	.timeline-article .content-box{
		top: 0;
		left: 30px;
		bottom: unset;
		width: 320px;
		transform: translateY(-50%);
	}
	.timeline-article .content-date{
		left: -55px;
    	top: -12px;
	}
	.timeline-article-top .content-box:before,
	.timeline-article-bottom .content-box:before{
		content: " ";
		position: absolute;
		left: -8px;
		margin-top: -5px;
		top: 50%;
		border: 7px solid transparent;
		border-right-color: #fff;
	}
	.timeline-article-bottom .content-box:before{
		bottom: unset;
	}
	.timeline-article.two{
		top: 20%;
	}
	.timeline-article.three{
		top: 40%;
	}
	.timeline-article.four{
		top: 60%;
	}
	.timeline-article.five{
		top: 80%;
	}
	.timeline-article.six{
		top: 100%;
	}
	.timeline-article .meta-date{
		left: -6px;
	}
	.timeline-article.two .meta-date,
	.timeline-article.three .meta-date{
		left: -7px;
	}
	.timeline-article.four .meta-date{
		left: -8px;
	}
	.timeline-article.five .meta-date,
	.timeline-article.six .meta-date{
		left: -9px;
	}
}
@media (max-width: 500px){
	.timeline-article .content-box{
		width: 220px;
	}
}
@media (max-width: 375px){
	.timeline-wrap{
		margin-left: 80px;
	}
	.timeline-article .content-box{
		width: 200px;
	}
}
/* Timeline style ends */

/* Service block starts */
.service-block{
	margin-top: 40px;
	padding: 20px 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* Service block ends */

/* Testimonial block starts */
.testimonial-section-wrap .testimonial-item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding: 30px;
	margin: 10px;
	height: auto !important;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.testimonial-section-wrap .testimonial-item:before{
	display: none;
}
.testimonial-section-wrap .slick-initialized .slick-slide{
	display: flex;
	height: 420px;
}
.testimonial-item .testimon-content{
	font-size: 16px;
}
.testimonial-item .testimon-content:after,
.testimonial-item .testimon-content:before{
	color: #10b1e5;
}
.testimonial-item .name{
	letter-spacing: 1px;
    text-transform: unset;
}
.slider-testimonials .slick-dots li{
	width: 12px;
	height: 12px;
	border: none;
}
.slider-testimonials .slick-dots li button{
	background: #dadada;
}
.slider-testimonials .slick-dots{
	margin-top: 30px;
}
/* Testimonial block ends */

/* Projects Style Starts */
.projects .iconic_pro_card{
	height: 430px;
	border-radius: 6px;
}
.projects .iconic_pro_card:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.projects .iconic_pro_card .content h5{
	font-size: 18px;
	letter-spacing: 0;
    text-transform: unset;
    line-height: normal;
}
.projects .iconic_pro_card .content p{
	line-height: normal;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}
.projects .iconic_pro_card .content a{
	display: flex;
	font-weight: 400;
    font-size: 16px;
    color: #10b1e5;
	transition: all .3s ease;
}
.projects .iconic_pro_card .content a:hover:after{
	transform: translateX(4px);
}
.projects .iconic_pro_card .content a:after{
	content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    transition: transform .3s ease-out;
}
/* Projects Style Ends */

/* Blogs Slider Starts */
.slider-blogs{
	margin-top: 60px;
}
.slider-blogs li .blog a{
	display: block;
	background-color: #fff;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.slider-blogs li .blog .blog-inner{
	padding: 10px 20px;
}
.slider-blogs li .blog a .blog-image img{
	border-radius: 8px 8px 0 0;
}
.slider-blogs li .blog a .blog-content{
	padding: 25px 20px;
	min-height: 180px;
}
.slider-blogs li .blog a .blog-content h4{
	font-size: 18px;
	text-transform: unset;
}
.slider-blogs .slick-dots{
	display: flex;
	justify-content: center;
	bottom: -55px;
}
.slider-blogs .slick-dots li button{
	width: 13px;
	height: 13px;
	border-radius: 50px;
	background-color: #dadada;
}
.slider-blogs .slick-dots li.slick-active button{
	background-color: #45a7ef;
}
/* Blogs Slider Ends */

/* Get In Touch Starts */
.get-in-touch-wrap{
	/* border: 1px solid #dadada; */
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #103054;
}
.get-in-touch-wrap .left-block{
    padding: 42px 20px 30px 20px;
	background-color: #fff;
}
.get-in-touch-wrap .left-block .fa{
	margin-top: -3px;
    width: 75px;
	font-size:60px;
	color:#10b1e5;
}
.get-in-touch-wrap .left-block h5{
    width: calc(100% - 75px);
	line-height: normal;
    letter-spacing: 0;
}
.get-in-touch-wrap .left-block p{
    margin-bottom: 10px;
}
.get-in-touch-wrap .right-block{
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding:30px 25px;
	background-color: #103054;
}
.get-in-touch-wrap .right-block li{
	margin-bottom: 20px;
    color: #fff;
}
.get-in-touch-wrap .right-block li:last-child{
	margin-bottom: 0;
}
.get-in-touch-wrap .right-block li i{
	margin-right: 5px;
    font-size: 20px;
	transition: 0.3s;
}
.get-in-touch-wrap .right-block li a.phone{
    font-size: 18px;
	color: #fff;
    text-decoration: none;
	transition: 0.3s;
}
.get-in-touch-wrap .right-block li:hover a.phone,
.get-in-touch-wrap .right-block li:hover i{
	opacity: 0.8;
}
.get-in-touch-wrap .right-block li p{
	margin-bottom: 5px;
    font-size: 16px;
}
/* Get In Touch Ends */

/* Map Section Starts */
.map-block{
	background-color: #103054;
}
.map-block h2{
	color: #fff;
}
.map-block .map-inner-block .cont_flex_wrap{
	margin-top: 40px;
}
.map-block .map-inner-block .cont_flex_wrap .text-block-wrap h6,
.map-block .map-inner-block .cont_flex_wrap .text-block-wrap p{
	color: #fff;
}
.map-block .map-inner-block .cont_flex_wrap .text-block-wrap h6{
	font-size: 16px;
}
.map-block .map-inner-block .cont_flex_wrap .text-block-wrap p i{
	margin-right: 5px;
}
.map-block .map-inner-block .email-drop-block{
    margin-top: 40px;
    padding: 10px 0;
	color: #fff;
    text-align: center;
    font-weight: 300;
    border: solid #898989;
    border-width: 1px 0;
}
.map-block .map-inner-block .email-drop-block a{
	margin-left: 5px;
	color: #fff;
	text-decoration: none;
}
/* Map Section Ends */

/* Contact Us Section Starts */
.main_powerhouse .head-block{
	width: 100%;
}
.main_powerhouse .head-block p.sub-heding{
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	text-align: center;
}
.main_powerhouse .contact-form-wrap .form-group{
	margin-bottom: 15px;
}
.main_powerhouse .contact-form-wrap .form-group label{
	margin-bottom: 5px;
	font-size: 16px;
}
.main_powerhouse .contact-form-wrap .form-group label sup{
	color: red;
	font-size: 14px;
    top: -5px;
    left: -2px;
}
.main_powerhouse .contact-form-wrap .form-group .form-control{
	width: 100%;
	height: 44px;
	font-size: 14px;
	box-shadow: none;
	border-radius: 2px;
}
.main_powerhouse .contact-form-wrap .form-group textarea.form-control{
	height: 100px;
}
.main_powerhouse .contact-form-wrap .btn-wrap{
	display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.main_powerhouse .contact-form-wrap .btn-wrap .btn-submit{
	margin: 0;
    color: #fff;
	background-color: #103054;
	transition: 0.3s;
}
.main_powerhouse .contact-form-wrap .btn-wrap .btn-submit:hover{
	border-color: #27476c;
	background-color: #27476c;
}
.main_powerhouse .list-unstyled{
	padding: 0px 30px 0px 30px;
}
.main_powerhouse .list-unstyled li{
	display: flex;
	padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}
.main_powerhouse .list-unstyled li:last-child{
	border-bottom: none;
}
.main_powerhouse .list-unstyled li i{
	margin: 3px 8px 0 0;
	font-size: 22px;
	color: #10b1e5;
}
.main_powerhouse .list-unstyled li i.fa-envelope{
	margin: 4px 8px 0 0;
	font-size: 18px;
}
.main_powerhouse .list-unstyled li a{
	text-decoration: none;
}
/* Contact Us Section Ends */

/* Footer style starts */
footer{
	padding-top: 60px;
}
footer .copyright{
	padding: 0px 0;
}
footer .copyright p{
	font-weight: 400;
}
.blok-link h5{
	margin-bottom: 20px;
	text-transform: unset;
}
/* Footer style ends */

/* Video Banner (YouTube Video) Satrts */
.background-video-wrapper {
	height: calc(100vh + 80px);
    position: relative;
    pointer-events: none;
    margin-top: -80px;
}
.background-video {
	background-position: top center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
video,
source {
	bottom: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}
.loaded .ytplayer-container {
	display: block;
}
.ytplayer-container {
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.ytplayer-shield {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.ytplayer-player {
	position: absolute;
}
.ytp-show-cards-title{
	display: none;
}
@media (max-width: 992px){
	.background-video-wrapper {
		height: 100vh;
		margin-top: 0;
	}
}
/* Video Banner (YouTube Video) Ends */

@media (max-width: 1200px){
	.counter-card .number-block .sub-heding {
		font-size: 25px;
	}
	.counter-card .number-block .counter-count {
		font-size: 25px;
	}
	.counter-card .go-arrow{
		font-size: 25px;
	}
	.testimonial-section-wrap .slick-initialized .slick-slide{
		height: 480px;
	}
	.slider-blogs li .blog a .blog-content{
		min-height: 200px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.header-menu .main-menu > li{
		padding: 10px 12px;
	}
}
@media (max-width: 992px){
	.counter-card{
		margin-bottom: 30px;
	}
	.counter-card .number-block .sub-heding {
		font-size: 35px;
	}
	.counter-card .number-block .counter-count {
		font-size: 35px;
	}
	.counter-card .go-arrow{
		font-size: 35px;
	}
	.subline-text h4{
		max-width: 100%;
	}
	.header-middle{
		margin-top: -15px;
	}
}
@media (max-width: 767px){
	.service-block:nth-child(2) .row,
	.service-block:nth-child(4) .row{
		flex-flow: column-reverse;
	}
	.slider-blogs li .blog{
		margin: 0 auto;
	}
	.main_powerhouse .list-unstyled{
		padding: 0;
		margin-top: 40px;
	}
	.main_powerhouse .head-block p.sub-heding{
		width: 100%;
	}
	.map-block .map-inner-block .email-drop-block{
		margin-bottom: 30px;
	}
}
@media (max-width: 640px){
	article.accreditations-card .thumbnail img{
		margin: 20px auto;
		max-width: 250px;
	}
}
@media (max-width: 575px){
	.main-timeline-section {
		min-height: 1500px;
	}
	.main-timeline-section .conference-center-line {
		height: 1150px;
	}
	.team-member, .team-img{
		max-width: 300px;
		margin: 0 auto;
	}
	.testimonial-section-wrap .slick-initialized .slick-slide{
		height: 520px;
	}
	.projects .iconic_pro_card{
    	margin: 0 auto;
		max-width: 350px;
	}
	.main_powerhouse{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.footer-info{
		margin-bottom: 0;
	}
	.footer-logo{
		display: block;
	}
	.footer-logo img{
		max-width: 200px;
	}
	.blok-link {
		margin-top: 30px;
	}
}
@media (max-width: 400px){
	.testimonial-section-wrap .slick-initialized .slick-slide{
		height: 640px;
	}
}