* {
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
}
html {
  scroll-behavior: smooth;
}
body {
  /* background: transparent linear-gradient(180deg, #e2e2e2 0%, #fff 100%) 0% 0%
	  no-repeat padding-box; */
  background-color: #fff;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}
p {
  font-family: var(--font);
}
.btn_color {
  padding: 10px;
  background-color: var(--color-2);
  color: var(--color-4);
  font-size: 1.4vw;
  padding: 13px 20px;
  border-radius: 50px;
  min-width: 220px;
  font-weight: 600;
}
.section-padding {
  padding-top: 5em;
  padding-bottom: 6em;
}
.heading {
  text-align: center;
  width: 80%;
  margin: auto;
}
.heading h1 {
  font-size: 3rem;
  line-height: 3rem;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}
.heading h1 span {
  color: var(--color-1);
}

/* **************************************************** header ****************************************** */


#header .navbar {
  padding: 0;
}
header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  /* border-bottom: 1px solid #e46c0a96; */
  backdrop-filter: blur(4px);
  /* background-color: #fff; */
  top: 0;
}
header .navbar-light .navbar-brand {
  padding: 0;
}
header .navbar-light .navbar-brand h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  text-shadow: 0px 2px 10px #000;
}
header .navbar-light .navbar-brand h1 span {
  color: var(--color-2);
}
header .navbar-light .navbar-brand img {
  width: 200px;
}
.bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #444;
  border-radius: 35px;
}
.bs-searchbox .form-control {
  border: 1px solid #444;
  box-shadow: none;
  outline: none;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgb(0, 0, 0) !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  overflow: hidden;
  padding-left: 20px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.map_icon {
	position: absolute;
	top: 6px;
	z-index: 1;
	right: 12px;
	font-size: 16px;
	color: var(--color-1);
	padding-left: 7px;
	border-left: 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
}
header
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner
  .text-muted {
  color: #000 !important;
  font-weight: 600;
  margin-left: 0;
  font-size: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: var(--color-2);
  font-weight: 500;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--font);
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  color: var(--color-1);
}
header .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--color-2);
  font-weight: 800;
}
header .form-control {
	background: transparent;
	color: #fff;
	border: 1px solid var(--color-1);
	border-radius: 35px;
}
.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 2px #00000040;
  border-radius: 0;
}
.fixed_header .navbar-brand h1 {
  text-shadow: none !important;
  color: var(--color-1) !important;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px;
  box-shadow: 0px 11px 7px -4px #00000042;
  font-size: 14px;
  color: #4b9452;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.badge:hover {
  color: #000;
}
.login_btn span {
  display: none;
}

header .dropdown-menu li .dropdown-item i {
  color: #1968b2;
  margin-right: 10px;
}
header .dropdown-menu li .dropdown-item img {
  width: 16px;
  margin-right: 11px;
}

.mobile_menu_btn {
	display: none;
}
.mobile_navigation_menu {
	padding-left: 0;
}
.mobile_navigation_menu li {
	list-style: none;
	display: block;
}
.mobile_navigation_menu li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
/* // ********************************************* Banner ******************************************* // */

.banner {
	position: relative;
	height: 90vh;
	overflow: hidden;
	background-size: cover;
	background-position: bottom;
}
/*.banner .banner_overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.93) 0%,
    rgba(0, 0, 0, 0.39) 56%,
    rgba(0, 0, 0, 0.27) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}*/
.banner .banner_overlay {
	width: 100%;
	height: 100%;
	/* background: linear-gradient( to right, rgb(102, 80, 66) 0%, rgba(0, 0, 0, 0.39) 50%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0) 100% ); */
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .jumbo_btn {
  color: #fff;
  font-size: 18px;
  width: 190px;
  height: 45px;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  background-color: transparent;
  border: 2px solid currentColor;
  font-family: var(--font);
  transition: all 0.3 s;
}
.banner .jumbo_btn:hover {
  background-color: var(--color-2);
  border-color: var(--color-2);
}

.banner .banner_overlay h1 {
	color: #fff;
	font-size: 72px;
	font-weight: 900;
	line-height: 72px;
}
.banner p {
	font-size: 27px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	line-height: 34px;
	font-family: var(--font);
}


/* *********************************** inner banner **************************************** */
.inner_banner {
    position: relative;
    background-size: cover;
    background-position: 100% 20%;
    height: 300px;
    display: grid;
    background-image: url(../images/banner.jpg) !important;
    align-content: center;
}
.inner_banner .inner_banner_overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient( to right, rgb(102, 80, 66) 0%, rgba(0, 0, 0, 0.39) 50%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0) 100% );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inner_banner h1 {
  font-size: 50px;
  color: #fff;
  font-family: var(--font);
}
/* ***********************************************Goto section ****************************************** */
.gotosection {
  background-color: #f1e3d1;
}
.gotosection .gotosection_links{
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 30px;
}
.gotosection .gotosection_links .gotolink {
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--color-1);
  font-family: var(--font);
  font-weight: 600;
  transition: all .3s;
}
.gotosection .gotosection_links .gotolink:hover{
  color: #000;
}
.gotosection.fixed_links_tops {
  position: fixed;
  top: 74px;
  z-index: 1;
  left: 0;
  right: 0;
}
/* *********************************************** Footer *********************************************** */
.bottom_footer {
	background-color: #4d3d33;
	text-align: center;
	padding: 10px 0;
}
.bottom_footer_div{
	display: flex;
	justify-content: space-between;
  align-items: center;

}
.bottom_footer p {
	color: #ffffff6e;
}
.bottom_footer .link {
	color: #fff;
	width: 34px;
	height: 34px;
	background: #ffffff26;
	border: 1px solid;
	border-radius: 50%;
	font-size: 14px;
	display: grid;
	place-content: center;
	text-decoration: none;
}
.table_style th,
.table_style td {
  width: 25%;
  text-align: center;
  border: none !important;
}
.table_style tr {
  border: none;
}

/* ************************************************* About Page ************************************************ */
.aboutUs .text_side {
  padding-right: 70px;
}
.aboutUs .text_side p{
  font-size: 16px;
  color: #000;
}
.aboutUs .text_side  h2 {
  color: var(--color-1);
  font-weight: 600;
}
.aboutUs .text_side ul li {
    color: var(--color-2);
    margin-bottom: 20px;
    list-style-type: disclosure-closed;
    font-size: 20px;
}
.aboutUs .text_side ul li p{color: #000; font-size: 16px;}
.leader_box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.leader_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.leader_box .txt h5 {
	color: #000;
	font-weight: 600;
	font-family: var(--font);
	line-height: 16px;
}
.leader_box .txt p {
	margin-bottom: 0;
	font-style: italic;
	color: var(--color-1);
	line-height: 15px;
	margin-top: 0;
}
.purpose_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.purpose_ul .purpose_li {
  flex-basis: calc(33.33% - 30px);
  margin: 15px;
  text-align: center;
  border: ;
  background-color: #ffffffbd;
  padding: 20px 20px;
  border-radius: 10px;
}
.purpose_ul .purpose_li p {
  line-height: normal;
  margin: 0;
  color: #000;
}
.purpose_ul .purpose_li h5{
  font-family: var(--font);
  color: var(--color-1);
}
.purpose_ul .purpose_li h5 {
  font-family: var(--font);
  color: var(--color-2);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 25px;
}


/* *************************************** news page ********************************************** */
.news_sec .news_box .jumbo_btn {
  color: var(--color-2);
  font-size: 18px;
  width: 190px;
  height: 45px;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  background-color: transparent;
  border: 2px solid var(--color-2);
  font-family: var(--font);
  transition: all 0.3 s;
}
.news_sec .news_box .jumbo_btn:hover {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: #fff;
}

.news_sec .news_box h4{
  font-family: var(--font);
  color: var(--color-2);
}
.news_sec .news_box {
  padding: 30px 30px;
  border-bottom: 1px dashed var(--color-1);
}
/* ************************************************* contact Page ************************************************ */
.login_div {
  display: flex;
  flex-wrap: wrap;
}
.login_div .left_side {
  flex: 2;
  padding: 0 60px;
}
.login_div .left_side h1 {
	font-size: 40px;
	color: var(--color-1);
	font-weight: bold;
}
.login_div .right_side {
  flex: 1;
  padding: 50px;
  background: var(--color-3);
  text-align: left;
  border-radius: 10px;
  display: grid;
  place-content: center;
}
.login_div .right_side h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--color-2);
}
.login_div .left_side .form-floating > label {
  left: 44px;
  font-size: 18px;
  text-transform: ;
  color: #000;
  font-weight: 600;
}
.login_div .left_side .form-floating > .form-control:-webkit-autofill ~ label {
  font-weight: 700;
  color: var(--color-1);
  left: 20px;
}
.login_div .left_side .form-control {
  color: #000;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 5px;
  padding-left: 44px !important;
}
.login_div .left_side .form-control:focus {
  background-color: #fff;
  border-color: var(--color-2);
  outline: 0;
  box-shadow: none;
}
.login_div .left_side .form-floating .frm_icon {
  position: absolute;
  left: 30px;
  top: 23px;
  color: var(--color-2);
  font-size: 20px;
}
.or_div {
  margin: 25px 0;
  text-align: center;
  position: relative;
}
.or_div span {
  background: #f2f2f2;
  padding: 5px 10px;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.or_div::before {
  content: "";
  background: #0000001a;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  z-index: -1;
}
.login_div .left_side .btn_div {
  display: flex;
  gap: 10px;
  text-align: center;
}
.login_div .left_side .btn_div .btn {
  flex: 1;
  color: #000;
  font-weight: 600;
  border: 1px solid #666;
  border-radius: 35px;
  box-shadow: none;
  padding: 10px;
  transition: all 0.3s;
}
.login_div .left_side .btn_div .btn:hover {
  background-color: #111;
  color: #fff;
}
.login_div .left_side .btn_div .btn img {
  width: 30px;
  margin-right: 6px;
}
.login_div .right_side .btn {
  background: transparent linear-gradient(180deg, #e2e2e2 0%, #fff 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 2px 2px #00000040;
  width: 220px;
  height: 60px;
  display: grid;
  place-content: center;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-1);
  border-radius: 35px;
  padding: 0;
  transition: all 0.3s;
}
.login_div .right_side .btn:hover {
  background: transparent linear-gradient(180deg, #727272 0%, #000 100%) 0% 0%
    no-repeat padding-box;
  color: #fff;
  box-shadow: none;
}
.login_div .right_side h1 {
  font-size: 60px;
  line-height: 47px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.login_div .right_side p {
  font-size: 23px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
}

.btn-outline-primary {
  color: #111;
  border-color: #666;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}

.lofin_section {
  background: transparent linear-gradient(150deg, #e2e2e2 0%, #fff 100%) 0% 0%
    no-repeat padding-box;
}
.lofin_section p {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.contact_ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
.contact_ul .contact_li {
  display: flex;
  gap: 14px;
  align-items: center;
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 20px;
}
.contact_ul .contact_li .contact_icon {
  min-width: 70px;
  min-height: 70px;
  background: var(--color-2);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  display: grid;
  place-content: center;
}


/* ********************************************************* aboutus in home page ******************************************************* */

.our_products_sec .txt_side {
    padding-left: 70px;
}
.our_products_sec .txt_side ul {
	padding: 0;
}
.our_products_sec .txt_side ul li {
	display: flex;
	align-items: baseline;
	gap: 16px;
	list-style: none;
	margin-bottom: 10px;
}
.our_products_sec .txt_side ul li i {
	color: var(--color-2);
}
.our_products_sec .txt_side ul li p {
	margin: 0;
	font-size: 19px;
	color: #000;
}
.our_products_sec .txt_side h1 {
	color: var(--color-1);
	font-weight: 700;
	font-size: 43px;
}
.our_products_sec .txt_side .learn_more.btn {
    color: #58595b;
    border: 2px solid #58595b;
    border-radius: 35px;
    width: 150px;
    font-weight: 600;
    margin-top: 20px;
    transition: all .5s;
}
.our_products_sec .txt_side .learn_more.btn:hover{
	background-color: var(--color-2);
	border-color: var(--color-2);
	color: #fff;
}

/* ************************************* we can use this ***************************************** */
.wecanuse_div .wecanuse_ul{
	display: flex;
	flex-wrap: wrap;
}
/* .wecanuse_div .wecanuse_ul .wecanuse_li {
	flex-basis: calc(25% - 30px);
	position: relative;
	margin: 15px;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--light-bg);
} */
.wecanuse_div .wecanuse_ul .wecanuse_li {
	flex-basis: calc(33.33% - 20px);
	position: relative;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	/* background-color: #eee; */
	border: 1px solid var(--color-1);
}
.wecanuse_div .wecanuse_ul .wecanuse_li .txt {
	padding: 20px 15px;
	text-align: center;
}
.wecanuse_div .wecanuse_ul .wecanuse_li .fa-regular.fa-grid-2 {
	color: var(--color-2);
	font-size: 50px;
	text-align: center;
	display: block;
	margin-top: 20px;
	font-weight: 300;
}
/* .wecanuse_div .wecanuse_ul .wecanuse_li .txt h4 {
	font-size: 20px;
	font-family: var(--font);
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #cdad83;
  margin-top: 0;
} */
 .wecanuse_div .wecanuse_ul .wecanuse_li .txt h4 {
	font-size: 17px;
	font-family: var(--font);
	padding-bottom: 5px;
	margin-top: 0;
	font-weight: 500;
	color: #000;
}
.wecanuse_div .wecanuse_ul .wecanuse_li .txt p {
	margin: 0;
	line-height: 16px;
	font-size: 16px;
}
.wecanuse_div .wecanuse_ul .wecanuse_li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	background-color: #665042cf;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* .wecanuse_div .wecanuse_ul .wecanuse_li a.learnmore {
	opacity: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	width: 80%;
	height: 80%;
	border: 2px solid #fff;
	display: grid;
	margin: auto;
	border-radius: 30px;
	place-content: center;
	line-height: 19px;
	text-align: center;
} */
.wecanuse_div .wecanuse_ul .wecanuse_li a.learnmore {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	width: 140px;
	background: var(--color-1);
	margin: auto;
	border-radius: 30px;
  transition: all .3s;
}
.wecanuse_div .wecanuse_ul .wecanuse_li a.learnmore:hover{
  background: var(--color-2);
}
.wecanuse_div .wecanuse_ul .wecanuse_li:hover .overlay{
	height: 100%;

}
.wecanuse_div .wecanuse_ul .wecanuse_li:hover .overlay a.learnmore{
	opacity: 1;
}
.wecanuse_div .wecanuse_ul .wecanuse_li img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: center;
}
.wecanuse_div h1 {
	color: var(--color-1);
	font-weight: 700;
	font-size: 43px;
	margin-bottom: 30px;
}
/* .wecanuse_div #myTab {
	width: fit-content;
	margin: auto;
	overflow: hidden;
	border-radius: 35px;
} */
/* .wecanuse_div .nav-tabs .nav-item .nav-link {
	color: #707611;
	background-color: #bbc42924;
	font-weight: 600;
	font-family: var(--font);
	font-size: 19px;
	min-width: 200px;
} */
.wecanuse_div #myTab {
	width: 100%;
	position: sticky;
	top: 74px;
	z-index: 100;
	border-top: 1px solid var(--color-2) !important;
	/* border-bottom: 1px solid var(--color-2) !important; */
}
 .wecanuse_div #myTab .nav-item {
	/* flex: 1 auto; */
  flex-basis: 33.33%;
}
 /* .wecanuse_div .nav-tabs .nav-item .nav-link {
	color: #767d03;
	background-color: #f0f0f0;
	font-weight: 600;
	font-family: var(--font);
	font-size: 14px;
	border-radius: 0;
	line-height: 17px;
  width: 100%;
} */
.wecanuse_div .nav-tabs .nav-item .nav-link {
	color: #767d03;
	background-color: #fff;
	font-weight: 600;
	font-family: var(--font);
	font-size: 15px;
	border-radius: 0;
	line-height: 16px;
	width: 100%;
	border-right: 1px solid var(--color-2);
  border-bottom: 1px solid var(--color-2);
	height: 100%;
} 
/* .wecanuse_div .nav-tabs .nav-item .nav-link span {
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	font-family: var(--font);
} */
 .wecanuse_div .nav-tabs .nav-item .nav-link span {
    display: none;
}
.wecanuse_div .nav-tabs .nav-item.show .nav-link, 
.wecanuse_div .nav-tabs .nav-link.active {
	background-color: var(--color-2) !important;
	color: #fff !important;
	border-right: 1px solid var(--color-2);
  border-bottom: 1px solid var(--color-2);
}
.wecanuse_div .nav-tabs .nav-item.show .nav-link span, 
.wecanuse_div .nav-tabs .nav-link.active span{color: #fff !important;}

.wecanuse_div .responsibilities_div h2 {
	color: var(--color-1);
	font-weight: 700;
	font-size: 50px;
}
.wecanuse_div h5 {
	color: var(--color-2);
	font-weight: 700;
	font-size: 25px;
	border-bottom: 2px solid currentColor;
	display: inline-block;
	margin-bottom: 25px;
}
#myTabContent .responsibilities_div ul {
	padding: 0;
	/* display: flex; */
	/* flex-wrap: wrap; */
}
#myTabContent .responsibilities_div ul li {
	/* flex-basis: calc(50% - 10px); */
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	/* background: #95959529; */
	/* padding: 10px; */
	/* border-radius: 7px; */
}
#myTabContent .responsibilities_div ul li p {
	margin: 0;
	line-height: 16px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
#myTabContent .responsibilities_div ul li i {
	color: var(--color-2);
	font-size: 17px;
	font-weight: bold;
}
/* *************************************** service * ***************************************************** */
.services {
	background-color: var(--light-bg)
}
.services .nav-tabs .nav-link{
  background-color: transparent;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px !important;
}
.services .nav-tabs .nav-link img {
	width: 100px;
	display: block;
	margin: auto;
	height: 100px;
	border-radius: 50%;
	border: 4px solid var(--color-2) !important;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
	background-color: var(--color-1) !important;
	color: #fff !important;
	border-color: #dee2e6 #dee2e6 #fff;
}
.services  .nav-tabs .nav-item.show .nav-link img, 
.services  .nav-tabs .nav-link.active img{
  border-color: var(--color-2) !important;
}
.services  #myTab {
	gap: 30px;
  /* border-bottom: 2px solid var(--color-1) !important; */
  border: none;
}
.services .heading h1 {
	color: var(--color-1);
	font-weight: 700;
	font-size: 43px;
	margin-bottom: 30px;
}
.services .service_info{
  margin-top: 50px;
}
.services .service_info img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
	border-right: 5px solid var(--color-2);
	position: sticky;
	left: 0;
	top: 90px;
}
.services .service_info .info{
  padding-left: 40px;
}
.services .service_info .info h1 {
  color: var(--color-2);
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}
.services .service_info .info .project_ul{
  padding: 0;
  
}
.services .service_info .info .project_ul li {
	padding: 8px 20px;
	background-color: #fff;
	color: var(--color-1);
	
	list-style: none;
	margin-bottom: 13px;
	display: flex;
	align-items: baseline;
	gap: 15px;
	border-radius: 4px;
	border-left: 10px solid var(--color-2);
	box-shadow: 0px 1px 6px -4px #000;
}
.services .service_info .info .project_ul li p{
  margin: 0;
  font-size: 18px;
	font-weight: 600;
}
/* ****************************************** footer **************************************** */
footer {
  background-color: var(--color-1);
  padding: 60px 0;
}
footer ul li {
  list-style-type: disclosure-closed;
  margin: 6px 0;
  color: var(--color-2)
}
footer p,
footer a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 22px;
  margin-bottom: 0;
}
footer ul {
  padding-left: 16px;
}
footer a:hover {
  color: var(--color-2)
  font-weight: bold;
}
.register_div {
  text-align: center;
  display: grid;
  place-content: center;
  height: 100%;
  border: 2px dashed var(--color-2)
  padding: 10px;
}
.register_div .btn {
  background: transparent linear-gradient(180deg, #727272 0%, #000 100%) 0% 0%
    no-repeat padding-box;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  margin: 0;
}
footer ul li .content h6 {
	color: #fff;
}

/* ****************************************** Contact us page **************************************** */
.contact_us{
  background-color: var(--light-bg);
}
.contact_us .details p span{
  display: block;
}
.contact_us .form_div {
	background: var(--color-1);
	padding: 40px;
	border-radius: 20px;
}
.contact_us .form_div h5 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
  font-family: var(--font);
}
.contact_us .form_div p {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
}
.contact_us .form_div .form-group .form-control {
	box-shadow: none;
	outline: none;
	border: 1px solid #fff;
	background: transparent;
	font-size: 16px;
	color: #fff;
	font-family: var(--font);
}
.contact_us .form_div .form-group label {
	color: #fff;
	font-weight: 500;
}
.contact_us .form_div .btn.btn_style {
	background: var(--color-2);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 35px;
	width: 150px;
	margin-right: 0;
	margin-left: auto;
	display: block;
}
.contact_us .details{
  padding-right: 100px;
}
.contact_us .details h1 {
	font-family: var(--font);
	color: var(--color-1);
	font-weight: 600;
	font-size: 50px;
}
.contact_us .details p {
	font-size: 18px;
	color: #000;
	line-height: 20px;
	font-weight: 400;
}
.contact_us .details .contact_icons p {
	font-size: ;
	display: flex;
	gap: 15px;
}
.contact_us .details .contact_icons p i {
	color: var(--color-2);
	font-weight: ;
}
.contact_us .details .contact_icons p a {
	color: #000;
	text-decoration: none;
}
.contact_us .details h3 {
	font-size: 25px;
	font-family: var(--font);
	color: var(--color-1);
	font-weight: 600;
	text-transform: capitalize;
	border-top: 1px solid #f7d3a5;
	border-bottom: 1px solid #f7d3a5;
	padding: 6px 0px;
	margin-bottom: 10px;
}
.contact_us .details .address {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
}
.contact_us .details .address span {
	border-left: 5px solid var(--color-2);
	padding-left: 10px;
	flex-basis: calc(50% - 20px);
	margin: 10px;
	line-height: 19px;
}
.contact_us .details .address span strong {
	font-weight: 600;
	color: var(--color-1);
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.modal_section .offcanvas-header {
	background-color: var(--color-1);
	padding: 6px 20px;
	font-weight: ;
}
.modal_section .offcanvas-header h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.modal_section .offcanvas-header .btn-close {
	background-color: #fff;
	opacity: 1;
	padding: 5px;
	background-size: 13px;
	border-radius: 50%;
}
.modal_section .offcanvas-body h6 {
	color: var(--color-1);
	font-weight: 600;
	font-size: 20px;
}
.modal_section .offcanvas-body .offcanvas_ul{
  padding-left: 0;
}
.modal_section .offcanvas-body .offcanvas_ul li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
  margin-bottom: 20px;
  list-style: none;
}
.modal_section .offcanvas-body .offcanvas_ul li p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
  line-height: 18px;
  color: #000;
}
.modal_section .offcanvas-body .offcanvas_ul li i {
	color: var(--color-2);
	font-size: 20px;
	margin-top: ;
}
.modal_section .offcanvas-body {
	padding: 45px;
}


/* *********************************************** Client Page ******************************************************* */
.client_sec .client_box {
	padding: 20px 0;
	border-radius: 10px;
	background-color: var(--light-bg);
	height: 100%;
}
.client_sec .client_box img {
	width: 200px;
	height: 110px;
	object-fit: contain;
	object-position: center;
	margin: auto;
	display: block;
	mix-blend-mode: darken;
  transition: all .7s;
}
.client_sec .client_box:hover img{
  transform: rotateY(360deg);
}
.client_sec .client_box p {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 20px;
}