/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

body{
	font-family: "Work Sans";
}
h2{
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
h3{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

/* Inquiry Form Starts */

.inquiry_form{
	padding:34px 24px;
	background:#f4f8ec;
	max-width:852px;
}

.name_input_field, .email_input_field{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin:16px 0;
	width:100%;
}

.name_input_field .input_field:first-child, .email_input_field .input_field:first-child{
	margin-right:24px;
}
.name_input_field .input_field, .email_input_field .input_field{
	width:50%;
}
.name_input_field input, .email_input_field input, .text_field textarea{
	border:1px solid #0d757f;
	width:100%;
	padding:16px;
	font-size:16px;
	font-weight:700;
	color:#0d757f;
	background:transparent;
}

.text_field textarea{
	width:100%;
	margin:16px 0;
	height:292px;
}
.inquiry_form input::placeholder, .inquiry_form textarea::placeholder{
	color:#0d757f;
}

.inquiry_form p{
	text-align:center;
}

input[type="submit"]{
	margin:0 auto 16px;
	background:#64c3d2;
	height:45px;
	max-width:190px;
	font-size:20px;
	font-weight:400;
	color:#fff;
	line-height:40px;
	border:none;
	outline:none;
	width:100%;
	border-radius:50px;
	transition:ease 0.3s;
}

input[type="submit"]:hover{
	background:#0d757f;
}

.wpcf7-spinner{
	display:none;
}
.et_pb_text_22{
	width:100% !important;
}

/* Inquiry Form Ends */


/* Contact Card Starts */

.contact_card{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.contact_inner{
	background:#0d757f;
	padding:24px 50px;
	height:470px;
	max-width:380px;
	width:380px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.contact_inner h3{
	font-size:30px;
	font-weight:700;
	color:#fff;
	line-height:1.5;
	margin:0;
	padding:0;
}

.contact_inner p{
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:1.5;
	cursor:pointer;
	transition:all 0.3s ease;
	margin:16px 0 24px;
}

.contact_inner ul{
	padding:0;
}

.contact_inner li{
	list-style:none;
}

.contact_inner li a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#fff;
	font-weight:400;
	line-height:1.5;
	padding:8px 0;
}

.contact_inner li a svg{
	height: 24px;
    width: 24px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 24px 0px 0px;
    transition: all 0.3s ease 0s;
}

/* Contact Card Ends */
 

/* Footer Style Starts */

#footer-widgets .footer-widget:first-child{
	width:14%;
}
#footer-widgets .footer-widget:nth-child(2){
	width:28%;
}
#footer-widgets .footer-widget:nth-child(3){
	position:relative;
	padding-left:15px;
	width:30%;
}
#footer-widgets .footer-widget:nth-child(3):after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:4px;
	height:100%;
	background:#64c3d2;
}
#block-8 img{
	width:216px;
	height:auto;
}

#block-9 h3{
	font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
	color:#0d757f;
	padding:0;
}

#block-10 p{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
	color:#0d757f;
	padding:16px 0;
}
#block-11 p{
	font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
	color:#0d757f;
	padding:10px 0;
}

#block-13 h3{
    width: 100%;
    padding: 0px 0px 24px;
    text-align: left;
	color:#0d757f;
	font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

#block-20 ul li, #block-26 p{
	list-style:none;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
	padding:4px 0 !important;
	margin-bottom:0;
	color:#0d757f;
}
#block-20 ul li:before{
	display:none;
}
#block-8, #block-9, #block-10, #block-11, #block-13, #block-20{
	margin-bottom:0;
	display:inline-block;
	width:100%;
}
#footer-bottom{
	display:none;
}
#block-26 p{
	margin-top:128px;
	padding:0 !important;
	white-space:nowrap;
}


/* Scroll Top Style Starts*/

.et_pb_scroll_top.et-pb-icon{
	bottom:100px;
	right:70px;
	width:56px;
	height:56px;
	border-radius:50%;
	display:flex !important;
	justify-content:center;
	align-items:center;
	background:transparent;
	border:2px solid #0d757f;
}
.et_pb_scroll_top:before{
	color:#0d757f;
	animation: bounce ease-in-out 1s infinite alternate;
}

@keyframes bounce{
	from{
		transform:translateY(3px);
	}
	to{
		transform:translateY(-3px);
	}
}

/* Scroll Top Style Starts*/

/* Footer Style Ends */


/* Time Line Section Starts */
.time__line_Container{
	width:100%;
	position:relative;
	padding:0;
	margin:0;
}
.time__line__bar{
	position:absolute;
	top:65px;
	left:50%;
	transform:translateX(-50%);
	width:4px;
}
.default-line {
	content: '';
	width: 4px;
	background: #0d757f;
	position:absolute;
	height:100%;
}

.timeline_section:before{
	z-index:10 !important;
}

.timeline_section.in-view:before{
	background:#fff;
	color:#0d757f;
	transition:ease 0.4s;
}

/* Time Line Section Ends */

/* Header Corrections Starts */

#top-menu li{
	padding-left:60px;
}

#top-menu a{
	font-weight:400;
}
/* Header Corrections Ends */


/* Header Corrections Starts*/

.container.et_menu_container{
	display:flex;
	align-items:center;
	height:85px;
	width:100%;
	padding:0 40px;
}
.et_header_style_left .logo_container{
	position:unset;
	width:25%;
}
#et-top-navigation{
	width:75%;
	padding:0 !important;
	display:flex;
	justify-content:flex-end;
}
.et_header_style_left #et-top-navigation nav>ul>li>a{
	padding:20px 0 !important;
}
.et_header_style_left #et-top-navigation nav>ul>li#menu-item-32 a{
	background:#64c3d2;
	border-radius:50px;
	padding:16px 24px !important;
	color:#fff;
}
.et_header_style_left #et-top-navigation nav>ul>li#menu-item-32 a:hover{
	background:#0d757f;
}
#top-menu-nav>ul>li>a:hover{
	opacity:1;
	color:#0d757f;
}
.et-fixed-header #et-top-navigation nav>ul>li#menu-item-32 a{
	color:#fff !important;
}
.et-fixed-header #top-menu a:hover{
	color:#0d757f !important;
}
#aboutUsRow img{
	width:78%;
}
/* Responsive Starts */

@media(max-width:1400px){
	#journeyRow{
		display:flex;
		align-items:flex-end;
	}
	#aboutUsRow img{
		width:85%;
	}
}

@media(max-width:1200px){
	#journeyRow{
		width:100%;
		padding-left:40px !important;
	}
	#aboutUsRow{
		display:flex;
		align-items:flex-end;
		flex-wrap:wrap;
	}
	#aboutUsRow img{
		width:95%;
	}
	#contactFormRow{
		width:100%;
		padding:0 24px;
	}
	#footer-widgets .footer-widget:nth-child(2){
		width:35%;
	}
	#footer-widgets .footer-widget:nth-child(4){
		display:none;
	}
	#top-menu li{
		padding-left:40px;
	}
	.et_header_style_left #logo {
		max-width: 90%;
	}
}

@media(max-width:980px){
	.timeline_section img{
		height:350px;
		object-fit:contain;
		margin-bottom:150px !important;
		background:#f4f8ec;
	}
	.timeline_sec_even{
		display:flex;
		flex-direction:column-reverse;
		flex-wrap:wrap;
	}
	.timeline_section:before{
		top:440px !important;
		width:70px !important;
		height:70px !important;
	}
	.timeline_section .et_pb_column{
		margin-bottom:0 !important;
	}
	#journeyRow{
		flex-wrap:wrap;
		flex-direction:column-reverse;
		padding-right:40px;
	}
	#journeyRow img{
		margin-bottom:20px;
	}
	#aboutUsRow img{
		width:75%;
	}
	.et_pb_scroll_top.et-pb-icon{
		bottom:40px;
		right:30px;
	}
	.footer-widget:nth-child(n){
		width:100% !important;
	}
	#footer-widgets .footer-widget{
		margin-bottom:40px !important;
	}
	#block-9, #block-10, #block-10, #block-13, #block-20, #block-24, #block-26{
		margin-bottom:0 !important;
	}
	#block-26 p{
		margin-top:50px;
	}
	#block-8 figure{
		margin-bottom:0 !important;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar{
		padding-bottom:0;
	}
	.et_header_style_left .logo_container{
		max-width:200px;
		width:200px;
	}
	#et-top-navigation{
		width:calc(100% - 200px);
	}
	.et_header_style_left .logo_container img{
		max-width:100%;
		width:100%;
		min-width:90%;
	}
	.et_mobile_menu{
		top:85px;
		border:none;
		box-shadow:none;
	}
	.mobile_menu_bar.mobile_menu_bar_toggle{
		width:30px;
		height:2px;
		background:#0d757f;
		position:relative;
	}
	.mobile_menu_bar.mobile_menu_bar_toggle:before{
		content:'';
		width:100%;
		position:absolute;
		left:0;
		height:100%;
		top:-8px;
		background:#0d757f;
		display:block;
		transition:ease 0.2s;
	}
	.mobile_menu_bar.mobile_menu_bar_toggle:after{
		content:'';
		position:absolute;
		left:0;
		width:100%;
		height:100%;
		bottom:-8px;
		background:#0d757f;
		display:block;
		transition:ease 0.2s;
	}
	.mobile_nav.opened .mobile_menu_bar.mobile_menu_bar_toggle:after{
		transform:rotate(45deg);
		transform-origin:center;
		top:0;
	}
	.mobile_nav.opened .mobile_menu_bar.mobile_menu_bar_toggle:before{
		transform:rotate(-45deg);
		transform-origin:center;
		top:0;
		bottom:0;
	}
	.mobile_nav.opened .mobile_menu_bar.mobile_menu_bar_toggle{
		background:transparent;
	}
	.et_mobile_menu li a{
		text-align:center;
		font-size:20px;
		font-weight:400;
		line-height:1.6;
		white-space:nowrap;
		font-weight:400;
		border:none;
		padding:16px;
	}
	#mobile_menu #menu-item-32 a{
		width:190px;
		background:#64c3d2;
		border-radius:50px;
		padding:8px 24px;
		margin:16px auto;
		color:#fff;
	}
}

@media(max-width:850px){
	#contactFormRow{
		flex-wrap:wrap;
	}
}

@media(max-width:767px){
	.timeline_section img{
		margin-bottom:60px !important;
	}
	#aboutUsRow img{
		width:100%;
	}
	.container.et_menu_container{
		padding:0 24px;
	}
}

@media(max-width:576px){
	.timeline_section img{
		height:220px;
	}
	.timeline_section:before{
		top:320px !important;
	}
	.name_input_field, .email_input_field{
		display:block;
		margin:0;
	}
	.name_input_field .input_field, .email_input_field .input_field{
		width:100%;
		margin:16px 0;
	}
}

@media(max-width:430px){
	.contact_card{
		justify-content:center;
	}
	.contact_inner{
		padding:24px;
		max-width:95%;
		width:95%;
	}
}