/**
* Template Name: Flexor
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
:root{--theam-color: #1a1e9e; --heading-font: Perpetua; --heading_color: #0d0f4e;}
a {
  text-decoration: none;
}

a:hover {
  color: var(--heading_color);
  text-decoration: none;
}
p{font-size: 14px; font-weight: 200 !important; letter-spacing: .3px;}
/* From Uiverse.io by mrhyddenn */ 
button {
  background: transparent;
  position: relative;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: .1px solid #fff;
  border-radius: 8px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  margin: 0 auto;
}

button span {
  margin: 8px;
  font-size: 14px;
  font-weight: 200 !important;
}

button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

button:hover {
  color: var(--theam-color);
  border: .1px solid #fff;
}

button:hover::before {
  box-shadow: inset 0 0 0 10em #fff;
  ;
}
 

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--theam-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover{
  background: #fff;
  
}
.back-to-top:hover .back-to-top i{color: #000 !important;}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: var(--heading_color);
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 40px;
}

#topbar .contact-info button{background-color: var(--theam-color); border: none; border-radius: 6px; padding: 4px 12px; font-size: 14px; color: #fff; margin-right: 15px;}
#topbar .contact-info span{text-transform: uppercase; font-size: 12px; letter-spacing: .2px; font-weight: 600; color: #fff;}

#topbar .cta i {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 1px 4px;
  margin-right: 5px;
  border-radius: 20px;
}
#topbar .cta span{color: #fff; font-size: 12px;  letter-spacing: .6px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}

#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

.scrolled-offset {
  margin-top: 70px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #635551;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--heading_color);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--theam-color);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: var(--theam-color);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--heading_color);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--heading_color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--heading_color);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/* banner */
.banner_carousel_slides{height: 85vh;}
.banner_carousel_slides .carousel-caption{top: 30% !important;}
.banner_carousel_slides .carousel-caption h5{font-size: 5rem; font-weight: 700;}

.about_container{margin-top: 100px; margin-bottom: 100px;}
.about_container_img img{height: 520px;}
.small_heading{color: var(--theam-color); font-size: 16px; font-weight: 600; text-transform: uppercase;}
.about_container_info h2{font-weight: 700; font-size: 3rem; color: #000;}
.about_container_info p{color: #282828;}
.about_container_info ul li{list-style: none;}
.about_container_info ul li h5{font-weight: 600;}

.service_container{background-image: url(../img/servive-bg.png); background-size: cover; padding: 30px 0;}
.service_container_sub .small_heading{color: #fff;}
.service_container_sub h2{font-weight: 700; font-size: 3rem; color: #ffffff;}
.service_container_sub p{color: #d1d1d1;}
.service_box{border: 1px solid #ffffff46; padding: 10px 10px; border-radius: 7px; background: #ffffff27; backdrop-filter: blur(10px); transition: .3s ease-in-out; width: 320px;}
.service_box h3{font-weight: 700; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-transform: capitalize; color: #fff; letter-spacing: 1px; padding-top: 10px;}
.service_box_img{height: 250px; overflow: hidden; border-radius: 7px;}
.service_box_img img{height: 100%; width: 100%;  transition: .3s ease-in-out;}
.service_box:hover .service_box_img img{transform: scale(1.2);}

.testimonial_container{text-align: center !important;}
.testimonial_container img{height: 90px; width: 90px !important; border-radius: 50%; border: 1px solid #fff;}
.testimonial_container ul li{list-style-type: none; display: inline-block; color: rgb(255, 255, 0);}

 
/* .footer-sec{background-color: var(--heading_color);} */
.footer{padding: 30px 0; margin-top: 20px; }
.footer_logo img{width: 200px;}
.footer_logo_social-media li{list-style-type: none; display: inline-block; margin-right: 3px;}
.footer_logo_social-media li a{color: var(--heading_color); font-size: 22px;}
.footer_logo-pay_link li{list-style-type: none; display: inline-block;}
.footer_logo-pay_link li img{width: 40px; border: 1px solid rgb(208, 208, 208); padding: 1px 6px; border-radius: 2px; object-fit: contain; cursor: pointer;}
.footer_det h3{font-weight: 600; color: var(--heading_color); font-size: 1.5rem;}
.footer_det ul{padding: 0;}
.footer_det ul li{list-style-type: none; }
.footer_det ul li a{color: #505050; font-size: 14px;}
.footer .copy_right{border-top: .1px solid rgb(203, 203, 203); padding: 7px 0; margin-top: 20px;}
.footer .copy_right span{color: #505050; font-size: 14px; }


.customer_say_container h1{color: var(--heading_color); font-weight: 600; font-family: var(--heading-font); text-align: center;}
.customer_say_container p{color: rgb(75, 75, 75); font-size: 14px; text-align: center;}
.owl_carousel_items{box-shadow: 0 0 10px 2px rgba(203, 203, 203, 0.504); padding: 10px; border-radius: 7px; height: 200px;}
.owl_carousel_items .imgs{position: relative;}
.owl_carousel_items .imgs img:first-child{width: 60px; transform: translateY(-35px);}
.owl_carousel_items .imgs img:last-child{width: 30px; float: right; position: absolute; top: 0; right: 0;}
.owl_carousel_items .starts{color: rgb(0, 217, 0); font-size: 12px; margin-top: -31px;}
.owl_carousel_items p{text-align: left; font-size: 14px; color: #505050; font-weight: 500;}
.owl_carousel_items span{font-size: 14px; color: #151515;}
.owl_carousel_items span i{ background-color:#006FCF; color:#ffffff; font-size: 12px; border-radius: 50px;}
.owl_carousel_items span b{font-size: 12px; color: gray; font-weight: 400;}
.owl-carousel .owl-stage-outer{padding: 50px 0;}
.owl-nav{text-align: center;}
.owl-nav button i{font-size: 20px !important; background-color: var(--heading_color) !important; margin: 0 20px; border-radius: 50%; padding: 10px 10px !important; display: flex; justify-content: center !important; align-items: center !important; color: #fff;}
.cta_container_fluid{background-color: #a6a6a6; background-size: content; }
/* From Uiverse.io by MuhammadHasann */ 
.cta_container button {
  position: relative;
  padding: 12px 35px;
  background: #fec195;
  font-size: 17px;
  font-weight: 500;
  color: #181818;
  border: 3px solid #fec195;
  border-radius: 8px;
  box-shadow: 0 0 0 #fec1958c;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
}

.cta_container button:hover {
  background: transparent;
  color: #fec195;
  box-shadow: 0 0 25px #fec1958c;
}

.cta_container button:hover .star-1 {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.cta_container button:hover .star-2 {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.cta_container button:hover .star-3 {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.cta_container button:hover .star-4 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.cta_container button:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.cta_container button:hover .star-6 {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.fil0 {
  fill: #fffdef;
}

/* ====================================================about us================================================ */
.about_banner{background-image: url(../img/bg.png); background-size: 100% 100%; height: 300px; display: grid; place-items: center;}
.about_banner h1{font-size: 50px; font-weight: 700; color: #fff;}
.about_banner p{color: #fff;}
/* service */
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: var(--theam-color);
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid var(--theam-color);
}

.services .icon-box:hover .icon i {
  color: var(--theam-color);
}

.services .icon-box:hover .title a {
  color: var(--theam-color);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.section-title h2{font-weight: 700; font-size: 40px; color: var(--heading_color);text-align: center;}
.section-title p{text-align: center;}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--theam-color);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted var(--theam-color);
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: var(--theam-color);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--theam-color);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--theam-color);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--theam-color);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* frabric */

.frabric_banner{background-image: url(../img/frabricbg.png); background-size: 100% 100%; height: 300px; display: grid; place-items: center;}
.frabric_banner h1{font-size: 50px; font-weight: 700; color: #fff;}
.frabric_banner p{color: #fff;}

.trading_banner{background-image: url(../img/general-tradingbg.png); background-size: 100% 100%; height: 300px; display: grid; place-items: center;}
.trading_banner h1{font-size: 50px; font-weight: 700; color: #fff;}
.trading_banner p{color: #fff;}

.agrochemical_banner{background-image: url(../img/agrochemical-bg.png); background-size: 100% 100%; height: 300px; display: grid; place-items: center;}
.agrochemical_banner h1{font-size: 50px; font-weight: 700; color: #fff;}
.agrochemical_banner p{color: #fff;}

.chemical_banner{background-image: url(../img/chemical-bg.png); background-size: 100% 100%; height: 300px; display: grid; place-items: center;}
.chemical_banner h1{font-size: 50px; font-weight: 700; color: #fff;}
.chemical_banner p{color: #fff;}


/* .servicepage_container{background-color: #0040ff19;} */
.servicepage_container_heading{font-weight: 700; text-align: center; color: var(--heading_color); font-size: 40px;}
.servicepage_container_cards .icon-box{background-color: #002fff4d; padding: 20px; text-align: center;  border-radius: 10px; box-shadow: 2px 2px 5px #00000079;}
.servicepage_container_cards{margin-bottom: 20px;}
.servicepage_container_cards h4{font-weight: 600;}
.servicepage_container_cards_choose_img{height: 400px;}
.servicepage_container_cards_choose_img img{object-fit: cover; height: 100%; width: 100%; border-radius: 10px; box-shadow: 2px 2px 5px #00000079;}
.servicepage_container_choose_desc h2{font-weight: 800; color: var(--theam-color); margin-top: 50px;}
.servicepage_container_choose_desc ul li{margin: 10px 0;}
.servicepage_container_choose_desc ul li span{font-weight: 400 !important; }

@media (max-width: 421px) {
.banner_carousel_slides{height: auto;}
.about_container_img {display: none;}
.service_box{width: 450px;}
.footer-sec{padding: 0 20px;}
}