@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("../css/swiper.min.css");
@import url(../css/default.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.css");
@import url(../css/aos.css);
html {
    scroll-behavior: smooth;
}

:root {
    /* background Colors: */
    --bg-color-ffffff: #ffffff;
    --bg-color-000000: #000000;
    --bg-color-4c4e5a: #4c4e5a;
    --bg-color-83c154: #83c154;
    --bg-color-112b25: #112b25;
    --bg-color-f3f3f3: #f3f3f3;
    /* Colors: */
    --color-1f2c34: #1f2c34;
    --color-000000: #000000;
    --color-1f2025: #1f2025;
    --color-4c4e5a: #4c4e5a;
    --color-ffffff: #ffffff;
    /* Font/text values */
    --font-family-raleway: 'Raleway', sans-serif;
    ;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-28: 28px;
    --font-size-36: 36px;
    --font-size-45: 45px;
    --font-size-50: 50px;
    --font-size-52: 52px;
    --font-size-35: 35px;
    --font-size-40: 40px;
    --font-size-60: 60px;
    --font-size-88: 70px;
    --font-size-114: 114px;
    --line-height-inherit: inherit;
    --line-height-24: 24px;
    --line-height-30: 30px;
    --line-height-45: 45px;
    --line-height-60: 60px;
    --font-weight-100: 100;
    --font-weight-200: 200;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
}


/* a {
  display: inline-block;
  position: relative;
  color: #0087ca;
  text-decoration: none;
}
a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: var(--font-family-raleway); */
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-18);
    color: var(--color-000000);
    margin: 0;
    padding: 0;
}

.clr {
    width: 100%;
    float: left;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    border: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
select:focus,
.custom-select:focus,
.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--bg-color-brown);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-400);
    text-transform: normal;
    margin-bottom: 15px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

header,
section {
    width: 100%;
    float: left;
    background-color: var(--bg-color-ffffff);
    clear: both;
    /* overflow: hidden; */
}

hr {
    border-bottom: 1px solid var(--color-636363) !important;
    border-top: 0 none;
    margin: 20px 0 20px;
    padding: 0;
    opacity: 1;
}

p {
    font-size: var(--font-size-18);
    line-height: var(--line-height-30);
    color: var(--color-000000);
}

.gradient {
    background: rgb(130, 192, 67);
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.section-space {
    padding: 100px 0;
    clear: both;
}

.what-we-do-section {
    position: relative;
}

.what-we-do-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-image: url(../images/particles-bg/left1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* video */

section.slider-section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 99.4%;
    overflow: hidden;
}

section.slider-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section-small-title {
    font-size: var(--font-size-18);
    color: var(--color-4c4e5a);
    font-weight: var(--font-weight-700);
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.section-small-title:before {
    width: 70px;
    position: relative;
    content: "";
    height: 1px;
    background-color: var(--bg-color-000000);
    margin-right: 15px;
}

.section-title {
    font-size: var(--font-size-52);
    color: var(--color-1f2025);
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: capitalize;
    line-height: var(--line-height-60);
}

.section-subtitle {
    font-size: var(--font-size-36);
    line-height: var(--line-height-45);
    color: var(--color-1f2025);
    font-weight: var(--font-weight-700);
}


/* common css end */


/* link button */

.read-more-text {
    display: inline-block;
}

.read-more-text-btn {
    font-size: var(--font-size-18);
    line-height: var(--line-height-inherit);
    color: var(--color-1f2c34);
    font-weight: var(--font-weight-700);
    display: inline-block;
    border: none;
    outline: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.read-more-text-btn i {
    font-size: var(--font-size-35);
    line-height: 20px;
    margin-right: 16px;
    content: "\F22D";
    font-family: bootstrap-icons !important;
    color: var(--color-ffffff);
    font-size: 32px;
    line-height: 0;
    position: relative;
    z-index: 1;
    margin-left: 15px;
}

.read-more-text-btn i::after {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: rgb(130, 192, 67);
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    content: '';
    position: absolute;
    left: 14px;
    top: 1px;
    z-index: 1;
    transition: transform 0.5s ease-in-out;
}

.read-more-text-btn:hover i::after {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background: rgb(130, 192, 67);
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    content: '';
    position: absolute;
    left: 12px;
    top: -6px;
    z-index: 1;
    transform: translatex(-15px);
    transition: transform 0.5s ease-in-out;
}

.read-more-text-btn i::before {
    z-index: 2;
    position: relative;
}

.read-more-text-btn:hover {
    color: var(--bg-color-112b25);
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.img-zoom img:hover {
    transform: scale(1.1);
    border-radius: 0px 0px 20px 0px;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-green {
    color: var(--color-dark-green);
}


/* headerstart */

.main-header {
    position: fixed;
    background-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
    color: var(--bg-color-ffffff);
    padding: 5px 0;
}

.main-slider video {
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
}

.main-header:hover {}

.header-content {
    padding-top: 130px;
    padding-bottom: 55px;
}

.header-content h1 {
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-42);
    line-height: var(--line-height-54);
    letter-spacing: -0.02em;
    color: var(--color-dark-green);
}

.logo img {
    width: 280px;
}

.main-header .shrink-header {
    display: block;
    width: 100%;
    position: relative;
}

.main-header.shrink .shrink-header {
    position: fixed;
    background: var(--bg-color-ffffff);
    display: inline-block;
    top: 0;
    z-index: 999;
    width: 100%;
    display: block;
    animation: smoothScroll 1.5s forwards;
}

.main-header.shrink .header-content {
    padding-top: 250px;
}

.main-header.shrink .fix-logo-none {
    display: none;
}

@keyframes smoothScroll {
    0% {
        /* transform: translateY(-60px); */
        opacity: 0;
    }
    100% {
        /* transform: translateY(0px); */
        opacity: 1;
    }
}

.burger {
    cursor: pointer;
    padding: 25px;
}

#header {
    position: fixed;
    width: 100%;
    background: transparent;
    color: #323537;
    z-index: 9999;
}

#header:hover {
    background-color: #000000;
}

#header .header_inner {
    position: relative;
    margin: 0 auto;
    width: 1300px;
    text-align: center;
}

#header nav {
    position: relative;
    width: 100%;
    height: 100px;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: end;
}

#header nav>ul {
    position: relative;
    text-align: right;
}

#header nav>ul>li {
    display: inline-block;
    vertical-align: top;
}

#header nav>ul>li>.navMenu,
#header nav>ul>li>.navMenuAll {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 20px;
    font-weight: var(--font-weight-700);
    color: var(--color-1f2c34);
    cursor: pointer;
    font-size: var(--font-size-18);
    text-transform: uppercase;
}

#header nav>ul>li>.navMenu a {
    color: var(--color-ffffff);
}

#header nav>ul>li>.navMenu a:hover {
    color: var(--color-000000);
}

#header nav .navSub {
    position: fixed;
    display: none;
    right: 0;
    top: 100px;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background: var(--bg-color-111a23);
    transition: 0.3s;
    z-index: 999999;
    left: 0;
    /* margin-left: 0px; */
}

#header nav .navSub .sub_contents .subMenu {
    position: relative;
    margin: 10px;
    padding: 10px;
    width: 95vw;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    /* left: -15%; */
}

#header nav .navSub .sub_contents .subMenu li {
    display: block;
    float: left;
    width: 25%;
    margin: 20px 0;
    cursor: pointer;
    font-size: 1.05em;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: capitalize;
}

#header nav .navSub .sub_contents .subMenu li a {
    padding: 10px 0 10px;
    color: var(--color-000000);
}

#header nav .navSub .sub_contents .subMenu li a:hover {
    color: var(--bg-color-ffa200);
}


/* 
#header nav .navSub .sub_contents .subMenu li:hover:before {
    content: "+";
    color: #fff;
    font-weight: 400;
} */

#header nav>ul>li:hover>.navMenu+.navSub {
    display: block;
    height: 200px;
}

#header nav .navSub::after {
    color: var(--color-ffffff);
    position: absolute;
    content: "+";
    padding-left: 2px;
}

#header.sticky nav>ul>li>.navMenu:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 1);
}

#header nav>ul>li>.navMenu:hover,
#header nav>ul>li>.navMenu:active {
    color: rgba(255, 255, 255, 1);
}

#header nav>ul>li>.navMenu.over {
    color: rgba(255, 255, 255, 1);
    border-bottom: 5px solid #fff;
    z-index: 999999999;
}

#header nav .navSub.navSub_h {
    display: block;
    height: 200px;
}

#header nav>ul>li>.navMenu {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

#header nav>ul>li>.navMenu::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#header nav>ul>li>.navMenu:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


/* STICKY nav*/

.sticky,
.sticky nav {
    height: 50px;
}

.sticky nav .logo {
    height: 24px;
    width: 100px;
    margin: 12px 0px;
    cursor: pointer;
}

.contents {
    background: #aaa;
}


/* header end */


/* //main section// */


/* Swiper arrows */

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-button-next {
    background-color: var(--bg-color-ffffff);
    border-radius: 100%;
    padding: 3px;
    width: 40px;
    height: 40px;
}

.swiper-button-prev {
    background-color: var(--bg-color-ffffff);
    border-radius: 100%;
    padding: 3px;
    width: 40px;
    height: 40px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.swiper-button-prev {
    background-image: none;
}


/* Swiper pagination */

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

.swiper-button-prev i {
    color: var(--color-000000);
    font-size: var(--font-size-35);
    line-height: 0;
}

.swiper-button-next i {
    color: var(--color-000000);
    font-size: var(--font-size-35);
    line-height: 0;
}


/* main slider */

.main-slider {
    background: var(--bg-color-000000);
}

.main-slider .swiper-wrapper {
    height: 100vh;
}

.main-slider img:nth-child(0) {
    object-fit: cover;
    height: 100vh;
    filter: brightness(0);
}

.main-slider img {
    object-fit: cover;
    height: 100vh;
    filter: brightness(0.8);
}

.main-slider::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 72%) 0%, rgba(0, 212, 255, 0) 100%);
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    /* height: 30%; */
    top: 0;
    left: 0;
    z-index: 0;
}

.main-slider .swiper-navigation {
    position: relative;
    bottom: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: -16px;
}

.main-slider .swiper-navigation .swiper-button-prev {
    position: absolute;
    right: 60px;
    left: auto;
}

.main-slider .slider-slide {
    position: relative;
}

.main-slider .slider-content {
    position: absolute;
    top: 40%;
    color: var(--color-ffffff);
    z-index: 9;
    width: 100%;
}

.main-slider .slider-content .read-more-text-btn {
    color: var(--color-ffffff);
}

.main-slider h3 {
    font-size: var(--font-size-52);
    font-weight: var(--font-weight-800);
    margin-bottom: 80px;
    text-align: left;
    width: 65%;
}

.main-slider h4 {
    font-size: var(--font-size-22);
    line-height: var(--line-height-33);
    font-weight: var(--font-weight-300);
    margin-bottom: 50px;
}


/* //footer// */

footer {
    position: relative;
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    z-index: 9;
    padding-top: 33rem;
    overflow: hidden;
}

.main-footer {
    padding: 50px 0;
    color: var(--color-ffffff);
    font-size: var(--font-size-16);
}

.main-footer .main-title {
    text-transform: uppercase;
    font-weight: var(--font-weight-700);
}

.copyright {
    background-color: var(--bg-color-brown);
    padding: 19px 0;
    color: var(--color-white);
    font-size: var(--font-size-16);
}

.social-media ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.social-media li {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: var(--bg-color-white);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 2px;
    margin-right: 14px;
    text-transform: capitalize;
}

.social-media li i {
    color: var(--color-dark-green);
    width: 17px;
}

.social-media .title {
    letter-spacing: 0.15em;
    font-size: var(--font-size-16);
    margin-bottom: 20px;
    font-weight: var(--font-weight-500);
}

.footer-left p {
    margin-right: 92px;
    margin-bottom: 40px;
    color: var(--bg-color-white);
}

ul.links li {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: grid;
}

.links li a,
.main-footer .category a {
    color: var(--color-white);
    font-weight: var(--font-weight-500);
}

.links li a:hover,
.main-footer .category a:hover {
    color: var(--color-ffa200);
}

.quick-links .main-title {
    margin-bottom: 50px;
    font-size: var(--font-size-24);
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #fff;
}

.quick-links .col-6 {
    margin-bottom: 30px;
}

.quick-links .main-title::after {
    width: 70%;
    background-color: var(--bg-color-white);
    height: 1px;
    content: "";
    position: relative;
}

.main-footer .category {
    padding-left: 30px;
}

.main-footer .category .title {
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-29);
    line-height: var(--line-height-38);
    /* identical to box height */
    letter-spacing: -0.02em;
}

.main-footer .category li {
    margin-bottom: 30px;
}


/* //footer// */


/* The side navigation menu */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    right: 0;
    box-shadow: -4px 0px 15px #00000040;
    opacity: 0;
    z-index: 9999;
}

.sidenav .closebtn {
    float: right;
}

.sidenav .closebtn i {
    line-height: 0;
    left: 21px;
    position: relative;
    top: -4px;
    font-size: 48px;
    color: darkgray;
}

.menu-box {
    padding: 30px 45px 0px 45px;
}

.menu-box .logo img {
    margin-bottom: 30px;
    position: relative;
    left: -12px;
    width: 200px;
}

.menu-box .category-list ul {
    padding: 0;
    margin: 0;
}

.menu-box .category-list li {
    font-size: var(--font-size-22);
    line-height: var(--line-height-28);
    color: var(--color-dark-grey);
    font-weight: var(--font-weight-500);
    letter-spacing: -0.02em;
    padding: 15px 0;
    border-top: 1px solid var(--color-c5c5c5);
    font-family: var(--font-family-ibm-san);
}

.menu-box .category-list li:last-child {
    border-bottom: 1px solid var(--color-c5c5c5);
}

.social-media-menu h6 {
    letter-spacing: -0.02em;
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-12);
    line-height: var(--line-height-18);
    color: var(--color-dark-grey);
    font-family: var(--font-family-ibm-san);
    margin-bottom: 25px;
}

.whatsapp-bg {
    background: var(--bg-color-48b749);
}

.instagram-bg {
    background: radial-gradient(130.55% 130.54% at 13.29% 100.47%, #fa8f21 9%, #d82d7e 78%);
}

.facebook-bg {
    background: var(--bg-color-3b5998);
}

.twitter-bg {
    background: var(--bg-color-0094FF);
}

.youtube-bg {
    background: var(--bg-color-FF0000);
}

.linkedin-bg {
    background: var(--bg-color-0A66C2);
}

.social-media-menu {
    margin: 30px 0px;
    margin-bottom: 0px;
}

.social-media-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social-media-menu li {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.social-media-menu li i {
    color: var(--color-white);
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: var(--color-ffffff);
}

.menu-button-other {
    border: 1px solid var(--color-c5c5c5);
    padding: 15px 15px;
    border-radius: 10px;
    margin-top: 20px;
    font-family: var(--font-family-ibm-san);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.menu-button-other .icon {
    width: 10%;
}

.menu-button-other .content {
    width: 90%;
}

.menu-button-other i {
    padding: 15px;
    color: var(--bg-color-48b749);
}


/* The side navigation menu end*/


/* backtotop */

#backtotop {
    display: inline-block;
    background-color: var(--bg-color-ffa200);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

#backtotop::after {
    content: "\F145";
    font-family: bootstrap-icons !important;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#backtotop:hover {
    cursor: pointer;
    background-color: #333;
}

#backtotop:active {
    background-color: #555;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}


/* about section */

.about-section {
    position: relative;
}

.about-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-image: url("../images/particles-bg/left1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 10%;
    height: 57%;
    background-image: url("../images/particles-bg/right.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-content {
    margin: 80px 0;
}

.about-content p {
    margin-top: 20px;
}

.about-content .read-more-text {
    margin-top: 80px;
}

.about-img {
    position: relative;
    /* background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    border-radius: 50%;
    padding: 21px 2px 0px 1px; */
}


/* .about-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -6px;
    border-radius: 100%;
    background: rgb(130, 192, 67);
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    z-index: -1;
    top: -5%;
    z-index: 1;
    left: 1%;
    display: block;
    visibility: visible;
    opacity: 1;
} */

.about-img img {
    position: relative;
    z-index: 9;
    top: 5px;
    width: 500px;
}


/* feature section */

.feature-section {
    position: relative;
    overflow: visible !important;
}

.feature-section:before {
    position: absolute;
    content: "";
    top: -35%;
    left: -20%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #000;
    background: linear-gradient(#0e6c24, #7ebf5e);
}

.feature-section:after {
    position: absolute;
    content: "";
    top: 15%;
    right: 91%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(#3aa152, #7ebf5e);
    box-shadow: 5px 19px 20px #22222245;
}

.feature-box {
    position: relative;
    background-color: var(--bg-color-235700);
    z-index: -1;
    text-align: center;
}

.feature-center:before {
    position: absolute;
    content: "";
    width: 80%;
    top: 14%;
    border-bottom: 3px solid #ccc;
    background: #000;
    z-index: -1;
    left: -42%;
}

.icon {
    background: #fff;
    width: 80px;
    margin: 0 auto;
}

.feature-center:after {
    position: absolute;
    content: "";
    width: 80%;
    top: 14%;
    border-bottom: 3px solid #ccc;
    background: #000;
    z-index: -1;
    right: -42%;
}

.feature-box::after {
    position: absolute;
    content: "";
    background-color: var(--bg-color-235700);
}

.feature-box .feature-title {
    font-size: var(--font-size-36);
    color: var(--color-1f2025);
    margin: 25px;
    font-weight: var(--font-weight-700);
}

.feature-box .icon img {
    width: 72px;
}


/* vision section   */

.our-vision-section {
    max-height: 100vh;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px;
    background-attachment: fixed;
    background-position: center;
    max-height: 800px;
    position: relative;
    background-image: linear-gradient(45deg, rgb(0 0 0 / 22%), rgb(16 16 16 / 75%)), url(../images/family-bg.jpg);
}

.our-vision-section .content h1 {
    font-size: var(--font-size-114);
    font-weight: var(--font-weight-700);
    text-align: center;
    color: var(--color-ffffff);
    position: relative;
    z-index: 1;
    width: 73%;
    margin: auto;
}

.our-vision-section .content h1::before {
    border-radius: 100%;
    width: 125px;
    height: 125px;
    background: rgb(130, 192, 67);
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    content: '';
    position: absolute;
    left: 17px;
    top: 7px;
    z-index: -1;
}

.our-vision-section:after {
    position: absolute;
    content: "";
    bottom: -9%;
    right: 0;
    margin-right: 0rem;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(#3aa152, #7ebf5e);
    box-shadow: -3px 20px 20px 4px #22222245;
    z-index: 999;
}


/* gallery-section */

.gallery-section {
    position: relative;
}

.gallery-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-image: url(../images/particles-bg/left1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* contact section */

section.footer-section {
    margin-top: -38rem;
    /* position: relative; */
    /* z-index: 9; */
}

.contact-section-right .section-title {
    background: -webkit-linear-gradient(left, #82c043, #118a44);
    background: -o-linear-gradient(right, #82c043, #118a44);
    background: -moz-linear-gradient(right, #82c043, #118a44);
    background: linear-gradient(to right, #82c043, #118a44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section .container {
    padding: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    justify-content: center;
    background-color: var(--bg-color-f3f3f3);
}

.contact-section-right {
    padding: 100px;
    height: 100%;
    display: flex;
    align-items: center;
}


/* product section */

.product-box {
    position: relative;
    height: 600px;
}

.product-img img {
    transform: scale(1);
    transition: all 0.3s;
}

.product-img:hover img {
    transform: scale(1.1);
}

.product-img {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.product-box .product-img {
    width: 100%;
    height: 100%;
}

.product-box .product-img img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.product-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 50px 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    text-align: right;
}

.product-content .section-title {
    color: var(--color-ffffff);
    font-size: 40px;
    line-height: 45px;
    text-align: right;
}

.product-content .read-more-text-btn {
    justify-content: flex-end;
    color: var(--color-ffffff);
}


/* form design */

.form-section2 {
    position: relative !important;
    z-index: 99 !important;
}

#formWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}


/* div#form {
    padding: 100px;
} */

div.form-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

input,
select {
    transition: all 0.2s ease;
}

input.form-style,
select.form-style,
textarea.form-style {
    color: #8a8a8a;
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 0px;
    border: transparent;
    border-bottom: 2px solid #ccc;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    letter-spacing: 0.8px;
    background-color: transparent;
}

div.form-item .form-style:focus {
    outline: none;
    border: 2px solid #83c154;
    color: var(--color-1f2c34);
    background-color: transparent;
}

div.form-item p.formLabel {
    position: absolute;
    top: 20px;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    align-items: center;
    margin-bottom: 0px;
}

.formTop {
    top: -8px !important;
    background-color: var(--bg-color-f3f3f3);
    padding: 0;
    font-size: 14px;
    color: #58bff6 !important;
}

.formStatus {
    color: #8a8a8a !important;
}

input[type="submit"].login {
    float: right;
    width: 112px;
    height: 37px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #55b1df;
    border: 1px solid #55b1df;
    border: none;
    color: #fff;
    font-weight: bold;
}

input[type="submit"].login:hover {
    background-color: #fff;
    border: 1px solid #55b1df;
    color: #55b1df;
    cursor: pointer;
}

input[type="submit"].login:focus {
    outline: none;
}

.social-media-menu li {
    transition: ease all 0.5s;
}


/* .social-media-menu a:hover {
    filter: drop-shadow(5px 8px 10px black);
} */

.social-media-menu li:hover {
    transform: scale(1.05);
}

.quick-links li a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    display: inline-flex;
    text-transform: initial;
}

.quick-links li a i {
    font-size: 22px;
    margin-right: 7px;
}

.social-media-menu ul li a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
}

.social-media-menu ul li {
    width: auto;
    z-index: 999;
}

.social-media-menu ul li a i {
    background: transparent !important;
    font-size: 20px;
    margin-right: 10px;
}

.footer-copyright {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.main-footer a:hover {
    color: #fff !important;
}

.footer-copyright a {
    color: #fff;
}

footer:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 10%;
    height: 70%;
    background-image: url(../images/particles-bg/right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer:before {
    position: absolute;
    content: "";
    bottom: -10%;
    right: -10%;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: linear-gradient(#0e6c24, #90d56e);
    z-index: 9;
    box-shadow: -20px 1px 20px #2222220d;
}


/* gallery */

.masonry {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.gallery-box .img {
    max-width: 100%;
}

.masonry .item {
    display: inline-block;
    background: #ffffff;
    padding: 0px;
    margin: 0 0 1.5em;
    width: 100%;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    /* float: left; */
}


/* about-us page */

section.inside-intro {
    padding: 11rem 0px;
    padding-top: 13rem;
    background-image: url('../images/page-bg/about-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.inside-intro.contact-us {
    background-image: url('../images/page-bg/contact-us.jpg');
}


/* breadcrume */

.breadcrumb {
    background: transparent;
}

ol.breadcrumb li,
a {
    color: #fff;
}

.white-text {
    color: #fff;
}


/* counter */

.about-page .counter-box {
    margin-bottom: 80px;
}

.about-content .small {
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-600);
    color: var(--color-000000);
}

.waycool-icon img {
    width: 30px;
    margin-right: 30px;
}

.count {
    color: var(--color-0092ff);
    font-size: var(--font-size-50);
    font-weight: var(--font-weight-600);
    line-height: 70px;
    background: linear-gradient(to right, #82c043, #118a44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter {
    margin-top: 20px;
}

.counter .counter-content {
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-16);
    color: var(--color-000000);
    text-transform: capitalize;
}

.counter-box {
    text-align: left;
}

.counter-box .counter-in {
    position: relative;
    top: 2px;
}

.counter-plus {
    font-size: var(--font-size-50);
    font-weight: var(--font-weight-600);
    color: #303030;
}

.box-bg {
    background-color: var(--bg-color-ffffff);
    margin-bottom: 100px;
    display: block;
    align-items: center;
    box-shadow: rgba(0, 10, 70, 0.1) 0px 15px 20px 0px !important;
    padding: 100px;
    border-radius: 15px;
}

.about-page-main-page {
    margin-top: -8rem;
}

.about-inner2 {
    margin-top: 20px;
}


/* visoinsection */

section.missoin-main-section {
    background: #0000;
    padding-top: 100px;
}

.vision-inner-section img {
    width: 100px;
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
}

.vision-inner-section {
    text-align: center;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
}

.vision-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #23944d;
}

.vision-text p {
    font-size: 18px;
    font-weight: 400;
}

.vision-inner-section:after {
    position: absolute;
    content: "";
    top: 2%;
    right: 31%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(#f7f7f7, #ffffff4f);
    box-shadow: 4px 7px 20px #2222221a;
}

.footer-section.no-top-margin {
    margin-top: 0;
}

.footer-section.no-top-margin footer {
    padding-top: 50px;
}

.no-top-margin footer:after {
    display: none;
}

div#home_page_form {
    padding: 80px;
}

.gallery-title .div-title {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
}

.gallery-box:hover .gallery-title .div-title {
    color: #fdb811;
}

.gallery-box {
    position: relative;
    margin: 10px 0px;
}

.gallery-box a {
    display: block;
    position: relative;
}

.gallery-box a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bd;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-box:hover a::before {
    opacity: 1;
}

.gallery-box .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-box:hover .overlay {
    opacity: 1;
}

.gallery-box .overlay img {
    width: 30px;
}


/* gallery */


/* -----------------------------------
      Gallery Section
--------------------------------------*/

.portfolio-section {
    padding: 50px 0;
    background-color: #000;
}

.portfolio-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.portfolio-menu {
    text-align: center;
    z-index: 99;
    position: relative;
}

.control {
    color: #fff;
    padding: 10px 25px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    font-size: 17px;
    font-weight: 500;
    transition: 0.4s;
}

.control:hover {
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgb(49 227 124) 100%);
    color: #fff;
    transition: 0.4s;
}

.mixitup-control-active {
    color: #fff;
    background: #258d49;
}

.fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
}

.portfolio-item {
    z-index: 99;
    position: relative;
}

.pd {
    padding: 0;
    padding: 10px;
}

.pd img {
    height: 280px;
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
}

.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.portfolio-overlay p,
.portfolio-overlay a {
    position: relative;
    z-index: 4;
}

.portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
}

.portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
}

.portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

.portfolio-overlay .category {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
}

.portfolio-overlay .magnify-icon:hover {
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
}

.portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.gallery-main-sectoin {
    position: relative;
}

.gallery-main-sectoin:after {
    position: absolute;
    content: "";
    top: -22%;
    right: 0;
    width: 60%;
    height: 64%;
    background-image: url(../images/particles-bg/gallery-right1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    clear: both;
    overflow: hidden;
    z-index: 1;
}


/* contact-page */

.contactinfodivsw a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    line-height: 26px;
}

.contact-page.social-media-menu ul li a i {
    color: #000;
}

.themt-color {
    color: #1fa558 !important;
}

.contactinfodivsw a i {
    margin-right: 6px;
    font-size: 25px;
}


/* products */

.product-title {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 30px;
}

ul.product-list-section li {
    position: relative;
    padding-left: 27px;
    line-height: 37px;
    font-weight: 400;
    font-size: 18px;
}

ul.product-list-section li:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 10px;
    left: -1px;
    background-image: url(../images/li-after.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(16deg);
}

.vision-section {
    margin-top: 25px;
    height: 100%;
    box-shadow: 2px 3px 6px #dfecff;
}

.vision-section .product-title {
    margin-bottom: 15px;
}

.alignment-center {
    display: -webkit-flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}

.vision-section img {
    margin-bottom: 25px;
    width: 100%;
}

.swiper-slide .vision-section .product-inner {
    padding-left: 10px;
}

.product-slider-bg {
    background: #fff;
    position: relative;
    overflow: hidden;
}


/* .product-slider-bg:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: #f9f9f9;
    top: 0;
    right: 0;
} */

.product-slider-bg::before {
    position: absolute;
    content: "";
    top: -36%;
    left: 0;
    width: 40%;
    height: 100%;
    background-image: url('../images/particles-bg/left2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ProductSlider {
    padding: 70px 0px;
}

.slider-arrow.left {
    top: 35px;
    right: 65px;
    left: auto;
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
    color: #fff;
}

.slider-arrow.right {
    top: 35px;
    right: 0px;
    background: linear-gradient(77deg, rgba(130, 192, 67, 1) 0%, rgba(17, 138, 68, 1) 100%);
}

.slider-arrow.i {
    color: #fff;
}

.slider-arrow i {
    color: #fff !important;
}

.vision-section .product-inner {
    padding: 10px 20px;
}

.margin-bottom {
    margin: 16px 0px;
    background: #fff;
}

.table-sectoin tr td {
    border: 1px solid #efefef;
    font-size: 18px;
}

.table-sectoin th {
    background: linear-gradient(#3aa152, #7ebf5e);
    border: 0;
    color: #fff;
}

ul#myTab button.active {
    background: linear-gradient(#3aa152, #7ebf5e);
    border-radius: 0;
    border: 0;
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

ul#myTab button {
    border-radius: 0;
    border: 0;
    background: #201f1f;
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    border-left: 1px solid #fff;
    padding: 12px 18px;
}

.tab-content {
    box-shadow: 0px 1px 9px #0000001a;
    padding: 30px;
    border: 0 !important;
    outline: 0;
    z-index: 99;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.nav-tabs {
    border: 0;
}

.Phosphate-section {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.Phosphate-section:after {
    position: absolute;
    content: "";
    top: 4%;
    right: 2%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(#3aa152, #7ebf5e);
    box-shadow: 5px 19px 20px #22222245;
}

.Phosphate-section:before {
    position: absolute;
    content: "";
    top: -4%;
    right: -20%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(#0e6c24, #7ebf5e);
}

.Nitrogen-Potash {
    position: relative;
    overflow: hidden;
    clear: both;
}

.contactnumberdiv {
    margin-top: 17px;
}

.Nitrogen-Potash:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    top: -16%;
    right: 0;
    background-image: url('../images/particles-bg/right2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.hide-on-dekstop {
    display: none;
}

.thanks-for-visit {
    font-size: 44px;
    line-height: 60px;
    padding-top: 4rem;
    background: -webkit-linear-gradient(left, #82c043, #118a44);
    background: -o-linear-gradient(right, #82c043, #118a44);
    background: -moz-linear-gradient(right, #82c043, #118a44);
    background: linear-gradient(to right, #82c043, #118a44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width:1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width:1400px) {
    p {
        font-size: var(--font-size-16);
        line-height: var(--line-height-30);
        color: var(--color-000000);
    }
    .thanks-for-visit {
        font-size: 30px;
        line-height: 42px;
        padding-top: 4rem;
    }
    .section-title {
        font-size: var(--font-size-40);
        color: var(--color-1f2025);
        font-weight: 700;
        margin-bottom: 9px;
    }
    .main-brand img {
        width: 74%;
    }
    .section-space {
        padding: 50px 0;
        clear: both;
    }
    section.inside-intro {
        padding: 9rem 0px;
        padding-top: 11rem;
    }
    .about-img::after {
        width: 550px;
        height: 550px;
        right: 1px;
        top: -1%;
        z-index: 1;
        left: 1%;
    }
    .section-subtitle {
        font-size: var(--font-size-28);
        line-height: var(--line-height-30);
    }
    .feature-section:before {
        top: -35%;
        left: -28%;
        width: 500px;
        height: 448px;
    }
    .feature-section:after {
        top: 26%;
        right: 90%;
        width: 100px;
        height: 100px;
    }
    .feature-box .feature-title {
        font-size: var(--font-size-28);
    }
    .product-box .product-img img {
        height: 450px;
    }
    .product-box {
        height: 450px;
    }
    .product-content .section-title {
        color: var(--color-ffffff);
        font-size: 30px;
        line-height: 40px;
    }
    .product-content {
        position: absolute;
        bottom: 0;
        padding: 50px 23px;
    }
    .our-vision-section .content h1 {
        font-size: var(--font-size-88);
        font-weight: var(--font-weight-700);
        text-align: center;
        width: 75%;
    }
    .our-vision-section:after {
        bottom: -8%;
        right: 3px;
        margin-right: 0rem;
        width: 100px;
        height: 100px;
    }
    .contact-section-right {
        padding: 30px;
    }
    .about-content {
        margin: 18px 0;
    }
    .box-bg {
        margin-bottom: 100px;
        padding: 60px;
    }
    .counter-plus {
        font-size: var(--font-size-40);
    }
    .count {
        font-size: var(--font-size-50);
        line-height: 70px;
    }
    .vision-inner-section {
        padding: 0px 2px;
    }
    .vision-title h3 {
        font-size: 25px;
        font-weight: 600;
        color: #23944d;
    }
    .vision-inner-section img {
        width: 80px;
        margin-bottom: 30px;
    }
    .vision-inner-section:after {
        top: 0%;
        right: 34%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    .quick-links .col-6 {
        margin-bottom: 10px;
    }
    section.missoin-main-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    section.footer-section {
        margin-top: -30rem;
        position: relative;
        z-index: 9;
    }
    .Phosphate-section:before {
        top: -2%;
        right: -18%;
        width: 350px;
        height: 350px;
    }
    .vision-section .product-inner {
        padding: 10px 10px;
    }
    .vision-section .product-title {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 32px;
    }
    ul.product-list-section li {
        position: relative;
        padding-left: 27px;
        line-height: 37px;
        font-weight: 400;
        font-size: 16px;
    }
    .Phosphate-section:after {
        top: 10%;
        right: 3%;
        width: 100px;
        height: 100px;
    }
    footer:before {
        bottom: 1%;
        right: -10%;
        width: 300px;
        height: 300px;
    }
    .product-title {
        line-height: 48px;
    }
    .control {
        color: #fff;
        padding: 10px 25px;
        margin: 0px;
    }
    .pd img {
        height: 200px;
        transition: all 0.5s;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width:320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width:321px) and (max-width:768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 1024px) {
    button.d-lg-none.btn.open-btn {
        float: right;
        margin-top: 15px;
    }
    .vision-section .product-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px;
    }
    .margin-top {
        margin-top: 30px;
    }
    h4.section-small-title {
        margin-bottom: 0;
    }
    .section-title {
        font-size: var(--font-size-35);
    }
    .feature-section:before {
        top: -220%;
        left: -28%;
        width: 500px;
        height: 500px;
    }
    .feature-section:after {
        top: -128%;
        right: 73%;
        width: 150px;
        height: 150px;
    }
    .thanks-for-visit {
        font-size: 25px !important;
        line-height: 38px !important;
        padding-top: 4rem;
        margin-bottom: 39px !important;
    }
}


/* tab and iPad */

@media only screen and (max-width: 900px) {
    .section-small-title {
        font-size: var(--font-size-16);
        margin-bottom: 0;
    }
    .main-slider h3 {
        font-size: var(--font-size-35);
        font-weight: var(--font-weight-700);
        margin-bottom: 43px;
        text-align: left;
        width: fit-content;
    }
    .section-title {
        font-size: var(--font-size-35);
        color: var(--color-1f2025);
        font-weight: 700;
        margin-bottom: 9px;
        line-height: 33px;
        margin-top: 20px;
    }
    /* video-section */
    video.video-section {
        height: 75vh;
        object-fit: cover;
    }
    .main-slider .slider-content {
        position: absolute;
        top: 37%;
        color: var(--color-ffffff);
        z-index: 9;
        width: 100%;
    }
    .our-vision-section .content h1 {
        font-size: var(--font-size-35);
        font-weight: var(--font-weight-700);
        text-align: center;
        width: auto;
    }
    /* button */
    .read-more-text-btn {
        font-size: var(--font-size-20);
        letter-spacing: 1px;
    }
    /* about */
    .about-content .read-more-text {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .about-img::after {
        width: 381px;
        height: 397px;
        right: 1px;
        top: -3%;
        z-index: 1;
        left: 1%;
    }
    .feature-section:before {
        top: -23rem;
        left: -8rem;
        width: 330px;
        height: 330px;
    }
    .feature-section:after {
        top: -16rem;
        right: 74%;
        width: 120px;
        height: 120px;
    }
    .feature-center:before {
        display: none;
    }
    .feature-box p {
        font-size: 20px;
    }
    .feature-center:after {
        display: none;
    }
    .feature-box {
        margin-top: 30px;
    }
    .feature-box .feature-title {
        font-size: var(--font-size-24);
        margin: 8px;
    }
    /* product-section */
    .product-content .section-title {
        font-size: 24px;
        line-height: 30px;
    }
    .product-box {
        height: 360px;
        margin-top: 25px;
    }
    .product-box .product-img img {
        height: 360px;
    }
    .our-vision-section {
        width: 100%;
        padding: 0;
        height: 400px;
        display: -webkit-flex;
        align-items: center;
        background-position: right;
    }
    /* form */
    div#home_page_form {
        padding: 9px;
        margin-bottom: 45px;
    }
    .contact-section-right .section-title {
        font-size: 25px;
        line-height: 39px;
    }
    input.form-style,
    select.form-style,
    textarea.form-style {
        color: #8a8a8a;
        display: block;
        width: 100%;
        height: 45px;
    }
    footer:before {
        bottom: 9%;
        right: -10%;
        width: 210px;
        height: 210px;
    }
    .social-media-menu ul li a {
        color: #222;
        font-size: 13px;
        font-weight: 500;
    }
    .footer-copyright {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        z-index: 9;
        position: relative;
    }
    footer {
        padding-top: 27rem;
    }
    .footer-section.no-top-margin footer {
        padding-top: 10px;
    }
    .quick-links li a {
        font-size: 19px;
        font-weight: 400;
    }
    .quick-links .main-title {
        margin-bottom: 7px;
        margin-top: 7px;
        font-size: var(--font-size-20);
        letter-spacing: 0.4px;
        text-transform: capitalize;
        color: #fff;
    }
    ul.links li {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        display: grid;
    }
    .contact-section-right {
        padding: 4px;
        padding-top: 50px;
    }
    .hide-on-dekstop {
        display: block;
    }
    footer:after {
        top: 19%;
        right: 0;
        width: 80px;
        height: 47%;
    }
    /* about us page */
    .box-bg {
        margin-bottom: 65px;
        padding: 15px;
    }
    section.inside-intro {
        padding: 7rem 0px;
        padding-top: 8rem;
    }
    .margin-top {
        margin-top: 40px;
    }
    .section-small-title:before {
        width: 40px;
    }
    .about-content.about-inner2 .product-title {
        font-size: 25px;
    }
    .submit_btn {
        margin-bottom: 40px;
    }
    .pd img {
        height: 125px;
        transition: all 0.5s;
        width: 100%;
        object-fit: cover;
    }
    .count {
        font-size: var(--font-size-28);
        line-height: 70px;
    }
    .counter-plus {
        font-size: var(--font-size-28);
    }
    .counter-box {
        text-align: left;
        margin-bottom: 30px;
    }
    .-vision-section {
        margin-top: 20px;
    }
    ul#myTab button.active {
        background: linear-gradient(#3aa152, #7ebf5e);
        border-radius: 0;
        border: 0;
        color: #fff;
        margin-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
    }
    ul#myTab button {
        border-radius: 0;
        border: 0;
        background: #201f1f;
        color: #fff;
        margin-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
        border-left: 1px solid #fff;
        padding: 12px 18px;
    }
    .tab-content {
        padding: 10px;
    }
    .table-sectoin tr td {
        border: 1px solid #efefef;
        font-size: 14px;
        min-width: 170px;
    }
    .Phosphate-section:before {
        top: -2%;
        right: -18%;
        width: 140px;
        height: 140px;
    }
    .Phosphate-section:after {
        top: 10%;
        right: 3%;
        width: 50px;
        height: 50px;
    }
    .vision-section .product-title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 29px;
    }
    .about-content.about-inner2 .product-title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 29px;
    }
    .control {
        margin: 0px;
        font-size: 15px;
        font-weight: 500;
        transition: 0.4s;
        margin-bottom: 4px !important;
        margin-left: 0px !important;
        padding: 9px 14px !important;
    }
    .product-slider-bg .col-md-3.margin-bottom {
        max-width: 30.33% !important;
        flex: 30.33%;
    }
}


/* pad */

@media only screen and (max-width: 768px) {
    /* p {
        text-align: justify;
    } */
    .section-small-title {
        font-size: var(--font-size-16);
        margin-bottom: 0;
    }
    .main-slider h3 {
        font-size: var(--font-size-24);
        font-weight: var(--font-weight-700);
        margin-bottom: 43px;
        text-align: left;
        width: fit-content;
    }
    .section-title {
        font-size: var(--font-size-28);
        color: var(--color-1f2025);
        font-weight: 700;
        margin-bottom: 9px;
        line-height: 33px;
        margin-top: 20px;
    }
    /* video-section */
    video.video-section {
        height: 75vh;
        object-fit: cover;
    }
    .main-slider .slider-content {
        position: absolute;
        top: 37%;
        color: var(--color-ffffff);
        z-index: 9;
        width: 100%;
    }
    .our-vision-section .content h1 {
        font-size: var(--font-size-35);
        font-weight: var(--font-weight-700);
        text-align: center;
        width: auto;
    }
    /* button */
    .read-more-text-btn {
        font-size: var(--font-size-16);
        letter-spacing: 1px;
    }
    /* about */
    .about-content .read-more-text {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .about-img::after {
        width: 381px;
        height: 397px;
        right: 1px;
        top: -3%;
        z-index: 1;
        left: 1%;
    }
    .feature-section:before {
        top: -106%;
        left: -8%;
        width: 250px;
        height: 250px;
    }
    .feature-section:after {
        top: -55%;
        right: 74%;
        width: 120px;
        height: 120px;
    }
    .feature-center:before {
        display: none;
    }
    .feature-box p {
        font-size: 20px;
    }
    .feature-center:after {
        display: none;
    }
    .feature-box {
        margin-top: 30px;
    }
    .feature-box .feature-title {
        font-size: var(--font-size-24);
        margin: 8px;
    }
    /* product-section */
    .product-content .section-title {
        font-size: 24px;
        line-height: 30px;
    }
    .product-box {
        height: 360px;
        margin-top: 25px;
    }
    .product-box .product-img img {
        height: 360px;
    }
    .our-vision-section {
        width: 100%;
        padding: 0;
        height: 400px;
        display: -webkit-flex;
        align-items: center;
        background-position: right;
    }
    /* form */
    div#home_page_form {
        padding: 9px;
        margin-bottom: 45px;
    }
    .contact-section-right .section-title {
        font-size: 25px;
        line-height: 39px;
    }
    input.form-style,
    select.form-style,
    textarea.form-style {
        color: #8a8a8a;
        display: block;
        width: 100%;
        height: 45px;
    }
    footer:before {
        bottom: 9%;
        right: -26%;
        width: 210px;
        height: 210px;
    }
    .social-media-menu ul li a {
        color: #222;
        font-size: 13px;
        font-weight: 500;
    }
    .footer-copyright {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        z-index: 9;
        position: relative;
    }
    footer {
        padding-top: 27rem;
    }
    .footer-section.no-top-margin footer {
        padding-top: 10px;
    }
    .quick-links li a {
        font-size: 19px;
        font-weight: 400;
    }
    .social-media-menu li {
        border-radius: 100%;
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }
    .quick-links .main-title {
        margin-bottom: 7px;
        margin-top: 7px;
        font-size: var(--font-size-20);
        letter-spacing: 0.4px;
        text-transform: capitalize;
        color: #fff;
    }
    ul.links li {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        display: grid;
    }
    .contact-section-right {
        padding: 4px;
        padding-top: 50px;
    }
    .hide-on-dekstop {
        display: block;
    }
    footer:after {
        top: 19%;
        right: 0;
        width: 80px;
        height: 47%;
    }
    /* about us page */
    .box-bg {
        margin-bottom: 65px;
        padding: 15px;
    }
    section.inside-intro {
        padding: 7rem 0px;
        padding-top: 8rem;
    }
    .margin-top {
        margin-top: 40px;
    }
    .section-small-title:before {
        width: 40px;
    }
    .about-content.about-inner2 .product-title {
        font-size: 25px;
    }
    .submit_btn {
        margin-bottom: 40px;
    }
    .pd img {
        height: 125px;
        transition: all 0.5s;
        width: 100%;
        object-fit: cover;
    }
    .count {
        font-size: var(--font-size-28);
        line-height: 70px;
    }
    .counter-plus {
        font-size: var(--font-size-28);
    }
    .counter-box {
        text-align: left;
        margin-bottom: 30px;
    }
    .-vision-section {
        margin-top: 20px;
    }
    ul#myTab button.active {
        background: linear-gradient(#3aa152, #7ebf5e);
        border-radius: 0;
        border: 0;
        color: #fff;
        margin-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
    }
    ul#myTab button {
        border-radius: 0;
        border: 0;
        background: #201f1f;
        color: #fff;
        margin-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
        border-left: 1px solid #fff;
        padding: 12px 18px;
    }
    .tab-content {
        padding: 10px;
    }
    .table-sectoin tr td {
        border: 1px solid #efefef;
        font-size: 14px;
        min-width: 170px;
    }
    .Phosphate-section:before {
        top: -2%;
        right: -18%;
        width: 140px;
        height: 140px;
    }
    .Phosphate-section:after {
        top: 10%;
        right: 3%;
        width: 50px;
        height: 50px;
    }
    .vision-section .product-title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 29px;
    }
    .about-content.about-inner2 .product-title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 29px;
    }
    .control {
        margin: 0px;
        font-size: 15px;
        font-weight: 500;
        transition: 0.4s;
        margin-bottom: 4px !important;
        margin-left: 0px !important;
        padding: 9px 14px !important;
    }
    .product-slider-bg .col-md-3.margin-bottom {
        max-width: 30.33% !important;
        flex: 30.33%;
    }
    thanks-for-visit {
        font-size: 30px;
        line-height: 42px;
        padding-top: 4rem;
    }
}


/* mobile-responsive */

@media only screen and (min-width:320px) and (max-width:500px) {
    .section-small-title {
        font-size: var(--font-size-16);
        margin-bottom: 0;
    }
    p {
        font-size: var(--font-size-17);
        /* text-align: justify; */
    }
    .counter .counter-content {
        font-size: var(--font-size-18);
    }
    .main-slider h3 {
        font-size: var(--font-size-24);
        font-weight: var(--font-weight-700);
        margin-bottom: 43px;
        text-align: left;
        width: fit-content;
    }
    .section-title {
        font-size: var(--font-size-28);
        color: var(--color-1f2025);
        font-weight: 700;
        margin-bottom: 9px;
        line-height: 33px;
        margin-top: 20px;
    }
    /* video-section */
    video.video-section {
        height: 75vh;
        object-fit: cover;
    }
    .main-slider .slider-content {
        position: absolute;
        top: 37%;
        color: var(--color-ffffff);
        z-index: 9;
        width: 100%;
    }
    .our-vision-section .content h1 {
        font-size: var(--font-size-35);
        font-weight: var(--font-weight-700);
        text-align: center;
        width: auto;
    }
    /* button */
    .read-more-text-btn {
        font-size: var(--font-size-16);
        letter-spacing: 1px;
    }
    /* about */
    .about-content .read-more-text {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .about-img::after {
        width: 381px;
        height: 397px;
        right: 1px;
        top: -3%;
        z-index: 1;
        left: 1%;
    }
    .feature-section:before {
        top: -16%;
        left: -28%;
        width: 210px;
        height: 210px;
    }
    .feature-section:after {
        top: -17%;
        right: 82%;
        width: 50px;
        height: 50px;
    }
    .feature-center:before {
        display: none;
    }
    .feature-box p {
        font-size: 20px;
    }
    .feature-center:after {
        display: none;
    }
    .feature-box {
        margin-top: 30px;
    }
    .feature-box .feature-title {
        font-size: var(--font-size-24);
        margin: 8px;
    }
    /* product-section */
    .product-content .section-title {
        font-size: 24px;
        line-height: 30px;
    }
    .product-box {
        height: 360px;
        margin-top: 25px;
    }
    .product-box .product-img img {
        height: 360px;
    }
    .our-vision-section {
        width: 100%;
        padding: 0;
        height: 400px;
        display: -webkit-flex;
        align-items: center;
        background-position: right;
    }
    /* form */
    div#home_page_form {
        padding: 9px;
        margin-bottom: 45px;
    }
    .contact-section-right .section-title {
        font-size: 25px;
        line-height: 39px;
    }
    input.form-style,
    select.form-style,
    textarea.form-style {
        color: #8a8a8a;
        display: block;
        width: 100%;
        height: 45px;
    }
    footer:before {
        bottom: 9%;
        right: -26%;
        width: 210px;
        height: 210px;
    }
    .social-media-menu ul li a {
        color: #222;
        font-size: 14px;
        font-weight: 500;
        padding-right: 0;
        margin-right: 0;
        z-index: 9999;
        position: relative;
    }
    .footer-copyright {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        z-index: 9;
        position: relative;
    }
    footer {
        padding-top: 27rem;
    }
    .footer-section.no-top-margin footer {
        padding-top: 10px;
    }
    .quick-links li a {
        font-size: 20px;
        font-weight: 400;
    }
    .quick-links .main-title {
        margin-bottom: 7px;
        margin-top: 7px;
        font-size: var(--font-size-20);
        letter-spacing: 0.4px;
        text-transform: capitalize;
        color: #fff;
    }
    ul.links li {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        display: grid;
    }
    .contact-section-right {
        padding: 4px;
        padding-top: 50px;
    }
    .hide-on-dekstop {
        display: block;
    }
    footer:after {
        top: 19%;
        right: 0;
        width: 80px;
        height: 47%;
    }
    /* about us page */
    .box-bg {
        margin-bottom: 65px;
        padding: 15px;
    }
    section.inside-intro {
        padding: 7rem 0px;
        padding-top: 8rem;
    }
    .margin-top {
        margin-top: 40px;
    }
    .section-small-title:before {
        width: 40px;
    }
    .about-content.about-inner2 .product-title {
        font-size: 25px;
    }
    .submit_btn {
        margin-bottom: 40px;
    }
    .pd img {
        height: 125px;
        transition: all 0.5s;
        width: 100%;
        object-fit: cover;
    }
    .count {
        font-size: var(--font-size-28);
        line-height: 70px;
    }
    .counter-plus {
        font-size: var(--font-size-28);
    }
    .counter-box {
        text-align: left;
        margin-bottom: 30px;
    }
    .-vision-section {
        margin-top: 20px;
    }
    ul#myTab button.active {
        background: linear-gradient(#3aa152, #7ebf5e);
        border-radius: 0;
        border: 0;
        color: #fff;
        margin-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
    }
    ul#myTab button {
        border-radius: 0;
        border: 0;
        background: #201f1f;
        color: #fff;
        margin-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
        border-left: 1px solid #fff;
        padding: 12px 18px;
    }
    .tab-content {
        padding: 10px;
    }
    .table-sectoin tr td {
        border: 1px solid #efefef;
        font-size: 17px;
        min-width: 170px;
    }
    .Phosphate-section:before {
        top: -2%;
        right: -18%;
        width: 140px;
        height: 140px;
    }
    .Phosphate-section:after {
        top: 10%;
        right: 3%;
        width: 50px;
        height: 50px;
    }
    .vision-section .product-title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 29px;
    }
    .about-content.about-inner2 .product-title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 29px;
    }
    .control {
        margin: 0px;
        font-size: 15px;
        font-weight: 500;
        transition: 0.4s;
        margin-bottom: 4px !important;
        margin-left: 0px !important;
        padding: 9px 14px !important;
    }
    .product-slider-bg .col-md-3.margin-bottom {
        max-width: 100% !important;
        flex: 100%;
    }
    .feature-section:before {
        top: -34%;
        left: -8%;
        width: 150px;
        height: 150px;
    }
    thanks-for-visit {
        font-size: 30px;
        line-height: 42px;
        padding-top: 4rem;
    }
}