﻿@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #454444;
	line-height: 24px;
	scroll-behavior: smooth;
	font-weight: 400;
	background-color: #fff
}

a {
	text-decoration: none
}

.w-img img {
	width: 100%
}

.m-img img {
	max-width: 100%
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none
}

a,
button {
	color: inherit;
	outline: none;
	border: none;
	background: rgba(0, 0, 0, 0)
}

button:hover {
	cursor: pointer
}

button:focus {
	outline: 0;
	border: 0
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	line-height: 24px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

h1 {
	font-size: 50px
}

h2 {
	font-size: 32px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 15px
}

ul {
	margin: 0px;
	padding: 0px
}

li {
	list-style: none
}

p {
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	font-weight: 400;
	font-style: italic
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0);
	opacity: 1
}

*::-moz-placeholder {
	color: #2c3941;
	font-size: 14px;
	opacity: 1
}

*::placeholder {
	color: #2c3941;
	font-size: 14px;
	opacity: 1
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.z-index-1 {
	z-index: 1
}

.overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible
}

.p-relative {
	position: relative
}

header {
	background-color: #f6f3eb
}

header .header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px
}

header .header_wrap .h_item1 {
	font-size: 28px;
	color: #0a8270;
	font-weight: 500;
	width: 250px;

}

header .header_wrap .h_item2 ul li {
	display: inline-block;
	padding: 0 15px
}

header .header_wrap .h_item2 ul li a {
	color: #646d6c
}

header .header_wrap .h_item2 ul li a:hover {
	color: #0a8270
}

header .header_wrap .h_item3 .h_btn a {
	padding: 12px 26px;
	background-color: #0a8270;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border-radius: 2px;
	border-radius: 35px
}

header .header_wrap .h_item3 .h_btn a:hover {
	background-color: #fff;
	color: #333
}

.headerNewClass {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 15px #e1e1e1;
	background-color: #fff;
	transition: all linear .5s
}

.home {
	background-color: #f6f3eb;
	padding: 100px 0
}

.home .home_wrapper {
	position: relative
}

.home .home_wrapper .vector-1 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.home .home_wrapper .home_text {
	padding-right: 100px
}

.home .home_wrapper .home_text h5 {
	color: #0a8270;
	padding-bottom: 8px
}

.home .home_wrapper .home_text h1 {
	color: #314d4a;
	line-height: 60px
}

.home .home_wrapper .home_text p {
	color: #494848;
	padding-top: 20px
}

.home .home_wrapper .home_text ul {
	padding-top: 30px
}

.home .home_wrapper .home_text ul li {
	display: inline-block;
	margin-right: 35px;
	font-size: 16px;
	color: #314d4a
}

.home .home_wrapper .home_text ul li i {
	color: #0a8270
}

.home .home_wrapper .home_text ul li .home_btn {
	padding: 12px 35px;
	background-color: #0a8270;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border-radius: 2px;
	border-radius: 35px
}

.home .home_wrapper .home_text ul li .home_btn:hover {
	background-color: #fff;
	color: #333
}

.home .home_wrapper .home_text ul li .linker {
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #0a8270;
	padding: 5px 0
}

.home .home_wrapper .home_img {
	height: 500px;
	width: 100%
}

.home .home_wrapper .home_img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover
}

.w-100 {
	width: 100px !important;
}

.imgMap {
	width: 100%;
}

.department {
	padding: 50px 0;
	position: relative
}

.department .sectionHeader {
	text-align: center
}

.department .sectionHeader h4 {
	font-size: 26px;
	color: #314d4a;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px 0;
	text-transform: uppercase
}

.department .sectionHeader p {
	text-align: center
}

.department .department_wrapper {
	padding-top: 20px
}

.department .department_wrapper .department_wrapper {
	box-shadow: 0 0 15px #e1e1e1;
	margin-bottom: 30px;
	padding: 50px 15px;
	height: 380px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 23px;
	cursor: pointer
}

.department .department_wrapper .department_wrapper:hover .circle img {
	width: 60px;
	margin: 32px auto
}

.department .department_wrapper .department_wrapper:hover .circle {
	border: 15px solid #0a8270
}

.department .department_wrapper .department_wrapper .circle {
	border: 5px solid #0a8270;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #e7e8ec inset;
	color: #27ae60;
	display: inline-block;
	height: 150px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 10px;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto
}

.department .department_wrapper .department_wrapper .circle i {
	font-size: 40px;
	color: #333
}

.department .department_wrapper .department_wrapper .department_text {
	text-align: center;
	padding-top: 20px
}

.department .department_wrapper .department_wrapper .department_text h4 {
	font-size: 22px;
	color: #333;
	font-weight: 500;
	line-height: 30px
}

.department .department_wrapper .department_wrapper .department_text p {
	font-size: 15px;
	color: #585858;
	font-weight: 400;
	line-height: 25px;
	padding-top: 5px;
	text-align: center
}

@keyframes watermark-animate {
	0% {
		left: 0
	}

	100% {
		left: 100%
	}
}

.project {
	background-color: #f6f3eb;
	padding: 60px 0
}

.project .section_header h3 {
	color: #314d4a;
	text-transform: uppercase
}

.project .project_wrapper {
	padding-top: 30px
}

.project .project_wrapper .project_wrap {
	margin-bottom: 35px
}

.project .project_wrapper .project_wrap .project_img {
	height: auto;
	width: 100%
}

.project .project_wrapper .project_wrap .project_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.project .project_wrapper .project_wrap h4 {
	padding-top: 20px
}

.project .project_wrapper .project_wrap h4 a {
	color: #0a8270
}

.footer {
	margin-top: 30px;
	background-color: rgba(187, 217, 220, .2274509804)
}

.footer .footer_navigate {
	border-top: 1px solid rgba(204, 204, 204, .5529411765);
	border-bottom: 1px solid rgba(204, 204, 204, .5529411765);
	padding: 20px 0
}

.footer .footer_navigate .nav_list ul {
	text-align: center
}

.footer .footer_navigate .nav_list ul li {
	display: inline-block;
	padding: 8px 22px;
	position: relative
}

.footer .footer_navigate .nav_list ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 8px;
	width: 8px;
	background-color: #0a8270;
	border-radius: 50%
}

.footer .footer_navigate .nav_list ul li a {
	font-size: 16px;
	color: #494848;
	font-weight: 400
}

.footer .footer_navigate .nav_list ul li a:hover {
	color: #0a8270
}

.footer .footer_wraper {
	padding-top: 40px
}

.footer .footer_wraper .footer_logo {
	font-size: 24px;
	color: #0a8270;
	font-weight: 500
}

.footer .footer_wraper h5 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	padding-top: 10px
}

.footer .footer_wraper h6 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	padding-bottom: 10px
}

.footer .footer_wraper h4 {
	font-size: 15px;
	color: #494848;
	font-weight: 400;
	line-height: 24px
}

.footer .footer_wraper ul li {
	padding-bottom: 10px;
	list-style: square
}

.footer .footer_wraper ul li a {
	color: #494848;
	font-weight: 400;
	font-size: 16px
}

.footer .footer_wraper ul li a:hover {
	color: #0a8270
}

.footer .footer_wraper .social_icon_list ul li {
	display: inline-block;
	padding-left: 10px
}

.footer .footer_wraper .social_icon_list ul li a i {
	height: 38px;
	width: 38px;
	color: #fff;
	background-color: #0a8270;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px
}

.footer .footer_wraper .social_icon_list ul li a i:hover {
	color: #333
}

.footer .footer_copyright {
	background-color: #0a8270;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	margin-top: 20px
}

.footer .footer_copyright .copyRight_left ul li {
	display: inline-block;
	padding-right: 25px
}

.footer .footer_copyright .copyRight_left ul li a {
	font-size: 16px
}

.footer .footer_copyright .copyRight_left ul li a:hover {
	color: #333
}

.footer .footer_copyright span {
	font-weight: 400
}

.backtotop {
	display: inline-block;
	background-color: #0a8270;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999999999
}

.backtotop::after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff
}

.backtotop:hover {
	cursor: pointer;
	background-color: #000
}

.backtotop:active {
	background-color: #000
}

.backtotop.show {
	opacity: 1;
	visibility: visible
}

.mob_header .mob_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px
}

.mob_header .mob_wrapper .left_side {
	font-size: 26px;
	color: #333;
	font-weight: 500
}

.mob_header .mob_wrapper .right_side i {
	font-size: 24px;
	color: #333;
	height: 35px;
	width: 35px;
	text-align: center;
	justify-content: 35px;
	padding-top: 3px
}

.offcanvas .offcanvas-body ul li {
	padding-bottom: 16px
}

.offcanvas .offcanvas-body ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.offcanvas .offcanvas-body ul li a:hover {
	color: #0a8270
}

.info_wrapper {
	padding: 50px 0
}

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

.info_wrapper .info_left .info_img {
	height: 450px;
	width: 100%
}

.info_wrapper .info_left .info_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.info_wrapper .info_right h4 {
	font-size: 20px;
	font-weight: 500;
	color: #0a8270;
	line-height: 24px
}

.info_wrapper .info_right h5 {
	font-size: 50px;
	font-weight: 600;
	color: #333;
	line-height: 60px;
	padding: 20px 0
}

.detail {
	position: relative;
	padding-bottom: 40px
}

.detail .details_bg {
	width: 100%;
	height: 340px;
	background-color: #f6f3eb
}

.detail .details_bg .detail_heading {
	text-align: center;
	padding-top: 60px
}

.detail .details_bg .detail_heading h4 {
	font-size: 40px;
	color: #333;
	font-weight: 500;
	line-height: 50px
}

.detail .details_bg .detail_heading p {
	font-style: normal;
	text-align: center
}

.detail .detail_wrapper {
	width: 75%;
	margin: -160px auto 0;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 0 15px #e1e1e1
}

.detail .detail_wrapper .detail_img {
	height: 450px;
	width: 100%;
	position: relative
}

.detail .detail_wrapper .detail_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.detail .detail_wrapper .detail_img .detail_vedio_link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center
}

.detail .detail_wrapper .detail_img .detail_vedio_link a i {
	font-size: 60px;
	color: #fff
}

.detail .detail_wrapper .detail_text {
	padding: 20px 40px 40px 40px
}

.detail .detail_wrapper .detail_text h4 {
	font-size: 28px;
	color: #333;
	font-weight: 500;
	line-height: 38px
}

.contact_box_wrapper {
	width: 75%;
	background-color: #fff;
	box-shadow: 0 0 15px #e1e1e1;
	height: 450px;
	margin: -140px auto 0;
	border-radius: 16px;
	overflow: hidden
}

.contact_box_wrapper .location_map .location_frame {
	height: 450px;
	width: 100%
}

.contact_box_wrapper .contact_box_item {
	display: flex;
	padding: 10px
}

.contact_box_wrapper .contact_box_item .item_icon i {
	font-size: 24px;
	color: #0a8270;
	height: 50px;
	width: 50px;
	border: 1px solid #0a8270;
	border-radius: 50%;
	text-align: center;
	line-height: 50px
}

.contact_box_wrapper .contact_box_item .item_text {
	padding-left: 10px;
	padding-top: 5px
}

.contact_box_wrapper .contact_box_item .item_text h4 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 13px
}

.contact_box_wrapper .contact_box_item .item_text p {
	font-size: 15px;
	font-style: normal
}

.contact_form_wrapper {
	width: 75%;
	margin: 0 auto;
	padding: 60px 0 30px 0
}

.contact_form_wrapper h4 {
	font-size: 28px;
	color: #333;
	font-weight: 500;
	text-align: center
}

.contact_form_wrapper .contact_form {
	padding-top: 30px
}

.contact_form_wrapper .contact_form .form_control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #60697b;
	background-color: #fefefe;
	background-clip: padding-box;
	border: 1px solid rgba(8, 60, 130, .07);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .4rem;
	box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 12px
}

.contact_form_wrapper .contact_form .form_control::placeholder {
	color: rgba(106, 104, 104, .8705882353);
	font-size: 15px
}

.contact_form_wrapper .contact_form .textarea_class {
	height: 140px
}

.contact_form_wrapper .contact_form .contact_form_btn {
	font-size: 18px;
	color: #fff;
	padding: 15px 35px;
	background-color: #0a8270;
	font-weight: 500;
	text-align: center;
	border-radius: 35px;
	cursor: pointer
}

.contact_form_wrapper .contact_form .contact_form_btn:hover {
	background-color: #f6f3eb;
	color: #333;
	box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04)
}