/*

 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

*/

 

 

/* =Theme customization starts here

------------------------------------------------------- */

@font-face {
  font-family: Calistoga Regular;
  src: url('fonts/Calistoga-Regular.ttf') format('truetype');  
}

@font-face {
  font-family: Teachers Regular;
  src: url('fonts/Teachers-Regular.ttf') format('truetype');  
}

#menu-main-menu li {
	padding-left: 45px;
    padding-right: 45px;
}

#menu-main-menu a {
	font-family: Calistoga Regular;
	font-size:16px;
	line-height:normal;
	color:#000;
}

#menu-main-menu a:hover,
#menu-main-menu li.current-menu-item a {
	color:#F54508;
}

.text-center {
	text-align:center;
}

.home-heading {
	font-family: Calistoga Regular;
	font-size:64px;
	line-height:normal;
	color:#000;
}

.home-content {
	font-family: Teachers Regular;
	font-size:40px;
	line-height:normal;
	color:#000;
}

.btn-wrap-box {
	padding:0px !important;
	display:flex;
}

.btn-wrap-box li {
	list-style-type:none;
}

.btn-solid,
.btn-wht:hover {
	background:#F54508;
	border-radius:30px;
	border:2px solid #F54508;
	
	font-family: Calistoga Regular;
	color:#fff;
	font-size:20px;
	line-height:normal;
	padding: 12px 45px;
    display: inline-block;
    margin: 0px 20px;
	box-shadow:1px 4px 1px rgba(0, 0, 0, 0.1);
	min-width: 190px;
    text-align: center;
}

.btn-wht,
.btn-solid:hover {
	background:#fff;
	border-radius:30px;
	border:2px solid #F54508;
	
	font-family: Calistoga Regular;
	color:#F54508;
	font-size:20px;
	line-height:normal;
	padding: 12px 45px;
    display: inline-block;
    margin: 0px 20px;
	box-shadow:1px 4px 1px rgba(0, 0, 0, 0.1);
	min-width: 190px;
    text-align: center;
}

.section-heading-title {
	font-family: Calistoga Regular;
	font-size:48px;
	line-height:normal;
	color:#000;
}

.section-heading {
	font-family: Calistoga Regular;
	font-size:48px;
	line-height:normal;
	color:#000;
	position:relative;
}

.section-heading:before {
	position:absolute;
	content:"";
	background:url(/wp-content/themes/divi-child/img/shap-01.png);
	background-size:cover;
	width:603px;
	height:56px;
	left:0px;
	bottom: -2px;
    z-index: -1;
}

.sub-title {
	font-family: Teachers Regular;
	font-size:32px;
	line-height:normal;
}

.pg-content {
	font-family: Teachers Regular;
	font-size:20px;
	line-height:normal;
	font-weight:600;
}

.section-sub-heading {
	font-family: Calistoga Regular;
	font-size:32px;
	line-height:normal;
	color:#000;
	position:relative;
	display:inline-block;
}

.section-sub-heading:before {
	position:absolute;
	content:"";
	background:url(/wp-content/themes/divi-child/img/shap-01.png);
	background-size:cover;
	width:603px;
	height:56px;
	left: 100%;
    bottom: 50%;
    z-index: -1;
    transform: translateY(10px);
}

.btn-arrow,
.btn-arrow:hover {
	position:relative;
	padding-right: 75px;
}

.btn-arrow:before {
	position:absolute;
	content:"";
	background:url(/wp-content/themes/divi-child/img/btn-arrow.png);
	background-size:cover;
	width:20px;
	height:14px;
	right:45px;
	top:calc(50% - 7px);
}

.btn-arrow:hover:before {
	background:url(/wp-content/themes/divi-child/img/btn-arrow-hover.png);
	background-size:cover;
}

.job-box {
	display:flex;
	flex-wrap:wrap;	
}

.job-description-box {
	width:80%;
}

.btn-wrap-box.apl {
	width:20%;
}

.job-title {
	font-family: Calistoga Regular;
	font-size:36px;
	line-height:normal;
	color:#000;
	position:relative;
    margin-bottom: 35px;	
}

.job-title:before {
	position:absolute;
	content:"";
	background:#F54508;	
	width:100%;
	height:2px;
	left: 0;
    bottom: 0px;    
}

.job-description p {
	font-family: Teachers Regular;
	font-size:20px;
	line-height:normal;
	padding-bottom: 10px;
	color: #000;
}

.job-description p span {
	font-weight:600;
}

.job-description p.salary-rate {
	color:#F54508;
}

.job-divider-line {
	position:relative;
}

.job-divider-line:before {
	position:absolute;
	content:"";
	background:url(/wp-content/themes/divi-child/img/job-divider.png);
	background-size:cover;
	width:100%;
	height: 160px;
    left: 0;
    bottom: -75px;
    z-index: 2;  
}

/* FOOTER */

.footer-link {
	padding: 0px !important;
    display: flex;
    justify-content: space-around;
}

.footer-link li {
	list-style-type:none;
	display:inline-block;
}

.footer-link li a {
	font-family: Calistoga Regular;
	font-size:20px;
	line-height:normal;
	color:#000;
}

.footer-link li a:hover {
	color:#F54508;
}

.et-social-linkedin a.icon:before {
	content:url(/wp-content/themes/divi-child/img/linkein-icon.svg);
}

.et-social-instagram a.icon:before {
	content:url(/wp-content/themes/divi-child/img/instagram-icon.svg);
}

.et-social-facebook a.icon:before {
	content:url(/wp-content/themes/divi-child/img/facebook-icon.svg);
}

/* FOOTER */

/* RESPONSIVE */

.et_mobile_menu {
	border-top: 3px solid #F54508 !important;	
}

.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
	color: #F54508 !important;
	font-size: 40px !important;
}

@media (max-width: 980px) {
	
}

@media (max-width: 768px) {
	.home-heading {
		font-size: 45px;
	}
	
	.home-content {
		font-size: 30px;
	}	
	
	.section-heading,
	.section-heading-title {
		font-size: 40px;
	}
	
	.section-sub-heading,
	.job-title {
		font-size:30px;
	}
	
	.sub-title {
		font-size: 28px;
	}
	
	.et_pb_social_media_follow li a {
		margin-right: 0px;
		width: 50px;
	}
	
	.job-divider-line:before {
		display:none;
	}
	
	.job-box {
		display:block;
	}
	
	.btn-wrap-box.apl {
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.home-heading {
		font-size: 36px;
	}
	
	.home-content {
		font-size: 26px;
	}	
	
	.section-heading,
	.section-heading-title {
		font-size: 34px;
	}
	
	.sub-title,
	.section-sub-heading,
	.job-title {
		font-size: 26px;
	}
	
	.section-heading:before { 
		width: 100%;
		height: 36px;
		bottom: -6px;
	}
	
	.section-sub-heading {
		display: block;
	}
	
	.section-sub-heading:before { 
		width: 100%;
		height: 30px;
		left: 0;
		bottom: 10px;
	}
	
	.btn-wrap-box {
		justify-content: center;
	}
	
	.btn-solid, 
	.btn-wht:hover,
	.btn-wht, 
	.btn-solid:hover	{
		min-width: 140px;
		padding: 10px 35px;
		font-size: 17px;
		margin: 0px 10px;
	}
	
	.btn-arrow, 
	.btn-arrow:hover {
		padding-right: 55px;
	}
	
	.btn-arrow:before { 
		right:25px;
	}
	
	.job-description p {
		font-size:16px;
	}
}

/* //RESPONSIVE */

/* CSS FOR LANDING PAGE */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'ExcentraPro';
  src: url('./fonts/ExcentraPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'ExcentraPro', sans-serif;

}

body {
  font-family: 'ExcentraPro', sans-serif;

}

.for-align-cnter {
	display:flex;
	align-items:center;
}

.phu-head h1 {
  font-size: 50px;
    font-weight: 400;
    line-height: 68px;
    text-transform: uppercase;
    margin-bottom: 15px;
	color:#1e3706;
}

.phu-head p {
    font-size: 20px;
    color: #000;
    FONT-WEIGHT: 600;
    letter-spacing: 2px;
}

.f-link a {
	color:#000;
	font-size:16px;
	text-transform:uppercase;
}
 
input::file-selector-button {
  font-weight: bold;
  color: #fff;
  padding: 20px;
  border: none;
  border-radius: 50px;
  text-transform:uppercase;
	background-color:#f14409;
	cursor:pointer;
	
}
a.upload-btn {
    padding: 18px 23px;
    border-radius: 50px;
    background-color: #f4480c;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}


@media only screen and (max-width: 600px) {
	.phu-head h1 {
		font-size: 28px;
		line-height: 44px;
	}
	
	.phu-head p {
		font-size: 16px;
	}

	.for-align-cnter {
		flex-direction: column;
		gap: 30px;
	}	
}

/* // CSS FOR LANDING PAGE */