

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif!important;
    color: #000000;
}


html {
  scroll-behavior: smooth;
}
.text-success{
    color: #005f91!important;
}
.text-primary{
   color: #207800 !important;
}

.impactbg{
    background-color: #e4edf5;
}

p{color: #111111;}
.main-header--three .main-header__inner
{
    max-width: 1270px;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 10px 50px;
    margin: 0 auto;
}
.main-header__logo {
    display: flex;
    position: relative;
    top: 1px;
    width: 35%;
    align-items: center;
    justify-content: space-between;
} 

.main-header--three .main-header__nav {
    margin-right: 0;
    margin-left: 10px;
}

.main-menu .main-menu__list>li+li {
    margin-left: 25px;
}

.main-header--three .main-menu .main-menu__list>li>a {
    color: #000000;
}


.main-slider-three__item {
    position: relative;
    background-color: var(--alefox-black, #122f2a);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.main-header__cart i {
    background-color: #46a15c;
    font-size: 38px;
    padding: 12px;
    border-radius: 50%;
}

.main-header--three .main-menu .main-menu__list>li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-slider-three__bg::after {
    background-color: #0125001f;
}


.main-menu .main-menu__list li ul{
    padding: 10px;
}
.main-menu .main-menu__list li ul li > a{
    padding:5px 10px;
    border-bottom:1px solid #e0e0e0;
}

.main-menu .main-menu__list li ul li.current > a, .main-menu .main-menu__list li ul li:hover > a {
    background-color: #ffffff;
    color: var(--alefox-base, #44a05b);
}

.herocol {
    background-color: rgb(253, 255, 152);
    color: #000000 !important;

}

.main-slider-three__title span::after {
    display: none;
}

.about-three__image__two {
    position: absolute;
    right: 20px;
    top: -74px;
    width: 169px;
    height: 169px;
    background-color: #fffee2;
} 



.service-three__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #005f91;
    z-index: -1;
    border-radius: 10px;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.service-three__item__title a:hover {
    color:#fff;
}


.service-three__item:hover .service-three__item__icon {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);  
    box-shadow: 0px 0px 5px #fff;
}
.about-three__content__text {
    margin: 0 0 2px;
    text-align: justify;
}

.cta-five__content__list li {
    margin: 10px 0px;
}

.cta-five__content__list li p {
    margin-bottom: 0px;
}

.service-three {
    position: relative;
    margin-top: -90px;
    padding: 100px 0 50px; 
}

.cta-five {
    position: relative;
    padding: 50px 0 50px;
}

.product-two {
    position: relative;
    padding: 50px 0;
}



.form-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 15px;
    border-radius: 5px;
}

.cta-four__form input::placeholder {
    color: #fff;
}

.form-transparent::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-transparent:focus {
    border-color: #f0f0f0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: none;
}

/* Styling for transparent select dropdown */
select.form-transparent {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

select.form-transparent option {
    background-color: #000;
    /* background of dropdown list */
    color: #fff;
    /* text color of options */
}

.cta-four {
    position: relative;
    background-color: #000000;
    padding: 120px 0;
    text-align: center;
}



.footer-widget p {
    color: #fff;
}

.product-size {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
       line-height: 1.3;
    margin-bottom: 10px;
}
.product-two__item__title a {
    color:#005f91;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 22px;

}
.product-two__item__titles a {
    color:#005f91;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 18px !important;
}

.product-details__carousel {
  background-color: #ffffff;
  position: relative;
  min-height: 450px!important;
}

.product-details__carousel-thumb .item .product-details__meta-thumb {
    width: 80px;
    height: 80px;
  background-color: #131313;
    padding: 12px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    display: block;
    position: relative;
}

.product-size span {
    font-size: 14px;
    color: #858484;
    font-weight: 600;
    text-transform: capitalize;
}

.client-carousel .client-carousel__one .client-carousel__one__item img {
    transition: 500ms;
    opacity: 1;
    max-width: 100%;
    width: auto;
}

.main-footer {
    position: relative;
    background-color: #002032;
}


.main-header__logo img {
    width: 70%;
}
.main-slider-three__title{
    filter: drop-shadow(1px 1px 2px black);
}

.service-three__item__text {
    margin: 0;
    line-height: 28px;
    transition: all 300ms ease;
    line-height: 1.4;
}
.service-three__item__content {
    position: relative;
    padding: 0 10px 15px;
    margin-top: -45px;
    height: 260px;
} 
.sec-title__tagline{
    font-weight: 600;
} 

.product-details__gallery__image{
    padding: 0px;
    min-height: 450px;
}
.product-details__gallery__image{
    min-height: 450px;

}
.product-two__item{
    flex-direction: column;
}

.product-two__item__img {
    background-color: #111111;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 100%;
    min-height: 200px;
}

.product-two__item__content {
    position: relative;
    padding: 15px 10PX;
    width: 100%;
}

.product-two__item__content .product-size p{
    margin-bottom: 0px;
} 

.about-three {
    position: relative;
    z-index: 2;
    padding: 50px 0px 90px 0;
}
.vmwrp {
    background-color: #f8f8f8;
    border-radius: 115px;
    padding: 20px;
    box-shadow: 0px -2px 5px #ededed;
}

.cardwrp{
    padding:10px;
        text-align: center;
} 
.contentwrp{
    padding:10px 10px 10px 0px;
}
.contentwrp h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #005f91;
}
.contentwrp p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}



.funfact-one {
    position: relative;
    z-index: 999;
}
.iconwr{
        display: inline-block;  
    background: #f4fffd;
    border-radius: 50%;
   width: 64px;
    height: 64px;
    padding: 7px;
}
.iconwr img{
    width: 50px;
}

.footer-widget {
    margin-bottom: 10px;
}


.main-slider-three__video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;        
    height: 100%;       
    object-fit: cover;  
    z-index: 1;
}


.cta-five__wrapper {
    position: relative;
    border: 0px solid var(--alefox-border-color, #dddddd);
    border-radius: 10px;
    padding: 10px;
}

.main-header--three {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 20;
    width: 100%;
}
.impactbg .card img{    
height: 180px;
    width: 100%;
    object-fit: cover;
 }

 .main-header--three .main-menu .main-menu__list > li > a::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: -8px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: currentColor;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.main-slider-three__title {
    font-size: 50px;
    line-height: 1.2;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    margin: 0 0 18px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(400px);
}

.contact-info--contact-page .contact-info__item {
    border: 1px solid var(--alefox-border-color, #dddddd);
    padding: 32px 60px;
    transition: all 400ms ease;
    height: 100%;
}

.teamcard h2{
    font-weight: 700;
    color:#005f91;
    text-transform: uppercase;
}

.leadersec{
       background: #f5faff;
}
.teamcard h4{
    font-size: 16px;
    color: #303030;
    line-height: 1.5;
    font-style: italic;
}

.teamcard p{
text-align: justify;
}

.product-details__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
    color: #005f91;
}

.product-details__excerpt p{
  color: #000000;
}
.prolist li p{
    color: #000000;
}

.product-details__description__lists li {
 
    color: #000000;
}
.product-details__description p{
    color: #000000;
}


.page-header__bgc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../maimg/home/contactbg.jpg);
    opacity: 0.5;
}


.page-header__bg1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../maimg/home/productdp.jpg);
    opacity: 0.5;
}
.page-header__bgo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../maimg/home/team.jpg);
    opacity: 0.5;
}
.page-header__bgcr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../maimg/home/careerbg.jpg);
    opacity: 0.5;
}

.page-header__bgss {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover; 
  background-image: url(../maimg/home/abbgg.jpg); 
  opacity: 0.5;
}

.ourvalue .feature-two__item{
    background-color:#005f91;
   
}
.ourvalue .feature-two__item:hover{
    background-color: #001f30;
 
}
.ourvalue .feature-two__item:hover .feature-two__item__icon span{
    background-color: #fff;
    color:#005f91;
}

.feature-two__item {
    position: relative;
    z-index: 2;
    padding: 43px 25px 39px;
    overflow: hidden;
    transition: all 300ms ease;
    border-radius: 10px;
    border: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2);
    height: 100%;
}
.feature-two__item:hover::after {
    height: 0%;
    opacity: 1;
    visibility: visible;
}

.feature-two__item__icon::after {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    transition: all ease 0.4s;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--alefox-white, #fff);
    opacity: 0.3;
    animation: zoomsIn 4s linear 0s infinite;
}

.contact-two__form .bootstrap-select > .dropdown-toggle,
.contact-two__form input[type=text],
.contact-two__form input[type=email],
.contact-two__form input[type=file],
.contact-two__form textarea {
  background-color: var(--alefox-white, #fff);
}

.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=file],
.form-one textarea {
  display: block;
  width: 100%;
  height: 55px; 
  color: var(--alefox-text, #636363);
  font-size: 16px;
  font-weight: 400;
  border: none;
  border: 1px solid var(--alefox-border-color, #dddddd);
  filter: drop-shadow(-2.424px 4.373px 14.5px rgba(0, 0, 0, 0.03));
  outline: none;
  padding-left: 30px;
  padding-right: 30px;

}
.form-one textarea{
    height: 150px !important;
}

.contact-two__form input[type=file]{
    padding: 10px 15px;
}

.contact-two__item {
    position: relative;
    z-index: 1;
    display: flex
;
    align-items: center;
    gap: 28px;
    padding: 31px 15px;
}
.prolist{
    list-style: disc;
 
}

.prolist li p strong {
    font-size: 18px;
    color: #005f91;
    margin-right: 8px;
    font-weight: 600;
}
.prolist li p {
    font-size: 16px;    
}


.contact-two__bg::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0 / 37%);
}

.contact-two__item__text {
    color: var(--alefox-white, #fff);
    margin: 0;
    font-size: 18px;
}
.contact-two__item__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 18px;
}


/* Preloader overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Loader animation */
.loader {
  width: fit-content;
  font-size: 40px;
  font-family: system-ui, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0000;
  -webkit-text-stroke: 1px #000;
  background: 
    conic-gradient(from -135deg at 100% 50%, #005f91 90deg, #005f91 0) text no-repeat,
    conic-gradient(from -135deg at 1lh 50%, #005f91 90deg, #005f91 0) text no-repeat;
  animation: l6 2s linear infinite;
}
.loader:before {
  content: "Magnus Agtech";
}
@keyframes l6 {
  0%     {background-size: 0                200%;background-position:0 0   ,100% 0   }
  50%    {background-size: calc(60% + .5lh) 200%;background-position:0 0   ,100% 0   }
  50.01% {background-size: calc(60% + .5lh) 200%;background-position:0 100%,100% 100%}
  100%   {background-size: 0                200%;background-position:0 100%,100% 100%}
}
 


.contact-two__bg::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(255 249 249);
}
.contact-two__item__title {
    color: #005f91;
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}
.contact-two__item__text {
    color: #000000;
    margin: 0;
    font-size: 18px;
}

.contact-two__form {
    padding: 40px 45px 45px;
    position: relative;
    z-index: 10;
    background-color: var(--alefox-white, #fff);
    text-align: center;
    box-shadow: 0px 0px 6px #acacac;
}

.contact-two__list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 560px;
}

@media screen and (max-width:767px)
{
    .main-header__logo img{
        width:80%;
    }
    .main-header--three .main-header__inner {
    max-width: 1270px;
    background-color: #ffffff;
    border-radius: 100px;
    padding:6px;
    margin: 0 auto;
}

.main-header__logo {
    display: flex;
    position: relative;
    top: 1px;
    width: 80%;
    align-items: center;
    justify-content: space-between;
}

} 
.pt_50 {
    padding-top:50px;
}
.pt_120 {
    padding-top:120px;
}
 
.pb-20{
    padding-bottom:20px;
}
.pb_120 {
    padding-bottom:120px;

}
.pb_60 {
    padding-bottom:60px;
}
.borders {
    border-radius:10px;
}

.about-one__content__list li {
  list-style: none;
  min-height: 31px;
  padding: 0 0 0 42px;
  margin: 0 0 14px;
  position: relative;
}
 

.special-bg {
 
  padding: 6px 0px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
}

/* Horizontal layout */
.special-bg{
  display: flex;
  gap: 15px;
  margin: 0;
  flex-wrap: wrap;
}

/* Each size */
.special-bg span {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    color: #ffffff;
    background: #005f91;
    padding: 3px 6px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.special-bg span:hover {
    background: #005f91;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

 
.special-bgs {
 
  padding: 6px 0px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
}
.special-bgs {
    display: flex;
    gap: 10px;
    margin: 0;
    justify-content: start;
    padding: 5px 5px;
    flex-wrap: wrap;
}
.special-bgs span {
    font-size: 10px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    color: #fff;
    background: #005f91;
    padding: 5px 7px !important;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.special-bgs span:hover {
    background: #005f91;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Inner Sidebar */
.inner-sidebar {
  background: #dcecf5;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #d0dce3;
  margin-bottom: 30px;
}

.sidebar-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  text-align: center;
}

.inner-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-sidebar-menu li {
  margin-bottom: 10px;
}

.inner-sidebar-menu li a {
  display: block;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.inner-sidebar-menu li a:hover {
  background: #005f91;
  color: #fff;
}


.inner-sidebar {
  background: #f8fcff;
  padding: 15px;
  border-radius: 8px;
  border : solid 0.1px #dbdbdb;

}
.inner-sidebar-menu .nav-link {
  display: block;
  padding: 10px 15px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 6px;
  color: #333;
  transition: all 0.3s ease;
}
.inner-sidebar-menu .nav-link.active,
.inner-sidebar-menu .nav-link:hover {
     background: #005f91;
  color: #fff; 
}

 .product-details p {
  margin-bottom: 3px;
}


.detail-title{
    font-size:24px;
    font-weight: 600;
    color: #000000;
}
.pack{
    padding:10px 0px;
}

.product-detail-tab th{
    background-color: #005f91;
    color: #fff;
}

.prodetailscol{
    background-color: #005f91!important;
}
.about-one__content__border{
    margin: 10px 0px;

}
.product-details__review{
    margin-bottom:10px;
}
.product-details__description__title-2{
    color: #005f91;
    font-weight: 700;
        font-size: 28px;
}

.about-one__content__border-2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: var(--alefox-border-color, #dddddd);
  margin: 26px 0;
}
.about-one__content__border-2::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--alefox-base, #44a05b);
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}

.product-details {
    position: relative;
    padding: 80px 0 50px!important;
}

.proddetailtable td  {
  color: #000;
}
@media screen and (max-width:767px){
    .product-details__carousel {
    background-color: #131313;
    position: relative;
    min-height: 428px;
}
.product-details__gallery__image{
    padding: 10px;
    background-color:#fff;
}
}
@media screen and (max-width:1024px){
    .main-header--three .main-header__inner{
        justify-content: space-between;
    }
}


@media (min-width: 1199px) {
    .page-header {
        padding-top: 175px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .page-header {
        padding-top: 121px;
        padding-bottom: 116px;
    }
}