:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

/* FONT Link */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'DM Sans', sans-serif;
  /* color: var(--theme-color) !important; */
}


a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
  font-family: 'DM Sans', sans-serif;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Jost', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 1rem;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
	font-size: 65px;
	text-transform: capitalize;
	margin-bottom: 11px;
	font-weight: 700;
}
h2 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h3 {
	font-size: 38px;
	font-weight: 500;
}

h4 {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
}

h5 {
	margin-bottom: 8px;
	font-size: 22px;
}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 90px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}
 
.row-below{
  margin-top: 30px;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}
.m-backtotop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	bottom: -50px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #006934;
	border-radius: 25px;
	text-align: center;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	overflow: hidden;
	color: #fff;
	z-index: 999999999999999999999;
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p{
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}

.header_menu {
  background: var(--theme-color);
}
a.navbar-brand img {
  width: 150px;
}

.header_menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}
.header_menu li a:hover{
  color: var(--theme-color-second);
}
.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}
.hd_info a img {
  margin: 0 24px 0 10px;
}
a.comon-btn {
  background: var(--theme-color-second);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 36px;
  border-radius: 5px;
}
a.comon-btn:hover{
  background: #121212;
  color: var(--theme-color-second);
}
.header_menu li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 29px 19px;
	display: inline-block;
}
.navbar li:hover a {
	color: var(--theme-color-second);
}
.navbar li:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end{ right:0; left: auto;  }
  .navbar li .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
  .navbar li:hover a{ color: var(--theme-color-second);  }
  .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .navbar .dropdown-menu.fade-up{ top:180%;  }
  .navbar li:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}
#main_header  ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}
#main_header #active a {
    color: #00bb69;
}
#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}
ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}
ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
	top: -9px !important;
}
.link-sm-2{
  position: relative;
}



/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}
.header_menu {
	background: transparent;
}
a.navbar-brand img {
    width: 111px;
    top: 0;
    position: relative;
}
.navbar-expand-lg {
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 20px;
}

.header_menu li a {
  color: #5f6368;
  font-size: 15px;
  text-transform: capitalize;
  padding: 29px 15px;
  display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 13px;
  flex-wrap: wrap;
}

.hd_info a img {
  margin: 0 24px 0 10px;
}

a.comon-btn {
	background:  rgb(25 169 97);
	border: 1px solid  rgb(25 169 97);
	color: #000;
	display: inline-block;
	font-size: 16px;
	padding: 11px 0px;
	border-radius: 5px;
	width: 8rem;
	text-align: center;
	font-weight: 500;
}

a.comon-btn:hover {
  background: #006934;
  border: 1px solid #006934;
  color: #fff;
}
.header_menu li a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 12px;
    display: inline-block;
    font-weight: 600;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;

  }

  .navbar li:hover a {
	color: #00ff2a;
}

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
	color: #fff !important;
	background: #19b367;
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}
.header_menu {
	padding: 14px 0;
}
ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}
ul.dropdown-menu.fade-up {
	border: none;
	background: #fff;
	padding: 0 0;
	min-width: inherit;
	width: 205px;
	border-radius: 0px;
}
.call_btn {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

.call_btn  i{
	color: #00ff2a;
	font-size: 35px;
}
.call_btn:hover {
	color: #00ff2a;
}

.banner {
    background-color: #2c2c6f;
    color: #000;
    position: relative;
    background: url(../image/banner-bg.jpg);
    padding: 130px 0 90px;
}
.banner h2 {
	font-size: 35px;
	line-height: 44px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
/* #Orange h1{
  color: #00ff2a;
}

#green h1{
  color: #68bb59  ;
} */

.banner h1 {
    color:  #19b367;
}
.banner .heading {
   
    margin: 0 21px;
	margin-top: 40px;
	color: #fff;
}
.banner-heading p span{
  font-size: 22px;
  color: #fff;
}
@keyframes myAnim {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.banner-heading {
  animation: myAnim 2.5s ease 0s  normal    forwards;
  margin: 40px 25px 0;
}

#main_header {
	position: absolute;
	left: 0;
	z-index: 99999999999;
	right: 0;
	padding: 14px 0 0;
}
.banner p {
    font-size: 16px;
    
}

.banner .swiper p{
	margin: 0;
}
a.green {
    background-color: rgb(11 190 112);
    width: 11em;
    border-color: rgb(25 169 97);
}
a.ghost-vtn {
	background-color: #fff;
	border-color: rgb(25 169 97);
	width: 11em;
	color:  rgb(25 169 97);
}
.small img {
	width: 110px;
}

.services_sec img {
	width: 61px;
	margin-bottom: 15px;
}

.services_sec .services_content {
	padding: 23px 19px;
	box-shadow: 7px 1px 10px 5px rgba(176, 176, 176, 0.2);
	border-radius: 7px;
	border: 1px solid #e6e6e6;
  transition: 0.6s;
}
.services_sec .services_content:hover{
  box-shadow: inset 7px 1px 10px 5px rgba(176, 176, 176, 0.2);
  transition: 0.6s;
}
.services_sec .services_content p{
  margin-bottom: 0;
}

.services_content h4, .services_content p{
  color: #000;
}

.services_content{
  position: relative;
  overflow: hidden;}
/* }

.services_content span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #f15b25, #ffffff, #006934);
	transition: 0.6s;
}
.services_content:hover span:nth-child(1) {
  transition: 0.6s;
  animation: animate1 2s linear infinite;
}
@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.services_content span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #f15b25, #ffffff, #006934);
	transition: 0.6s;
	animation-delay: 1s;
}
.services_content:hover span:nth-child(2) {
  transition: 0.6s;
  animation: animate2 2s linear infinite;
}

@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.services_content span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #f15b25,#ffffff, #006934);
	
}
.services_content:hover span:nth-child(3) {
  transition: 0.6s;
  animation: animate3 2s linear infinite;
}
@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.services_content span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #f15b25,#ffffff, #006934);
  transition: 0.6s;
	animation-delay: 1s;
}

.services_content:hover span:nth-child(4) {
  transition: 0.6s;
  animation: animate4 2s linear infinite;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
} */
.about-section {
	background-position: top !important;
	color: #ffffff;
	padding-bottom: 0;
	padding-top: 150px;
}
/* .about-section h2 span {
	color: #006934;
} */
.about-section h2 {
  font-weight: 600;
}

.about-section h4{
  font-weight: 500;
}

.about-section p {
	color: #dcdcdd;
	margin-bottom: 0;
	font-size: 16px;
}
.bg-gray {
	background: #efefff;
}

.service_detail .item {
	padding: 40px 37px;
	padding-bottom: 50px;
	/* padding-bottom: 45px; */
	background: #fff;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
.service_detail .item .icon {
	margin-bottom: 10px;
}


.services_area h4 {
	color: #006934;
}
.service_detail .item .icon img {
	/* height: 65px; */
	width: 55px;
}

.service_detail .item  h4{
  color: #1e1e1e;
}

.appointment-btn {
  display: flex;
  justify-content: space-between;
  color: #c1c0bd;
  align-items: center;
}


.appointment-btn  img{
  width: 25px;
}

.faq_sec h2 span{
  color: #f15b25;
}

.accordion-item h2{
  line-height: normal;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
	border-bottom: 1px solid #8c8c8c;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: none;
	border-bottom: 0px solid #8c8c8c;
}

.accordion-item .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 1px solid #8c8c8c;
}
.accordion-item h2 .accordion-button {
	font-size: 22px;
	/* font-weight: 500; */
}
.accordion-item h2 .accordion-button p{
font-size: 14px;
    line-height: 16px;
	margin-bottom: 0;
}
.accordion-button:not(.collapsed)::after {
	background-image:url(../image/plus.png);
	transform:rotate(0deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: url(../image/plus.png);
	background-repeat: no-repeat;
	background-size: 14px;
	transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #8c8c8c;
	outline: 0;
	box-shadow:none;
}

/* PRICES SEC */
.prices_sec .prices_list {
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 30px;
	padding: 44px 0;
	position: relative;
  transition: 0.8s;
}

.prices_sec .prices_list:hover {
	border: 1px solid #006934;
	transition: 0.8s;
}
.prices_sec .prices_list:hover h3 {
	color: #006934;
	transition: 0.8s;
}
.prices_sec .prices_list h3 span {
	font-size: 28px;
  transition: 0.8s;
}
.prices_sec .prices_list .offer_prices {
	position: relative;
	width: 138px;
	margin: 0 auto;
	background: #fff;
}
.prices_sec .prices_list .offer_prices::after {
	content: '';
	width: 240px;
	height: 1px;
	background: #000;
	position: absolute;
	left: -45px;
	right: 0;
	margin: 0 auto;
	bottom: 19px;
	z-index: -1;
}
.prices_sec .prices_list ul {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 52%;
	margin: 0 auto 0;
	margin-bottom: 25px;
}
.prices_sec .prices_list ul li {
	margin-bottom: 8px;
	font-size: 16px;
  display: flex;
  text-align: start;
  align-items: baseline;
}
.prices_sec .prices_list ul li i {
	margin-right: 8px;
	font-size: 10px;
	color: #006934;
}
.prices_sec .prices_list h4 {
	margin-bottom: 22px;
}
.prices_sec .prices_list h3 {

	margin-bottom: 22px;
  transition: 0.8s;
}
.prices_sec a.green {
	background-color: #fff;
	width: 11em;
	border: 2px solid #006934;
	/* border-radius: 91px; */
	color: #006934;
}
.prices_sec a.green:hover {
	background-color:#006934;
	border: 2px solid #006934;
  color: #fff;
}
.prices_sec .hd_price a {
	margin-bottom: -25px;
}
.prices_sec .hd_price {
	position: relative;
	background: #fff;
	display: inline-block;
	padding: 0 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 228px;
	margin: 0 auto;
}
.project_sec .project_items h4 {
	color: #006934;
	margin-bottom: 10px;
}


.project_sec .project_items img {
	width: 105px;
	margin-bottom: 10px;
}
.project_sec .project_items2 {
	margin-top: 58px;
}
.project_sec .project_content{
  position: relative;
}
.project_sec .project_content::before {
	content: '';
	background: url(../image/step-line.png) no-repeat center;
	width: 100%;
	display: block;
	height: 140px;
	position: absolute;
	z-index: -1;
	bottom: 189px;
	transform: translate(0);
}
/* services_area */
.services_area .services_item {
	text-align: center;
	background: #FFF;
	padding: 30px 19px;
	border-radius: 5px;
	transform: translateY(0px);
	transition: 0.8s;
}
.services_area .services_item:hover{
  transform: translateY(-15px);
  transition: 0.8s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.services_area .services_item:hover lord-icon{
  transition: 0.8s;
  transform: scaleX(1);
}
.services_area {
	background: #fff;
	
}
.services_area .services_item lord-icon {
	width: 85px;
	margin-bottom: 30px;
  transition: 0.8s;
  transform: scaleX(1);
}
.services_area .services_item h5 {
	margin-bottom: 14px;
}
a.link_btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-content: aqua;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #006934;
	border-radius: 50px;
	color: #fff;
}
a.link_btn:hover {
	background: #02361c;
	
	color: #fff;
}
.services_area .services_item p {
	margin-bottom: 26px;
}
/* portfolio_sec */
.portfolio_sec {
	background: #acdf87;
	padding: 80px 0;
}
.portfolio_sec .protfolio_bg {
	background: #fff;
	border-radius: 10px;
}

.portfolio_sec .left_content img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	/* object-fit: cover;
	height: 100%; */
}
.portfolio_sec .left_content{
  position: relative;
}

.portfolio_sec .right_heading {
	padding: 0 21px;
}
.portfolio_sec .right_heading .link_btn {
	margin-top: 30px;
}
.portfolio_sec .left_content .btom_conten {
	text-align: center;
  color: #0061EA;
}
.portfolio_sec .left_content .btom_conten h3 {
	margin-bottom: 0;
}
.portfolio_sec .left_content .btom_conten {
	text-align: center;
	color: #fff;
	background: #ffffff38;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 26px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	text-shadow: 1px 1px 1px #000;
	display: none;
}
.portfolio_sec .left_content .btom_conten p{
  margin-bottom: 0;
}
.portfolio_sec .swiper-slide, .portfolio_sec  .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 618px;
	position: relative;
	transition-property: transform;
	display: block;
}
.portfolio_sec .swiper-button-next, .portfolio_sec .swiper-button-prev {
	position: absolute;
	top: 90%;
	width: 20px;
	height: 20px;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#000;
}

.portfolio_sec .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: 188px;
}

.portfolio_sec .button-slider {
	position: relative;
	top: -109px;
	margin: 0 auto;
	width: 200px;
	margin-bottom: -80px;
	transform: translate( 0px , 0px);
}

.portfolio_sec .swiper-button-next::after, .portfolio_sec .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 33px;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.portfolio_sec .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}

.portfolio_sec .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: '';
	height: 14px;
	width: 14px;
	display: block;
	border: 1px solid #000;
	border-radius: 20px;
	position: relative;
	top: -3px;
	right: 3px;
}


.portfolio_sec .swiper-horizontal > .swiper-pagination-bullets, .portfolio_sec .swiper-pagination-bullets.swiper-pagination-horizontal, .portfolio_sec .swiper-pagination-custom, .portfolio_sec .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: -29px;
	left: 5px;
	width: 100%;
	transform: translate( 0px , 0px);
}
/* .portfolio_sec .swiper-button-next.swiper-button-disabled, .portfolio_sec  .swiper-button-prev.swiper-button-disabled {
	opacity: 0!important;
	cursor: auto;
	pointer-events: none;
 
} */


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	font-size: 14px;
	background: #02361c;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
	font-size: 33px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	color: #006934;
}
#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 0px 1px;
	position: relative;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	text-align: left;
	overflow: hidden;
}
#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 11px 25px;
	width: 80%;
	outline: none;
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #acdf87 ;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer button {
	background: #006934;
	border: none;
	padding: 15px 16px;
	border-radius: 50px;
	/* border: rebeccapurple; */
	width: 20%;
	color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}
#footer .footer-top h4 {
	font-size: 20px;
	font-weight: bold;
	color: #03351c;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #006934;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #000;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-size: 16px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #02361c;
}
#footer .footer-links p {
	color: #000000;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #02361c;
	color: #fff;
	line-height: 1;
	padding: 10px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #006934;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

/*#footer .copyright {*/
/*  float: left;*/
/*}*/

/* date: 13-07-2024 */
#footer .copyright {
    float: right;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

.footer-contact img{
  width: 120px;
  margin-bottom: 15px;
}

.footer-contact a{
  color: #121212;
}
#footer .footer-top .footer-contact p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: "Jost", sans-serif;
	color: #020202;
}
#footer .lets-talk a {
	font-size: 55px;
	color: #acdf87;
	display: flex;
	gap: 5px;
	justify-content: center;
	position: relative;
	display: inline-block;
	transition: 1s;
}
#footer .lets-talk i {
	position: absolute;
	right: -64px;
	transition: 1s;
	/* font-size: 20px; */
}
#footer .lets-talk a:hover i {
	position: absolute;
	right: -74px;
  transition: 1s;
}
#footer .lets-talk h4 {
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	position: relative;
	padding-bottom: 1px;
}

#footer .copyright a {
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
  margin-bottom: 25px;
}

#footer .policy-link {
  margin-bottom: 15px;
}



.inner-banner h1{

  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0;
}

.inner-banner {
	background-color: #1a73e82e;
  padding: 100px 0 80px;
  text-align: center;
}


.about-sec1 {
  background-color: #f2eceb;
}
.about-sec1 .about-box {
	background-color: #fff;
	padding: 19px 15px;
	border-radius: 5px;
	box-shadow: 1px 2px 10px 2px #64646424;
}

.about-sec1 .about-box img {
	width: 54px;
	text-align: end;
	margin-left: auto;
	margin-bottom: 14px;
	display: block;
}
.about-sec1 .about-box  h5{
  font-weight: 600;
}


#about-1 {
	margin-top: 35px;
}

.about-sec2 .service-cart{
  background-color: #fff;
}


.about-sec2 .service-cart {
	background-color: #fff;
	padding: 15px;
	box-shadow: 14px 8px 15px 2px #f2eceb;
	border-radius: 5px;
	border: 1px solid #bfaaa6;
	display: flex;
  gap:10px;
}

.about-sec2 .service-cart img{
  width: 80px;
  height: fit-content;
}
.about-sec2 .service-cart p{
  margin: 0;
}

#bg-green{
  background-color: #19b36625;
}

#bg-green h2 span{
  color: #f15b25;
}


.testimonial_sec .review-box .author ul {
	display: flex;
	color: rgb(255, 208, 0);
	gap: 2px;
	margin: 0;
	font-size: 20px;
}

.testimonial_sec .review-box .author {
	display: flex;
	align-items: center;
	gap: 10px;
	/* height: 40px; */
	margin-bottom: 22px;
}

.testimonial_sec .author-man p strong span{
  color: #555;
}
.testimonial_sec .author-man p{
  margin: 5px;
}
.testimonial_sec .review-box {
	padding: 38px 27px;
	border: 1px solid #4a4a4a;
	border-radius: 25px;
	transition: 0.4s;
	background: #4a4a4a;
	color: #fff;
}
.testimonial_sec h2{
	color: #acdf87;
}
.testimonial_sec .auth-sec p{
	margin-bottom: 0;
	font-size: 15px;
}

.testimonial_sec .author-content p{
	font-size: 15px;
}
.testimonial_sec .author img {
	width: 109px !important;
}

.testimonial_sec .owl-dots{
	display: none;
}

.testimonial_sec {
	padding: 0px 0 280px;
	background-position: bottom !important;
}

.inner-banner {
    background-color: #ffffff;
    padding: 35px 0;
    display: block;
}
.contact_sec1 .mail-icon {
	display: flex;
	gap: 10px;
	padding: 0px 1.5rem;
}

.contact_sec1 .mail-icon h5{
	font-size: 22px;
	margin-bottom: 2px;
}

.contact_sec1 .mail-icon a{
	color: #414141;
}

.contact_sec1 .mail-icon i{
	font-size: 20px;
}

.contact_sec1 .grid-box{
	background-color: rgba(245,86,89,.05);
	padding: 1.5rem;
	display: flex;
	align-items: center;
	border-radius: 5px;
	gap: 10px;
}
.contact_sec1 .grid-box i {
	background-color: rgb(25, 179, 103);
	color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 100px;
	/* padding: 7px 12px; */
	min-width: 50px;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_sec1 .grid-box p{
	font-weight: 500;
}

.contact_sec1 form {
	background-color: #02361c;
	padding: 4rem;
	border-radius: 1rem;
}
.contact_sec1 form input{
	width: 100%;
	background: transparent;
	color: #fff;
	outline: none;
	border: none;
	border-bottom: 1px solid #f4f4f4;
	border-radius: 0px;
}

.contact_sec1 .form-control:focus {
	color:#FFF;
	background-color:transparent;
	border-color: #ffffff;
	outline: 0;
	box-shadow: none;
}

.contact_sec1 .heading{
	padding: 0px 1.5rem;
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: transparent;
	border-radius:0;
	outline: none;
	color: #fff;
}
.contact_sec1 label{
	color: #fff;
}
.form-floating {
	outline: none;
}

.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	padding: 1rem .75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	outline: none;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	color:#fff;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.contact_sec1 textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: transparent;
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: 100px!important;
	border: none;
	border-bottom: 1px solid #fff;
}

.contact_sec1 button {
	background-color: #acdf87;
	color: #000;
	width: 100%;
	padding: 15px;
	border: none;
}

/* professional  */
.professional{
	background-color: #006934;
	color: #fff;
}
.professional h4 {
	min-height: 60px;
}

.professional h3 span{
	border-bottom: 5px solid #00ff2a;
}


.professional h3{
	margin-bottom: 25px;
}


a.border-btn{
	border: 1px solid #00ff2a!important;
	background-color: #00ff2a;
}

.owl-review .owl-nav img {
	width: 40px;
}

.owl-review .owl-nav {
	position: absolute;
	top: 40%;
	left: -42px;
	display: flex;
	justify-content: space-between;
	width: 108%;
	transform: translate(0px ,0px);
}
.owl-review .owl-next {
	position: relative;
	
	
}


.about-page-1 ul{
	list-style-type: disc;
	list-style-position: inside;
}

.about-page-1 ul li::marker{
	color: #00ff2a;
}

.about-page-1 ul li{
	margin-bottom: 15px;
}

.about-section-2{
	background: transparent;
	background-position: top!important;
	color: #fff;
}
.about-section {
	background-position: top !important;
	color: #ffffff;
	padding-bottom: 110px;
	padding-top: 150px;
}

.about-section-3 .box-gard{
	border-bottom: 1px solid #f4f4f4;
	padding: 20px 5px;
}

.about-section h2{
	font-weight: 400;
}

.about-sec-4 p {
	margin: 0;
	line-height: 25px;
	margin-bottom: 25px;
	font-size: 1rem;
}

.about-sec-4 .comon-btn{
	width: 13rem;
}

.about-section .head-info{
	border-left: 5px solid #fff;
	padding:  0 25px ;
}

.about-section .sub-info {
	margin-top: 60px;
}

.testimonial_sec .author-man h5 {
	font-weight: 400;
	font-size: 21px;
}

.testimonial_sec .auth-sec h6{
	font-weight: 400;
	font-style: italic;
	font-size:19px ;
}
#pro-1 {
	position: relative;
	top: -12px;
	transform: translateY(0px);
}

#pro-2 {
	position: relative;
	top: 30px;
	transform: translateY(0px);
}
.project_sec .project_items img {
	width: 105px;
	margin-bottom: 25px;
}

.about-sec-4 {
	padding: 80px 0 34px;
}

.web-design_sec1 p{
	font-size: 22px;
    line-height: 28px;
}

.port-1{
	background-color: #121212;
	color: #fff;
}

.port-1 h3, .port-1 p{
	color: #fff;
}

.port-1 p span i {
	font-size: 12px;
}

.port-1 p span {
	letter-spacing: 3px;
}

.port-1 p{
	margin-bottom: 45px;
}

.port-2 h3, .port-2 p{
	color: rgb(51, 51, 51);
}


.port-2 p span i {
	font-size: 12px;
}

.port-2 p{
	margin-bottom: 45px;
}


.port-3 p{
	margin-bottom: 45px;
}
.port-4 p{
	margin-bottom: 45px;
}
.port-5 p{
	margin-bottom: 45px;
}

.port-1 .heading img, .port-2 .heading img, .port-3 .heading img, .port-4 .heading img, .port-5 .heading img {
	margin-bottom: 25px;
	width: 153px;
}

.port-3 .heading img{
	width: 230px;
}

.port-3{
	background-color: #acdf87;
}

.port-3 h3, .port-3 p{
	color: rgb(51, 51, 51);
}

.port-3 p span i {
	font-size: 12px;
}

.port-3 video{
	line-height: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

#port-3 {
	
	line-height: 0;
}
.port-4{
	background-color: #02361c;
}
.port-4 h3, .port-4 p{
	color: #fff;}

.port-4 p span i {
	font-size: 12px;
}

.port-5 {
	background-color: #006934;
}


.port-5 h3, .port-5 p{
	color: #fff;
}

.port-5 p span i {
	font-size: 12px;
}

.web-design_sec2 {
	color: #fff;
	position: relative;
	padding: 100px 0 130px;
}
.web-design_sec2::before {
	content: '';
	background: url(../image/png-shape.png);
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 680px;
	height: 400px;
	position: absolute;
	top: -270px;
	left: 0;
	right: 0;
	justify-content: center;
	margin: 0 auto;
	z-index: -1;
}


/* design page price section */

.price_section .badge{
 background-color: #006934;
 font-weight: 400;
 font-size: 15px;
 padding: 10px 15px;
 margin-right: 15px;
}

.price_section .price-list{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	border-radius: 3px;
	background-color: #fff !important;
	padding: 2rem;
}

.price_section .price-list .price-heading h4{
	color: #02361c;
}

.price_section .price-list .price-heading {
	/*border-bottom: 1px solid #acdf87;*/
	padding-bottom: 19px;
}
.price_section .price-info{
	padding-top: 29px;
	padding-bottom: 29px;
}
.price_section  .price-info span{
	font-weight: 700;
	font-size: 22px;
	display: block;
}

.price_section .price-info .price-currency-before {
	font-size: 17px;
	color: #02361c;
	position: absolute;
	left: -11px;
	top: 5px;
}
.price_section .price-info h5 {
	font-weight: 700;
	font-size: 55px;
	position: relative;
	display: inline-block;
	left: -19px;
	top: 4px;
	transform: translate(0px ,0px);
}

.price_section  .price-info .only{
	font-weight: 500;
	font-size: 18px;
	color: #03351c;
	margin-bottom: 0;
}
.price_section .price-info .price-info-25 {
	font-size: 15px;
	color: #006934;
	position: absolute;
	right: -64px;
	top: 14px;
}

.price_section .price-info .hint{
	font-weight: 400;
	font-size: 15px;
}

.price_section .price-info .comon-btn{
	width: 15rem;
}




.price_section #pricelist{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	border-radius: 3px;
	background-color: #02361c !important;
	padding: 2rem;
}

.price_section #pricelist .price-heading h4{
	color: #acdf87;
}

.price_section #pricelist .price-heading {
	/*border-bottom: 1px solid #acdf87;*/
	padding-bottom: 19px;
}
.price_section #pricelist p{
	color: #fff;
}
.price_section .price-info{
	padding-top: 29px;
	padding-bottom: 29px;
}

.price_section #pricelist .price-info .price-currency-before {
	font-size: 17px;
	color: #acdf87;
	position: absolute;
	left: -11px;
	top: 5px;
}

.price_section #pricelist .price-info h5 {
	font-weight: 700;
	font-size: 55px;
	position: relative;
	display: inline-block;
	left: -19px;
	top: 4px;
	transform: translate(0px ,0px);
	color: #fff;
}
.price_section  .price-info span{
	font-weight: 700;
	font-size: 22px;
	display: block;
}

.price_section .price-info .price-currency-before {
	font-size: 17px;
	color: #02361c;
	position: absolute;
	left: -11px;
	top: 5px;
}



.price_section #pricelist  .price-info .price-info-25 {
	font-size: 15px;
	color: #acdf87;
	position: absolute;
	right: -64px;
	top: 14px;
}
.price_section #pricelist  h6 {
	
	color: #acdf87;
	
}

.price_section #price-info .hint{
	font-weight: 400;
	font-size: 15px;
}

.price_section #price-info .comon-btn{
	width: 15rem;
}

.web-design_sec2 i{
	color: #acdf87;
	font-size: 45px;
	margin-bottom: 15px;
}

.web-design_sec2 h3 {
	font-weight: 400;
	font-size: 28px;
	/* height: 60px; */
}

.web-design_sec2 .info-box{
	padding: 16px 25px;
}

.web-design_sec2 .comon-btn{
	width: 21rem;
}

/* contact_Sec */

.contact_Sec input{
	width: 100%;
	outline: none;
	padding: 10px 12px 10px 18px;
}

.contact_Sec  label{
	font-size: 18px;
}

.contact_Sec textarea{
	width: 100%;
	outline: none;
	padding: 10px 12px 10px 18px;
	height: 145px;
}

.contact_Sec button{
	width: 100%;
	background-color: #006934;
	padding: 13px 12px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

/* web_development_1 */

.web_development_1 .benifit-service{
	position: relative;
  padding: 84px 24px 24px 24px;
  background: linear-gradient(142.11deg, #f8f8f8 0.57%, #fbfbfb 78.12%);
  box-shadow: -10px -10px 25px #fff,10px 10px 25px rgba(0,0,0,.08);
  border-radius: 10px;
  height: 100%;
}

.web_development_1 .benifit-number {
	font-weight: bold;
	font-size: 96px;
	line-height: 144px;
	opacity: .4;
	position: absolute;
	top: 10px;
	left: 24px;
	color: #00693478;
}


.web_development_1 .benifit-content{
	position: relative;
  z-index: 2;

}

.web_development_1 .benifit-content h6{
	font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #0c0a14;
  padding-bottom: 28px;
  margin-bottom: 0;
}


.owl-logo .owl-item.active > div:after {
	content: '';
  }
  .owl-logo  .owl-item.center > div:after {
	content: '';
  }
  .owl-logo .owl-item.active.center > div:after {
	content: '';
  }
  .owl-logo .owl-item > div:after {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
  }

  .owl-logo .owl-item.active.center {
	filter: grayscale(1);
	opacity: 0.9;	
  }



  .animation_sec img{
	animation: myAnim2 2s ease 0s infinite alternate-reverse both;
  }

  @keyframes myAnim2 {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animation_sec2 .iten-box{
	padding: 25px;
	box-shadow: 2px 5px 10px 2px rgba(0,0,0,.08);
	border-radius: 10px;
	height: 100%;
}

.animation_sec2 .iten-box img{
	width: 50px;
}

.animation_sec2 .iten-box p{
	font-size: 15px;
	color: #6d6d6d;
	line-height: normal;
	margin: 0;
}




.animation_sec2 .iten-box h4{
	font-size: 20px;
}

.about-section-3 h5 {
	
	color: #fff;
	
}

#port-1 {
	background-color: #016934;
	color: #fff;
}

#main_header a.comon-btn:hover{
	border: 1px solid #acdf87;
}

#port-3 video{
	width: 100%;
}
.contact_sec1 select {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 1rem .75rem;
	color: #fff;
}

.contact_sec1 select option{
	color: #006934;
	font-weight: 500;
}

#book-now form{
	background-color: transparent;
	padding: 0 25px;
}

#book-now form input {
	width: 100%;
	background: transparent;
	color: #006934;
	outline: none;
	border: none;
	border-bottom: 1px solid #006934; 
	border-radius: 0px;
}

#book-now label {
	color: #006934;
}

#book-now  select {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #006934;
	padding: 1rem .75rem;
	color: #006934;
}

#book-now textarea{
	border-bottom: 1px solid #006934; 
}

#port-8 {
	background: #addf88;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 17px;
}

.glow {
    -webkit-filter: drop-shadow(12px 12px 7px    #acdf877a);
    filter: drop-shadow(-5px -6px 12px  #acdf877a);
}

div#loom-companion-mv3 {
    display: none;
}

a.callus {
    padding: 15px;
    position: fixed;
    bottom: 0;
    background: #acdf87;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

  
  canvas.draw {
    height:700px;
    width: 100%;
}

.banner{
	padding-top: 0;

}

.banner .container{
	position: relative;
}

.banner .banner-position {
    position: absolute;
    top: 140px;
    left:0px;
    width: 50%;
    z-index: 999;
}

canvas.draw {
    height: 700px;
    width: 100%;
    position: relative;
    left: 300px;
    z-index: 999999;
}

/* Message Alert */

.msg, .errmsg,.msgg, .msg1, .errmsg1 ,.srt_msg ,.srt_errmsg{
    font-weight: 500;
    font-size: 20px;
    padding: 5px;
    text-align: center;
}
.msg, .msg1 ,.srt_msg {
    color:  green;
   
   
}
.errmsg, .errmsg1 ,.srt_errmsg {
color: red;
}

.msgg{
    color: #acdf87;
}






/* form */


.web-design_sec1 form {
  border: 2px solid #016934;
  padding: 40px 27px;
  border-radius: 10px;
  background: #acdf87;
}
.web-design_sec1  button {
  width: 100%;
  background-color: #006934;
  padding: 13px 12px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.web-design_sec1 input {
  width: 100%;
  outline: none;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #016934;
  color: #000000;
  font-size: 15px;
  background: transparent;
}

.web-design_sec1 textarea {
  width: 100%;
  outline: none;
  padding: 15px;

  border: none;
border-bottom: 1px solid #016934;
  color: #000000;

height: 80px;
background: transparent;
font-size: 15px;
}

.web-design_sec1 ::placeholder{
color: #000000;


}
section.web-design_sec1 label {
  font-size: 15px;
  text-transform: capitalize;
}

.web-design_sec1 input[type="radio"] {
  width: 18px;
}





/* 404 not found */

:root {
    --primary-color: #faca2e;
    --eye-pupil-color: #050505;
    --bg-color: #fff;
    --text-color: #000;
    --fs-heading: 36px;
    --fs-text: 26px;
    --fs-button: 18px;
    --fs-icon: 30px;
    --pupil-size: 30px;
    --eye-size: 80px;
    --button-padding: 15px 30px;
  }
  @media only screen and (max-width: 567px) {
    :root {
      --fs-heading: 30px;
      --fs-text: 22px;
      --fs-button: 16px;
      --fs-icon: 24px;
      --button-padding: 12px 24px;
    }
  }

  
  .container .main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center;
  }
  
  .error-page {
    margin: auto;
  }
  .error-page__heading-title {
    text-transform: capitalize;
    font-size: var(--fs-heading);
    font-weight: 500;
    color:  #19a961;
  }
  .error-page__heading-desciption {
    margin-top: 10px;
    font-size: var(--fs-text);
    font-weight: 200;
  }
  .error-page__button {
    color: inherit;
    text-decoration: none;
    border: 1px solid  #19a961;
    font-size: var(--fs-button);
    font-weight: 200;
    padding: var(--button-padding);
    border-radius: 15px;
    box-shadow: 0px 7px 0px -2px  #19a961;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
  }
  .error-page__button:hover {
    box-shadow: none;
    background-color:  #19a961;
    color: #fff;
  }
  
  .eyes {
    display: flex;
    justify-content: center;
    gap: 2px;
  }
  
  .eye {
    width: var(--eye-size);
    height: var(--eye-size);
    background-color: #19a961;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
  .eye__pupil {
    width: var(--pupil-size);
    height: var(--pupil-size);
    background-color: var(--eye-pupil-color);
    border-radius: 50%;
    animation: movePupil 2s infinite ease-in-out;
    transform-origin: center center;
    /*
    To reverse the animation of the right eye, uncomment this.
    */
  }
  @keyframes movePupil {
    0%, 100% {
      transform: translate(0, 0);
    }
    25% {
      transform: translate(-10px, -10px);
    }
    50% {
      transform: translate(10px, 10px);
    }
    75% {
      transform: translate(-10px, 10px);
    }
  }
  
  .color-switcher {
    position: fixed;
    top: 40px;
    right: 40px;
    background-color: transparent;
    font-size: var(--fs-icon);
    cursor: pointer;
    color: var(--primary-color);
    border: 0;
  }



/* Date: 16-07-2024 */

.tree ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tree ol ol {
    margin-left: 50px;
}

.tree ul {
    list-style: disc;
    margin-left: 20px;
}

.tree ol ul {
    margin-left: 100px;
}

.tree ol ul li p{
    margin-left: 0px;
}

.tree li {
    margin: 10px 0;
}

.tree p {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 50px;
}

/* career-page css */
 a.bordered-inherit {
    background: #02361c;
    color: #fff;
}

#career  .hricon {
    height: 70px;
    margin-bottom: 15px;
    width: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 600px;
    background: #19a961;
    margin-bottom: 25px;
    font-size: 32px;
    color: #fff;
}

#career form select{
  background: transparent;
width: 100%;
    outline: none;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #016934;
    color: #000000;
    font-size: 15px;
    background: transparent;
}
