
body{
    margin: 0;
    font-size: 16px;
    /*line-height: 28px;*/
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    background-color:#f7f7f7;
}
h1, h2, h3, h4, h5, h6{
    margin: 1rem 0;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}

.hding-2{
    font-size: 25px;
}

p{
    margin: 1rem 0;
    color: #5d5d5d;
}
ul {
    margin: 0;
    padding: 0;
}

 ol{
    margin: 0;
    padding: 0;
}


button:focus{
    outline: none;
}

img{width: 100%;}

a:hover {
    text-decoration: none;
}

a, a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a{border:none;}

.modal-backdrop{
        z-index: 0;
}

/* header part*/

header  { background: #fff;
border-bottom: 1px solid#ccc;}

.top-head{background-color:#121212;
padding: 6px 0;}

.top-left ul li{display: inline-block;
    margin-right: 20px;
    text-transform: capitalize;
}

.top-right ul li{display: inline-block;
    margin-right: 20px;
}

.top-left ul li a{
    color: #898989;
    font-size: 15px;
}

.top-right ul li a{
    color: #898989;
    font-size: 15px;
}

.top-left ul li a:hover{
    color: #fff;
}

.top-right ul li a:hover{
    color: #fff;
}

/* nav */

 /*********close-button*********/
   #colsenav {
    float: right;
    font-size: 30px;
    width: 45px;
    color: #898989;
    position: relative;
    top: 15px;
    display: none;
}

.navbar{
    padding: 0 1rem;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
}

.navbar-light .navbar-nav .nav-item{
    text-align:center;
}

.navbar-light .navbar-nav .nav-link{
    color: rgb(70, 70, 70);
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 6px;
    font-weight: 600;
}

.nav-icon{
    text-align: center;
    font-size: 19px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #6e9728;
}

.hvr-underline-from-center:before{background-color: #6e9728;
    height: 2px;}

.fixed-top{background-color: #f5f5f5;}

.navbar-brand img{
    max-width: 150px;
}

.btn-log{
    background: #91bf38;
    color:#fff !important;
    font-weight: 300 !important;
}

.btn-sign{
    border:1px solid #6e9728;
    color:#000 !important;
    font-weight: 300 !important;
}

.bdr{
    border-right:1px solid #ccc;
}

/*maga menu*/

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

 .b-new{
    position: absolute;
    margin-left: -50px;
    margin-top: -9px;
 }

.nic-menu { padding: 2rem 1rem .5rem 1rem; background-color: #fff; }

.nic-menu .nav-item .nav-link { padding: 2rem 0; 
    margin-right: 0px;
    text-transform: capitalize;
}

.nic-menu .nav-item .nav-link b{
    font-size: 18px;
    position: absolute;
    font-weight: 600;
    padding-left: 10px;
}

.nic-menu .nav-item .nav-link span img{max-width: 40px;
    margin-right: 12px;
}

.nic-menu-sm { width: 540px; }

.nic-menu-md { width: 720px;
    border-top: 2px solid #f00 ;}

.nic-menu-lg { width: 960px; }
.nic-menu-xl { width: 1140px; }
.nic-menu-mega { width: 1400px; }



.search i{color: #2fbfdb;}

.search span{
    position: absolute;
    top: 30px;
    right: 50px;
}

/*login*/

.btn-facebook {
    height: 40px;
    border-radius: 3px;
    background-color: rgb(59, 89, 152);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: rgb(252, 253, 253);
}

.line-seperator {
    width: 1px;
    height: 10px;
    margin-left: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
}



.btn-google {
    height: 40px;
    border-radius: 3px;
    background-color: rgb(220, 78, 65);
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: rgb(252, 253, 253);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.btn-twitter {
    height: 40px;
    border-radius: 3px;
    background-color:#2caae1;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: rgb(252, 253, 253);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.btn:hover{color: #fff;}

.hr{
    width: 100%;
    height: 1px;
    /* opacity: 0.1; */
    background-color: #E7EAEC;
    margin: 33px 0px;
    display: block;
    position: relative;
    z-index: 99;

}

.hr span{
        /* opacity: 0.3; */
        font-size: 12px;
        font-weight: bold;
        color: #B7C0C7;
        padding: 1px 20px;
        background: #fff;
        position: relative;
        bottom: 9px;
        z-index: 9999;  
}

.pass a small:hover{
    color: #898989 !important;
}

.account a{color: #000 !important;
font-size: 14px !important;}

/*banner home*/

.banner-text{
    color: #fff;
    float: right;
    padding: 90px 0 0;
}

.banner-text-1{
    color: #fff;
    padding: 120px 0 0;
    text-align: center;
}

.text-bg{
    background: #02379778;
}


/* blog part*/

.itm img{    filter: brightness(0.5);}

.box{padding-left: .1rem;}

.box-1{padding-right: .1rem;}

.box-3{padding-right: .1rem;}

.box-4{padding-left: .1rem;}

.box-5{margin-top: .14rem;}

.pic-title{position: absolute;
    top: 80%;
    padding: 10px;}

.pic-title h3{margin: 0;
color: #fff;
    font-weight: bolder;
} 

.pic-title p,.pic-title small{color: #fff;
    margin:  0;}

.pic-title-1{position: absolute;
    top: 30%;
    padding: 10px;}

.pic-title-1 h3{margin: 0;
color: #fff;
    font-weight: bolder;
} 

.pic-title-1 p,.pic-title-1 small{color: #fff;
    margin:  0;}

.pic-title-2{position: absolute;
    top:63%;
    padding: 11px;}

.pic-title-2 h5{margin: 0;
color: #fff;
    font-weight: bolder;
} 

.pic-title-2 p,.pic-title-1 small{color: #fff;
    margin:  0;}

/* editor packs*/

.ed-width{
     max-width: 90%;
}

.edit h3{color: black;}

.edit h3 span{font-size: 20px;
    color: black;
    position: relative;
    top: -4px;
    margin-right: 11px;
}

.gal-title h6{color: #000;
    margin-bottom:0;
    font-size: 19px;
    font-weight: 700;
}

.gal-title p{margin: 0px 0px 30px;
color: #9b9b9b;}

.gal-title small{margin-left: 3px;}

/*.gal-1:hover .gal-title h6{color: #6e9728;}*/

/* story*/

.story-title h5{margin: 0;
color:black;}

.story-title p{
    font-size: 18px;
}

.title{color: #9b9b9b;
        margin-top: 5px;
}

.title small{margin-left: 3px;}


/*.stry-1:hover .story-title h5{color: #6e9728;}*/

.post-title  h6{margin: 0;
font-size: 15px;
color: #000;}

.post-title  p{margin: .2rem 0 0;
    font-size: 13px;
    color: #9b9b9b;
    
}

.post-btn{
        color: #fff;
    background-color: #6e9728;
}

/*.post:hover .post-title h6{color: #6e9728;}*/

.cata{margin: 35px 0 0}

.cata p{
     line-height: 24px;
}

.cate h4{margin-bottom: 0;}

.cata ul li{margin: .5rem;
        list-style: none;
}

.cata ul li a{color: #000;}

.cata ul li a span{color: #6e9728;
margin-right: 8px;}

.news{    padding: 20px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 1px 5px 13px 2px #ececec;
}

.news p{color: #9b9b9b;}

.deal{color: #fff;
    position: relative;
    top: -26px;
    background: #000000a6;
    /*max-width: 69px;*/
    text-align: center;
    margin: 0;
    padding: 3px 3px;
    font-size: 13px;
    text-transform: uppercase;}

/*video*/

.vid{background-color: #efefef;
padding: 30px 0 40px;}


/*footer*/

.lttr input[type="text"]{
    border: none;
    background: transparent;
    border-bottom: 2px solid #CCC;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.sub{
    border: none;
    position: absolute;
    color: #ccc;
    top: 13px;
    right: 30px;
    background: white;

}

footer {
    padding: 28px 0 0;
    background: white;
    margin: 40px 0 0;
  }
  /*.footer-div {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .footer-colm {
    width: 20%;
    padding-left: 45px;
  }*/
  
  .footer-colm1 {
    padding-left: 45px;
  }
  
  .footer-colm1 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 10px;
  }
 /* .footer-colm:nth-child(3) ul {
    margin-top: 45px;
  }*/

  .footer-colm1 ul li {
    display: block;
    margin-bottom: 1px;
        list-style: none;
  }
  
  .footer-colm1 ul li a {
    font-size: 14px;
    color: #777;
  }
  
  .footer-colm1 p{
      color: #777;
  }

.foot-social ul li{display: inline-block;
    margin-right: 10px;}
    
.foot-social ul li img{
    max-width: 25px;
    border-radius: 4px;
  }    

.near{text-align: center;
color: #898989;
font-size: 13px;}

/* blog-inner page css start */

.title-1{color: #9b9b9b;
font-size: 14px;}

.title-1 small{ margin-right: 6px;}

.share ul li{display: inline-block;
margin-right: 15px;}

.share ul li a{padding: 4px 10px;
    /*color: #f34a4a;*/
    border: 1px solid #ccc;}
    

.blog-inner-text ul li{padding: .1rem 0;
        list-style: none;
}

.blog-inner-text ul li i{color: #8cac53;}

.blog-inner-text ul li span{margin-left: 9px;}


/* home page css start */

.left-menu{
    padding: 0px 20px;
    margin: 20px 0;
}

.left-menu ul li{
    padding: 10px 0;
    list-style: none;
}

.left-menu ul li a{
       color: #2d2d2d;
    border-bottom: 1px solid #dedede;
    display: block;
    font-weight: 600;
}

.left-menu ul li a:hover{
    color: #6e9728;
}

.left-menu-inner{
    margin: 16px 0px 40px;
}

.left-menu-inner ul li{
    padding: 10px 0;
   list-style: none;
}

.left-menu-inner ul li a{
     color: #2d2d2d;
    border-bottom: 1px solid #dedede;
    display: block;
    font-weight: 600;
}

.left-menu-inner ul li a:hover{
    color: #6e9728;
}

.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1020;
}

.home-left{
    background: #fff;
    padding: 20px;
        box-shadow: 1px 5px 13px 2px #ececec;
    margin: 20px 0 0;
}

.job a h6{color: #000;}

.mid-home{
    background: #fff;
    box-shadow: 0px 0px 5px 2px #ccc;
        margin-bottom: 20px;
    
}

.mid-text{padding: 0px 20px 2px;}

.home-right{
    background: #fff;
    padding: 20px;
        box-shadow: 1px 5px 13px 2px #ececec;
    margin: 20px 0 0;
}

.r-title p{
    line-height: 23px;
}

/*.mid-1{
    height: 450px;
    overflow: auto;
}*/

.mid-text h6{cursor: pointer;
margin:10px 0 0;}

.mid-text h6 a{
    color:#000;
}

.mid-text h6 a:hover{
    color:#6e9728;
}

.mid-text p{
    margin: 1rem 0 0;}

.mid-text p span{    float: right;
    background: #e90028;
    padding: 2px 7px;
    color: #fff;}
 
.right-pic img{
    max-width: 60px;
    border-radius: 50%;
}

.view{    text-align: right;
    margin: 20px 0 8px;}

 .view a{color: #000;
}   


/*search bar*/

.searchbar {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s
}

.searchbar-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: red;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 10px 0px 15px;
    font-size: 14px;
    color: #fff
}

.searchbar-input::-webkit-input-placeholder {
    color: #fff;
}

.searchbar-input:-moz-placeholder {
    color: #fff
}

.searchbar-input::-moz-placeholder {
    color: #fff
}

.searchbar-input:-ms-input-placeholder {
    color: #fff
}

.searchbar-icon,
.searchbar-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 20px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: red;
    border-left: 1px solid white
}

.searchbar-open {
    width: 100%
}

/*privacy-policy page css start*/

.pri-box{max-width: 80%;
margin: auto;
background: #fff0;
}

.pri-bg{background: linear-gradient(
359deg
, #6e9728, #8bc34a);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 5px;
}

.intro{    }

.intro-text{
    margin: 3rem 0;
}

.trm-bdr{
        border: 1px solid #b3b3b3;
    margin: 50px 0 0;
}

.trm-bdr h6{
        padding: 0px 25px;
        font-family: 'Lato', sans-serif;
}

.intro-text  li{
    padding-left:4px;
}

.intro-text ol li{
    font-size:15px;
    color: #5d5d5d;
        margin: 1rem 0;
}

.intro-text ul li{
    font-size:15px;
    color: #5d5d5d;
        margin: 1rem 0;
}



/*contact page css start*/

.contact{
    background-color: #fff;
    padding: 30px 0;
}

.con-left{
    padding: 20px 0 0;
}

.con-left p{
    margin:5px 0 0;
}

.con-left h2{
    margin:5px 0 0;
}

.con-right{
    padding: 30px;
    max-width: 90%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 5px 13px 2px #ececec;
}

.con-right h3{
        font-size: 25px;
        margin:5px 0 0;
}

.con-right h6{
    margin-bottom: 8px;
}

.help-btn{
        color: #fff !important;
    background-color: #6e9728;
}

.topic ul li{
    display: inline-block;
    margin: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 10px;
    border-radius: 2.75em;
}

.topic ul li a{
    color: #000;
}

/*services page css start*/

.serv{
    background-color: #fff;
    margin: 15px 0;
}

.serv-text{
    padding: 10px 15px 25px;
}

.serv:hover .serv-pic img{
    background-image:linear-gradient(90deg,#a8c6ff,#5d83fe)
}

.s-top{
    max-width: 100%;
}

.top-hd h3{
    background: #5899fb;
    padding: 10px;
    color: #fff;
}

.s-text{
    box-shadow: 0px 0px 20px 0px #d6d6d670;
    background: #fff;
    padding: 10px;
    margin: 10px 0;
}

.s-text1{
    margin: 20px 0;
        text-align: center;
}

.s-text1 img{
    max-width:85px;
}

.top-hd{
    margin:20px 0 40px;
}


/*job opening page css srart*/

.job-box{
    background-color: #fff;
    box-shadow: 1px 5px 13px 2px #ececec;
    padding: 20px 30px;
    margin: 15px 0;
}

.job-text-left h4{
    margin: .5rem 0;
    color: #000;
    font-size: 1.25rem;
}



.job-text-left p{
    margin: 0 0 10px;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
}

.job-text-left ul{
        margin-left: 17px;
    color: #0c0c0c;
}

.open-text ul{
    margin-left: 17px;
    color: #0c0c0c;
}

.job-text-right h5{
    margin: .5rem 0;
    color: #000;
}

.job-text-right ul li{
       margin: 0 0 -5px;
    color: #807d7d;
    font-size: 14px;
}

.wht input[type="text"]{
    height: 50px;
}

.find{
    height: 47px;
}

.j-width img{
    max-width:80px;
}

.uplode{
    height: 47px;
}


/*job carausel css*/




/*customer story*/

.cus{
    background: #fff;
        box-shadow: 1px 5px 13px 2px #ececec;
    margin: 15px 0
}

.cus-title{
    padding: 15px 20px 30px;
}

.cus-title p{
    font-size: 18px;
    line-height: 30px;
    color: #676767;
    margin-bottom: 25px;
}

.cus-logo{
    padding: 0px 0 0px;
}



.cus-name h5{
    margin: 0;
    font-size: 18px;
}

.cus-name h6{
        margin: 0;
    font-weight: 100;
    color: #9e9e9e;
    font-size: 15px;
}



/*profile page css start*/

.profile{
   
}

.pro-tab ul li{
    margin: 10px 0;
    list-style: none;
}

.pro-tab ul li a{
    /*background-color: #e24f09;*/
    color: #000;
    padding: 8px 17px;
    display: block;
    max-width: 80%;
    height: 50px;
    line-height: 35px;
    font-size: 17px;
    border-bottom: 1px solid #dedede;
}

.pro-tab ul li a span img{
    max-width:20px;
        filter: invert(1);
}

.pro-tab ul li a span {
    margin-right:12px;
}

.pro-tab .active{
    color: #6e9728;
}

.g-1{
    max-width: 55px;
}


.pro-form input[type="text"]{
    height: 55px;
    border-radius: inherit;
    outline: none;
    box-shadow: none;
}

.pro-form select{
    height: 55px !important;
    border-radius: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}


.pro-right-1{
   max-width: 80%;
    margin: auto;
    background: #ececec;
    padding: 25px;
}

/*all you need to do css*/

.all-pic img{
     max-width: 24%;
}

.all-text{

}

.all-text h5{
    margin-bottom:0px;
}

.all-text p{
        margin-top: 10px;
    line-height: 22px;
}

/*what happens css*/

.r-width{
    max-width:100%;
    margin:auto;
}

.wh-bg{
    /*background: #fff;*/
    /*box-shadow: 0px 0px 5px #ccc;*/
    /*padding: 20px;*/
    text-align: center;
    margin: 10px 0;
}

.wh-icon i{
    background: #4c6bfff5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #f1f1f1;
    font-size: 19px;
}

.wh-text h6{
    margin:.4rem 0;
}

.wh-text p{
    margin: 0;
}

/*social refferal page css start*/

.ref{
    margin: 30px 0;
}

.r-para p{
    color: #777;
}

.out img{
    max-width: 50px;
}



.out-1{
    display: none;
}

.pre-icon img{
    max-width: 85px;
}

.pre{
    text-align: center;
        margin: 20px 0;
}

.pre-text h5{
    margin-bottom:0px;
}

.pre-text p{
    line-height: 23px;
}

.so-ref{
    margin:20px auto;
    max-width:90%;
}

.so-reff-text h6{
    font-weight:bolder;
    font-size:20px;
}

/*about page css start*/

.about{
    padding: 30px 0;
    background-color: #fff;
}

.ab-width{
    max-width:85%;
    margin:auto;
}

.ab-hding p{
    font-size:15px;
}

.miss-hding h3 span{
        border-top: 2px solid #6e9728;
    width: 10%;
    position: absolute;
    top: 34px;
    margin-left: 8px;
}

.miss-hding-1 h3 span{
    border-top: 2px solid #6e9728;
    width: 10%;
    position: absolute;
    top: 34px;
    margin-left: 8px;
}

.miss-text p{
    line-height: 23px;
    margin-top: 0;
}

.core-pic img{
    max-width:90px;
}

.core-1{
    margin:20px 0;
    text-align:center;
}

.miss-pic{
    text-align: center;
}

.miss-pic img{
        max-width: 290px;
}

/*home details page css*/

.mid-text ul li img{
    max-width: 12px;
    filter: invert(1);
    vertical-align: baseline;
}

.mid-text ul li{
    margin: 15px 0;
}

.h-details span{
    padding-left: 5px;
}

.sh-1 span a{
    background: #6e9728;
    padding: 2px 7px;
    color: #fff;
}

.sh-1 ul li {
    display: inline-block;
    margin: 0px 11px;
}

.sh-1 ul li a img {
    max-width: 40px;
}

.re{
    margin: 10px auto;
}

.home-middle{
    max-width: 90%;
    margin: auto;
    margin: 20px auto;
}


/* Compact and Attractive Status Box */
@keyframes jump {
    0%, 100% {
        transform: translateY(0); /* Default position */
    }
    50% {
        transform: translateY(-10px); /* Moves the button up */
    }
}

.status-box {
    width: auto;
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    color: white;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    animation: jump 1.5s infinite ease-in-out; /* Applies the jumping animation */
}

/* Status colors for each stage */
.pending {
    background-color: #d9534f; /* Dark Red for Pending */
}

.screening-stage {
    background-color: #c37c4b; /* Darker Yellow for Screening Stage */
}

.screening-interview {
    background-color: #31b0d5; /* Darker Blue for Screening Interview */
}

.interview-1 {
    background-color: #0056b3; /* Darker Blue for Interview 1 */
}

.interview-2 {
    background-color: #218838; /* Darker Green for Interview 2 */
}

.hr-interview {
    background-color: #e0a800; /* Dark Amber for HR Interview */
}

.job-offer {
    background-color: #117a8b; /* Darker Teal for Job Offer */
}

.offer-accepted {
    background-color: #1e7e34; /* Darker Green for Offer Accepted */
}

.joined {
    background-color: #23272b; /* Darker Gray for Joined */
}

/* Optional fade-in animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.status-box {
    animation: fadeIn 0.10s ease-in-out, jump 1.5s infinite ease-in-out; /* Combines fade-in and jump animations */
}




.user-m-btn .btn {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    animation: pulse 2s infinite ease-in-out; /* Apply pulse animation */
}

.user-m-btn .btn:hover {
    background-color: #0056b3;
    transform: scale(1.2); /* Enlarge slightly on hover */
}


/*scroll css*/

.mid-scroll{
        height: 750px;
        overflow-y: auto;
}

.mid-scroll::-webkit-scrollbar {
    width: 0px;
    }
 
/*active-job-opening*/

.open-pic img{
    max-width: 70px;
    margin: auto;
}

.opening{
       padding: 5px 0px 5px;
    /*background: #fff;*/
    /*box-shadow: 1px 5px 13px 2px #ececec;*/
    margin: 30px 0 10px;
    
}

.open-text h6{
    color: #000 ;
}

.a-job{
    padding:30px 0;
}

.s-width img{
       max-width: 50%; 
}

/*user profile page css*/

.us-pro{
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 25px;
}


.ab-comp h6{
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.pro_btn{
        color: #fff;
    background-color: #91bf38;
}

/*profile page header*/

.cus-menu{
    margin-right: 55px;
}

.cus-menu .dropdown-menu {
    left: -20px;
}

.cus-menu .dropdown-item {
       padding: .7rem 2rem;
}

.cus-menu .dropdown-item.active,.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #007bff00;
}

.cus-menu a{
    color:#000;
}

.pro-form h6{
    color: #777;
    margin: 20px 0 10px;
    font-weight: 500;
}

/* Interview tracking main container */
.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 35px;
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; /* Keep items in a single row for desktop */
    height: auto;
}

/* Step list item container */
.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center;
    transition: all 0.3s ease-in-out;
    flex: 1 1 auto; /* Flex to ensure they stay in a row */
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 40px; /* Add padding to move the circles lower */
}

/* Circle styling for each step */
.bs4-order-tracking li > div {
    color: #fff;
    width: 50px; /* Increased circle size for better visibility */
    height: 50px; /* Equal height for perfect circle */
    text-align: center;
    line-height: 50px; /* Vertically center text */
    display: block;
    font-size: 14px;
    background: linear-gradient(135deg, #f0c27b, #4b1248); /* Gradient background */
    border-radius: 50%;
    margin: 0 auto; /* Center the circle */
    position: relative; /* Make sure it's above the line */
    z-index: 1;
    animation: none; /* Remove animation by default */
}

/* Blinking effect for the last active circle */
@keyframes blinkAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Active step appearance */
.bs4-order-tracking li.active {
    font-weight: bold;
    color: #6ddd30;
}

/* Apply blinking effect only to the last active circle */
.bs4-order-tracking li.active:last-child > div {
    animation: blinkAnimation 1s infinite; /* Blinking effect for the last active circle */
}

/* Active circle style with scale and gradient */
.bs4-order-tracking li.active > div {
    background: linear-gradient(135deg, #6ddd30, #1e9e4b);
    color: #fff;
    transform: scale(1.3); /* Larger active circle */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Inactive circle style - gray color */
.bs4-order-tracking li:not(.active) > div {
    background: linear-gradient(135deg, #888, #555); /* Gray color for inactive circles */
    color: #fff;
    transform: scale(1); /* Normal size */
    box-shadow: none; /* No shadow for inactive */
}

/* Hover effects for circles */
.bs4-order-tracking li:hover > div {
    background: linear-gradient(135deg, #f0c27b, #6ddd30);
    cursor: pointer;
    transform: scale(1.1); /* Slightly enlarge on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); /* Hover shadow effect */
}

/* Adjust for mobile view (below 768px) */
@media (max-width: 768px) {
    .bs4-order-tracking {
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap; /* Allow items to wrap in mobile view */
        justify-content: center;
    }

    .bs4-order-tracking li {
        flex: 1 1 33%; /* Each step takes 1/3 of the width, but can wrap */
        font-size: 12px;
        margin-bottom: 20px; /* Space out the steps in mobile view */
        padding-top: 60px; /* Adjust padding-top for mobile to move circles down */
    }

    /* Remove connecting line for mobile */
    .bs4-order-tracking li:after {
        display: none;
    }

    .bs4-order-tracking li.active:after {
        display: none;
    }
}

.card-timeline {
    background-color: #fff;
    
    z-index: 0
}

.unsub{
    color: #fff;
    background-color: #91bf38;
}

/*related post*/

.rel-post .owl-dots{
    display:none;
}

.rel-post{
    margin:15px 0 0;
}

.rel-post h5 {
    margin: .2rem 0 0;
    font-size: 18px;
    color: #000;
}

.rel-post p {
    margin: .2rem 0 0;
    font-size: 13px;
    color: #9b9b9b;
}

.appy-btn{
    color: #fff !important;
    background-color: #8bc34a;
}

.appy-btn a{
    color: #fff !important;
}

.job-detail p{
    margin:0;
}


.job-detail h6{
    margin:1rem 0 .1rem;
}

.job-detail ul{
        padding-left: 15px;
}

.att-resume .form-check-input {
    position: absolute;
    margin-top: .1rem;
    margin-left: -1.25rem;
}

.att-resume .form-check{
    line-height: 15px;
}

/*team member*/


.tm-text h6{
    margin-bottom:5px;
}

.cllr{
     color: #6e9728;
}

.tm-text a{
    color:#000;
}

.tm-text p{
    margin-top:5px;
}

.tm-bg{
        background: #fff;
    box-shadow: 1px 5px 13px 2px #ececec;
        margin: 15px 0;
}

.tm-text{
        padding: 0px 15px 20px;
}

.help-btn1{
    background:#0077B5;
    color:#fff !important;
}

.re-adv-pic img{
        max-width: 94%;
}

.re-adv-text ul li{
    margin:5px 0;
}

.mtop{
    
}

.btn-success {
    color: #fff !important;
    background-color: #91bf38;
    border-color: #91bf38;
}

.btn-success:hover{
    color: #fff !important;
    background-color: #91bf38;
    border-color: #91bf38;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle{
    color: #fff !important;
    background-color: #91bf38;
    border-color: #91bf38;
}

.btn-success.focus, .btn-success:focus{
    color: #fff !important;
    background-color: #91bf38;
    border-color: #91bf38;
    box-shadow: 0 0 0 0.2rem rgb(72 180 97 / 0%);
}

.carousel-control-next-icon{
    display:none;
}

.carousel-control-prev-icon{
    display:none;
}

.modal-body label {
    display: block;
}

/*customer success sroty carausel*/

.mc .carousel .item a {
    color: #eb7245;
}

.mc .carousel .img-box {
    width: 140px;
    position: relative;
    left: 25px;
    /*height: 140px;*/
    /*margin: 0 auto;*/
    /*border-radius: 50%;*/
     /*display:none;*/
}

.mc .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    /*border-radius: 50%;*/
   
}

.mc .carousel .testimonial {
    padding: 50px 30px 0px;
}

.testimonial {
    color: #fff;
    background-position: left;
    background: no-repeat;
        margin: 0;
        height: 207px;
    
}

.mc .carousel .overview {
        margin: 2px 0 0;
}

.mc .carousel .overview b {
    font-size: 20px;
    display: block;
    background: -webkit-linear-gradient(#6e9728, #77a71b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.mc .carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.mc .carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
      top: -45px;
}

.mc .carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}

.mc .carousel-control.left {
    left: auto;
    right: 40px;
}

.mc .carousel-control.right i {
    margin-right: -2px
}

.mc .carousel .carousel-indicators {
    bottom: 15px;
    display:none;
}

.mc .carousel-indicators li,
.mc .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.mc .carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent;
}

.mc .carousel-indicators li.active {
    border: none;
    background: #888;
}

/*comment section*/

.date {
    font-size: 12px;
}

.comment-text {
    font-size: 14px;
    margin-top: 10px;
}


.name {
    color: #6e9728;
    font-size: 15px;
    margin-bottom: 2px;
}


.user-info img{
        max-width: 35px;
    height: 35px;
    filter: opacity(0.3);
}

.comment-section{
    border-bottom: 1px solid #ccc;
        margin: 8px 0 0;
}

.cont-banner p{
    color:#000;
}

.servs-text p{
    color:#000;
}

.pre-text1 p{
    color:#000;
}

.animated-button {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 8px;
    background-color: #28a745; /* Green */
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    animation: slideUp 2s infinite alternate; /* Add sliding animation */
}

.animated-button:hover {
    background-color: #218838; /* Darker green on hover */
    transform: translateY(-5px); /* Slide up slightly on hover */
}

/* Keyframes for slide-up animation */
@keyframes slideUp {
    0% {
        transform: translateY(0); /* Default position */
    }
    100% {
        transform: translateY(-10px); /* Moves up */
    }
}



