* {

  font-weight: 500;

  font-size: 16px;

  line-height: 35px;

  text-align: justify;

}

h1,

h2,

h3,

h4,

h5,

h6,

p,

a,

span {

  font-family: "Alexandria", sans-serif;

  color: #515151;

}



.uppercase {

  text-transform: uppercase;

}

p {

  text-align: justify;

  color: #414141;

  font-family: "Alexandria", sans-serif;

  font-weight: 400;

  font-size: 16px;

  line-height: 36px;

}

a:hover {

  outline: 0;

  text-decoration: none;

  transition: all 0.3s ease;

}

header {

  /* border-bottom: 1px solid #00000012; */

  background: white;

}

.headertop {

  background-color: #fff;

  padding: 25px 0px 25px 0px;

  position: relative;

  z-index: 91;

}

.headertop::after {

  content: "";

  width: 100%;

  height: 16px;

  position: absolute;

  bottom: -15px;

  left: 0px;

  background-image: url(../img/logo/bottom-ripped.png);

  background-size: auto;

  background-position: center center;

}

.dropdown-toggle::after {

  display: none !important;

}

nav {

  padding: 0 !important;

}

.center {

  text-align: center;

}

.navbar-expand-lg,

.navbar-collapse {

  height: 100%;

}

ul.navbar-nav.ml-auto {

  height: 100%;

  align-items: center;

}

li.nav-item {

  height: 100%;

}

/* li.nav-item-right {

  margin-left: 30px;

} */

.nav-link {

  font-size: 16px;

  color: #414141;

  font-weight: 500;

}

.navbar-nav {

  width: 100%;

}

.contact-nav-item {

  background-color: #2e247a;

  border-radius: 60px;

  padding: 0px 7px;

}

.contact-nav-item > a {

  color: #fff !important;

}

/* .morebtn {

  border: 1px solid #08aef8;

  color: black;

  padding: 10px 25px;

  border-radius: 4px;

  margin-top: 10px;

  display: block;

  width: 150px;

  text-align: center;

  background: transparent;

  font-size: 15px;

} */

.line {

  padding-top: 40px;

  border-bottom: 1px solid #00000012;

}

/* 

.contact-page-title {

  background-image: url(/img/banner/contactus-update.jpg),

    linear-gradient(rgba(53, 18, 65, 0.6), rgba(43, 41, 41, 0.7));

}



.project-page-title {

  background-image: url(/img/banner/product-banner.jpg),

    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));

  position: relative;

} */



.about-page-title {

  background-image: url(/img/banner/about-banner.png);

  position: relative;

}



.page-title {

  position: relative;

  /* width: 100%; */

  /* height: 345px; */

  height: 350px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  background-blend-mode: overlay;

  color: #fff;

  display: flex;

  align-items: center;

}

.page-title::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgb(0 0 0 / 50%);

  z-index: 1;

}



.banner-title {

  font-size: 35px;

  letter-spacing: 2px;

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 0 !important;

  text-align: center;

  color: #fff;

}



.banner-sec {

  position: relative;

  z-index: 1;

}



/* .page-title .breadcrumbs {

  margin-top: 30px;

} */



.page-title .breadcrumbs {

  margin-bottom: 25px;

}



.page-title .breadcrumbs ol {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 16px;

  font-weight: 400;

}



/* .page-title .breadcrumbs ol li + li::before {

  content: "/";

  display: inline-block;

  padding-right: 10px;

  padding-left: 10px;

  color: color-mix(in srgb, var(--default-color), transparent 70%);

} */



/* .project-title > h2 {

  font-size: 39px;

  font-weight: 500;

} */



/* .project-title > h2 > span {

  font-size: 39px;

  font-weight: 500;

  color: #0a53e6;

} */



.breadcrumbs > ol > li {

  font-weight: 700;

}



.breadcrumbs > ol > li.current {

  color: #fff;

  font-weight: 400;

  font-size: 20px;

}



.breadcrumbs > ol > li > a {

  font-size: 20px;

  font-weight: 300 !important;

}



.contact-information-detail .address-info {

  margin-top: 20px;

}



.aca-form-control {

  padding: 1.75rem 0.75rem !important;

}



.mm-navbar__title {

  text-align: center;

  font-size: 23px;

  color: #2e247a !important;

  line-height: 20pt;

}

.mm-panel {

  background-color: #2e247a !important;

}

.mm-listitem {

  color: #fff !important;

}



.project-section {

  padding: 100px 0px 0px 0px;

  position: relative;

}



.contact-section,

.primary-section {

  padding: 100px 0px;

  position: relative;

}

.contact-shape1 {

  position: absolute;

  top: 0px;

  right: 0px;

}

.about-us-section {

  padding: 100px 0px 100px 0px;

  position: relative;

  background-image: url(../img/home/bgimg.jpg);

  background-repeat: no-repeat;

  background-size: cover;

}

.contact-us-section {

  padding: 100px 0px 100px 0px;

  position: relative;

  background-image: url(../img/contact/contact-bg.png);

  background-repeat: no-repeat;

  background-size: cover;

}

.about-icon {

  position: absolute;

  top: 0;

  left: 0;

  border-top-left-radius: 20px;

  border-bottom-right-radius: 20px;

  padding-left: 25px;

  padding-right: 25px;

  padding-top: 15px;

  padding-bottom: 15px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background-color: #0a53e6;

}

.mb-50 {

  margin-bottom: 50px;

}

.mb-80 {

  margin-bottom: 70px;

}



.mb-100 {

  margin-bottom: 100px;

}



.aboutinfo-icon {

  position: relative;

  line-height: 110px;

  border: 1px solid #cd3d3d;

  width: 70px;

  height: 70px;

  border-radius: 50%;

  margin-bottom: 15px;

  /* margin: 0 auto; */

  transition: all 0.6s ease-in-out;

  z-index: 10;

  display: flex;

  justify-content: center;

  align-items: center;

  background-color: #fff;

}

.about-info {

  position: relative;

  padding: 25px 20px;

  background: transparent;

  margin-bottom: 50px;

  text-align: center;

  border-radius: 20px;

  transition: all 0.6s ease-in-out;

  border: 1px solid #cd3d3d;

  min-height: 369px;

}



.bio-name-flex {

  display: flex;

  align-items: center;

  margin-bottom: 20px;

}



.title-bar1 {

  width: 15px;

  height: 4px;

  background-color: #ffa996;

  display: inline-block;

  margin-right: 5px;

  margin-left: 12px;

  border-radius: 10px;

}

.title-bar2 {

  width: 34px;

  height: 4px;

  background-color: #fa360a;

  display: inline-block;

  border-radius: 10px;

}

.why-choose-content > ul > li {

  font-size: 17px;

  margin-bottom: 15px;

  font-weight: 400;

}

.why-choose-flex {

  display: flex;

}

.why-choose-flex > .why-choose-img > img {

  position: relative;

  z-index: 1;

  border-radius: 15px;

}

.why-choose-flex .why-choose-content {

  position: absolute;

  z-index: 999999;

  top: 12%;

  left: 45%;

  background-color: #fff;

  box-shadow: 2px 1px 15px -9px rgba(66, 68, 90, 1);

  padding: 25px 35px;

  border-radius: 10px;

  border-left: 2px solid #cd3d3d;

}

.why-choose-content > ul {

  padding-left: 0px;

  margin-bottom: 0px;

  list-style-type: none;

}

.about-txt > h5 {

  color: #0a53e6;

  font-weight: 700;

}

.about-box {

  padding: 20px 20px;

  position: relative;

  border-radius: 30px;

  background-color: #fff;

  box-shadow: 2px 1px 15px -9px rgba(66, 68, 90, 1);

  min-height: 369px;

}



.teenage-box {

  padding: 20px 20px;

  position: relative;

  border-radius: 30px;

  background-color: #fff;

  box-shadow: 2px 1px 15px -9px rgba(66, 68, 90, 1);

  min-height: 229px;

}

.about-box-mb {

  margin-bottom: 35px;

}

.environment {

  margin-right: 40px;

}

.bdr-radius {

  border-radius: 15px;

}

.primary-title {

  color: #515151;

  font-weight: 700;

}

.subject-row {

  margin-top: 80px;

}

thead > tr {

  background-color: #faefb9;

}

thead > tr > th {

  font-size: 20px;

  font-weight: 600;

}

tbody > tr > td {

  text-align: center;

}

.trbg {

  background-color: #dfe5f2;

}

/*================================*/

#header .my_logo {

  padding: 10px;

}

#header nav {

  margin-bottom: 0;

}

/*=======================================*/



/*======================================*/



/*=======================================*/

/*Footer*/

footer {

  /* margin-top: 70px; */

  background-color: #2e247a;

  color: #fff;

  padding-top: 40px;

  padding-bottom: 0px;

  /* padding-bottom: 30px; */

}

.cmpy-add-one {

  min-width: 130px;

}

.cmpy-add-two {

  max-width: 320px;

  margin-left: 20px;

}



.footer-content,

.footer-content > a {

  line-height: 20pt;

  font-size: 15px;

  font-weight: 400;

  color: #fff !important;

}



/* .end-footer {

  background-color: #2b2b2b;

}



.end-footer-txt {

  color: #676767 !important;

  font-size: 14px;

  font-weight: 400 !important;

} */



.footer-icon-flex {

  display: flex;

  justify-content: end;

  margin-top: 12px;

}



.office-txt {

  font-size: 15px;

  font-weight: 600;

  color: #fff;

}



.footer-title {

  color: #fff;

  font-size: 16px;

  font-weight: 700;

  line-height: 100%;

  margin-bottom: 20px;

}



.quick-link {

  list-style-type: none;

  padding: 0px;

}

.quick-link > li > a {

  color: #fff;

  font-size: 15px;

}

.quick-link-flex {

  display: flex;

  justify-content: center;

}



.cpy-footer {

  border-top: 1px solid #fff;

  margin-top: 30px;

}



.cpy-footer > p {

  font-size: 14px;

  font-weight: 400;

}



.contact-wd {

  min-width: 85px;

}



.web-design-txt {

  color: #fff;

  font-size: 14px;

  font-weight: 600;

}

/* .copyright-txt {

  text-align: end;

} */



.academic-list {

  list-style-type: none;

  padding: 0px !important;

}



.academic-list > li > a {

  color: #fff;

  font-weight: 500 !important;

}



.home-about-content {

  margin-left: 70px;

}

/* .strength-content {

  margin-left: 50px !important;

} */

.strength-img {

  border-radius: 30px;

}



/* .contact-heading-subtitle-wrapper .contact-heading-subtitle {

  position: relative;

  display: inline-flex;

  gap: 15px;



  font-weight: 600;



  text-transform: uppercase;

  color: #0a53e6;

} */



.contact-info {

  color: #000 !important;

}



.contact-info-box {

  margin-right: 30px;

}



/* .contact-info-box{

  background-color: #fff;

  padding: 40px 35px;

  box-shadow: 0px 5px 10px 0px #00000033;

  border-radius: 30px;

} */



.office-name {

  padding: 5px 20px;

  width: 80%;

  background: linear-gradient(90deg, #2e247a, transparent);

  margin-bottom: 20px;

}



.office-name > p {

  color: #fff;

  font-size: 22px;

}

.map-section{

  margin-bottom: -10px !important;

}
.fertilizer-lightbox{
  min-width: auto !important;
}



/*=======================================*/

/*Media Query*/

@media(max-width: 1199px) and (min-width: 350px){
  .fertilizer-lightbox{
  min-width: auto !important;
  padding: 24px  !important;
}
}

@media (min-width: 991px) {

  .project-page-title::before {

    content: "";

    width: 100%;

    height: 16px;

    position: absolute;

    top: -5px;

    left: 0;

    z-index: 10;

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

  #header nav ul li {

    margin-top: 20px;

  }

  #header nav ul li a:after {

    content: ".";

    font-size: 30px;

    display: inline-block;

    width: 30px;

    text-align: right;

  }

  .last_dot_close:after {

    content: "" !important;

    margin-top: 20px;

  }

}



@media (min-width: 767px) and (max-width: 991px) {

  #header nav ul li {

    margin-top: 25px;

  }

}

@media (max-width: 767px) {

  .footer-contact-info {

    margin-top: 18px;

  }

  #header .navbar-toggle {

    margin-top: 30px;

  }

  .habout-content {

    padding-left: 0px !important;

  }



  .abt-img > img {

    max-width: 100% !important;

  }

  .abt-img-two > img {

    max-width: 100% !important;

  }

  .contact-detail-inner > h4 {

    margin-bottom: 25px !important;

  }

}



@media (max-width: 991px) {

  .bendimg {

    display: none !important;

  }

  .contact-detail {

    margin-bottom: 50px;

  }



  .list-svc-flex {

    margin-bottom: 45px;

  }

  .why-choose-flex {

    display: block !important;

  }

  .why-choose-img {

    display: flex;

    justify-content: center;

    margin-bottom: 50px;

  }

  .why-choose-flex .why-choose-content {

    position: relative;

    top: 0;

    left: 0;

  }

  .empower-txt {

    display: none !important;

  }

  .agro-nav {

    margin-left: auto !important;

  }



  .navbar-toggler > i {

    font-size: 25px;

    color: #fff;

  }



  .contact-info-img {

    display: flex;

    justify-content: center;

    margin-bottom: 35px;

  }

  .contact-link {

    display: none !important;

  }

  .about-third-section {

    padding: 80px 0px !important;

  }

  .teenage-box-top {

    margin-top: 35px !important;

  }

  .flex-column {

    flex-direction: row !important;

    justify-content: center !important;

  }

  .tab-content {

    margin-top: 50px !important;

  }

  .gal-md-top {

    margin-top: 30px !important;

  }

  .contact-box {

    min-height: auto !important;

    margin-bottom: 50px !important;

  }

  .contact-info-section {

    padding: 80px 0px !important;

  }



  .habout-img {

    display: flex !important;

    justify-content: center !important;

    margin-bottom: 60px !important;

  }

  .home-about-section,

  .founder-message,

  .announcement-section,

  .home-academic-section {

    padding: 80px 0px !important;

  }

  .founder-img {

    margin-top: 30px !important;

  }

  .slide-btn-flex {

    display: none !important;

  }

  .course-footer {

    justify-content: start;

    margin-bottom: 20px;

  }

  .course-footer-mt {

    margin-top: 25px;

  }

  .footer-icon-flex {

    justify-content: start !important;

  }

  .ftr-br-hide {

    display: none !important;

  }



  /* .carousel-caption > div > h2 {

    font-size: 28px !important;

  } */

  .why-choose-img {

    margin-bottom: 50px !important;

    display: flex;

    justify-content: center;

  }

  .home-about-image {

    display: none !important;

  }

  .home-about-content {

    margin-left: 0px !important;

  }

  .abtimg-lg,

  .experience-outer-lg {

    display: none !important;

  }

  .mid-img {

    margin-top: 50px;

    margin-bottom: 50px;

  }

  .strength-content {

    margin-left: 0px !important;

    margin-top: 30px !important;

  }

  .form-section{

    margin-top: 50px  !important;

  }

  .cmpy-add-two {

    max-width: 100% !important;

  }

  /* .copyright-txt {

    text-align: start !important;

    margin-top: -10px  !important;

  } */

}



@media (max-width: 459px) and (min-width: 420px) {

  .accordion .card-header .card-title {

    font-size: 16px !important;

  }

}



/* .form-section{

  padding-left: 50px;

} */



.contactus-form {

  background-color: #fff;

  box-shadow: 2px 1px 15px -9px rgba(66, 68, 90, 1);

  padding: 30px 25px;

  border-radius: 20px;

}



.form-content > .form-group {

  margin-bottom: 40px;

}



.form-control {

  padding: 25px 20px;

  border-radius: 15px;

  outline: 0 !important;

  box-shadow: none;

  border: 1px solid #dbd6d6;

  background-color: #fff;

}

.submit-btn {

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #3690eb;

  color: #fff;

  padding: 10px 20px;

  /* border-radius: 28px; */

  position: relative;

  z-index: 1;

  width: max-content;

  font-weight: 500;

  font-size: 18px;

  margin-top: 20px;

}



.submit-btn:hover {

  color: #043f7a;

  background-color: #f8c32c;

}



.arrow-icon {

  width: 35px;

  height: 35px;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  border-radius: 50%;

  background-color: #f8c32c;

  transition: all 0.3s ease;

}



.arrow-icon > i {

  font-size: 20px !important;

}



.sub-title {

  color: #043f7a;

  font-size: 20px;

  line-height: 26px;

  font-style: italic;

}



#go-top {

  position: fixed;



  right: 50px;



  bottom: 50px;



  height: 50px;



  width: 50px;



  cursor: pointer;



  display: block;



  border-radius: 50px;



  /* box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2); */



  z-index: 10000;



  opacity: 1;



  /* visibility: hidden; */



  transform: translateY(15px);



  -webkit-transition: all 0.2s linear;



  transition: all 0.2s linear;



  padding: 8px 17px;



  background-color: #fff;



  border: 2px solid #cd3d3d;



  color: #cd3d3d;

}



#go-top:hover {

  animation: pulse 3s infinite;



  background-color: #e40814;



  border: 2px solid #fff;



  color: #fff;

}

/* 

.dropdown-menu {

  padding: 0px !important;

}



.dropdown-menu > .dropdown-item {

  transition: 0.5s ease-in-out;

}



.dropdown-menu > .dropdown-item:hover {

  background-color: #043f7a !important;

  color: #fff !important;

} */



.navbar-nav .active > .nav-link,

.navbar-nav .nav-item .nav-link:hover,

.quick-link > li > a:hover {

  color: #e40814;

}



.quick-link .active > a {

  color: #e40814;

}



.prj-caption-white {

  background-color: #fff;

}



/* .contact-link {

  background-color: #0a53e6;

  text-decoration: none;

  width: fit-content;

  margin-left: auto;

  padding: 10px 16px;

  border-radius: 30px;

} */



.contact-link > a {

  color: #fff;

  font-size: 16px;

  font-weight: 700;

}



.explore-link {

  background-color: #fff;

  /* color: #fff; */

  text-decoration: none;

  width: fit-content;

  padding: 10px 16px;

  border-radius: 30px;

}

.contact-us-link {

  background-color: transparent;

  border: 1px solid #fff !important;

  color: #fff !important;

  text-decoration: none;

  width: fit-content;

  padding: 10px 16px;

  border-radius: 30px;

}

/* .explore-link > a > p {

  color: #0a53e6;

  font-size: 16px;

  font-weight: 700;

}



.contact-heading-subtitle-wrapper {

  display: inline-flex;

  margin-bottom: 20px;

  color: #0a53e6;

}

.contact-heading-subtitle {

  align-items: center;

}



.contact-heading-subtitle-wrapper .contact-heading-subtitle::before {

  content: "";

  position: relative;

  width: 80px;

  height: 1px;

  background-color: #0a53e6;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  transition: all 1s ease;

  margin: auto;

}



.contact-heading-subtitle-wrapper .contact-heading-subtitle::after {

  content: "";

  position: relative;

  width: 80px;

  height: 1px;

  background-color: #0a53e6;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  transition: all 1s ease;

  margin: auto;

} */



.mt-xl-top {

  margin-top: 50px;

}

.mt-50 {

  margin-top: 50px;

}

.nav-pills {

  min-width: 200px !important;

}

#slider {

  background-color: #fff;

}

.carousel-item > img {

  position: relative;

}

.carousel-item > .overlay {

  position: absolute;

  top: 0;

  left: 0;

}



.level-test-table > thead > tr > th,

.inter-exam-table > thead > tr > th {

  vertical-align: middle !important;

}



.carousel-caption > p {

  font-weight: 400;

  font-size: 16px;

  text-align: start;

}



.home-about-image {

  filter: drop-shadow(0px 5px 10px #0000001a);

}



/* 

.carousel-arrow-right {



  position: absolute  !important;



  bottom: 0%  !important;



  left: -30% !important;



}



.carousel-arrow-left {



  position: absolute  !important;



  bottom: 0%  !important;



  left: 515% !important;



} */



.img-gradient::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(

    to bottom,

    rgba(0, 0, 0, 0.4),

    rgba(0, 0, 0, 0.2)

  );

}



.owl-carousel .owl-item img {

  width: auto !important;

}



.mm-listitem > a > img {

  display: none !important;

}



.partner-logo {

  display: flex;

  justify-content: center;

}



/* .may-header-logo {

  max-width: 120px;

} */



.habout-content {

  padding-left: 30px;

}

.habout-content-right {

  padding-right: 30px;

}



.name-justify-end {

  justify-content: end;

}

.category-xl-mt{
  margin-top: 30px !important;
}

.crop-title{
    color: #2e247a;
    font-size: 27px;
}


/* .carousel-item{

  display: block !important;

} */



@media (max-width: 1600px) {

  /* .carousel-caption > h2,

  .carousel-caption > p {

    text-align: center !important;

  } */

  .slide-btn-flex {

    justify-content: center !important;

    margin-top: 30px !important;

  }

  /* .carousel-caption > h2 {

    margin-bottom: 20px;

  } */

}



@media (min-width: 1200px) {

  .container {

    max-width: 1259px !important;

  }



  .facilities-title {

    margin-bottom: 65px !important;

  }

  .igcse-img-two,

  .hide-div {

    display: none !important;

  }

  li.nav-item-right {

    margin-left: 30px;

  }

}



@media (max-width: 1399px) and (min-width: 1200px) {

  .aboutimg2 {

    left: 0% !important;

  }
  .cat-name > p {
    font-size: 18px  !important;
  }

  .habout-content-right {

    padding-right: 20px !important;

  }

  .crop-modal-dialog {
    min-width: 1000px !important;
  }

  .svclst-content {

    padding-left: 20px !important;

  }

  .why-choose-flex .why-choose-content {

    margin-right: 20px;

  }

  .why-choose-flex .why-choose-content {

    padding: 25px 30px;

  }

  .choose-container > img,

  .choose-container-green > img {

    min-height: 335px;

  }

  .shape1 {

    top: -105px;

  }

  .preprimary-one,

  .preprimary-two {

    max-width: 260px !important;

  }

  .preprimary-three {

    max-width: 550px !important;

  }

  .teenage-content {

    padding-left: 30px !important;

  }

  .teenage-box {

    min-height: 264px !important;

  }

  .teenage-box-inner {

    min-height: 224px !important;

  }

  .shape-img > .img-three {

    position: absolute;

    top: 0;

    left: 6% !important;

  }

  .shape-img > .img-four {

    position: absolute;

    bottom: 5% !important;

    left: 3% !important;

  }

  .img-ten {

    position: absolute;

    top: -5% !important;

    left: 2% !important;

  }

  .img-nine {

    position: absolute;

    top: 13% !important;

    right: 5% !important;

  }

  .habout-content {

    padding-left: 50px !important;

  }

  .shape-extra {

    max-width: 50% !important;

  }

  .mission-section {

    margin-top: -145px !important;

  }



  /* .carousel-caption {

    top: 15% !important;

  } */

}



@media (max-width: 1199px) and (min-width: 992px) {

  /* .contact-detail-inner > h4 {

    font-size: 20px  !important;

  } */

  .home-about-content {

    margin-bottom: 30px !important;

  }

    .bendimg {
        display: none !important;
    }

  .bendimg > img {

    max-width: 580px !important;

  }

  .crop-img {
    max-width: 265px !important;
  }

   .crop-modal-dialog {
    min-width: 925px !important;
  }

  .category-lg-mt{
  margin-top: 30px !important;
  }

  .bio-img > img {

    border-radius: 15px !important;

  }

  .svc-title {

    font-size: 26px !important;

  }

  .mission-block{
    min-height: 404px  !important;
  }

  .mission-block-inner{
    min-height: 384px !important;
  }

  .habout-content-right {

    padding-right: 20px !important;

  }

  .svclst-content {

    padding-left: 20px !important;

  }

  .why-choose-flex {

    display: block !important;

  }

  .why-choose-img {

    display: flex;

    justify-content: center;

    margin-bottom: 50px;

  }

  .why-choose-flex .why-choose-content {

    position: relative;

    top: 0;

    left: 0;

  }

  /* .carousel-caption > div > h2 {

    font-size: 35px;

    padding: 20px 0px;

  }

  .carousel-caption > p {

    font-size: 18px;

  } */

  .thumbnail > a > img {

    max-width: 200px !important;

  }

  /* .quick-link-flex {

    justify-content: end !important;

  } */

  .quick-link {

    column-gap: 40px !important;

  }

  .aboutpg-content {

    padding-top: 100px;

  }

  .bio-img > img {

    max-width: 320px;

  }

  .red-border {

    width: 305px !important;

    height: 305px !important;

  }



  .mt-lg-top {

    margin-top: 50px;

  }

  /* .may-header-logo {

    max-width: 120px;

  } */

  li.nav-item-right {

    margin-right: 20px !important;

  }

  .about-box {

    min-height: 264px !important;

  }

  .about-box-inner {

    min-height: 224px !important;

  }



  .habout-content {

    padding-left: 0px !important;

  }



  .subject-row {

    margin-top: 60px !important;

  }

  .cat-card > div > img {

    max-height: 85px !important;

  }

  .aboutimg2 {

    max-width: 225px !important;

    bottom: 30% !important;

  }

  .experience-outer {

    padding: 30px 50px !important;

    left: 10% !important;

    top: 5% !important;

  }

  .aboutimg3 {

    right: -10% !important;

  }

  .shape-extra {

    max-width: 50% !important;

  }

  .mission-section {

    margin-top: -145px !important;

  }

  .strength-content {

    margin-left: 15px !important;

  }

  .product-item{

    max-width: 85% !important;

    margin-left: auto !important;

    margin-right: auto !important;

  }

  .pd-des {
    background-color: white;
    width: 80vw;
  }

  .farmer-img{

    max-height: 550px !important;

    margin-top: 35px  !important;

    margin-bottom: 35px !important;



  }

  .contact-row{

    align-items: center !important;

  }

}



@media (min-width: 992px) {

  .home-about-image2 {

    display: none !important;

  }

  .mid-img {

    display: none !important;

  }

}



/* @media (min-width: 992px) {

  .owl-prev {

    position: absolute !important;

    top: 40% !important;

    left: 5% !important;

    background-color: transparent !important;

  }



  .owl-next {

    position: absolute !important;

    top: 40% !important;

    right: 5% !important;

    background-color: transparent !important;

  }

  .course-footer {

    justify-content: end;

  }

} */



@media (max-width: 991px) and (min-width: 768px) {

  .page-title {

    height: 285px !important;

  }

  .products-images {

    margin-top: 30px !important;

  }

  .list-svc-flex > img {

    max-width: 585px;

  }

  
  .crop-img {
    max-width: 250px !important;
  }

   .crop-modal-dialog {
    min-width: 715px !important;
  }

  .crop-title{
    font-size: 25px  !important;
  }

  .svc-content {

    min-height: auto !important;

  }

  .thumbnail > a > img {

    max-width: 220px !important;

  }

  .quick-link-flex {

    justify-content: start !important;

    margin-top: 18px !important;

    margin-bottom: 18px !important;

  }

  .category-lg-mt, .category-sm-mt{
    margin-top: 30px !important;
  }

  .aboutpg-content {

    padding-top: 100px;

  }

  .mb-80 {

    margin-bottom: 60px;

  }

  .biography-para {

    padding-top: 100px;

  }

  .name-justify-end {

    justify-content: start;

  }

  .bio-img > img {

    max-width: 320px;

  }

  .red-border {

    width: 305px !important;

    height: 305px !important;

  }

  .why-choose-img > img {

    max-width: 600px;

  }

  .mt-lg-top,

  .mt-md-top {

    margin-top: 50px;

  }



  .habout-content {

    padding-left: 0px !important;

  }



  .about-box,

  .about-box-inner {

    min-height: auto !important;

  }

  .experience-img > img {

    max-width: 500px !important;

  }

  .side-title {

    right: 12% !important;

  }



  .subject-row {

    margin-top: 60px !important;

  }



  .contact-box {

    max-width: 75%;

    margin-left: auto;

    margin-right: auto;

  }



  .habout-img > .img-two {

    position: absolute;

    left: 17% !important;

    top: 5% !important;

  }

  .shape-img > .img-three {

    position: absolute;

    top: 0;

    left: 17% !important;

  }

  .founder-img > div > img {

    max-width: 485px !important;

  }



  /* .carousel-caption > h2 {

    margin-bottom: 0px !important;

    font-size: 38px !important;

  }

  .carousel-caption {

    top: 10% !important;

  } */

  .habout-img > .img-one,

  .habout-img > .img-two {

    max-width: 400px !important;

  }

  .home-about-image2 {

    max-width: 450px !important;

    margin-top: 30px;

    margin-bottom: 30px;

  }

  .cat-title {

    margin-bottom: 50px !important;

  }

  .may-header-logo {

    max-width: 240px !important;

  }

  .aboutimg3 {

    top: 20% !important;

    right: 15% !important;

  }

  .aboutimg2 {

    bottom: 26% !important;

    left: 12% !important;

    /* max-width: 100% !important; */

  }

  .shape-extra {

    max-width: 70% !important;

  }

  .mission-block {

    min-height: 416px !important;

    margin-bottom: 50px !important;

  }

  .mission-block-inner {

    min-height: 396px !important;

  }

  .mission-section {

    margin-top: -145px !important;

  }

  .mission-block-bm {

    margin-bottom: 100px !important;

  }

   .farmer-img{

    max-height: 550px !important;

    margin-top: 35px  !important;

    margin-bottom: 35px !important;

  }

  .truck, .truck1{

    max-width: 30% !important;

  }

  .sm-show{

    display: none !important;

  }

}



@media (min-width: 768px) {

  .slick-slide {

    width: auto !important;

  }

}



@media (max-width: 767px) and (min-width: 576px) {

  .may-header-logo {

    max-width: 230px !important;

  }

  .banner-title {

    font-size: 30px !important;

  }

  .page-title {

    height: 275px !important;

  }

  .list-svc-flex > img {

    max-width: 100%;

  }

  .crop-img {
    max-width: 230px  !important;
  }

  .crop-title{
    font-size: 25px !important;
  }

  .mk-activities-title > h3 {
    font-size: 19px !important;
  }
 
  .svc-title {

    font-size: 28px !important;

  }

  .svc-content {

    max-width: 85%;

    margin-left: auto;

    margin-right: auto;

  }

  .aboutpg-content {

    padding-top: 100px;

  }
  .cat-card{
    padding: 20px 15px !important;
  }
  .cat-name > p {
    font-size: 16px  !important;
  }

   .category-lg-mt, .category-sm-mt{
    margin-top: 30px !important;
  }

  .red-block {

    padding: 18px;

  }

  .red-block > p {

    font-size: 18px !important;

  }

  .mb-80 {

    margin-bottom: 50px;

  }

  .biography-para {

    padding-top: 100px;

  }

  .name-justify-end {

    justify-content: start;

  }

  .bio-img > img {

    max-width: 320px;

  }

  .red-border {

    width: 300px !important;

    height: 300px !important;

  }

  .mt-lg-top,

  .mt-sm-top {

    margin-top: 50px;

  }

  .svc-content {

    min-height: auto !important;

  }



  .about-box,

  .about-box-inner {

    min-height: auto !important;

  }



  .contact-section,

  .primary-section {

    padding: 80px 0px;

    position: relative;

  }



  .habout-img > .img-one,

  .habout-img > .img-two {

    max-width: 375px !important;

  }

  .habout-img > .img-two {

    position: absolute;

    left: 7% !important;

    top: 5% !important;

  }

  .cat-title {

    margin-bottom: 50px !important;

  }

  .home-about-image2 {

    max-width: 435px !important;

    margin-top: 30px;

    margin-bottom: 30px;

  }

  .read-more-btn {

    margin-top: 25px !important;

  }

  .slick-slide {

    width: auto !important;

    /* padding-left: 7px !important;

    padding-right: 7px  !important; */

  }

  .aboutimg1 {

    max-width: 440px !important;

  }

  .aboutimg3 {

    top: 23% !important;

    right: 2% !important;

  }

  .aboutimg2 {

    bottom: 30% !important;

    left: 0% !important;

    /* max-width: 100% !important; */

  }

  .shape-extra {

    max-width: 90% !important;

  }

  .mission-block {

    min-height: auto !important;

    margin-bottom: 50px !important;

  }

  .mission-block-inner {

    min-height: auto !important;

  }

  .mission-section {

    margin-top: -145px !important;

  }

  .mission-block-bm {

    margin-bottom: 100px !important;

  }

  .farmer-img{

    max-height: 500px !important;

    margin-top: 35px  !important;

    margin-bottom: 35px !important;

  }

   .truck, .truck1{

    max-width: 35% !important;

  }

   .sm-show{

    display: none !important;

  }

}



@media (max-width: 575px) and (min-width: 350px) {

  .svc-content {

    min-height: auto !important;

  }



  .mt-lg-top,

  .mt-sm-top,

  .mt-xs-top {

    margin-top: 50px;

  }

   .category-lg-mt, .category-sm-mt, .category-xs-mt{
    margin-top: 30px !important;
  }

  .cat-name > p {
    font-size: 18px !important;
  }



  .our-products {

    padding-top: 80px;

    padding-bottom: 100px;

  }

  .reservation-form-control {

    margin-top: 15px;

  }



  .about-box,

  .about-box-inner {

    min-height: auto !important;

  }

  .about-us-section {

    padding: 80px 0px 70px 0px !important;

  }



  .contact-section,

  .primary-section {

    padding: 80px 0px 70px 0px !important;

  }



  .sm-title {

    font-size: 18px !important;

  }

  .name-column {

    margin-bottom: 20px !important;

  }

}



@media (max-width: 575px) and (min-width: 420px) {

  .may-header-logo {

    max-width: 230px !important;

  }

  .page-title {

    height: 280px !important;

  }

  .contact-detail-inner {

    padding: 20px 14px !important;

  }

   .crop-img {
    max-width: 220px  !important;
  }

  .crop-title{
    font-size: 24px !important;
  }

  /* .migrate-hd {

    font-size: 28px !important;

  } */



  /* .contact-detail-inner > h4 {

    font-size: 21px !important;

  } */

  .contact-detail > h3 {

    font-size: 24px !important;

  }

  .why-choose-flex .why-choose-content {

    padding: 25px 25px !important;

  }

  .svc-content {

    max-width: 85%;

    margin-left: auto;

    margin-right: auto;

  }

  .products-images .migrate-thumbnail {

    max-width: 65%;

    margin-left: auto;

    margin-right: auto;

  }

  .red-block > p {

    font-size: 18px !important;

  }

  .biography-para {

    padding-top: 100px;

  }

  .name-justify-end {

    justify-content: start;

  }

  .bio-img > img {

    max-width: 310px;

  }

  .red-border {

    width: 285px !important;

    height: 285px !important;

  }

  .mt-100 {

    margin-top: 100px !important;

  }

  .red-block {

    bottom: -13% !important;

  }

  .prj-block {

    width: 80%;

    margin-left: auto;

    margin-right: auto;

  }

  .aboutpg-content {

    padding-top: 100px;

  }

  .breadcrumbs > ol > li > a,

  .breadcrumbs > ol > li.current {

    font-size: 18px;

  }

  .side-title {

    top: -11px !important;

    right: 0% !important;

    font-size: 32px !important;

  }



  .habout-img > .img-one,

  .habout-img > .img-two {

    max-width: 370px !important;

  }



  .habout-img > .img-two {

    position: absolute;

    left: 7% !important;

    top: 5% !important;

  }



  .banner-title {

    font-size: 30px !important;

  }



  .thumbnail > a > img {

    max-width: 220px !important;

  }

  /* .slick-slide{

    padding-left: 30px !important;

    padding-right: 30px !important;

  } */

  .home-about-image2 {

    max-width: 420px !important;

    margin-top: 30px;

    margin-bottom: 30px;

  }

  .read-more-btn {

    margin-top: 25px !important;

  }

  .cat-title {

    margin-bottom: 50px !important;

  }

  .cat-card {

    max-width: 80% !important;

    margin-left: auto !important;

    margin-right: auto !important;

  }

  .partner-card {

    max-width: 330px !important;

    margin-left: auto !important;

    margin-right: auto !important;

  }

  .aboutimg1 {

    max-width: 390px !important;

  }

  .aboutimg3 {

    top: 27% !important;

    right: 13% !important;

    max-width: 150px !important;

  }

  .aboutimg2 {

    bottom: 33% !important;

    left: 0% !important;

    max-width: 216px !important;

    /* max-width: 100% !important; */

  }

  .shape-extra {

    max-width: 100% !important;

  }

  .mission-block {

    max-width: 85% !important;

    margin-left: auto !important;

    margin-right: auto !important;

    min-height: auto !important;

    margin-bottom: 50px !important;

  }

  .mission-block-inner {

    min-height: auto !important;

  }

  .mission-section {

    margin-top: -145px !important;

  }

  .mission-block-bm {

    margin-bottom: 100px !important;

  }

  .experience-outer-md {

    left: 15% !important;

    padding: 30px 50px !important;

  }

  .mid-img {

    margin-top: 80px !important;

  }

  .farmer-img{

    max-height: 485px !important;

    margin-top: 35px  !important;

    margin-bottom: 35px !important;

  }

  .product-img{

    max-width: 85% !important;

    margin-left: auto  !important;

    margin-right: auto !important;

  }

   .truck, .truck1{

    max-width: 40% !important;

  }

   .sm-show{

    display: none !important;

  }

}



@media (min-width: 420px) {

  .red-block-sm {

    display: none !important;

  }

  .sm-hide {

    display: none !important;

  }

  .ftr-flex{

    display: flex;

  }

}



@media (max-width: 419px) and (min-width: 350px) {

  .page-title {

    height: 270px !important;

  }

  /* .migrate-hd {

    font-size: 27px !important;

  } */

  .contact-detail-inner {

    padding: 20px 12px !important;

  }

  .svc-title {

    font-size: 25px !important;

    text-align: start !important;

  }

   .crop-img {
    max-width: 215px  !important;
  }

  .crop-title{
    font-size: 24px !important;
  }

  .mb-100 {

    margin-bottom: 80px !important;

  }

  .why-choose-flex .why-choose-content {

    padding: 20px 18px !important;

  }

  .why-choose-content > ul > li {

    font-size: 16px !important;

  }

  .thumbnail > a > img {

    max-width: 210px !important;

  }

  .red-block > p {

    font-size: 18px !important;

  }

  .about-slogan {

    font-size: 18px !important;

  }

  .red-block {

    display: none !important;

  }

  .mt-100 {

    margin-top: 0px !important;

  }

  .red-block {

    bottom: -13% !important;

  }

  .red-block > p {

    font-size: 18px !important;

  }

  .biography-para {

    padding-top: 75px;

  }

  .name-justify-end {

    justify-content: start;

  }

  .bio-img > img {

    max-width: 300px;

  }

  .red-border {

    width: 275px !important;

    height: 275px !important;

  }

  .red-block {

    bottom: -13% !important;

  }

  .aboutpg-content {

    padding-top: 60px;

  }

  .products-images .migrate-thumbnail {

    max-width: 65%;

    margin-left: auto;

    margin-right: auto;

  }

  .breadcrumbs > ol > li > a,

  .breadcrumbs > ol > li.current {

    font-size: 17px;

  }



  .banner-title {

    font-size: 27px !important;

  }

  .home-about-image2 {

    /* max-width: 420px !important; */

    margin-top: 30px;

    margin-bottom: 30px;

  }

  .read-more-btn {

    margin-top: 25px !important;

  }

  .cat-title {

    margin-bottom: 50px !important;

  }

  .cat-card {

    max-width: 80% !important;

    margin-left: auto !important;

    margin-right: auto !important;

  }

  .partner-card {

    max-width: 300px !important;

    margin-left: auto !important;

    margin-right: auto !important;

  }

  .product-card {

    max-width: 300px !important;

    margin-left: auto !important;

    margin-right: auto !important;

  }

  .slick-slide {

    padding-left: 30px !important;

    padding-right: 30px !important;

  }



  .aboutimg1 {

    max-width: 100% !important;

  }

  .aboutimg3 {

    display: none !important;

    /* top: 27% !important;

    right: 13% !important;

    max-width: 150px  !important; */

  }

  .aboutimg2 {

    bottom: 38% !important;

    left: 0% !important;

    max-width: 200px !important;

  }

  .shape-extra {

    max-width: 100% !important;

  }

  .mission-block {

    max-width: 100% !important;

    margin-left: auto !important;

    margin-right: auto !important;

    min-height: auto !important;

    margin-bottom: 50px !important;

  }

  .mission-block-inner {

    min-height: auto !important;

  }

  .mission-section {

    margin-top: -145px !important;

  }

  .mission-block-bm {

    margin-bottom: 100px !important;

  }

  .experience-outer-md {

    left: 15% !important;

    padding: 30px 50px !important;

  }

  .experience-outer-md > h4 {

    font-size: 20px !important;

  }

  .experience-outer-md > h5 {

    font-size: 18px !important;

  }

  .accordion .card-header .card-title {

    font-size: 16px !important;

  }

  .farmer-img{

    max-height: 500px !important;

    margin-top: 35px  !important;

    margin-bottom: 35px !important;

  }

  .truck, .truck1{

    max-width: 60% !important;

  }

  .migrate-hd, .migrate-hd > span{

    font-size: 33px !important;
    /* margin-bottom: 0px !important; */
  }

  .contact-icon{

    margin-right: 12px  !important;

  }

  .contact-icon {

    width: 43px !important;

    height: 43px !important;

  }

  .cmpy-add-two {

    max-width: 320px;

    margin-left: 0px;

    margin-top: -10px !important;

  }

}



@media(min-width: 420px){

  .phone-flex{

    display: flex !important;

  }

}



@media (min-width: 1400px) {

  .break {

    display: none;

  }

  /* .carousel-caption {

    top: 25% !important;

  } */

  .svc-flex {

    align-items: center;

  }

  .svclst-content {

    padding-left: 30px;

  }
  .crop-modal-dialog{
  min-width: 1000px !important;
  }
  .fancybox-content{
     min-width: 1260px;
  }

}



/* @media (max-width: 1199px) {

  .break {

    display: none;

  }

  .information {

    margin-bottom: 80px;

  }



  .facilities-title {

    margin-bottom: 30px !important;

  }

  .enrollment,

  .enrollment-inner {

    min-height: auto !important;

  }

  .enrollment {

    margin-bottom: 25px;

  }

  .igcse-img {

    display: none !important;

  }

  .hide-div-lg {

    display: none !important;

  }

  .teenage-content {

    padding-left: 0px !important;

  }

  .gallery-content {

    margin-left: 0px !important;

  }

} */



@media (max-width: 1199px) and (min-width: 576px) {

  .about-us-section {

    padding: 100px 0px 70px 0px !important;

  }

}



/* Update CSS :end */



.contact-info-img-flex {

  display: flex;

  justify-content: center;

}

/* .form-section {

  padding-right: 30px;

} */



/* .contact-icon {

  font-size: 35px;

} */



.contact-content {

  margin-top: 30px;

}



.aboutpg-section {

  padding: 100px 0px 100px 0px;

  background-color: #fff;

  /* background-image: url(../img/logo/field.png);

  background-position: bottom center;

  background-repeat: repeat-x; */

  position: relative;

}



.contactpg-section {

  padding: 100px 0px 200px 0px;

  background-image: url(../img/logo/field.png);

  background-repeat: repeat-x;

  background-position: bottom center;

  position: relative;

}



.abt-strength-section {

  padding: 100px 0px 200px 0px;

  background-color: #eff2f5;

  background-image: url(../img/logo/field.png);

  background-position: bottom center;

  background-repeat: repeat-x;

}



.seed-section {

  padding: 100px 0px 150px 0px;

  background-color: #fff;

  background-image: url(../img/logo/field.png);

  background-position: bottom center;

  background-repeat: repeat-x;

  position: relative;

}



/* 

.strength-section{

  padding: 100px 0px 150px 0px;

  background-color: #eff2f5;

  background-image: url(../img/logo/field.png);

  background-position: bottom center;

  background-repeat: repeat-x;

  

} */



.pbmit-static-box-number {

  color: #fff;

  text-shadow: 0em 0.075em #2e247a, 0.029em 0.069em #2e247a,

    0.053em 0.053em #2e247a, 0.069em 0.029em #2e247a, 0.075em 0em #2e247a,

    0.069em -0.029em #2e247a, 0.053em -0.053em #2e247a, 0.029em -0.069em #2e247a,

    0em -0.075em #2e247a, -0.029em -0.069em #2e247a, -0.053em -0.053em #2e247a,

    -0.069em -0.029em #2e247a, -0.075em -0em #2e247a, -0.069em 0.029em #2e247a,

    -0.053em 0.053em #2e247a, -0.029em 0.069em #2e247a;

  font-size: 30px;



  padding-right: 20px;

}



.pbminfotech-box-title > h4 {

  color: #fff;

  font-size: 21px;

}

.product-item {

  background-color: rgba(255, 255, 255, 0.1);

  padding: 20px 20px;

  border-radius: 20px;

  backdrop-filter: blur(7px);

}



.strength-item > p {

  font-size: 16px !important;

  font-weight: 300 !important;

}



.strength-item-inner {

  padding: 10px 20px;

  background: linear-gradient(90deg, #2e247a, transparent);

}

.offer-txt{
  font-size: 17px !important;
  font-weight: 300 !important;
}



.home-about-section {

  padding: 100px 0px 200px 0px;

  background-color: #fff;

  position: relative;

}

.home-about-section::before,

.aboutpg-section::before,

.contactpg-section::before,

.seed-section::before {

  content: "";

  width: 100%;

  height: 16px;

  background-image: url(../img/logo/top-ripped.png);

  position: absolute;

  top: -16px;

  left: 0px;

  z-index: 10;

  /* transform: rotate(180deg); */

}



.about-lst {

  color: #2e247a;

  font-weight: 500;

  margin-left: 12px;

  font-size: 17px;

}



.mm-page {

  overflow: hidden !important;

}



.thumbnail {

  display: flex;

  justify-content: center;

}



.thumbnail > a > img {

  border-radius: 50%;

  max-width: 225px;

}



img {

  display: inline-block;

  max-width: 100%;

  height: auto;

}

.abt-img > img {

  max-width: 325px;

  border-radius: 20px;

}

.abt-img-two > img {

  max-width: 320px;

  border-radius: 20px;

}



.about-list {

  list-style-type: none;

  padding: 0px !important;

}



.mr-20 {

  margin-right: 20px;

}

.mt-100 {

  margin-top: 125px;

}



/* Migrate Me CSS Section */

.migrate-hd {

  text-transform: uppercase;

  font-size: 40px;

  font-weight: 600;

  color: #2e247a;

  margin-bottom: 30px;

  line-height: 100%;

}

.migrate-hd > span {

  text-transform: uppercase;

  font-size: 40px;

  font-weight: 600;

  color: #e40814;

  margin-bottom: 50px;

  line-height: 100%;

}

/* .content {

  margin-top: 20px;

} */

.content > h4 {

  text-align: center;

  font-size: 22px;

  font-weight: 600;

  color: #cd3d3d !important;

}

.about-slogan {

  font-size: 19px;

  font-weight: 600;

  color: #cd3d3d !important;

}

.svc-content {

  border-top: 1px solid #686868;

  min-height: 145px;

}

.svc-content > p {

  padding-top: 15px;

}

.migrate-btn {

  background-color: #000;

  border-color: #000;

  border-radius: 0px;

  margin-bottom: 16px;

  padding: 10px 30px;

  text-decoration: none;

  color: #fff;

  transition: all 0.3s ease-in-out;

}

.migrate-btn:hover {

  background-color: #cd3d3d;

  color: #fff;

  outline: none;

  border-color: transparent;

}

.home-secbanner {

  background-image: url(../img/home/catbg.png);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 70px 0px 70px 0px;

  position: relative;

}

.home-secbanner-two {

  background-image: url(../img/home/catbg.png);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 50px 0px 50px 0px;

  position: relative;

}

.pcat-container {

  position: relative;

  z-index: 999;

}

.bendimg {

  position: absolute;

  z-index: 1;

  right: 0;

  top: -12%;

}

/* .category-carousel{

  position: relative;

  z-index: 999;

} */



.cat-card,

.partner-card {

  background-color: #fff;

  /* box-shadow: 0px 5px 10px 0px #00000033; */

  padding: 20px;

  border-radius: 30px;

  transition: all 1s ease-in-out;

}

.cat-card {

  box-shadow: 0px 5px 10px 0px #00000033;
  min-height: 178px !important;

}

.product-card {

  background-color: #f9f9f9;

  border-radius: 30px;

  padding-top: 35px;

  padding-bottom: 20px;

  padding-left: 15px;

  padding-right: 15px;

  /* padding: 30px 20px; */

  /* min-height: 370px; */

  box-shadow: 0px 5px 10px 0px #00000033;

}

.product-card > a > div > img{
  max-height: 300px !important;
}

.purple-circle {

  width: 38px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #2e247a;

  border-radius: 50%;

}

.product-name {

  font-size: 20px;

  font-weight: 600;

  color: #2e247a !important;

}

.productname-w {

  width: 71%;

}

.mb-40 {

  margin-bottom: 40px;

}

.product-card-flex {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 30px;

  min-height: 50px;

}

.partner-card {

  min-height: 182px !important;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0px 5px 10px 0px #00000033;

}

.partner-carousel .owl-stage-outer {

  padding-top: 30px !important;

  padding-bottom: 30px !important;

}



.category-carousel .owl-stage-outer {

  padding-bottom: 20px !important;

}



.category-carousel .owl-nav {

  position: absolute !important;

  right: 0% !important;

}



.category-carousel .owl-nav .owl-prev,

.category-carousel .owl-nav .owl-next {

  outline: none !important;

  border: none !important;

}

/* .category-carousel .owl-stage-outer */

.cat-card:hover {

  background-color: #2e247a;

}

.cat-card:hover > .cat-name p {

  color: #fff !important;

}

.cat-card:hover .hcat-img {

  filter: brightness(0) invert(1); /* Turns black to white */

  opacity: 0.8;

}

.cat-card:hover .svg-icon {

  fill: #fff;

}

/* .hcat-img:hover{

  

} */

.cat-name > p {

  font-size: 19px;

  font-weight: 600;

}

.home-banner-section {

  padding: 100px 0px;

  position: relative;

}

.home-product-list {

  padding-top: 100px;

  padding-bottom: 100px;

}

.home-product-list > .slider {

  width: 840px;

  height: 470px;

}

.crop-img{
  max-width: 300px;
}



.unicrop-btn {

  background-color: #2e247a;

  border-radius: 60px;

  color: #fff;

  padding: 12px 14px;

  border: none;

  outline: none;

  -moz-appearance: none;

  -webkit-appearance: none;

}



.unicrop-btn:hover {

  color: #fff !important;

}



.hbanner-img {

  border-radius: 30px !important;

}



.owl-carousel .owl-stage {

  display: flex !important;

}



.owl-carousel .owl-item img {

  width: auto !important;

  height: 100% !important;

}



.owl-dots {

  display: flex !important;

  justify-content: center !important;

  margin-top: 20px !important;

}



.owl-dots .owl-dot span {

  width: 10px;

  height: 10px;

  margin: 5px 7px;

  background: #bfbfbf;

  display: block;

  -webkit-backface-visibility: visible;

  transition: opacity 0.2s ease;

  border-radius: 30px;

}



.owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

  background: #2e247a;

}

/* .home-secbanner::after {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  background-color: rgba(205, 61, 61, 0.5);

} */

.migrate-about > p {

  letter-spacing: 0.3em;

}

.view-link {

  text-decoration: none;

  color: #cd3d3d;

  display: flex;

  align-items: center;

}

.view-link:hover {

  color: #cd3d3d !important;

}

.products-images {

  margin-top: 50px;

}

.products-images .migrate-thumbnail {

  background-color: #c3bcbc;

  border: none;

  padding-left: 18px;

  padding-right: 18px;

  padding-top: 7px;

  padding-bottom: 7px;

  margin-bottom: 50px;

  display: flex;

  justify-content: center;

}

.migrate-thumbnail-white {

  background-color: #ebe8e8 !important;

}

.product-cap {

  position: absolute;

  bottom: -8px;

  background-color: rgb(0, 0, 0, 0.6);

  color: #fff;

  padding-top: 15px;

  padding-bottom: 15px;

  display: block;

  z-index: 9999;

  width: 90%;

  font-size: 22px;

  text-align: center;

}



/* .abt-img-flex > div > img {

  border-radius: 20px;

} */



.abt-img-flex {

  display: flex;

  justify-content: center;

  position: relative;

}

.red-block {

  position: absolute;

  background-color: #cd3d3d;

  width: 65%;

  z-index: 9999;

  padding: 20px;

  border-radius: 0px 40px;

  left: 0%;

  bottom: -5%;

}

.red-block-sm {

  position: relative;

  background-color: #cd3d3d;

  border-radius: 0px 40px;

  padding: 15px 10px;

  margin-top: 25px;

}

.red-block > p {

  font-size: 20px;

  font-weight: 800;

}

.red-block-sm > p {

  font-size: 18px;

  font-weight: 800;

}

.mt-25 {

  margin-top: -25px;

}

.biography-section {

  background-image: url(../img/about/bg1.png);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 100px 0px;

}

.white-section {

  background-image: url(../img/home/bgimg3.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 100px 0px;

}

.bio-img {

  position: relative;

  z-index: 1;

}

.bio-img > img {

  border-radius: 15px;

}

.red-border {

  content: " ";

  position: absolute;

  width: 325px;

  height: 315px;

  transform: rotate(70deg);

  z-index: -1;

  border: 2px solid #cd3d3d;

  /* background-color: #cd3d3d; */

  border-radius: 20px;

}

.bio-name {

  font-weight: 700;

  margin-bottom: 0px;

  color: #cd3d3d;

  margin-left: 15px;

}



/* Custom Timeline Styles */

.timeline {

  position: relative;

  padding: 0;

  list-style: none;

}



.timeline:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  width: 2px;

  background: #ddd;

  left: 50%;

  margin-left: -1px;

}



.timeline-item {

  position: relative;

  margin-bottom: 50px;

}



.timeline-item:after {

  content: "";

  display: table;

  clear: both;

}



.timeline-badge {

  width: 20px;

  height: 20px;

  position: absolute;

  background: #cd3d3d;

  border-radius: 50%;

  left: 50%;

  margin-left: -10px;

  top: 20px;

  z-index: 1;

}



.timeline-panel {

  width: 45%;

  float: left;

  padding: 20px;

  position: relative;

  border-radius: 5px;

  background: #fff;

  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);

}



.timeline-panel:before {

  content: " ";

  display: inline-block;

  position: absolute;

  top: 26px;

  right: -15px;

  border-top: 15px solid transparent;

  border-right: 0 solid #fff;

  border-bottom: 15px solid transparent;

  border-left: 15px solid #fff;

}



.timeline-item:nth-child(even) .timeline-panel {

  float: right;

}



.timeline-item:nth-child(even) .timeline-panel:before {

  border-right-width: 15px;

  border-left-width: 0;

  right: auto;

  left: -15px;

}



.timeline-heading h4 {

  font-size: 22px;

  font-weight: 600;

  color: #cd3d3d !important;

}



.timeline-heading h4.subheading {

  text-transform: uppercase;

  font-size: 0.9rem;

  color: #6c757d;

}



.timeline-body p {

  margin-bottom: 0;

}



/* Responsive adjustments */

@media (max-width: 767px) {

  .timeline:before {

    left: 40px;

  }



  .timeline-badge {

    left: 40px;

  }



  .timeline-panel {

    width: calc(100% - 90px);

    float: right;

  }



  .timeline-panel:before {

    border-right-width: 15px;

    border-left-width: 0;

    right: auto;

    left: -15px;

  }

  .quick-link-flex {

    display: none !important;

  }

  .products-images {

    margin-top: 30px !important;

  }

}



.list-service-section {

  background-image: url(../img/home/bgimg3.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 100px 0px;

}

.service-content > h4 {

  color: #333;

  font-weight: 800;

  line-height: 34pt;

  text-transform: uppercase;

}

.svc-provide {

  font-size: 22px;

  font-weight: 600;

  color: #cd3d3d !important;

}

.lst-svc {

  list-style-type: none;

  padding-left: 0px;

}

.check-img{
  min-width: 18px;
  margin-right: 7px;
}

.check-icon {

  margin-right: 12px;

}

.list-svc-flex {

  display: flex;

  justify-content: center;

}

.list-svc-flex > img {

  border-radius: 20px;

}

/* .contact-detail {

  background-color: #cd3d3d;

  padding: 30px 30px;

  border-radius: 20px;

} */

.contact-detail > h3 {

  /* color: #fff; */

  font-size: 25px;

  font-weight: 700;

  margin-bottom: 25px;

}

.contact-detail-inner {

  /* background-color: rgba(255, 255, 255, 0.4); */

  background-color: transparent;

  border: 1px solid #cd3d3d;

  padding: 20px;

  margin-bottom: 25px;

  border-radius: 20px;

}

.contact-detail-inner > h4 {

  font-size: 22px;

  /* color: #fff; */

  color: #cd3d3d;

  font-weight: 700;

  margin-bottom: 20px;

}



@media (max-width: 1399px) and (min-width: 1225px) {

  .why-choose-flex .why-choose-content {

    margin-right: 20px;

    top: 10%;

  }

}



@media (max-width: 1224px) and (min-width: 1200px) {

  .migrate-section {

    padding-top: 80px;

    padding-bottom: 170px;

  }

}



/* For Slick Slider */

.slider-container {

  /* max-width: 1000px; */

  max-width: 100%;

  margin: 0 auto;

  /* padding: 20px; */

}



.center-slider {

  margin: 30px auto;

}



.center-slider img {

  width: 100%;

  height: auto;

  border-radius: 20px;

  /* border-radius: 8px; */

  margin: 0 auto;

}



/* Center mode styling */

.tomato {

  border-radius: 30px;

}
.tomato-img{
  background: rgb(131,58,180);
  background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
  
  display: flex;
  border-radius: 25px;
}
.tomato-img img {
  opacity: 0.5;
  transition: opacity 500ms 0ms ease-in-out;
}
.tomato-img img:hover { opacity: 1 }



.crop-modalimg{
  cursor: pointer;
}

.slick-center img {

  /* transform: scale(1.08); */

  transition: transform 0.3s ease;

  /* box-shadow: 0 10px 20px rgba(0,0,0,0.2); */

}



.slick-slide {

  padding: 10px;

  transition: all 0.3s ease;

  opacity: 1;



  /* opacity: 0.7; */

}



.slick-center {

  opacity: 1;

}



.pd-name {

  font-size: 20px;

  font-weight: 700;

  color: #414141;

  margin-bottom: 0px;

  margin-top: 25px;

}



.aboutimg1 {

  border-radius: 50%;

  position: relative;

  z-index: 1;

}

.aboutimg2 {

  position: absolute;

  border-radius: 50%;

  bottom: 6%;

  left: -5%;

  z-index: 99;

  border: 12px solid #fff;

  max-width: 235px;

}

.aboutimg3 {

  position: absolute;

  top: 0%;

  right: 0%;

  z-index: 99;

}

.experience-outer {

  background-color: #4baf47;

  width: fit-content;

  margin-left: auto;

  margin-right: auto;

  padding: 35px 55px;

  /* border-radius: 50%; */

  border-top-left-radius: 226px;

  border-bottom-right-radius: 226px;

  margin-top: -70px;

  position: relative;

  z-index: 999;

}



.vision-section {

  padding: 100px 0px 200px 0px;

  background-color: #eff2f5;

  position: relative;

  z-index: 1;

  /* background-image: url("../img/logo/truck.png");

  background-repeat: no-repeat;

  background-position: bottom right; */

}



.shape-extra {

  position: absolute;

  left: 0;

  bottom: 0%;

  max-width: 35%;

  opacity: 0.1;

}



.mission-block {

  background-color: #2e247a;

  padding: 10px 10px;

  margin-bottom: 250px;

  min-height: 380px;

}



.mission-block > p {

  font-weight: 300 !important;

}



.mission-block-inner {

  border: 2px dashed #fff;

  padding: 20px 20px;

  min-height: 360px;

}



.mv-icon {

  width: 60px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background-color: #fff;

  margin-bottom: 12px;

}



.contact-icon {

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background-color: #2e247a;

  margin-right: 20px;

}



.mission-section {

  margin-top: -145px !important;

  position: relative;

  z-index: 999;

  background-image: url(../img/about/bg-3.png);

  background-repeat: no-repeat;

  background-position: bottom right;

}

.org {
  margin: auto 15px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 100px;
}

.staff {
  margin: 50px auto;
}

.contact-info-item {

  margin-bottom: 20px;

}

.pdbg {
  width: 100vw;
  padding: 100px 30px;
  background-image: url('../img/about/paddy-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.product-img {

  border: 1px solid #e7e7e7;

  background-color: #f9f9f9;

  border-radius: 20px;

  padding: 20px 20px;

  min-height: 343px;

}

.product-img:hover {
  border: 1px solid #483aaf;
}

.product-img img {
  transition: transform 0.3s ease;
  max-height: 250px;
}

.product-img:hover img {
  transform: scale(1.1);
}


.product-title {

  background-color: #483aaf;

  padding: 15px 15px;

  margin-bottom: -20px;

  margin-top: 20px;

  border-top-left-radius: 20px;

  border-top-right-radius: 20px;

  min-height: 74px;

  display: flex;

  justify-content: center;

  align-items: center;

}



.product-title > h4 {

  font-size: 19px;

  font-weight: 400;

  color: #fff !important;

}



.fertilizer-section {

  padding: 100px 0px 150px 0px;

  background-color: #eff2f5;

  position: relative;

}



.urea-img {

  min-height: 343px;

}



.urea-img > .product-title {

  min-height: 74px;

  display: flex;

  justify-content: center;

  align-items: center;

}



.dropdown-menu {

  padding: 0px !important;

}

.dropdown-item.active,

.dropdown-item:active {

  background-color: #2e247a;

}

.dropdown-menu > .dropdown-item:hover {

  transition: all 0.5s ease-in-out;

  background-color: #2e247a !important;

  color: #fff !important;

}



.truck {

  position: absolute;

  top: 0%;

  right: 0%;

  max-width: 22%;

}

.truck1 {

  position: absolute;

  bottom: 0%;

  right: 0%;

  max-width: 22%;

}

.unicrop-card-hd{
  background-color: #2e247a !important;
}


.accordion .card-header .card-title {

  color: #fff;

  font-size: 18px;

}



/* .accordion .card-header:after {

  font-family: "FontAwesome";

  content: "\f068";

  float: right;

}

.accordion .card-header.collapsed:after {

  content: "\f067";

} */

.category-carousel .owl-item img {

  height: auto !important;

}

.abt-product-section {

  padding: 100px 0px;

  background-image: url(../img/about/mission-vision-bg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}

.bdr-25 {

  border-radius: 25px;

}

.fancybox-content{
 
  border-radius: 10px;
}