

body{
    font-family: 'Poppins';
    color: #656262;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #576433;
}
::-webkit-scrollbar-track {
    
    
    background-color: #fff;
}

a{
    text-decoration: none!important;
}
.modal-footer{
    text-align: center;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.header-scrolled {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {

  font-size: 17px;
  font-weight: 300;
  color: gray;
  white-space: nowrap;
  transition: 0.3s;
}






.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -40px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.menu-hum i{
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
}
.menu-hum.dropdown ul {

    left: -134px!important;
    opacity: 1;
    visibility: visible;
    display: none;
}
.menu-hum.dropdown .show{
    display: block;
    top: 100%
}
.menu-hum.dropdown .dropdown-toggle::after{
    display: none;
}
.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 17px;
}


.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #414d1b !important;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

li a:hover{
    color: #BC8B38 !important;
}
.navbar ul li .active {
    color: #BC8B38;
    border-bottom: 3px solid #BC8B38;
    position: relative;
    
}
.navbar ul li .active::before{
    content: '\f0dd';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 22px;
    color: #BC8B38;
    position: absolute;
    top: 65%;
    left: 45%;
}
.navbar li {
    padding: 0 8px;
}




/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none!important;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-block !important;
  }
  .navbar ul {
    display: none;
  }

}
@media (max-width: 768px)
{
#impress-one .banner-cont{
    padding: 12px !important;
}
.para{
    flex-direction: column;
}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
    color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}


.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #414d1b;
}




.sidenav a:hover {
  color: #000000;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}


.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.dropdown-toggle::after{
    position: absolute;
    top: 80%;
    left: 40%;
}

#navbar ul li a{
        display: block;
    padding: .5rem .5rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}



/*--------------------------------------------------------------
# Footer Menu
--------------------------------------------------------------*/

footer{
   background-color: #576433; 
}
footer ul{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}
footer p{
    color: #fff;
    line-height: 18px;
    font-weight: 300;
    font-size: 12px;
}
/*--------------------------------------------------------------
# secound
--------------------------------------------------------------*/


#secound .rooe h1{
    font-size: 60px;
    font-weight: 200;
    
}
#secound .rooe span{
    font-size: 16px;
    font-weight: 400;
}
.cb{
    border-left: 5px solid #CBA245;
}
#secound .content{
    padding: 45px 45px;
    
}
#secound .content p, #about-two .content p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
/*--------------------------------------------------------------
# Third
--------------------------------------------------------------*/
#third{
    background-color: #977538;
}
/* .pms-box1{
    background-image: url(../images/home/9.png)
}
.pms-box2{
    background-image: url(../images/home/12.png)
}
.pms-box3{
    background-image: url(../images/home/15.png);
        
} */
.pms-box1, .pms-box2, .pms-box3{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
}
.pms-box1 .c-box, .pms-box2 .c-box, .pms-box3 .c-box{
    width: 100%;
    height: 100%;
    background: #D5AF5B;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
        transition: .3s;
    background-color: #c89e54;
}
.pms-box1:hover .c-box, .pms-box2:hover .c-box, .pms-box3:hover .c-box{
    transform: scale(1);
    transition: .3s;
}
.pms-box1 p, .pms-box2 p, .pms-box3 p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    
  
}
#third .w-pms{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#third .w-pms h2{
    color: #fff;
    font-size: 50px;
    font-weight: 200;
}

h2{
    font-size: 60px;
    font-weight: 200;
}
#forth p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
#fivth, #impress-one{
    background-color: #B8923D;
}
#fivth .wv .c-box{
    padding: 0px 80px;
}
#fivth .wv span{
    font-size: 26px;
    font-weight: 500;
    color: #576433;
}
#fivth .wv .c-box h2{
    color: #795533;
    font-size: 50px;
    font-weight: 500;

}
#fivth .wv .c-box h2 span {
     color: #576433;
    font-size: 50px;
}
#fivth .wv .c-box small{
    font-size: 30px;
    font-weight: 600;
    color: #576433;
}
#fivth .wv .c-box small span{
    font-weight: 400;
    font-size: 25px;
}

#sixth .tm-content p{
    font-family: 'Marck Script', cursive;
    font-size: 26px;
    letter-spacing: 0px;
    color: black;
    line-height: 28px;
}
#sixth .tm-content .tm-name{
    font-size: 18px;
    margin-right: 10px;
}
#sixth .tm-content .tm-stars i{
    color: goldenrod;
    margin: 0 2px;
    font-size: 15px;
}
#sixth .tm{
    padding: 0 200px
}
#about-three{
    /* background-image: url(../images/about/6.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    padding: 70px 0;
}
#about-three .cntr{
    padding: 0 90px
}
#about-three h3{
   color: #fff;
    font-weight: 300;
    font-size: 30px;
}
 #about-three h2 {
    color: #fff;
    font-weight: bold;
    font-size: 70px;
}

.hbb{
    border-bottom: 3px solid #CBA245;
}
#about-four .lead-box h3{
    font-size: 32px;
    font-weight: 300;
    color: #9E833F;
}
#about-four .lead-box span{
    font-size: 25px;
        font-weight: 300;
    color: black;
}
#impress-one .banner-cont{
    padding: 0 150px;
}
#impress-one span{
    font-size: 22px;
    font-weight: 500;
    color: #576433;
}
#impress-one h1{
    font-size: 40px;
    color: #795533;
    font-weight: 600;
}
#impress-one span.green{
    font-size: 40px;
    font-weight: 600;
}
.side-menu{
    border: 2px solid darkgray;
    
}
 .side-menu ul li{
    list-style: none;
    
    border-bottom: 2px solid darkgray;
}
.side-menu ul li:last-child{
    border-bottom: 0px solid darkgray;
}

.side-menu ul li a{
    text-decoration: none;
    color: dimgray;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
        align-items: center;
    padding: 10px 10px;
    position: relative;
}
.side-menu ul li a.active{
    border-left: 5px solid #CFA550;
    font-weight: 600;
    
}
.side-menu ul li a.active::after{
    content: '\f0da';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 22px;
    color: #CFA550;
}
.side-menu ul li a i, #downloads table tr td i{
    background-color: darkolivegreen;
    color: #fff;
    font-size: 18px;
    padding: 5px 7.2px;
    border-radius: 50px;
}
.side-button ul li{
    list-style: none;
    margin: 12px 0;
    
}
.side-button ul li:last-child a{
    background-color: darkolivegreen;
}
.side-button ul li a{
    text-decoration: none;
    color: #fff;
    background-color: #A7A5A6;
    font-size: 22px;
    display: flex;
    font-weight: 300;
    justify-content: space-between;
        align-items: center;
    padding: 10px 10px;
    position: relative;
}
#impress-two p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    
}
#impress-two .hsb{
    font-size: 20px;
}
#play-btn{
    width:100px;
        position: absolute;
    top: 47%;
    left: 47%;
    cursor: pointer;
}
.video-box{
  
}

.video-box #video{
    width: 100%;
        height:200px;
}
.video-box .video-box-cont{
    padding: 0 30px;
    color: goldenrod;
}

#pills-tab li.nav-item button{
    width: 240px;
    font-size: 22px;
    color: #CBA245;
    font-weight: 300;
}

#pills-tab li.nav-item button.active{
    border-bottom: 3px solid #CBA245;
    position: relative;
}

#pills-tab li.nav-item button.active::before{
    content: '\f0dd';
        font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 30px;
}
.artical-box{
    border: 2px solid darkgray;
    border-radius: 30px
}
.artical-box .artical-box-cont{
    padding: 20px;
}
.artical-box .artical-box-cont h3, .artical-box .artical-box-cont h4{
    color: #9E7D33
}
.artical-box .artical-box-cont h4{
    font-weight: 500;
}
.artical-box .artical-box-cont p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
hr {
    margin: 0.5rem 0;
}
.artical-box .artical-box-cont span{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: black;
}
.artical-box .artical-box-cont img{
    margin-top: 10px
}
#secound .distributor .content{
    padding: 0 0 0 30px;
}
#secound .distributor .content a{
    background: #9E7D33;
    padding: 6px 30px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
}

#dist-two{
    /* background-image: url(../images/distributor/10.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#dist-two .pg-content{
    width: 100%;
    height: 300px;
    border: 3px solid #F5E2A1;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}
#dist-two .pg-content p{
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    color: #F5E2A1;
}
#dist-two .pg-box span{
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}
#dist-two .pg-box h2{
    color: #fff
}
ul.distributor-list li::marker{
    font-size: 35px ;
}
ul.distributor-list li{
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}
.dark-start span i{
    color: #795533 !important;
}
#bod-form h3{
    font-weight: 300;
}
#bod-form .form-control {
    display: block;
    width: 100%;
    padding: .8rem 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#bod-form button.btn{
    background: #9E7D33;
    padding: 6px 30px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
}
#bod-form .check-box{
    padding: .8rem 2rem;
    border: 1px solid #ced4da;
}
#bod-form .check-box label.form-check-label{
        font-size: 1.2rem;
    font-weight: 400;
}
.form-check-input[type=radio]{
    width: 1.2em;
    height: 1.2em;
}

.con-details span{
    font-weight: 600;
    font-size: 23px;
    color: #9E7D33;
}
.con-details p a{
    color: black;
    font-size: 18px;
    
}
.con-details hr{
    margin: 5px 0
}
.con-details p a:hover{
    color: #9E7D33;
}
#downloads table tr td a{
    display: flex;
    justify-content: space-between;
    align-items: center
    
}
#downloads table tr td a{
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
        color: #656262;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #CFA550;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    display: none;
}
.back-to-top i{
    color: #fff;
    font-weight: 500;
}
.git-fix{
    position: fixed;
    width: 45px;
    top: 20%;
    right: .1px;
    z-index: 999;
}

    footer ul li a{
        color: #fff !important;
    }

.test-card{
   box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 30px;
    position: relative;
    
}
.test-card::before{
    content: "\f10e";
        font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    background-color: #CBA245;
    color: #fff;
    font-size: 20px;
    padding: 9px 12px;
    position: absolute;
    left: 30px;
    top: -25px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.test-card .test-img{
    width: 120px;
    height: 120px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.test-card .test-footer p span{
    color: #000;
    font-size: 18px;
    font-weight: 600
}


@media (max-width: 560px) {
    .pms-box1, .pms-box2, .pms-box3{
            padding: 0px 10px;
    }
     h2{
        font-size: 28px;
    }
    #forth p{
        font-size: 16px;
    }
    #fivth .wv span  {
    font-size: 20px;
    }
    
    #fivth .wv .c-box h2, #fivth .wv .c-box h2 span {
    font-size: 28px;
}
    #fivth .wv .c-box small {
        font-size: 25px;}
    #fivth .wv .c-box small span {
    font-size: 20px;
    }
    #fivth .wv .c-box {
    padding: 20px 0;
}
    #sixth .tm {
    padding: 0 40px;
}
    #sixth .tm-content p {
        font-size: 25px;
    }
    #sixth .tm-content .tm-name {
    font-size: 19px;
    margin: 0 50px 0 0
}
    #sixth .tm-content .tm-stars i {
    color: goldenrod;
    margin: 0 0;
    font-size: 15px;
    }
    footer p {
    color: #fff;
    line-height: 15px;
    font-weight: 300;
    font-size: 12px;
}
    footer ul {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 22px;
}

    #secound .content {
    padding: 0px 0px;
}
    .cb {
    border-left: 0px solid #CBA245; 
    }
    #secound .rooe span {
    font-size: 13px;
    font-weight: 400;
}
    #secound .rooe h1 {
    font-size: 30px;
}
#secound .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
    #play-btn {
    width: 70px;
    top: 43%;
    left: 70%;

}
    #pills-tab li.nav-item button{
    width: 130px;
    font-size: 12px;
    color: #CBA245;
    font-weight: 300;
        padding: 5px 0;
}
    #pills-tab li.nav-item button.active{
    border-bottom: 2px solid #CBA245;
}
    #pills-tab li.nav-item button.active::before{

    left: 50%;
    top: 26px;
}
    #downloads table tr td a{
        font-size: 15px;
    }
    .dropdown-toggle::after {
    position: absolute;
    top: 45%;
    left: 32%;
}
    #impress-one .banner-cont{
        padding: 20px 0
    }
    #secound .content p, #about-two .content p, p,#impress-two p {
        font-size: 16px;
        line-height: 26px;
    }
    #about-three{
        padding: 50px 0
    }
#about-three .cntr{
    padding: 0 25px;
    margin-bottom: 25px;
        
}
#about-three h3{
   color: #fff;
    font-weight: 300;
    font-size: 28px;
}
 #about-three h2 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}
    #about-four .lead-box span {
    font-size: 22px;
}
    #impress-one h1 {
    font-size: 30px;
    color: #795533;
    font-weight: 600;
}
        span.green{
        font-size: 30px!important;
    }
    
#impress-one span:first-child {
    font-size: 18px;
}
    #secound .distributor .content{
        padding: 0
    }
    ul.distributor-list li {
    font-size: 16px;
            line-height: 26px;
}
ul.distributor-list li::marker {
    font-size: 20px;
}
    #secound .distributor .content a {
    background: #9E7D33;
    padding: 6px 30px;
    font-size: 16px;
    }
    #bod-form h3{
        font-size: 20px;
    }
    #bod-form .form-control, #bod-form .check-box label.form-check-label, #bod-form .check-box {
    display: block;
    width: 100%;
    padding: 0.3em 1rem;
        font-size: 1rem;
    }
    .form-check-input[type=radio] {
    width: 1em;
    height: 1em;
}
    .table{
        margin-bottom: 0px;
    }
    section p:last-child{
        margin-bottom: 0px;
    }
    #third .w-pms h2{
        font-size: 28px;
    }
    #fivth .wv span {
    font-size: 20px;
}
    .git-fix{
    position: fixed;
    width: 30px;
    top: 30%;
}
}

@media (max-width: 768px) { ... }

@media (max-width: 992px) { 
    .navbar ul li .active::before{
        display: none;
    }
}

@media (max-width: 1200px) { ... }

@media (max-width: 1400px) { ... }