@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');


:root {
	--font: "Outfit", sans-serif;
	--font1: 'Montserrat', sans-serif;
	--font2: 'Playfair Display', serif;
	--font3: 'Open Sans', sans-serif;
    --font4: 'DM Serif Display', serif;
	--color: #061237;
	--color2: #79D5EA;
	--white: #ffffff;
	--black: #000000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  --moz-appearance: textfield;
}
.sidebar__content .iconAdd {
	font-family: var(--font1);
	font-weight: 700;
	font-size: 13px;
}

.sidebar__contact ul li .text span,
.sidebar__contact ul li .icon i,
.sidebar__contact ul li .text span a {
	color: var(--white) !important;
}

.header__bottom .logo img,
.logo-gradient img {
	width: 230px;
	max-width: 100%;
}

.header__bottom.sticky .main-menu ul li a {
	color: var(--white) !important;
}

.header__social ul li,
.header__top {
	border-color: #787878 !important;
}

.header__btn .call_btn {
	background: #ffffff;
	color: #080f10;
	padding: 8px 18px 8px 8px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	font-family: var(--font);
	text-transform: capitalize;
}

/* #header__sticky{
    background-color: rgba(0, 0, 0, 0.3);
} */
.hero__area {
	background-color: var(--color);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 2;
	padding: 150px 48px 64px 48px;
	height: auto;
}

.herotext h1 {
	font-family: var(--font);
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 91px;
	letter-spacing: 0.02em;
	margin-bottom: 16px;
	color: var(--white);
	position: relative;
	z-index: 10;
}

.herotext .under-line {
	position: relative;
	display: inline-block;
	font-family: var(--font2);
	font-style: italic;
}

.herotext .under-line:after {
	content: "";
	background: url("../img/under_line_blue.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 12px;
	right: 0;
	top: 90%;
	background-size: contain;
}

.slider-short-desc {
	font-family: var(--font3);
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	color: var(--white);
}

.slider-btn-wrapper {
	margin-top: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.slider-btn-wrapper .slider-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 1s;
	padding: 11px 33px;
	text-align: center;
	border-radius: 0px;
	text-transform: capitalize;
	font-family: var(--font1);
	font-size: 17px;
	line-height: 31px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
}


.slider-btn-wrapper .slider-btn.active {
	background: var(--color2);
	color: #080f10;
	border: 1px solid transparent;
}

.slider-btn-wrapper .slider-btn::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: 0;
	background: var(--color2);
	opacity: 0;
	z-index: -1;
	transition: all 0.5s;
}

.slider-btn-wrapper .slider-btn:hover::before {
	left: 0;
	right: 0;
	opacity: 1;
}

.slider-btn-wrapper .slider-btn:hover {
	color: var(--black);
}

.banner_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.banner_img {
	position: relative;
	z-index: 2;
	right: 0;
	top: 0;
	height: 100%;
}

.banner_img .sketch {
	background-image: url('../img/triangle-shape-white.png');
	width: 109px;
	height: 109px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 115px;
	left: 6px;
	-webkit-animation: MoveUpDown 2s linear infinite alternate;
	animation: MoveUpDown 2s linear infinite alternate;
}

.banner_img .brush-sketch {
	background-image: url('../img/brush-sketch.png');
	width: 122px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 40px;
	right: 0px;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	-webkit-animation: MoveUpDown 2s linear infinite alternate;
	animation: MoveUpDown 2s linear infinite alternate;
	z-index: 8;
}


.hero__area .shape-one {
	background-image: url('../img/shape-1.png');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 270px;
	right: 55px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation: Rotating-reverse 9s linear infinite;
	animation: Rotating-reverse 9s linear infinite;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.hero__area .shape-two {
	background-image: url('../img/shape-3.svg');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 271px;
	left: 42px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: Rotating 5s linear infinite;
	animation: Rotating 5s linear infinite;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}


@-webkit-keyframes Rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes Rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes Rotating-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes Rotating-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes MoveUpDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes MoveUpDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.certified .rotating {
	-webkit-animation: rotating 12s linear infinite;
	animation: rotating 12s linear infinite;
}

.rotating_wheel {
	padding: 40px 0 0 0;
	margin-bottom: 0px;
	position: relative;
}

.rotating_wheel .scrolldown-btn {
	margin: 100px 72px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--color);
	width: 135px;
	height: 135px;
	border-radius: 100px;
	position: relative;
}

.rotating_wheel .scrolldown-btn-wrapper {
	position: absolute;
	top: 0;
	left: 43%;
	-webkit-transform: translate(0, -61%);
	transform: translate(0, -61%);
	background-image: url('../img/scroll-down-2.png');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100px;
	display: block;
	z-index: 9;
}

.rotating_wheel .rounded-text {
	-webkit-transform: rotate(-103deg);
	transform: rotate(-103deg);
	-webkit-animation: rotating 12s linear infinite;
	animation: rotating 12s linear infinite;
}

.rotating_wheel .down_arrow {
	max-width: 100%;
	position: absolute;
	width: 25px;
}

.header__btn svg {
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #79D5EA;
	padding: 11px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transform: rotate(320deg);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;

}

.header__btn:hover .call_btn svg {
	background-color: var(--color);
	fill: var(--white);
}

.heading_job .about__title {
	font-family: var(--font);
	font-weight: 600;
	color: #2D4A8A;
	font-size: 19px;
	margin-bottom: 10px;
}

.heading_job h2 {
	color: var(--color);
	font-weight: 800;
	text-transform: capitalize;
	font-size: 33px;
	line-height: 45px;
	margin-bottom: 10px;
	/* font-family: var(--font1); */
}

.p-40 {
	padding-left: 40px;
}

.content__text_job p {
	font-family: var(--font3);
	font-size: 16px;
	color: #575959;
	line-height: 30px;
	text-align: justify;
	letter-spacing: 1px;
}

.about__area {
	position: relative;
}

.about__thumb {
	overflow: hidden;
}

.about__thumb img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.about__thumb:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.about__area .sketch-one {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 15%;
	z-index: 3;
	-webkit-animation: MoveUpDown 2s linear infinite alternate;
	animation: MoveUpDown 2s linear infinite alternate;
}

.about__area .sketch-one img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.heading_job .bottom_line {
	position: relative;
	display: inline-block;
	font-family: var(--font2);
	font-style: italic;
}

.heading_job .bottom_line:after {
	content: "";
	background: url("../img/under_line_blue.png");
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 12px;
	right: 0;
	top: 50%;
	background-size: contain;
}

.heading_job .bottom_line:after {
	top: unset;
	bottom: -10px;
}

.about__btn {
	margin-top: 3rem;
}

.btn_comman {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 1s;
	border: 1px solid var(--color);
	padding: 15px 30px;
	font-family: var(--font1);
	font-weight: 600;
	font-size: 18px;
	background: transparent;
	color: var(--color);
	transform: skewX(0deg);
	position: relative;
}

.btn_comman::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: 0;
	background: var(--color);
	opacity: 0;
	z-index: -1;
	transition: all 0.5s;
}

.btn_comman:hover::before {
	left: 0;
	right: 0;
	opacity: 1;
}

.btn_comman:hover {
	border-color: var(--color);
	color: var(--white);
}

.job_area {
	/* background-color: var(--color); */
	background-color: #DDE3E1;
	clear: both;
}

.job_area {
	position: relative;
}

.job_left {
	position: relative;
}

.job_area .left_img {
	overflow: hidden;
	position: relative;
}

.job_area .left_img img {
	max-width: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: 0.5s ease-in;
}

.job_left:hover .left_img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 0.5s ease-in;
}

.job_area .left_img:before {
	background: linear-gradient(0deg, rgb(6 18 55 / 84%) 20%, rgb(6 18 55 / 86%) 50%);
	border-radius: 0px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: all .3s;
	width: 100%;
	z-index: 1;
}

.job_area .left_img:after {
	background: linear-gradient(180deg, rgb(6 18 55 / 95%) 20%, rgb(6 18 55 / 0%) 50%);
	border-radius: 0px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: all .3s;
	width: 100%;
	z-index: 1;
}

.left_content {
	position: absolute;
	padding: 80px;
	top: 0;
	left: 0;
	z-index: 9;
}

.left_content .job_title {
	color: var(--white);
	font-size: 4rem;
	margin-bottom: 15px;
}

.left_content .job_subtitle {
	font-size: 1.7rem;
	color: var(--white);
	margin-bottom: 15px;
}

.left_content .job_desc {
	color: var(--white);
	font-size: 16px;
	font-family: var(--font3);
	line-height: 35px;
	margin-bottom: 50px;
	min-height: 180px;
}

.job_area .job_right {
	background-color: #DDE3E1;
	height: 100%;
	max-width: 600.001px;
}

.job_btn .comman_btn {
	border: 1px solid var(--white);
	padding: 15px 30px;
	color: var(--white);
	font-family: var(--font1);
	background: transparent;
	font-size: 18px;
}

.btntstyle {
	border: 1px solid var(--white);
	padding: 15px 30px;
	color: var(--white);
	font-family: var(--font1);
	background: transparent;
	text-transform: capitalize;
	font-family: var(--font1);
	font-size: 17px;
	line-height: 31px;
	font-weight: 700;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 1s;

}

.btntstyle::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: 0;
	background: var(--color2);
	opacity: 0;
	z-index: -1;
	transition: all 0.5s;
}

.btntstyle:hover::before {
	left: 0;
	right: 0;
	opacity: 1;
}

.btntstyle:hover {
	color: var(--black);
}

.services__area {
	padding: 50px 0;
	clear: both;
}

.services__area .serivces_title h2 {
	color: var(--color);
	font-weight: 800;
	text-transform: capitalize;
	font-size: 33px;
	line-height: 45px;
	margin-bottom: 50px;
	/* font-family: var(--font1); */
	position: relative;
	display: inline-block;

}

.services__area .serivces_title h2:after {
	content: "";
	background: url("../img/under_line_blue.png");
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 12px;
	right: 0;
	top: 100%;
	background-size: contain;
}

.services_box {
	margin-bottom: 40px;
	padding: 15px 15px 0px 15px;
}

.services_box .icons_box img {
	max-width: 100%;
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 15px;
}

.services_content_box h3 {
	font-family: var(--font1);
	font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: var(--color);
}

.common__cta_section {
	background-color: #F2F2F2;
	padding: 40px 0 20px 0;
}

.common__cta_section .main_title_cta h2 {
	color: var(--color);
	font-size: 40px;
}

.common__cta_section .main_title_cta p {
	font-size: 17px;
	line-height: 30px;
	color: var(--black);
	font-family: var(--font3);
	letter-spacing: 1px;
}

.main_btn_cta .btntstyle {
	border-color: var(--color);
	color: var(--white);
	background-color: var(--color);
}

.main_btn_cta .btntstyle::before {
	background: var(--color2);
}

.brands_section {
	padding: 25px 0;
	background: #f2f2f2;
}

.brands_section .partner_logo img {
	filter: grayscale(100%);
	object-fit: contain;
	width: auto;
	height: auto;
}

.brands_section .partner_logo img:hover {
	filter: grayscale(0);
}

.contact_section {
    /* background-color: #F2F2F2; */
    padding: 100px 0;
    background-image: url('../img/Corporate-resources.png'), linear-gradient(#000000b0,#000000e3);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.contact_section .contact_box {
    background-color: var(--white);
    padding: 10px 0 10px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 7px;
    border: 0;
}
.contact_section .contact_details{
	background-color: var(--color);
	padding:25px 20px 10px 20px;
	border-radius:7px;
	height:auto;
}
.contact_details .contact_title h4{
	color: var(--white);
	font-size:35px;
	font-weight:600;
	margin-bottom:10px;
}
.contact_details .contact_title  p{
	font-size: 17px;
    font-family: var(--font);
    color: var(--bs-white);
    line-height: 27px;
}
.contact_details_map ul li{
	list-style: none;
	margin-bottom:40px;
}
.contact_details_map ul li a {
    color: var(--white);
    font-size: 18px;
    font-family: var(--font);
    font-weight: 500;
    line-height: 30px;
}
.contact_details_map .icon_add{
	width: 40px;
    height: 40px;
    border: 1px solid #79D5EA;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    background: #79D5EA;
    color: #000;
    font-size: 20px;
    margin-right: 15px;
}
.map{
	border:5px solid #79D5EA;
	padding:5px;
	border-radius:8px;
}
 .map iframe{
	width:100%;
	height:250px;
	border:0px;
	border-radius:8px;
	margin-top:5px;
	
}
.contact_form_title h4{
    font-family: var(--font3);
    font-weight: 700;
    font-size: 16px;
	margin:15px 0 15px 0;
}
.contact_form_title  h2{
	color: var(--color);    
    font-weight: 700;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 23px;
    margin-bottom: 50px;
	position: relative;
}
.contact_form_title  h2::before{
	width: 52px;
    bottom: -20px;
    height: 4px;
    top: auto;
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #2d4a8a!important;
}
.form_contact label{
	
	font-size:15px;
	font-family: var(--font3);
	font-weight:600;
}
.form_contact .form-control , .form_contact .form-select {
	box-shadow: none;
    outline: none;
    color: var(--black);
    font-family: var(--font3);
    font-size: 18px;
	font-weight:600;
}
.form_contact .form-control:focus , .form_contact .form-select:focus{
	box-shadow:none;
	border-color: var(--color);
	outline:none;
}
.form_contact textarea{
	height:150px !important;
	resize:none;
}
.form_contact  .submit_btn{
	border: 1px solid var(--color);
	padding: 8px 40px;
	color: var(--color);
	font-family: var(--font1);
	background: transparent;
	text-transform: capitalize;
	font-family: var(--font1);
	font-size: 17px;
	line-height: 31px;
	font-weight: 700;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 1s;
}

.submit_btn:hover{
	background:var(--color);
	color: var(--white);
}
.footer_bg{
	background-image: url('../img/footer/foooter_bg1.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_bg .footer__logo img{
	max-width: 100%;
    width: 200px;
    margin-bottom: 15px;
}
.widget_subscribe_box{
	background-color: var(--color);
	padding: 24px;
    margin-top:0px;
}
.subscribe_title h2{
	color: var(--white);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.subscribe_title p {
    font-size: 15px;
    font-family: var(--font3);
    color: var(--white);
	line-height:25px;
}
.widget_subscribe_box .form-control{
	background: no-repeat;
    height: 51px;
    border-color: var(--white);
    color: var(--white);
    font-size: 16px;
    border-radius: 6px;
    box-shadow: none;
	border-radius:0px;
}
.widget_subscribe_box .form-control:focus{
	background-color: transparent;
	box-shadow: none;
	border-color: var(--white);
}
.widget_subscribe_box label {
	color: var(--white);
}
.subscribe_btn .btn{
    background-color: var(--color2);
    color: var(--black);
    border-radius: 0px;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px;
	box-shadow: none;
}
.footer__info ul li .icon i{
	color: #061237 !important;
}
.back_to_top {
    position: fixed;
    z-index: 99999;
    right: 10px;
    font-size: 18px;
    /* padding: 10px 10px 10px 10px; */
    bottom: 50px;
    opacity: 1;
    visibility: visible;
    color: var(--white);
    border: 1px solid var(--color);
    background-color: var(--color);
    border-radius: 0px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 30px;
    font-size: 25px;
}

.header__bottom.sticky .sidebar-toggle-btn .line{
	background: var(--white) !important;
}


@media (min-width: 320px) and (max-width: 767px) {
	.hero__area{
		padding:120px 10px 35px 10px;
	}
	.herotext h1{
		font-size:30px;
		line-height:40px;
	}
	.slider-short-desc {		
		font-size: 15px;
		line-height: 35px;		
	}
	.shape-one , .shape-two , .sketch-one , .job_area{
		display: none;
	}
	.slider-btn-wrapper .slider-btn{
		font-size: 15px;
		line-height: 30px;
		padding: 5px 10px;
	}
	.p-40{
		padding-left:0px;
	}
	.content__text_job p {
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.pb-100 {
		padding-bottom: 40px;
	}
	.pb-45 {
		padding-bottom: 0px;
	}
	.pt-sm-30{
		padding-top:30px !important;
	}
  }


  @media (min-width: 1280px) and (max-width: 1440px) {
  
	.herotext h1{
		font-size: 50px;
		line-height: 60px;
	}
	.left_content .job_title{
		font-size: 1.3rem;
	}
	.left_content .job_subtitle{
		font-size:1.2rem;
	}
	.left_content .job_desc {
		font-size: 13px;
		line-height: 28px;
		margin-bottom: 10px;
		min-height: auto;
	}
	.btntstyle{
		font-size: 13px;
		line-height: 23px;
		padding: 8px 20px;
		}
  }