* {padding: 0;margin: 0;}

body {background-color: #fff;}
html {
    scroll-behavior: smooth !important;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scrollbar-color: #ded2c4 #f8f1e9;
}
li {
    list-style: none;

}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}
a{font-family: var(--paragraph-font); text-decoration: none;}
p {
    font-family: var(--paragraph-font);
}

.section-padding {
    padding-top: 4em;
    padding-bottom: 4em;
}

.heading {
    text-align: center;
    width: 80%;
    margin: auto;
}

.heading h1 {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 800;
    text-transform: capitalize;
}

.heading h1 span {
    color: var(--color-3);
}


.btn.btn_style {
    background-color: var(--color-1);
    font-weight: 600;
    color: #fff;
    width: 210px;
    height: 55px;
    border-radius: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: var(--paragraph-font);
}
.btn.btn_link_style {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.btn.btn_link_style:hover {
    color: var(--color-1);
}
.container{
    max-width: 88%;
}
.smooth-scroll{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--color-1);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 30px;
  z-index: 9999;
  box-shadow: 0px 3px 11px -8px #000;
  transition: all .3s;
}
/* ********************************************* Inner Banner Styles ******************************************* // */
.inner_banner {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url(../images/banner_bg.jpg);
	background-size: 100%;
	background-position: 100% 33%;
	display: flex;
	justify-content: center;
	align-items: center;
    border-bottom: 4px solid var(--color-1);
}
.inner_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.inner_banner .inner_banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
}
.inner_banner .inner_banner_content h2 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 55px;
	text-transform: uppercase;
	font-family: var(--paragraph-font);
	margin: auto;
}
.page-breadcrumb {
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
	align-content: center;
}
.page-breadcrumb li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.page-breadcrumb li a {
    color: var(--color-1);
    text-decoration: none;
    font-weight: 500;
}
.page-breadcrumb li a:hover {
    color: #fff;
}
/* // ********************************************* Banner ******************************************* // */

.banner {
    position: relative;
    height: 83vh;
    overflow: hidden;
    background: transparent linear-gradient(-50deg, #c9efff 0%, #fff 100%) 0% 0% no-repeat padding-box;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 83vh;
}

.carousel-item > .d-block {
  width: 100%;
  height: 83vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} 
/* .banner .banner_txt{
    padding-top: 130px;
} */
.banner .banner_shape {
    position: absolute;
    z-index: 0;
    right: 5%;
    top: 12%;
    animation: heartbeat 4s infinite alternate;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.banner .img_div img {
    position: relative;
    bottom: -70px;
    width: 100%;
}
.banner .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-bottom: 0;
	color: #fff;
	/* text-align: center; */
	top: 0;
	display: grid;
	align-content: center;
	/* background-color: rgba(0, 0, 0, .55); */
	/* background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); */
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner h2 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0;
	line-height: 55px;
	text-transform: uppercase;
	font-family: var(--banner-font);
	width: 50%;
	margin: auto;
	text-shadow: 0px 4px 7px #000;
}

.banner h1 span {
    display: block;
    color: var(--color-2);
}

.banner p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px auto;
    width: 50%;
    text-transform: capitalize;
}

.banner .btn_div {
    display: flex;
    gap: 10px;
}

.banner  .btn {
    background-color: var(--color-1);
    font-size: 16px;
    font-family: var(--paragraph-font);
    font-weight: bold;
    height: 50px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    color: #fff;
    flex: 1;
    margin: auto;
}

/* // ********************************************* Counters ******************************************* // */

.highlights_sec {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background: #ffffff3b;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
}

.highlights_sec .stats {
    flex-basis: 20%;
    text-align: center;
    display: grid;
    place-content: center;
    height: 100%;
    padding: 20px 0;
    border-right: 1px solid #484848;
}

.highlights_sec .stats h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.highlights_sec .stats h5 {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

/* // ********************************************* about ******************************************* // */

.about_section .abt_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    height: 600px;
    border-radius: 30px;
 overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 3px 11px -8px #000;
}
.about_section .abt_img img:hover {
    transform: scale(1.05);
    transition: all .3s;
}
.about_section .about_info {
    padding-right: 100px;
}
.about_section .about_info p {
    color: #000;
    line-height: 28px;
}
.about_section .about_info .title h1 {
	padding-left: 0;
	color: #000;
	display: block;
	font-weight: 500;
	font-size: 40px;
}
.mission_vission {
	background-color: var(--bgcolor2);
}
.mission_vission .nav-pills {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}
.mission_vission .nav-pills .nav-link {
	background: transparent;
	border: 2px solid var(--color-1);
	border-radius: 35px;
	color: #fff;
	padding: 10px 20px;
	min-width: 210px;
	font-size: 17px;
	transition: all .3s;
}
.mission_vission .nav-pills .nav-link:hover, 
.mission_vission .nav-pills .nav-link.active, 
.mission_vission .nav-pills .show > .nav-link {
	color: #fff;
	background-color: var(--color-1);
	font-weight: 600;
	transform: scale(1.08);
}
.mission_vission .title h4 {
	color: var(--color-1);
	font-family: var(--banner-font);
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.mission_vission p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.mission_vission .abt_img {
	padding-left: 50px;
}
.mission_vission .abt_img img{
  height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: 0px 3px 11px -8px #000;
  width: 100%;
}
/* // ********************************************* Services ******************************************* // */
.services_sections {
    background-color: var(--bgcolor1);
    /* background-image: url(../images/shape1.png); */
    background-size: 60%;
    background-repeat: no-repeat;
}
.services_sections .left_heading {
	margin-right: 70px;
}
.services_sections h1 {
	font-size: 50px;
	font-weight: 600;
	color: #000;
	line-height: 55px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.services_sections p {
	font-size: 17px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}
.services_sections h5.subheading {
	display: inline-block;
	border-radius: 35px;
	color: var(--color-2);
	font-size: 16px;
	text-transform: uppercase;
}
.services_sections .feature_item {
	border-radius: 30px;
	background: #fff;
	/* box-shadow: 0px 3px 11px -8px #000; */
	/* border: 1px solid var(--color-1); */
	text-align: center;
	padding: 15px;
}
.services_sections .feature_item .feature-icon {
	color: var(--color-1);
	font-size: 3rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px !important;
}
.services_sections .feature_item h5 {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-2);
}
/* ********************************************* products ******************************************* // */
.product_section .heading h1 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    line-height: 55px;
    text-transform: uppercase;
}
.product_section h5.subheading {
    display: inline-block;
    border-radius: 35px;
    color: var(--color-2);
    font-size: 16px;
    text-transform: uppercase;
}
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
  }
  .gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }
  .gtco-testimonials .owl-stage-outer {
	padding: 30px 0;
	height: 42vh;
}
  .gtco-testimonials .owl-nav {
    display: none;
  }
  .gtco-testimonials .owl-dots {
	text-align: center;
	transform: scale(0.4);
}
  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #ccc;
    border: 2px solid #ccc;
    margin: 0 5px;
  }
  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }
  .gtco-testimonials .owl-dots .active span {
    background: var(--color-2);
    border-color: var(--color-2);
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
  }
  .gtco-testimonials .owl-dot.active {
    opacity: 1;
    transition: all 0.3s;
    scale: 1.4;
}
  .gtco-testimonials .products_item .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #adbecb;
    margin: 30px 30px;
    padding: 20px 10px;
    border-radius: 20px;
    border: none;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-between;
}
.gtco-testimonials .card .card_body {
    padding: 0 25px 0 10px;
}
.gtco-testimonials .card .card-img-top {
	max-width: 160px;
	/* border-radius: 50%; */
	/* margin: 15px auto 0; */
	/* filter: drop-shadow(2px 4px 6px #333333bd); */
	/* box-shadow: 0 8px 20px -4px #95abbb; */
	width: 160px;
	object-fit: contain;
	height: 160px;
	background: #fff;
	border-radius: 10px;
	object-position: center;
	padding: 10px;
	border: 1px solid var(--color-1);
}
.gtco-testimonials .card h5 {
	color:var(--color-1);
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 7px;
	margin-top: 0;
}
.gtco-testimonials .card span.brandName {
	font-size: 12px;
	background: var(--color-1);
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	padding: 2px 10px;
	border-radius: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: var(--paragraph-font);
}
.owl-nav {
	display: flex !important;
	justify-content: center;
	gap: 10px;
	/* position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	padding: 0 20px; */
}
.owl-nav button {
	color: var(--color-2) !important;
	background: transparent !important;
	width: 35px;
	height: 35px;
	border-radius: 40px;
	border: 2px solid var(--color-2) !important;
	pointer-events: all;
	font-size: 26px !important;
	display: grid;
	place-content: center;
    transition: all .3s;
}
.owl-nav button:hover {
    background: var(--color-2) !important;
    color: #fff !important;
}
.gtco-testimonials .card h6.card-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.gtco-testimonials .card p {
    font-size: 16px;
    color: #000;
    padding-top: 0;
    margin: 0;
    line-height: 20px;
    display: none;
}
  .gtco-testimonials .active {
    opacity: 0.3;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
    scale: 1.1;
}
 
  .gtco-testimonials .center h5 span {
    font-size: 20px;
  }
  /* .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  } */
  
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
  }
  .owl-carousel button.owl-dot {
    outline: 0;
  }
/* ********************************************* Product categories ******************************************* // */
.product_category_sections .heading h1 {
	font-size: 50px;
	font-weight: 600;
	color: #000;
	line-height: 55px;
	text-transform: uppercase;
}
.product_category_sections h5.subheading {
	display: inline-block;
	border-radius: 35px;
	color: var(--color-2);
	font-size: 16px;
	text-transform: uppercase;
}
.product_category_sections  .nav-pills {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}
.product_category_sections  .nav-pills .nav-link {
	background: transparent;
	border: 2px solid var(--color-1);
	border-radius: 35px;
	color: #000;
	padding: 10px 20px;
	min-width: 210px;
	font-size: 17px;
    transition: all .3s;
}
.product_category_sections .nav-pills .nav-link:hover,
.product_category_sections .nav-pills .nav-link.active, 
.product_category_sections .nav-pills .show > .nav-link {
	color: #fff;
	background-color: var(--color-1);
	font-weight: 600;
    transform: scale(1.08);
}
.product_category_sections #nav-tabContent {
	margin-top: 90px;
}
.product_category_sections .card {
	background: var(--bgcolor1);
	border: none;
	border-radius: 30px;
	margin-bottom: 70px;
	border: 2px solid var(--bgcolor1);
	transition: all .3s;
}
.product_category_sections .card:hover {
	cursor: pointer;
	border: 2px solid var(--color-1);
	background: #fff;
	box-shadow: 0px 21px 30px -24px #00000094;
}
.product_category_sections .card .card-body {
	color: #000;
	padding: 20px 30px;
	border-top: 2px solid var(--color-1);
	margin-top: 20px;
	min-height: 250px;
}
.product_category_sections .card .card-body .card-title {
	font-size: 25px;
	font-family: var(--paragraph-font);
	font-weight: 700;
	color: var(--color-1);
    margin-bottom: 0;
}
.product_category_sections .card .card-body .brandName {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 13px;
	border-bottom: 1px solid;
}
.product_category_sections .card .card-body .card-text {
	font-size: 15px;
	line-height: normal;
	font-family: var(--paragraph-font);
	color: #000;
}
.product_category_sections .card .card-img-top {
	width: 100%;
	height: 260px;
	object-fit: contain;
	object-position: center;
	margin: auto;
	filter: drop-shadow(0px 9px 5px #0000009e);
	margin-top: -40px;
}
.table.table-bordered.table_style thead th {
	background: #a9d40c45;
	color: #7a9c00;
	font-family: var(--banner-font);
	text-transform: uppercase;
	font-size: 15px;
	border: 1px solid #a9d40c;
}
.table.table-bordered.table_style tbody td {
	color: #000;
	font-family: var(--paragraph-font);
	font-size: 15px;
	border: 1px solid #a9d40c;
}
.table_style tr:hover {background-color: #a34e2930;}
.table_style tr:hover  td {color: #793b20  !important;font-weight: 600}
.table_style tr:hover  td a{background-color:var(--color-2) !important;color: #fff !important;}
/* ********************************************* contributions ******************************************* // */  
.contribution-section {
    background: linear-gradient(45deg, rgb(14, 14, 14) 0%, rgb(125, 126, 125) 100%);
  }
  
.contribution-section .heading h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    text-transform: uppercase;
}
.contribution-section h5.subheading {
    display: inline-block;
    border-radius: 35px;
    color: var(--color-1);
    font-size: 16px;
    text-transform: uppercase;
}
.contribution-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
  
  .contribution-box {
	border: 2px solid var(--color-1);
	width: calc(25% - 30px);
	padding: 30px 20px;
	border-radius: 16px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease-in-out;
	text-align: center;
	margin: 15px;
}
  
  .contribution-box:hover {
    transform: translateY(-6px);
    border-color: var(--color-2);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.519);
  }
  .contribution-box .icon-img {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    display: grid;
    place-content: center;
}
.contribution-box .icon-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;  
    object-position: center;
}
  
  .contribution-box h3 {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
  
  .contribution-box p {
    color: #fff;
    font-family: var(--paragraph-font);
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
}
  
/* // ********************************************* team ******************************************* // */
.team_section {
	background-color: var(--bgcolor1);
}
.team_section .heading h1 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    line-height: 55px;
    text-transform: uppercase;
}
.team_section h5.subheading {
    display: inline-block;
    border-radius: 35px;
    color: var(--color-2);
    font-size: 16px;
    text-transform: uppercase;
}
.team_section .team_item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: 0 8px 30px -7px #5f686f;
    border-bottom: 6px solid var(--color-1);
}
.team_section .team_item  .team_info {
    margin-top: -40px;
    background: #fff;
    z-index: 1;
    position: sticky;
    width: 80%;
    margin-right: 10px;
    margin-left: auto;
    border: 1px solid var(--color-1);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.team_section .team_item  .team_info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.team_section .team_item  .team_info p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-2);
}
.team_section .team_item:hover  .team_info{
    background-color: var(--color-1);
}
.team_section .team_item:hover  .team_info p, .team_section .team_item:hover  .team_info h5{
    color: #fff;
}
/* ********************************************* testimonial ******************************************* // */
.testimonial {
    position: relative;
    background-image: url('../images/testimonial_bg.jpg');
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.testimonial .overlay {
	background: linear-gradient(0deg, rgb(32, 36, 22) 0%, rgba(0, 0, 0, 0.704) 100%);
	width: 100%;
	height: 100%;
    padding-top: 6em;
    padding-bottom: 6em;
     min-height: 100vh;
    height: 100vh;
}

.testimonial .heading h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	line-height: 55px;
	text-transform: uppercase;
}
.testimonial h5.subheading {
	display: inline-block;
	color: var(--color-1);
	font-size: 16px;
	text-transform: uppercase;
}
.testimonial .carousel,
.testimonial .carousel-inner,
.testimonial .carousel-item {
  height: auto;
}
#testimonial4 .carousel-item {
  overflow: hidden;
}


.testimonial4_slide {
  width: 70%;
  margin: auto;
  padding: 20px;
  text-align: center;
}
.testimonial4_slide img {
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	border: 5px solid var(--color-1);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    margin: 23px auto;
    width: 80%;
    border-bottom: 1px dashed var(--color-1);
    padding-bottom: 20px;
    font-weight: 300;
    font-family: var(--banner-font);
    font-style: italic;
}
.testimonial4_slide h4 {
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial4_slide h6 {
  color: #ffffff;
  font-size: 13px;
  margin-top: 0;
  font-weight: 400;
  text-transform: capitalize;
}


.testimonial4_control_button .carousel-control-prev,
.testimonial4_control_button .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: 0.6s all ease;
}
.testimonial4_control_button .carousel-control-prev:hover,
.testimonial4_control_button .carousel-control-next:hover {
  background: var(--color-1);
}
.testimonial4_control_button .carousel-control-prev-icon,
.testimonial4_control_button .carousel-control-next-icon {
  background-size: 70% 70%;
}


.testimonial4_indicators .carousel-indicators {
  bottom: 15px;
}
.testimonial4_indicators .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.testimonial4_indicators .carousel-indicators .active {
  background-color: #9dd3af;
}


.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
}
/* *********************************************** Footer *********************************************** */
.footer-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.footer-top {
  padding-top: 5em;
  padding-bottom: 50px;
}
.footer-top p, .company-footer-contact-list li {
    color: #000;
    margin: 0;
}
.company-footer-contact-list {
  margin-top: 10px;
}
.courses-link-list li {
    list-style: none;
    line-height: 33px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li + li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.footer-top .site-logo {
  margin-bottom: 25px;
  display: block;
  max-width: 250px;
}
.footer-top .widget-title {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.courses-link-list {
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.courses-link-list li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    font-family: var(--heading-font);
}
.courses-link-list li a:hover {
  color: var(--color-1);
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
  color: #ffffff;
  font-weight: 400;
}
.small-post-item .post-date {
    color: #fff;
    margin-bottom: 3px;
    font-family: var(--banner-font);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-bottom: 2px solid var(--color-1);
    padding-bottom: 2px;
}
.small-post-list li + li {
  margin-top: 30px;
}
.news-letter-form {
  margin-top: 15px;
  position: relative;
}
.news-letter-form input {
    width: 100%;
    padding: 10px 25px;
    border: 2px solid var(--color-1);
    background: transparent;
    color: #000;
    border-radius: 35px;
}
ul.terms-privacy.d-flex.justify-content-sm-end.justify-content-center {
    margin: 0;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color:  var(--color-1);
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 2px;
}
.footer-bottom {
  padding: 13px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.149);
}
.copy-right-text {
    color: #666;
}
.copy-right-text a {
  color: #666;
  text-decoration: none;
}
.terms-privacy li + li {
  margin-left: 30px;
}
.terms-privacy li a {
    color: #666;
    position: relative;
}
.terms-privacy li a:after {
  position: absolute;
  content: "-";
  color: #666;
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li + li a:after {
  display: none;
}

.small-post-list {
    padding: 0;
}
.social-icons-btn {
	display: flex;
	gap: 10px;
	justify-content: right;
}
.social-icons-btn .icons {
	min-width: 27px;
	min-height: 27px;
	background: var(--color-2);
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
	color: #fff;
	display: grid;
	place-content: center;
    transition: all .3s;
}
.social-icons-btn .icons:hover{
    background: var(--color-1);
}

/* ************************************ contact page ***************************************** */
.contact_form_div {
	margin-left: 50px;
}
.contact_form_div .contact_form {
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	border: 2px solid var(--color-1);
}
.contact_form_div .contact_form .form-group{
    position: relative;
}
.contact_form_div .contact_form .form-group .form-control {
	background: transparent;
	border: 1px solid var(--color-1);
	height: 45px;
	color: #000;
	border-radius: 5px;
	box-shadow: none !important;
	outline: none;
}
.contact_form_div .contact_form .form-group textarea.form-control{
    min-height: 100px;
}
.contact_form_div .contact_form .form-group label {
	padding: 0 5px;
	position: absolute;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	left: 20px;
	top: -12px;
    color: #000;
    font-family: var(--paragraph-font);
}
.contact_form_div .contact_form h2 {
	font-size: 40px;
	font-weight: 600;
	color: var(--color-2);
	line-height: 35px;
	text-transform: uppercase;
}
.contact_info h3 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
	text-transform: uppercase;
	
}
.contact_info .contact_info_list {
	padding: 0;
}
.contact_info .contact_info_list li {
	display: flex;
	column-gap: 20px;
	margin-bottom: 20px;
	align-items: center;
}
.contact_info .contact_info_list li p {
	margin: 0;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	font-family: var(--banner-font);
	font-weight: 500;
}
.contact_info .contact_info_list li p span {
	font-weight: 600;
	color: var(--color-2);
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}
.contact_info .contact_info_list li .icon {
	min-width: 50px;
	min-height: 50px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	background: var(--color-1);
	font-size: 25px;
	color: #fff;
}
/* ********************************************* HERBICIDE ******************************************* // */
/* .herbicides_section {
    background-color: var(--bgcolor1);
} */
.herbicides_section .nav-pills {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}
.herbicides_section .nav-pills .nav-link {
	background: #fff;
	border: 2px solid var(--color-1);
	border-radius: 4px;
	color: #000;
	padding: 5px 10px;
	font-size: 15px;
	transition: all .3s;
	min-width: 100px;
	text-transform: uppercase;
	font-family: var(--banner-font);
	font-weight: 600;
}
.herbicides_section .nav-pills .nav-link:hover, 
.herbicides_section .nav-pills .nav-link.active, 
.herbicides_section .nav-pills .show > .nav-link {
	color: #fff;
	background-color: var(--color-1);
	font-weight: 600;
	transform: scale(1.08);
}
.herbicides_section .herbicides_img {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	border: 1px solid var(--color-1);
	box-shadow: 0px 3px 11px -8px #000;
	position: sticky;
	top: 150px;
	left: 0;
  /* height: 500px; */
}
.herbicides_section .herbicides_img img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center;    
}
.herbicides_section .product_txt {
    padding-left: 70px;
}
.herbicides_section  h1 {
	font-size: 50px;
	font-weight: 600;
	color: #000;
	line-height: 55px;
	text-transform: uppercase;
}
.herbicides_section .product_txt h4 {
	font-size: 15px;
	font-family: var(--paragraph-font);
	color: var(--color-2);
	font-weight: 700;
	border-bottom: 1px solid;
	display: inline-block;
	margin-bottom: 4px;
}
.herbicides_section .product_txt .txt_box ul {
	padding: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
}
.herbicides_section .product_txt .txt_box ul li {
	background: #a9d40c33;
	color: #5b7400;
	display: inline-block;
	padding: 3px 20px;
	font-weight: 600;
	border-radius: 4px;
	font-style: italic;
	font-size: 15px;
	text-transform: capitalize;
}