@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.row>* {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

:root {
	--body-font-family: 'Heebo', sans-serif;
	--heading-font-family: 'Inter', sans-serif;
	--e-global-color-white: #fff;
	--e-global-color-black: #000;
	--e-global-color-dark: #3F3F3F;
	--e-global-color-text: #7A7A7A;
	--e-global-color-green: #00BF71;
	--e-global-color-light-gray: #F8F8F8;
	--e-global-color-dark-gray: #656565;
}

img {
	max-width: 100%;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover {
	text-decoration: none;
	color: var(--e-global-color-white);
}

body {
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 400;
	color: var(--e-global-color-text);
	font-family:var(--body-font-family);
}

.section {
	position: relative;
	padding: 10rem 0;
	clear: both;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:var(--heading-font-family);
	margin: 0;
}

header, .logo img {
	transition: all .3s ease;
}

#menu_background_overlay, .hamburger_menu, .mobile_view, .mobile_hamburger {
	display: none;
}

header {
	width: 100%;
	float: left;
	position: relative;
	background: var(--e-global-color-white);
}

.header_top {
	width: 100%;
	padding: .5rem 0;
	background: linear-gradient(90deg, #00BF71 0%, #03B7C6 100%);
}

.header_top_left {
	padding: 1rem 1.5rem;
}

.header_top_left ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header_top_left ul li {
	width: auto;
	padding: 0 1rem;
	color: var(--e-global-color-white);
}

.header_top_left ul li span {
	float: left;
	margin-right: 1rem;
}

.header_top_left ul li a {
	font-size: 1.4rem;
}

.header_top_right {
	padding: 1rem 1.5rem;
}

.header_top_right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_top_right ul li {
	padding: 0 1rem;
	font-size: 1.4rem;
	color: var(--e-global-color-white);
}

.header_top_right ul li i {
	font-size: 1.6rem;
}

.header_bottom {
	width: 100%;
	float: left;
	background: var(--e-global-color-white);
	box-shadow: 0 0 2rem 0 rgb(0 0 0 / 6%);
}

.header_fixed {
	min-height: 13.8rem;
}

.header_fixed .header_bottom {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
}

.logo {
	width: auto;
	max-width: 18%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logo a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.menu {
	width: 64%;
	float: left;
}

.menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu ul li {
	position: relative;
	font-size: 1.5rem;
}

.menu ul li a {
	padding: 3rem 2.5rem;
	position: relative;
    font-weight: 500;
    display: block;
    letter-spacing: .1rem;
    text-transform: uppercase;
	color: var(--e-global-color-dark);
}

.menu ul li.active > a, .menu ul li:hover > a {
	color: var(--e-global-color-green);
}

.menu ul li.child_menu > a span:after {
	font-family:'FontAwesome';
	content: "\f107";
	position: absolute;
	right: .8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu ul li.child_menu .child_menu_panel {
	-webkit-box-shadow: 0 .3rem 1.5rem 0 rgb(0 0 0 / 5%);
    box-shadow: 0 .3rem 1.5rem 0 rgb(0 0 0 / 5%);
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--e-global-color-white);
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    pointer-events: none;
    max-height: none;
    z-index: 999;
    min-width: 22rem;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}

.menu ul li.child_menu .child_menu_panel li {
	width: 100%;
}

.menu ul li.child_menu .child_menu_panel li a {
	padding: 1.5rem;
}

.menu ul li.child_menu:hover .child_menu_panel {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.header_button {
	width: 18%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_button .green_button {
	margin: 0;
}

.header_button .green_button a {
	font-size: 1.4rem;
	padding: 1.5rem 3.2rem;
}

.green_button {
	margin-top: 1rem;
	display: inline-block;
}

.green_button a {
	font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16rem;
    background-color: #00BF71;
    padding: 2rem 4rem;
    display: inline-block;
    border-radius: .3rem;
    color: var(--e-global-color-white);
    background: var(--e-global-color-green);
    transition: all .3s;
}

.green_button a:hover {
	transform: translateY(-.8rem);
}




/*-- header end --*/



.home_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20rem 0 28rem 0;
}

.banner_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home_banner_overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.1;
	z-index: 1;
	position: absolute;
	background: var(--e-global-color-black);
}

.home_banner_content {
	background: #0000006B;
	padding: 4rem;
	position: relative;
	z-index: 2;
	border-radius: .4rem;
	color: #D2D2D2;
	max-width: 55%;
	flex: 0 0 55%;
}

.home_banner_content h1 {
	color: var(--e-global-color-white);
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 1.5rem;
}

.home_banner_content p {
	padding-right: 8rem;
}




.home_sec2 {
	padding-bottom: 18rem;
}

.home_sec2_box_main {
	padding: 0 2rem;
	position: relative;
	z-index: 3;
	margin-top: -10rem;
}

.home_sec2_box {
	padding: 4rem 4rem;
    box-shadow: 0 .5rem 1.5rem 0 rgb(0 0 0 / 10%);
    border-style: solid;
    border-width: 0;
    border: .1rem solid #f5f5f5;
    border-radius: .5rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.home_sec2_box_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_sec2_box_icon i {
	font-size: 8rem;
	margin-bottom: 2rem;
	color: var(--e-global-color-green);
}

.home_sec2_box_content {
	color: var(--e-global-color-dark-gray);
}

.home_sec2_box_content h3 {
	margin: 2rem 0;
    padding: 0;
    color: var(--e-global-color-dark);
    font-size: 2.4rem;
    font-weight: 600;
}

.home_sec2_box_content .read_more a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: var(--e-global-color-green);
	background: var(--e-global-color-white);
}

.home_sec2_box_content .read_more a i {
	font-size: 2.2rem;
	line-height: 1.8rem;
	margin-left: .5rem;
}

.home_sec2_box_main:nth-child(2) .home_sec2_box {
	padding: 5rem 3rem;
	background: var(--e-global-color-green);
	border-color: var(--e-global-color-green);
}

.home_sec2_box_main:nth-child(2) .home_sec2_box .home_sec2_box_content,
.home_sec2_box_main:nth-child(2) .home_sec2_box .home_sec2_box_icon i,
.home_sec2_box_main:nth-child(2) .home_sec2_box .home_sec2_box_content h3 {
	color: var(--e-global-color-white);
}

.home_sec2_box_main:nth-child(2) .home_sec2_box .home_sec2_box_content .read_more a {
	color: var(--e-global-color-white);
	background: var(--e-global-color-green);
}


.home_sec3 {
	background: var(--e-global-color-light-gray);
}

.video_part {
	width: 100%;
	margin-top: -15rem;
	position: relative;
}

.video_part_image {
	width: 100%;
	height: 100%;
}

.video_play_row {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video_play_row button.video_play_button {
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	border: none;
	background: var(--e-global-color-white);
	box-shadow: 0 0 1rem 0 rgb(0 0 0 / 10%);
}

.video_play_row button.video_play_button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.video_play_row button.video_play_button i {
	font-size: 4rem;
	color: var(--e-global-color-green);
}


.home_sec3_left > .row {
	padding-left: 4rem;
}

.home_sec3_bottom {
	padding: 4rem 0 0;
	display: flex;
	align-items: center;
}

.home_sec3_bottom_icon {
	margin-right: 1rem;
}

.home_sec3_bottom_icon i {
	font-size: 6rem;
	color: var(--e-global-color-green);
}

.home_sec3_bottom_content {
	color: var(--e-global-color-text);
}

.home_sec3_bottom_content h3 {
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--e-global-color-dark);
}


.home_sec3_right {
	padding-left: 5rem;
}

.home_sec3_right h5 {
	font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: var(--e-global-color-green);
}

.home_sec3_right h2 {
	font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--e-global-color-dark);
}

.home_sec3_right p {
	color: var(--e-global-color-text);
	padding: 0 5rem 0 0;
}

.home_sec3_right .green_button a {
	padding: 1.3rem 3rem;
}



.home_sec4_heading_box {
	padding-left: 1.5rem;
}

.home_sec4_heading_box p {
	padding: 0;
}

.home_sec4_main_box {
	margin-bottom: 3rem;
}

.home_sec4_main_box .home_sec2_box {
	border-bottom: solid .5rem var(--e-global-color-green);
}

.home_sec4_main_box .home_sec2_box:before {
	position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
}

.home_sec4_main_box .home_sec2_box:hover:before {
	top: 0;
	background: var(--e-global-color-green);
}

.home_sec4_main_box .home_sec2_box .home_sec2_box_icon,
.home_sec4_main_box .home_sec2_box .home_sec2_box_content {
	position: relative;
	z-index: 2;
}

.home_sec4_main_box .home_sec2_box:hover .home_sec2_box_content h3,
.home_sec4_main_box .home_sec2_box:hover .home_sec2_box_content p,
.home_sec4_main_box .home_sec2_box:hover .home_sec2_box_icon i {
	color: var(--e-global-color-white);
	-webkit-transition: all .4s;
    transition: all .4s;
}

.home_sec4_main_box .home_sec2_box .home_sec2_box_icon i {
	font-size: 4rem;
}


.home_sec5 {
	background: var(--e-global-color-light-gray);
	padding-bottom: 15rem;
}


.home_sec5_left .home_sec3_right p {
	padding: 0
}

.home_sec5_left ul {
	display: inline-block;
}

.home_sec5_left ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: .7rem 0 .5rem 2.5rem;
}

.home_sec5_left ul li:before {
	font-family:'FontAwesome';
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--e-global-color-green);
}


.home_sec5_right {
	padding-left: 5rem;
}

.home_sec5_right .carousel, .home_sec5_right .carousel .carousel-inner, .home_sec5_right .carousel .carousel-inner .carousel-item {
	height: 100%;
}

.home_sec5_right_under {
	width: 100%;
	height: 45rem;
}

.home_sec5_right_under img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.companies_content {
	width: 62%;
	left: 0;
	bottom: -7rem;
	font-style: italic;
	position: absolute;
	background: var(--e-global-color-white);
	margin: 0;
	z-index: 22;
    padding: 3.5rem;
    background-color: var(--e-global-color-white);
    border-radius: .3rem;
    border-left: solid .5rem var(--e-global-color-green);
    box-shadow: 0px .3rem 1rem 0 rgb(0 0 0 / 10%);
}

.companies_content p {
	margin: 0;
}



.home_sec6_main:not(:first-child) {
	padding: 0 2.5rem;
}

.v_card {
	height: 35rem;
	padding: 0;
	position: relative;
}

.v_card:after {
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--e-global-color-black);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none;
}

.v_card:hover:after {
	opacity: .8;
}

.v_card img {
	width: 100%;
	height: 100%;
	//object-fit: cover;
}

.v_card_profile {
	padding: 0 1.5rem;
	position: absolute;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.v_card:hover .v_card_profile {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}

.v_card_profile_body {
	padding-bottom: .5rem;
	text-align: center;
	color: var(--e-global-color-white);
}

.v_card_profile_body h3 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: .5rem;
}

.v_card_profile_body p {
	font-size: 1.4rem;
	line-height: normal;
}

.v_card_profile_social {
	width: 100%;
}

.v_card_profile_social ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.v_card_profile_social ul li {
	width: auto;
	margin: .7rem;
}

.v_card_profile_social ul li a {
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: var(--e-global-color-green);
	background: var(--e-global-color-white);
}

.v_card_profile_social ul li a i {
	font-size: 1.4rem;
}


.home_sec7 {
	 background-size: cover !important; 
	 background-attachment: fixed !important; 
	 background-position: top center !important;
}

.black_overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;
	position: absolute;
	z-index: 1;
	background: var(--e-global-color-black);
}

.home_sec7 .container {
	position: relative;
	z-index: 2;
}

.home_sec7 .home_sec4_heading_box, .home_sec8 .home_sec4_heading_box {
	text-align: center;
	margin: auto;
}

.home_sec7 .home_sec4_heading_box h2,
.home_sec7 .home_sec4_heading_box p {
	color: var(--e-global-color-white);
}

 
.home_sec8_bottom {
	margin-top: 5rem;
}

.news_part {
	width: 100%;
	box-shadow: 0 .5rem 1.5rem 0 rgb(0 0 0 / 10%);
    border-radius: .3rem;
    margin-bottom: 3rem;
    background: var(--e-global-color-white);

}

.news_pic {
	width: 100%;
	height: 23rem;
	overflow: hidden;
}

.news_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.news_part:hover .news_pic img {
	-webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

.news_body {
	width: 100%;
	padding: 2rem 3.5rem 4rem;
}

.news_date {
	width: 100%;
    display: flex;
    font-size: 1.4rem;
    align-items: center;
    justify-content: flex-start;
}

.news_date i {
	font-size: 1.6rem;
	margin-right: 1rem;
}

.home_sec8 .home_sec8_bottom .news_part .news_content {
	text-align: left;
	margin-top: 1.5rem;
	padding: 0;
}

.news_content h4 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
	color: var(--e-global-color-dark);
}

.home_sec8_bottom .lnews .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	margin: auto;
	border: none;
	width: 4.5rem;
	height: 4.5rem;
	overflow: hidden;
	border-radius: 50%;
	color: var(--e-global-color-white);
	background: var(--e-global-color-green);
}

.home_sec8_bottom .lnews .slick-arrow.slick-prev {
	left: -2rem;
	right: auto;
}

.home_sec8_bottom .lnews .slick-arrow.slick-next {
	left: auto;
	right: -2rem;
}

.home_sec8_bottom .lnews .slick-arrow:focus {
	border: none;
	outline: none;
	box-shadow: none;
}


footer {
	position: relative;
	padding: 5rem 0 2rem;
	background: #292929;
}

.footer_bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/footer.jpg);
	background-size: cover;
	opacity: .4;
}

.footer_top {

}

.footer_left {
	padding-right: 5rem;
}

.footer_logo {
	max-width: 60%;
	margin-bottom: 2rem;
}

.footer_left .v_card_profile_social ul {
	justify-content: flex-start;
}

.footer_left .v_card_profile_social ul li {
	margin: 1rem 1.5rem 0 0;
}

.footer_left .v_card_profile_social ul li a {
	width: 4rem;
	height: 4rem;
}

.footer_left .v_card_profile_social ul li a i {
	font-size: 1.6rem;
}

.footer_menu h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: var(--e-global-color-white);
}

.footer_menu ul li {
	width: 100%;
	padding: .6rem 0;
}

.footer_menu ul li a {
	padding-left: 2.2rem;
	position: relative;
	display: block;
	color: var(--e-global-color-text);
}

.footer_menu ul li a:hover {
	color: var(--e-global-color-white);
}

.footer_menu ul li a:after {
	font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-white);
}

.footer_right h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: var(--e-global-color-white);
}

.footer_right ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: .6rem 0;
}
.footer_right ul li i {
	font-size: 1.8rem;
	margin-right: 1rem;
	color: var(--e-global-color-white);
}

.footer_bottom {
	border-top: solid .1rem #A0AABA2B;
	margin-top: 4rem;
	padding: 3rem 0 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
}






/*-------- Home Page End ---------*/



.about_sec1_image {
	width: 100%;
	height: 40rem;
}

.about_sec1_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*-------- About Page End ---------*/



.contact_sec1 {
	padding-bottom: 0;
}

.contact_sec1_left {
	padding-right: 5rem;
}

.contact_sec1_details {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 2.5rem;
}

.contact_sec1_icon {
	width: auto;
	margin-right: 1.5rem;
}

.contact_sec1_icon i {
	font-size: 4rem;
	color: var(--e-global-color-green);
}

.contact_sec1_content h4 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--e-global-color-dark);
}

.contact_sec1_right {

}

.contact_form {
	padding: 5rem;
	display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: -8rem;
    background: var(--e-global-color-white);
	box-shadow: 0 .5rem 1.5rem 0 rgb(0 0 0 / 10%);
}

.contact_form form {
	width: 100%;
	display: inline-block;
}

.contact_form form .form-group {
	margin-bottom: 1.5rem;
}

.contact_form form input, .contact_form form textarea {
	width: 100%;
	min-height: 5rem;
	font-size: 1.4rem;
	font-weight: 300;
	border-radius: 0;
	border:  solid .1rem #E3E3E3;
	padding: .5rem .5rem .5rem 3rem;
}

.contact_form form textarea {
	resize: none;
	height: 15rem;
}

.contact_form form input.contact_send {
	width: auto;
	height: auto;
	font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16rem;
    background-color: #00BF71;
    padding: 2rem 4rem;
    display: inline-block;
    border-radius: 0.3rem;
    color: var(--e-global-color-white);
    background: var(--e-global-color-green);
}

.contact_sec2 iframe {
	width: 100%;
	height: 50rem;
	margin: 0;
}




/*-------- About Page End ---------*/



.services_page {

}

.services_sec:nth-child(even) {
	background: var(--e-global-color-light-gray);
}

.services_sec:nth-child(even) > .container > .row {
	flex-direction: row-reverse;
}
.p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
}