:root {
    --custom-color1: #00a651;
    --custom-color2: #f58220;
    --custom-color3: #fff;
	--gray-color: #727272;
    --bg-light: #f2f0ec;
    --hover: #c8444969;
}

body {
    margin: 0;
    padding: 0;
}

img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--gray-color);
}

h4 {
    font-weight: 700;
    color: var(--custom-color1);
}

.green {
    color: var(--custom-color1);
}

.orange {
    color: var(--custom-color2);
}

.z-index {
    z-index: 1;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

/* header css start */

header.sticky-top {
    background: var(--custom-color3);
}

.menutop .navbar a.nav-link {
    color: var(--custom-color2);
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.menutop .navbar a.nav-link:hover {
    /* background: var(--custom-color1); */
    color: var(--custom-color1);
    /* border-radius: 5px; */
    /* margin-right: 10px; */
}

.menutop .logo span {
    font-size: 25px;
    font-weight: 700;
    color: var(--custom-color1);
    /* padding-left: 10px; */
}

.menutop li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}
/* nilesh */
.menutop ul.dropdown-menu {
    padding: 0;
    margin-bottom: 15px;
}

.menutop a.dropdown-item {
    border-bottom: 1px solid var(--custom-color1);
    padding: 10px 15px;
    background: var(--custom-color2);
    color: var(--custom-color3);
    font-weight: 700;
}

/* button hover css start */
/*
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--custom-color2);
    color: var(--custom-color3);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: 33px;
    z-index: 1;
}

.btn::before {
    position: absolute;
    content: '';
    background-color: var(--custom-color2);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn:hover {
    color: var(--custom-color3);
    background-color: transparent;
}

.btn:hover::before {
    height: 380%;
}
*/
/* button hover css end */



/*---------------------------------------
  about strat TIMELINE              
-----------------------------------------*/
.timeline-section {
    background-image: url('../images/banner/timbg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  
  .section-overlay {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

  .timeline-container .vertical-scrollable-timeline {
    list-style-type: none;
    position: relative;
    padding-left: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress {
    width: 8px;
    height: 87%;
    background-color: var(--custom-color2);
    position: absolute;
    left: 52px;
    top: 0;
    overflow: hidden;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--custom-color1);
    width: 100%;
  }
  
  .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 20px 0px 65px 145px;
  }
  
  .timeline-container .vertical-scrollable-timeline li:last-child {
    padding-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li p {
    line-height: 40px;
  }
  
  .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--custom-color1);
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 4px solid var(--custom-color3);
    position: absolute;
    background-color: var(--custom-color1);
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: var(--custom-color3);
  }
  
  .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: transparent;
    left: 52px;
    z-index: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: var(--custom-color2);
  }
  
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: var(--custom-color2);
}

/* breadcreumb css start */

.dividerbedcrm {
    padding: 30px 0 50px;
    background: #4c4c4c url(../images/banner/breadcrumbs.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: bottom; */
}

.dividerbedcrm h2 {
    font-size: 60px;
    text-align: center;
    color: var(--custom-color3);
    font-weight: 700;
}

.dividerbedcrm .breadcrumb-item.active {
    color: var(--custom-color2);
}

/* breadcreumb css start */

/* about-end */

/* tab css */
.homtabnk .nav-tabs .nav-link {
    background: var(--custom-color2);
    color: var(--custom-color3);
    font-size: 18px;
    font-weight: 500;
    width: calc(100% / 3 - 10px);
    margin: 0px 5px;
}

.homtabnk .nav-tabs .nav-link.active {
    background: var(--custom-color1);
}

.homtabnk .tab-content>.active {
    background: var(--bg-light);
    padding: 10px;
}
.footer-bottom p.left-text {
    font-size: 12px;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    line-height: 18px;
    letter-spacing: 1px;
}

footer {
    /*background: #ed872814;
    padding: 40px 0;*/
    /* background: #2da6521a; */
    background: #001323;
    padding: 0;
    border-top: 1px solid #003167
}

footer li a {
    /*font-size: 18px;*/
    color: #000;
    font-weight: 500;
}


/* login page cs start */

.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 80vh;
    /*background: #4680ff;*/
    background: url(../images/bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
    
    .auth-wrapper:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffffe6;
    }

.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

.auth-wrapper .auth-content:not(.container) {
    width: 400px;
}

.auth-content .card-body {
    background: linear-gradient(0deg, #fff6d9, #fff);
    box-shadow: var(--bs-box-shadow) !important;
    border-radius: 5px;
}

/* login page cs end */

/* form css */
.formnk input.form-control {
    border-bottom: 2px solid var(--custom-color2);
    margin: 10px 0;
    border-radius: 0;
    padding: 10px ;
}

.formnk input.form-control:focus, .formnk .form-select:focus {
    outline: none;
    box-shadow: none;
}

.formnk select.form-select {
    border: 1px solid var(--custom-color2);
    margin: 10px 0;
}

.formnk input[type="submit"] {
    background: var(--custom-color1);
    font-size: 20px;
    color: var(--custom-color3);
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 0px;
}

.formnk .form-control[type=file]:not(:disabled):not([readonly]) {
    padding: 5px;
}

/* mobile responsive css start */

@media (max-width:991px) {
    .navbar-toggler .fa-bars:before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        color: var(--custom-color3);
    }

    header .logo span {
        padding-left: 0px;
    }

    
header .logo img {
    width: 100% !important;
}

    .navbar {
        justify-content: end;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        background-color: var(--custom-color2);
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    div#hedmenu {
        position: absolute;
        top: 30px;
        background: var(--custom-color1);
        width: 100%;
        padding: 15px;
        border-radius: 0;
        max-height: 400px;
        overflow: scroll;
        left: -380px;
        z-index: 99;
    }
/* nilesh */
    div#hedmenu.show {
        left: 0;
        right: 0;
        top: 30px;
        transition: 0.5s;
        height: auto;
        z-index: 99;
    }

    .navbar a.nav-link:hover {
        color: var(--custom-color3);
        background-color: var(--custom-color3);
    }

    .navbar a.nav-link {
        background: var(--custom-color3);
        color: var(--custom-color1);
        font-size: 18px;
        font-weight: 600;
        margin-right: 0;
        display: inline-block;
        padding: 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .timeline-container .vertical-scrollable-timeline .list-progress {
        height: 75%;
    }
    
    .timeline-container .vertical-scrollable-timeline li {
        padding-left: 95px;
        padding-bottom: 30px;
    }
    .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
        width: 50px;
        height: 50px;
        border: 2px solid var(--custom-color3);
    }
    .timeline-container .vertical-scrollable-timeline li .icon-holder {
        width: 74px;
        height: 74px;
    }
    .timeline-container .vertical-scrollable-timeline .list-progress {
        left: 35px;
    }
    .timeline-container .vertical-scrollable-timeline li p {
        line-height: 1.5;
    }
    .abivrimg {
        margin-bottom: 20px;
    }
}