@font-face {
    font-family: "Bank Gothic W03 Md";
    src: url("f60a44343900843957e92b12b46b71bb.eot"); /* IE9*/
    src: url("f60a44343900843957e92b12b46b71bb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("f60a44343900843957e92b12b46b71bb.woff2") format("woff2"), /* chrome、firefox */
    url("f60a44343900843957e92b12b46b71bb.woff") format("woff"), /* chrome、firefox */
    url("f60a44343900843957e92b12b46b71bb.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("f60a44343900843957e92b12b46b71bb.svg#Bank Gothic W03 Md") format("svg"); /* iOS 4.1- */
  }
@font-face { font-family: "Padauk-Regular"; src: url("../fonts/Padauk/Padauk-Regular.woff") format("woff"), url("../fonts/Padauk/Padauk-Regular.ttf") format("truetype"), url("../fonts/Padauk/Padauk-Regular.svg#Padauk-Regular") format("svg"); }
@font-face { font-family: "Padauk"; font-weight: "bold"; src: url("../fonts/Padauk/Padauk-Bold.woff") format("woff"), url("../fonts/Padauk/Padauk-Bold.ttf") format("truetype"), url("../fonts/Padauk/Padauk-Bold.svg#Padauk") format("svg"); }

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    /* font-family: "Bank Gothic W03 Md"; */
    font-family: "Poppins", sans-serif;
}
.mmfont{
    font-family: "Padauk-Regular","Poppins";
}
*{
    font-family: "Poppins", sans-serif;
   /* font-family:  "Padauk-Regular","Poppins"; */
}
h1,h2,h3,h4,h5,h6{
    font-family: "Lora", serif;
}
.navbar-brand {
    min-height: 160px;
}
.fixedmenu img{
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.menu-bg{
    margin-top:0px;
}
.menu-bg.fixedmenu {
    margin-top: -160px;
    transition-duration: 0.3s;
}
/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
  }
  @keyframes slide-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
  }
  
/*------------- go to top strat---------------*/
.scrollToTop {
    text-decoration: none;
    cursor: pointer;
    
    background: #fcc026;

    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: none;
    z-index: 999;
  }
  
  .scrollToTop .fa-angle-up {
    color: #fff;
    font-size: 22px;
    padding-left: 12px;
    padding-top: 7px;
}
  /* navbar */
  .navbar{
      background-color: transparent !important;
      z-index: 999;
  }
  /* .menu-bg{
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  } */
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000;
}
.navbar-nav{
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #227d3b;
    border-radius: 5px;
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link:after{
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    width: 10px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
}

.nav .no-hover a:hover {
    background-color: transparent;
}
.no-hover a {
    cursor: default;
}
.footer{
	background-color: #202628;
}
.nav.navbar-nav.footer-nav li > a:hover {
    background-color: transparent;
}
.nav.navbar-nav.footer-nav li > a {
	color: #fff;
	font-size: 13px;
	padding-right: 15px;
	font-weight: bold;
	padding-left: 0px;
}

.copyright p {
    color: #d1d1d1;
    font-size: 13px;
    margin: 0;
}
.copyright{
    padding-top: 9px;
    padding-bottom: 9px;
}
.copyright a,.copyright a:hover{
    color:#86be3c;
    text-decoration: none;
}
.footer .navbar-nav{
    flex-direction: row !important;
    align-items: center;
}
.footer .ddflex {    
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-list li {
    display: inline;
    padding-left: 37px;
}
.social-icon {
    text-align: center;
    margin-top: 20px;
}

.vendor {
    position: relative;
    z-index: -1;
    /* margin-bottom: 60px; */
    background: url(../img/bg-page-title.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 200px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-top: 50px;
}
.vendor .ccaption {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center; */
    /* transform: translate(50%); */
    color: #fff;
}
.pd50{
    padding-top:50px;
    padding-bottom:50px;
}
.mb30{
    margin-bottom: 30px;
}
.aboutp{
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
}
.abimg{
    border-radius: 20px;
}
.colorbg{
    background: #f0faff;
}
.mb30{
    margin-bottom:30px;
}
.footer .address{
    font-size: 25px;
}
.footer{
    padding-top:30px;
    color: #fff;
}
.dailyforce{
    background: #E6E7E9;
}
.taskbox{
    margin-bottom: 30px;
}
#octagon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #b8c0c4;
    margin-bottom: 20px;
    float:left;
    margin-right: 20px;
}
.imgcircle{
    border-radius: 100%;
    width: 250px;
}
.services-box{
    margin-top:30px;
    margin-bottom: 30px;
}
.services-box h3{
    position: relative;
    padding-bottom: 20px;
}
.services-box h3:after {
    content: "";
    width: 100px;
    border-top: 2px solid #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
}
.colorc{
    color:#85c1e1;
    font-weight: bold;
}
.cloud-solutions{
    background: #b8c0c4;
}
.whybox{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 20px;
    border: 1px solid #b8c0c4;
}
.whybox i{
    font-size: 20px;
    color: #85c1e1;
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
}
.pflex{
    display: flex;
}
.pflex i{
    margin-right: 10px;
}
.topchoice{
    background: url('../img/img22.jpg') no-repeat center center;
    background-attachment: fixed;
    color:#fff;
}
.topchoice p{
    color: #fff;
}
.topchoice img{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius:40px;
}
.mt50{
    margin-top:50px;
}
.lastsection h5{
    line-height: 2;
}
.lastsection h5 i{
    margin-top: 10px;
}
.cbox{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 20px;
    color: #fff;
    background: #262626;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cbox p{
    color: #bdbdbd;
}
.cbox .icon{
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: #85c1e1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: -50px;
}
.cbox i{
    font-size: 20px;
    margin-right: 10px;
}
.rightchange{
    background: #262626;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    border-radius: 0;    
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f2f9fc;
    background-clip: padding-box;
    border: 1px solid #f2f9fc;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.cbox h4{
    margin-left: 70px;
}
.dflex{
    display: flex;
}
.dflex div{
    width: 50%;
}
@media(max-width: 1399px) and (min-width: 1200px){
    .logo{
        max-width: 250px !important;
        margin-top: 0px !important;
    }
}
@media (max-width: 500px){
.banner-txt {
    left: 0;
    top: 5px;
    font-size: 12px;
    margin-left: 25px;
}
.hide{
    display: none;
}
}
@media (max-width: 768px){
.pd50{
    padding-top:20px;
    padding-bottom: 20px;
}
.mb30{
    margin-bottom: 0px;
}
}
.mb30{
    
    margin-bottom: 30px;

}
.first-section{
    background: #f7f7f7;
}
@media (min-width:768px){
    .cbox{
        
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .bg:after{
        content: "";
        position: absolute;
        top: 50px;
        right: 0;
        width: 30%;
        bottom: 50px;
        background-color: #262626;
        z-index: 1;
        max-height: 400px;
    }
    .first-section{
        position: relative;
    }
    .first-section:after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        bottom: 0;
        background-color: #fff149;
        z-index: 0;
    }
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none  !important;
    border-bottom: 1px solid #c5c5c5 !important;
}
.z-9{
    z-index: 9;
}
.form-control:focus {
    color: #495057;
    background-color: #f7f7f7;
    border-color: #262626 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.logo{
    background: #fff;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.card-header{
    background: #283b98;
    color: #fff;
}
.mb30{
    margin-bottom: 30px;
}
.bgE{
    background: rgb(40 59 152 / 10%);
}
.services h3{
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 0px;
    color: #283b98;
    font-size: 22px;
    line-height: 1.5;
}
.services p{
    color: #6e6c6c;    text-align: justify;
}
.products p{
    text-align: justify;
}
.products img{
    border-radius: 0;
    padding: 5px;
}
.phead{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #7c7c7c;
}
.phead h2{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    padding: 20px 15px;
    /* border: 1px dashed #ababab; */
    text-transform: capitalize;
    /* background: #f6f6f6; */
    color: #283b98;
    text-transform: uppercase;
    text-align: right;
}
.prsection{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btdashed{
    border-bottom: 1px dashed #eee;
}
.news .title span{
    background: #19bbee;
    color: #fff;
    padding: 5px 10px;
}
.news .title{
    margin: 0;
    border-bottom: 2px solid #19bbee;
    margin-bottom: 30px;
    padding-bottom: 4px;
}
.news p{
    color: #707070;
}
.news .bb{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.service-section{
    position: relative;
}
.bgbg{
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 32% !important;
    background-size: cover;
}
.bgbg.left{
    right:unset;
    left:0;
}
.bgbg:after{
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(102 116 182);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}
.dflex{    display: flex;
    align-items: center;
padding:50px;
flex-direction: column;}


.mm-listitem_selected>.mm-listitem__text{
    color: #77b53c !important;
    text-decoration: none;
}

/* .carousel-inner > .carousel-item{
    margin-top: 179px !important;
} */
@media(max-width:767px){
    .dflex {
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .menu-bg{
        position: relative !important;
    }
}
.mb10{
    margin-bottom: 10px;
}
.products .dflex{
    padding:0px;
    padding-top: 20px;
    padding-bottom: 20px;

}
.news h4{
    color: #283b98;
    font-weight: bold;
}
.vendor a{
    color:#fff;
}
.bgwhite{
    background-color: #ffff;
}
.pd30{
    padding:30px;
}
.date{
    color: #283b98;
    float:left;
    padding-right: 20px;
}
.date p{
    margin-top: -20px;
    font-size: 19px;
}
.colorg{
    color: #6270b4;
}
.colorgray{
    color: #686868;
}
.bl-blue{
    border-left: 3px solid #283b98;
}
.navbar-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    font-weight: bold;
}
.caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}
.captionenter{
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
}
.caption .caption-1{
    font-size: 2.5rem;
    font-weight: bold;
}
.control-icon{
    background-color: rgb(0,0,0,0.5);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 999;
}
.enter{
    position: relative;
}
.circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #283b98;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    margin-bottom: -37px;
}
.enter a,.enter a:hover{
    color:#fff;
    text-decoration: none;
}
.hometitle{
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color:#283b98;
    text-align: center;
}
.regularp{
    color:#2a2a2a;
}
.service-box{
    height: 100%;
}
.service-box img{
    height: 100%;
    object-fit: cover;
}
.home-products .owl-theme .owl-nav{
    display: none;
}
.home-products .owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    left: 20px;
}
.owl-item ,.owl-stage,.owl-stage-outer,.owl-carousel{
    height: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    background: #283b98;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #283b98;
    border:1px solid #283b98;
    padding:2px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.owl-theme .owl-dots .owl-dot.active{
    border: 1px solid #283b98;
}
.owl-theme .owl-dots .owl-dot:focus{
outline:none
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: unset;
}
.service-box{
    position: relative;    overflow: hidden;
}
.ser-title {
    position: absolute;
    bottom: 110px;
    background: #283b98;
    color: #fff;
    padding: 10px;
    right: -112px;
    transform: rotate(-90deg);
    width: 297px;
}
.ser-title:after {
    content: "";
    width: 39px;
    height: 84px;
    position: absolute;
    bottom: -15px;
    right: -18px;
    background: #283b98;
    transform: rotate(-23deg);
    z-index: -1;
}
.ser-title p {
    margin: 0;
    z-index: 999;
    min-height: 54px;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: center;
}
.home-products .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 400px;
}
.home-about{
    position: relative;
}
.home-about img{
    margin-bottom: 30px;
}
@media(min-width:992px){
.home-about:after{
    content:"";
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    /* background-color: #0bb3f2; */
    width:45%;
    z-index: -1;
    background: url(../img/Rectangle-5.png) no-repeat right center;
    background-size: cover;
}
@media(min-width:992px) and (max-width:1199px){
    .navbar-brand {
        min-height: 120px;
    }
    .menu-bg.fixedmenu{
        margin-top: -120px;
    }
}
.home-about img{
    max-width: 350px;
    float: right;
    margin-bottom: 0px;
}
}
@media(max-width:991px){
    .mw468{
        max-width: 468px;
    }
    .img-flex{
        display: flex !important;
        justify-content: center !important;
    }
}
    .home-about:before{
        
        content:"";
        position: absolute;
        top: 0;
        bottom:0;
        right: 0;
        left:0;
        background: url(../img/Layer-24.png) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        z-index: -1;
    }
.pd100{
    padding-top:100px;
    padding-bottom: 100px;
}
.hometitle.left{
    text-align: left;
}
.mb50{
    margin-bottom: 50px;
}
.more,.more:hover{
    
    border: 2px solid #0bb3f2;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
    color: #0bb3f2;
    text-decoration: none;
}
.mb60{
    margin-bottom: 60px;
}
.ellipse {
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    /* transform: rotate(-17deg); */
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.ellipse:hover{
    /* background-color: #76b23c;
    transition: 500ms linear; */
}
/* .ellipse i{  
    transform: rotate(17deg);
} */
.footer {
    background: #17793b;
    background: #034e21;
}
.section3{
    background: url(../img/footerimg.jpg) no-repeat top center;
    background-size: cover;
  }
.footer .dd{
    display: flex;
}
.footer .dd .w90{
    width:85%;
    text-align: left;
}
.home-service .ser img{
    width: 92px;
    border: 1px solid #0bb3f2;
    border-radius: 5px;
    margin-bottom: 20px;
}
.home-service .ser{
    margin-bottom: 30px;
}
.home-service .ser p{
    font-size: 16px;
    font-weight: 600;
    color:#2a3b97;
    font-family: 'Rubik', sans-serif;
}
a[aria-expanded="false"] .plus,a[aria-expanded="false"] .minus{
    display: block;
  }
  a[aria-expanded="true"] .plus,a[aria-expanded="false"] .minus{
    display: none;
  }
  .btn-more{
    color: #0bb3f2;
    border: 1px solid #0bb3f2;
    padding: 10px 30px;
  }
  html{
      scroll-behavior: smooth;
  }
  .posrelative{
      position: relative;
  }
  .bg-blue:before{
    content: "";
    background: url('../img/home/Rectangle-12.png') no-repeat left bottom;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: 0;
    bottom: -41px;
    width: 150px;
  }
  /* .bg-blue:after{
    content: "";
    background-color: #0bb3f2;
    position: absolute;
    bottom: -28px;
    left: -23px;
    width: 186px;
    height: 75px;
    transform: rotate(-30deg);
  } */
  .bgblueimg{
    z-index: 999;
    position: relative;
  }
  .mb100{
      margin-bottom: 100px;
  }
  .container-fluid{
    width: 90%;
  }
  .linkedin{
      
    color: #2a3b97;
    background: #fff;
    border-radius: 50%;
    padding: 3px 6px;

  }
  .facebook{
      
    color: #2a3b97;
    background: #fff;
    border-radius: 50%;
    padding: 3px 8px;
  }
  .ag-section{
      overflow: hidden;
  }
  /* .carousel-inner:after{
      content:"";
      position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
  } */
  .bg-white{
      background-color: #fff;
  }
  .pd50{
      padding-top:50px;
      padding-bottom: 50px;
  }
  .section1{
    background: #f7f7f7;
  }
  .abbox{
    padding: 20px;
    border-left: 5px solid #fbbe27;
    text-align: justify;
    margin-bottom: 10px;
  }

  .abbox p{
      color: #606060;
  }
  .title{
    text-transform: capitalize;
    /* font-size: 1.5rem; */
    font-weight: bold;
    color: #17793b;
    margin-bottom: 44px;
  }
  .title span{
    color: #fbbe27;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* text-align: right; */
}
.section2 ul{
    list-style: none;
    margin-left: -30px;
}
.section2 ul li .no{
    width: 30px;
    height: 30px;
    background-color: #86be3c;
    float: left;
    margin-right: 10px;
    margin-bottom: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.section2 ul li{
    display: flex;
}
.w90{
    width: 90%;
}
.section2 img{
    border-radius: 20px;
}
  @media(max-width:767px){
      .carousel-item img{
        height: 240px;
      }
  }

  .section3 .title{
      color:#fff;
  }
  .mt150{
      margin-top: 200px;
  }
  .product-box{    background: #fff;
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #606060;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .product-box:hover p,.product-box p{
    color: #606060;
      
  }
  a:hover{
      text-decoration: none;
  }
  .product-box h3{
      color:#17793b;
      font-weight: bold;
      font-size: 26px;
  }
  .product-box img{
      margin-top: -150px;
      max-width: 80%;
    margin-bottom: 30px;
  }
  .readmore{color: #000;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}
.readmore:hover {
    text-decoration: none;
    color: #86be3c;
}
.product-box:hover .readmore{
    text-decoration: none;
    color: #86be3c;
}
.footer .icon {
    float: left;
    /* padding-right: 30px; */
    font-size: 14px;
    width: 35px;
    height: 35px;
    background: #76b23c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;

}
.footer .icon a {
    color: #fff;
    text-decoration: none;
    width: 35px;
    height: 35px;
    background: #76b23c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .icon a:hover{
    color:#fcc026;
}
.product-box h3{
position: relative;
margin-bottom: 20px;
}
.product-box h3:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fcc026;
    left: 50%;
    right: 0;
    bottom: -10px;
    transform: translateX(-50%);
}
.text-justify{
    text-align: justify;
}
.navbar-collapse{
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 20px !important;
    bottom: -30px;
    height: 60px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
@media(max-width:1500px){
    .container-fluid {
        width: 100%;
    }
}
@media(min-width:992px){
    .footer h4 {
        padding-top: 58px;
        padding-bottom: 41px;
    }
    .copyright .right{
        text-align: right;
    }
    .mt150{
        margin-top: 150px;
    }
}
@media(min-width:992px) and (max-width:1500px){
    .product-box{
        min-height: 350px;
    }    
}
.footer .navbar-nav .nav-link {
    color: #e5e5e5;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer h6{color: #e5e5e5;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: bold;
}
.footer .dd{
        display: flex;
        justify-content: flex-end;
}
.br{
    border-right: 1px solid #006428;
}

/* 404 page */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans");
.page404 {
  height: 100%;
}

.page404 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans";
  color: #6a6969;
  font-size: 1em;
}

.page404 button {
  font-family: "Nunito Sans";
}

.page404 ul {
  list-style-type: none;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}

.page404 svg {
  width: 100%;
  visibility: hidden;
}

.page404 h1 {
  font-size: 7.5em;
  margin: 15px 0px;
  font-weight: bold;
}

.page404 h2 {
  font-weight: bold;
}

.page404 .hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px;
  z-index: 2;
}
.page404 .hamburger-menu button {
  position: relative;
  width: 30px;
  height: 22px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.page404 .hamburger-menu button span {
  position: absolute;
  height: 3px;
  background: #000;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: 0.1s ease-in;
}
.page404 .hamburger-menu button span:nth-child(2) {
  top: 9px;
}
.page404 .hamburger-menu button span:nth-child(3) {
  top: 18px;
}
.page404 .hamburger-menu [data-state=open] span:first-child {
  transform: rotate(45deg);
  top: 10px;
}
.page404 .hamburger-menu [data-state=open] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.page404 .hamburger-menu [data-state=open] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.page404 nav {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--green);
  color: var(--blue);
  width: 300px;
  z-index: 1;
  padding-top: 80px;
  transform: translateX(-100%);
  transition: 0.24s cubic-bezier(0.52, 0.01, 0.8, 1);
}
.page404 nav li {
  transform: translateX(-5px);
  transition: 0.16s cubic-bezier(0.44, 0.09, 0.46, 0.84);
  opacity: 0;
}
.page404 nav a {
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  transition: 0.24s ease-in-out;
}
.page404 nav a:hover {
  text-decoration: none;
  color: var(--white);
}
.page404 nav[data-state=open] {
  transform: translateX(0%);
}
.page404 nav[data-state=open] ul li:nth-child(1) {
  transition-delay: 0.16s;
  transform: translateX(0px);
  opacity: 1;
}
.page404 nav[data-state=open] ul li:nth-child(2) {
  transition-delay: 0.32s;
  transform: translateX(0px);
  opacity: 1;
}
.page404 nav[data-state=open] ul li:nth-child(3) {
  transition-delay: 0.48s;
  transform: translateX(0px);
  opacity: 1;
}
.page404 nav[data-state=open] ul li:nth-child(4) {
  transition-delay: 0.64s;
  transform: translateX(0px);
  opacity: 1;
}

.page404 .btn {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 2px;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
}
.page404 .btn.green {
  border: 4px solid var(--green);
  color: var(--blue);
}
.page404 .btn.green:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--green);
  z-index: -1;
  transition: 0.2s ease;
}
.page404 .btn.green:hover {
  color: var(--white);
  background: var(--green);
  transition: 0.2s ease;
}
.page404 .btn.green:hover:before {
  width: 100%;
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        min-height: auto;
    }
    .menu-bg.fixedmenu{
        margin-top: 0;
    }
    .fixedmenu img{
        -webkit-animation:none;
        animation: none;
    }
    .page404  {
    display: block;
  }

  .page404  .container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.page-header {
    background: url('../img/page-header.jpg');
    position: relative;
}
.overlay{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
}
.bg_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/* .padding-tb {
    padding-top: 80px;
    padding-bottom: 55px;
} */
@media (min-width: 992px){
.padding-tb {
    padding-top: 120px;
    padding-bottom: 80px;
}
}
.page-header .page-header-content-area {
    z-index: 1;
    margin-bottom: 15px;
    position: relative;
}
.page-header .page-header-content-area .ph-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.page-header .page-header-content-area ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.page-header .page-header-content-area .ph-title {
    text-align: center;
    color: #fff;
}
.page-header .page-header-content-area ul li a {
    color: #fff;
}

.page-header .page-header-content-area ul li a::after {
    width: 1px;
    height: 15px;
    top: 4px;
    right: -9px;
    background: #fff;
    transform: rotate(20deg);
    position: absolute;
    content: "";
}
.page-header .page-header-content-area ul li a.active::after{
    background-color: transparent;
}
.page-header .page-header-content-area ul li a{
    position: relative;
}
.page-header .page-header-content-area ul li a.active {
    color: #ffb11f;
}
.page-header ul li{
    margin: 10px;
}
.page-header ul{
    margin-left: -50px;
}
@media(max-width:991px){
    .footer .dd {
        display: flex;
        justify-content: center;
    }
    .footer .br{
        border:none;
    }
}
.products-page .main-title{
    position: relative;
}
.products-page .main-title:after{
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        background-color: #fcc026;
        left: 50%;
        right: 0;
        bottom: -10px;
        transform: translateX(-50%);
}
.products-page p{
    color: #505050;
    font-size: 19px;
}
.probox .img{
    text-align: center;
    padding: 15px 0px;
    /* margin-top: 30px; */
}
.mm-navbar__title{
    font-size: 27px !important;
}
.cap{
    background: #f7f7f7;
    border-bottom: 2px solid #f0f1f1;    
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.probox:hover .cap{
    background-color: #77b53c;
}
.probox:hover .cap p{
    color:#fff;
}
.cap p{
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.probox{    
    border: 2px solid #f7f7f7;
    padding: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.fertilizer-probox{
    min-height: 466px;
}

.fertilizer-probox > .cap{
    min-height: 142px;
}

.mynamar-txt{
    font-size: 17px !important;
}
.myanmar-desc{
    font-size: 16px !important;
    line-height: 22pt !important;
}

.logo{
    margin-top: -18px;
}
.package{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fcc026;
    padding: 5px 10px;
    border-radius: 10px;
}
.mm-navbar{
    background: #77b53c;
    color: #fff;
}
@media(max-width:992px){
    .caption-1{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .pd50 {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .footer .ellipse{
        float: left;
        height: 26px;
        width: 42px;
        font-size: 12px;
    }
    .footer p{
        text-align: left;
    }
    .ellipse.mb32{
        margin-bottom: 32px;
    }
    .copyright{
        border-top: 1px solid #006428;
    }
}
@media(max-width:767px){
    .caption .caption-1 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .logo{
        margin-top: unset;
        max-width: 200px !important;
    }
    .product-box {
        margin-bottom: 0px;
    }
    .title {
        font-size: 23px;
    }
    .section1 h4{
        font-size: 18px;
    }
    .section3 .title {
        color: #fff;
        margin-bottom: 0px;
    }
    .padding-tb{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
@media(max-width:320px){
    .ellipse.mb32{
        margin-bottom: 47px;
    }
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: none;
}



.product-box {
    min-height: 250px;
}
.menu-bg{
    /* position: fixed; */
    z-index: 999;
    width: 100%;
    background: white;
}
.page-content-wrapper{
    padding-top: 0px !important;
}
/* .page-content-wrapper{
    padding-top: 30px;
} */
@media (min-width: 992px) and (max-width: 1199px) {
    .product-box {
        min-height: 150px;
    }
    .product-box img {
        margin-top: -130px;
    }
    .logo {
        margin-top: -12px;
        max-width: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-box {
        min-height: 150px;
    }
    .section3.pd50 .mt150 {
        margin-top: 160px;
    }
    .footer .ellipse {
        height: 35px;
        width: 35px;
        margin-top: -5px;
    }
    .menu-bg{
        display: flex;
        align-items: flex-start;
    }
    .menu-bg .logo{
        float: left;
        max-width: 60%;
    }
    .menu-bg  .navbar-brand{
        float: left;
    }
    .navbar {
        float: right;
    }
    .page-content-wrapper{
        padding-top: 94px;
    }
    .logo {
        margin-top: -7px !important;
    }
    .padding-tb{
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
}



@media(max-width: 767px){
    .product-box {
        min-height: 150px;
    }
    .product-box img {
        margin-bottom: 10px;
    }
    .footer .ellipse {
        height: 30px;
        width: 30px;
    }
    .page-content-wrapper{
        padding-top: 105px;
    }
}

.titlecontent h6 {
    font-weight: bold;
}
.titlecontent {
    margin-top: 30px;
    /* font-weight: 500; */
}
.modal-body {
    border-top: 2px solid #30863f;
}
.modal-body ul {
    /* margin-left: -40px; */
    margin-left: -35px;
    line-height: 24pt;
}
button.close:focus {
    outline: 0;
}
.upmenu{
    position: relative;
    bottom: 0px;
    border-radius: 0px !important;
    box-shadow : none !important;
}
.usage{
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 24pt !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

